/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
  font-family: 'Encode Sans',Arial,sans-serif;
  font-weight: normal;
  line-height: 120%;
}
.flex {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 120%;
}
.header {
  padding: 18px 0;
  min-height: 62px;
  background: rgba(255, 255, 255, 0.8);
  color: #939598;
  width: 100%;
  position: fixed;
  top: 0;
  border-bottom: solid 1px #dfdfdf;
  z-index: 10;
}
.header .inner {
  width: 1150px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .header .inner {
    width: 100%;
    padding: 0 20px;
  }
}
#container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 64px;
}
@media screen and (max-width: 992px) {
  #container {
    display: block;
    padding-top: 100px;
  }
}
#container.top {
  align-items: baseline;
  padding: 180px 0 50px 0;
}
.csp {
  width: 1150px;
}
.csp.small {
  width: 750px;
}
@media screen and (max-width: 992px) {
  .csp {
    width: 100%;
  }
  .csp.small {
    width: 100%;
  }
  .csp .csp-login-form,
  .csp .csp-account-teaser,
  .csp .csp-form {
    margin-bottom: 20px;
  }
}
.csp .inner {
  padding: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.csp .csp-login-form .inner {
  background: #F0F0F0;
}
.csp .csp-login-form .divider h2 {
  background: #F0F0F0;
}
.csp .csp-form {
  position: relative;
  margin: 0 auto;
  width: 500px;
}
.csp .csp-account-teaser .inner,
.csp .csp-form .inner {
  border: 1px solid #DDD;
  background: #FFF;
}
.csp .csp-account-teaser {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.csp .create {
    text-align: center;
}
.csp .create p {
  font-size: 22px;
}
.csp .create p a {
  font-size: 16px;
}
#attributeList ul {
  list-style-type: none;
  padding: 0;
}
.helpLink,
.tiny {
  text-align: right;
  display: block;
  margin-top: 10px;
  color: inherit;
  font-size: 14px;
}
.helpText {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
ul.checkmark-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.checkmark-list li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 30px;
}
ul.checkmark-list li:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url('../gfx/checkmark.svg') no-repeat center;
  left: 0;
}
ul.checkmark-list li strong {
  font-weight: normal;
  font-size: 18px;
  display: block;
}
.buttons {
  width: 100%;
  display: block;
  padding: 10px 0 10px 0;
  margin: 20px 0 0 0;
  list-style-type: none;
  text-align: center;
}
.attrEntry input[type=checkbox] {
    width: 20px;
}
.simplemodal-container {
  padding: 20px;
  background: #FFF !important;
  border: 1px solid #dfdfdf;
  height: auto !important;
}
/*!
 * Fluidable Grid System 1.4.1
 *
 * Creator: Andri Sigurðsson
 * Site: http://fluidable.com
 * Date: 14.11.2017
 */
.center-block {
  margin: 0 auto;
}
.clear:after {
  display: table;
  clear: both;
  content: " ";
}
[class*="col-fixed-"] {
  width: 100%;
}
.container {
  padding-right: 10px;
  padding-left: 10px;
}
.col-group {
  margin-right: -10px;
  margin-left: -10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-group:after {
  display: table;
  clear: both;
  content: " ";
}
.col-group .col-group {
  padding: 0;
}
.col-group [class*="col-"] {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-group [class*="col-"]:not(.col-group):not(.col-content) {
  padding-right: 10px;
  padding-left: 10px;
}
.col-group [class*="push-"],
.col-group [class*="pull-"] {
  position: relative;
}
.col-mb-6 {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.col-mb-5 {
  width: 83.33333333%;
  padding-right: 10px;
  padding-left: 10px;
}
.col-mb-4 {
  width: 66.66666667%;
  padding-right: 10px;
  padding-left: 10px;
}
.col-mb-3 {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}
.col-mb-2 {
  width: 33.33333333%;
  padding-right: 10px;
  padding-left: 10px;
}
.col-mb-1 {
  width: 16.66666667%;
  padding-right: 10px;
  padding-left: 10px;
}
.col-mb-offset-6 {
  margin-left: 100%;
}
.col-mb-offset-5 {
  margin-left: 83.33333333%;
}
.col-mb-offset-4 {
  margin-left: 66.66666667%;
}
.col-mb-offset-3 {
  margin-left: 50%;
}
.col-mb-offset-2 {
  margin-left: 33.33333333%;
}
.col-mb-offset-1 {
  margin-left: 16.66666667%;
}
.col-mb-offset-0 {
  margin-left: 0%;
}
.col-mb-pull-6 {
  right: 100%;
}
.col-mb-pull-5 {
  right: 83.33333333%;
}
.col-mb-pull-4 {
  right: 66.66666667%;
}
.col-mb-pull-3 {
  right: 50%;
}
.col-mb-pull-2 {
  right: 33.33333333%;
}
.col-mb-pull-1 {
  right: 16.66666667%;
}
.col-mb-pull-0 {
  right: 0%;
}
.col-mb-push-6 {
  left: 100%;
}
.col-mb-push-5 {
  left: 83.33333333%;
}
.col-mb-push-4 {
  left: 66.66666667%;
}
.col-mb-push-3 {
  left: 50%;
}
.col-mb-push-2 {
  left: 33.33333333%;
}
.col-mb-push-1 {
  left: 16.66666667%;
}
.col-mb-push-0 {
  left: 0%;
}
@media (min-width: 768px) {
  .container {
    max-width: 728px;
    margin: 0 auto;
  }
  .col-6 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .col-5 {
    padding-left: 10px;
    padding-right: 10px;
    width: 83.33333333%;
  }
  .col-4 {
    padding-left: 10px;
    padding-right: 10px;
    width: 66.66666667%;
  }
  .col-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
  .col-2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333333%;
  }
  .col-1 {
    padding-left: 10px;
    padding-right: 10px;
    width: 16.66666667%;
  }
  .col-offset-6 {
    margin-left: 100%;
  }
  .col-offset-5 {
    margin-left: 83.33333333%;
  }
  .col-offset-4 {
    margin-left: 66.66666667%;
  }
  .col-offset-3 {
    margin-left: 50%;
  }
  .col-offset-2 {
    margin-left: 33.33333333%;
  }
  .col-offset-1 {
    margin-left: 16.66666667%;
  }
  .col-offset-0 {
    margin-left: 0%;
  }
  .col-pull-6 {
    right: 100%;
  }
  .col-pull-5 {
    right: 83.33333333%;
  }
  .col-pull-4 {
    right: 66.66666667%;
  }
  .col-pull-3 {
    right: 50%;
  }
  .col-pull-2 {
    right: 33.33333333%;
  }
  .col-pull-1 {
    right: 16.66666667%;
  }
  .col-pull-0 {
    right: 0%;
  }
  .col-push-6 {
    left: 100%;
  }
  .col-push-5 {
    left: 83.33333333%;
  }
  .col-push-4 {
    left: 66.66666667%;
  }
  .col-push-3 {
    left: 50%;
  }
  .col-push-2 {
    left: 33.33333333%;
  }
  .col-push-1 {
    left: 16.66666667%;
  }
  .col-push-0 {
    left: 0%;
  }
  .col-group {
    margin-right: -10px;
    margin-left: -10px;
    padding: 0;
  }
  .col-group:after {
    display: table;
    clear: both;
    content: " ";
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 952px;
    margin: 0 auto;
  }
  .col-dt-6 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .col-dt-5 {
    padding-left: 10px;
    padding-right: 10px;
    width: 83.33333333%;
  }
  .col-dt-4 {
    padding-left: 10px;
    padding-right: 10px;
    width: 66.66666667%;
  }
  .col-dt-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
  .col-dt-2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333333%;
  }
  .col-dt-1 {
    padding-left: 10px;
    padding-right: 10px;
    width: 16.66666667%;
  }
  .col-dt-offset-6 {
    margin-left: 100%;
  }
  .col-dt-offset-5 {
    margin-left: 83.33333333%;
  }
  .col-dt-offset-4 {
    margin-left: 66.66666667%;
  }
  .col-dt-offset-3 {
    margin-left: 50%;
  }
  .col-dt-offset-2 {
    margin-left: 33.33333333%;
  }
  .col-dt-offset-1 {
    margin-left: 16.66666667%;
  }
  .col-dt-offset-0 {
    margin-left: 0%;
  }
  .col-dt-pull-6 {
    right: 100%;
  }
  .col-dt-pull-5 {
    right: 83.33333333%;
  }
  .col-dt-pull-4 {
    right: 66.66666667%;
  }
  .col-dt-pull-3 {
    right: 50%;
  }
  .col-dt-pull-2 {
    right: 33.33333333%;
  }
  .col-dt-pull-1 {
    right: 16.66666667%;
  }
  .col-dt-pull-0 {
    right: 0%;
  }
  .col-dt-push-6 {
    left: 100%;
  }
  .col-dt-push-5 {
    left: 83.33333333%;
  }
  .col-dt-push-4 {
    left: 66.66666667%;
  }
  .col-dt-push-3 {
    left: 50%;
  }
  .col-dt-push-2 {
    left: 33.33333333%;
  }
  .col-dt-push-1 {
    left: 16.66666667%;
  }
  .col-dt-push-0 {
    left: 0%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
    margin: 0 auto;
  }
  .col-ld-6 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .col-ld-5 {
    padding-left: 10px;
    padding-right: 10px;
    width: 83.33333333%;
  }
  .col-ld-4 {
    padding-left: 10px;
    padding-right: 10px;
    width: 66.66666667%;
  }
  .col-ld-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
  .col-ld-2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333333%;
  }
  .col-ld-1 {
    padding-left: 10px;
    padding-right: 10px;
    width: 16.66666667%;
  }
  .col-ld-offset-6 {
    margin-left: 100%;
  }
  .col-ld-offset-5 {
    margin-left: 83.33333333%;
  }
  .col-ld-offset-4 {
    margin-left: 66.66666667%;
  }
  .col-ld-offset-3 {
    margin-left: 50%;
  }
  .col-ld-offset-2 {
    margin-left: 33.33333333%;
  }
  .col-ld-offset-1 {
    margin-left: 16.66666667%;
  }
  .col-ld-offset-0 {
    margin-left: 0%;
  }
  .col-ld-pull-6 {
    right: 100%;
  }
  .col-ld-pull-5 {
    right: 83.33333333%;
  }
  .col-ld-pull-4 {
    right: 66.66666667%;
  }
  .col-ld-pull-3 {
    right: 50%;
  }
  .col-ld-pull-2 {
    right: 33.33333333%;
  }
  .col-ld-pull-1 {
    right: 16.66666667%;
  }
  .col-ld-pull-0 {
    right: 0%;
  }
  .col-ld-push-6 {
    left: 100%;
  }
  .col-ld-push-5 {
    left: 83.33333333%;
  }
  .col-ld-push-4 {
    left: 66.66666667%;
  }
  .col-ld-push-3 {
    left: 50%;
  }
  .col-ld-push-2 {
    left: 33.33333333%;
  }
  .col-ld-push-1 {
    left: 16.66666667%;
  }
  .col-ld-push-0 {
    left: 0%;
  }
}
.col-fixed-hd,
.col-fixed-landscape,
.col-fixed-square,
.col-fixed-portrait {
  position: relative;
}
.col-fixed-hd:before,
.col-fixed-landscape:before,
.col-fixed-square:before,
.col-fixed-portrait:before {
  content: "";
  display: block;
}
.col-fixed-hd .col-content,
.col-fixed-landscape .col-content,
.col-fixed-square .col-content,
.col-fixed-portrait .col-content {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 10px;
  padding: 0;
}
.col-fixed-hd:before {
  margin-top: 56.25%;
}
.col-fixed-landscape:before {
  margin-top: 75%;
}
.col-fixed-square:before {
  margin-top: 100%;
}
.col-fixed-portrait:before {
  margin-top: 133.33333333%;
}
a,
a:active,
a:focus,
a:hover,
button:focus,
input:focus,
textarea:focus {
  outline: 0;
}
.attrEntry .error.itemLevel,
.attrEntry .helpText,
.phoneEntry .error.itemLevel,
.phoneEntry .helpText,
#codeVerification .error.itemLevel,
#codeVerification .helpText {
  display: none;
}
input,
textarea {
  background: #FFF;
  border: 1px solid #B1B1B1;
  padding: .2em 8px;
  width: 100%;
}
input:focus,
textarea:focus {
  border: 1px solid #414042;
}
input {
  height: 34px;
}
.entry-item {
  margin-bottom: 25px;
}
label {
  margin-bottom: 10px;
  display: block;
}
label[for=extension_TosAccepted_True] {
    display: inline-block;
    vertical-align: top;
    margin: 6px;
}
.csp p a {
  color: #c10000;
}
.btn,
button,
#createAccount,
.btn#next,
button#next,
#createAccount#next,
.btn#continue,
button#continue,
#createAccount#continue,
.btn#email_ver_but_verify,
button#email_ver_but_verify,
#createAccount#email_ver_but_verify,
.btn#email_ver_but_send,
button#email_ver_but_send,
#createAccount#email_ver_but_send {
    font-family: 'Encode Sans',Arial Black,sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.15;
    padding: .875rem 1.125rem .8125rem;
    color: #fff;
    background-color: #0077c1;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #0077c1;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.buttons button {
    width: auto !important;
    height: auto !important;
    font-size: 18px !important;
    border-radius: 0 !important;
}

.btn:hover,
button:hover,
#createAccount:hover {
    background-color: #005f9b !important;
    border-color: #00588e !important;
    cursor: pointer;
}
.btn[disabled],
button[disabled],
#createAccount[disabled],
.btn#next[disabled],
button#next[disabled],
#createAccount#next[disabled],
.btn#continue[disabled],
button#continue[disabled],
#createAccount#continue[disabled] {
    background-color: #999999 !important;
    border-color: #999999 !important;
}
.btn[disabled]:hover,
button[disabled]:hover,
#createAccount[disabled]:hover,
.btn#next[disabled]:hover,
button#next[disabled]:hover,
#createAccount#next[disabled]:hover,
.btn#continue[disabled]:hover,
button#continue[disabled]:hover,
#createAccount#continue[disabled]:hover {
    background-color: #999999 !important;
    border-color: #999999 !important;
}

.buttons button#email_ver_but_edit {
    display: none !important;
}

#createAccount {
    margin: 20px 30px;
}

.highlightError {
  border-color: #c10000;
}
.error {
  color: #c10000;
  font-size: 14px;
}
.password-label {
  position: relative;
}
.password-label #forgotPassword {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 14px;
  text-decoration: underline;
  color: inherit;
}
.social .options {
  text-align: center;
}
.social .options div {
  display: inline-block;
  margin-right: 10px;
}
.error-page-help,
.error-page-messagedetails {
  margin-bottom: 20px;
}
.error-page-help > div,
.error-page-messagedetails > div {
  margin-bottom: 10px;
}
.divider {
  position: relative;
  padding: 10px;
  margin: 10px 0 20px 0;
}
.divider:before {
  content: "";
  background: #DDDDDD;
  height: 1px;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.divider h2 {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50px;
  background: #FFF;
}
#MicrosoftAccountExchange,
#FacebookExchange {
  width: 32px;
  height: 32px;
  color: #FFF;
  overflow: hidden;
  border: 0;
  position: relative;
}
#MicrosoftAccountExchange:before,
#FacebookExchange:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
#MicrosoftAccountExchange:hover,
#FacebookExchange:hover {
  background: inherit;
}
#MicrosoftAccountExchange:before {
  background: url('../gfx/logo-microsoft.png') no-repeat center;
}
#FacebookExchange:before {
  background: url('../gfx/logo-facebook.png') no-repeat center;
}
#extension_Gender_F,
#extension_Gender_M {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 10px;
}
#extension_Gender_F + label,
#extension_Gender_M + label {
  display: inline-block;
  margin-right: 20px;
}
select {
  width: 100%;
  height: 34px;
}
.preloader {
  text-align: center;
}
.attrEntry {
  margin-bottom: 30px;
}
.attrEntry .tiny,
.phoneEntry .tiny,
#codeVerification .tiny {
  display: none;
}
#attributeVerification #email_ver_input {
  margin-bottom: 20px;
}
#attributeVerification #email_ver_input_label[aria-hidden="false"] {
  display: block !important;
  text-align: left;
}
.show {
  display: block !important;
}
button,
input,
optgroup,
select,
textarea {

}
.verificationInfoText[aria-hidden="false"],
.verificationSuccessText[aria-hidden="false"] {
  margin-bottom: 20px;
  display: block !important;
}

.imprint-footer {
    text-align: center;
    margin-top: 10px;
}

.header h1 {
  color:#c09b57;
  margin:0.25em 0;
  font-size:1.6em;
}

.header a {
	text-decoration: none;
}