@charset "UTF-8";

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

ul.list, ol.list {
  display: inherit;
}

ul.list--checkmark, ol.list--checkmark {
  display: inherit;
  list-style: none;
  padding-left: 0;
}

ul.list--checkmark li, ol.list--checkmark li {
  background-image: url("../img/icons/icon-check.svg");
  background-repeat: no-repeat;
  background-position: left 5.2px;
  background-size: 12px 12px;
  line-height: 1.4;
  padding-left: 18px;
}

.button {
  display: inline-block;
  padding: 9.6px 30px;
  margin: 0;
  width: auto;
  height: auto;
  border: 0 none;
  border-radius: 30px;
  background-color: #23004c;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  line-height: 1.3;
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-weight: bolder;
}

.button, .button:focus, .button:active {
  outline: none;
}

.button:hover{
	background-color:#7a00e6;
}

.button:disabled {
  background-color: #a0a0a0;
  background-image: none;
  cursor: default;
}

.button--full {
  width: 100%;
}

input:not(.css-ignore), select:not(.css-ignore) {
  font-weight: normal;
  font-size: 16px;
  display: block;
  width: 100%;
  min-width: 100%;
  height: 40px;
  line-height: 1.3;
}

label {
  cursor: pointer;
  display: block;
  color: white;
  line-height: 1.2;
  margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea,
select {
  border-radius: 0;
}

input[type="text"].placeholder,
input[type="email"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="date"].placeholder,
input[type="number"].placeholder,
textarea.placeholder,
select.placeholder {
  font-weight: 100;
  font-style: italic;
  color: #c2c6cc;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  font-weight: 100;
  font-style: italic;
  color: #c2c6cc;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-weight: 100;
  font-style: italic;
  color: #c2c6cc;
}

input[type="text"]:not(.css-ignore),
input[type="email"]:not(.css-ignore),
input[type="password"]:not(.css-ignore),
input[type="search"]:not(.css-ignore),
input[type="tel"]:not(.css-ignore),
input[type="date"]:not(.css-ignore),
input[type="number"]:not(.css-ignore),
textarea:not(.css-ignore),
select:not(.css-ignore) {
  background: white;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  box-shadow: none;
  padding: 9.6px;
  font-weight: 100;
  color: #6b717b;
}

input[type="text"]:not(.css-ignore):active, input[type="text"]:not(.css-ignore):focus,
input[type="email"]:not(.css-ignore):active,
input[type="email"]:not(.css-ignore):focus,
input[type="password"]:not(.css-ignore):active,
input[type="password"]:not(.css-ignore):focus,
input[type="search"]:not(.css-ignore):active,
input[type="search"]:not(.css-ignore):focus,
input[type="tel"]:not(.css-ignore):active,
input[type="tel"]:not(.css-ignore):focus,
input[type="date"]:not(.css-ignore):active,
input[type="date"]:not(.css-ignore):focus,
input[type="number"]:not(.css-ignore):active,
input[type="number"]:not(.css-ignore):focus,
textarea:not(.css-ignore):active,
textarea:not(.css-ignore):focus,
select:not(.css-ignore):active,
select:not(.css-ignore):focus {
  box-shadow: none;
  outline: none;
}

input[type="file"] {
  background: white;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  box-shadow: none;
  padding: 9.6px;
  font-weight: 100;
  color: #6b717b;
  height: auto;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  resize: vertical;
  display: block;
  width: 100%;
  min-width: 100%;
  line-height: 1.3;
}


@-webkit-keyframes bar-upper-in {
  0% {
    -webkit-transform: translate3d(0, -7px, 0) rotate(0deg);
    transform: translate3d(0, -7px, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}

@keyframes bar-upper-in {
  0% {
    -webkit-transform: translate3d(0, -7px, 0) rotate(0deg);
    transform: translate3d(0, -7px, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}

@-webkit-keyframes bar-upper-out {
  100% {
    -webkit-transform: translate3d(0, -7px, 0) rotate(0deg);
    transform: translate3d(0, -7px, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}

@keyframes bar-upper-out {
  100% {
    -webkit-transform: translate3d(0, -7px, 0) rotate(0deg);
    transform: translate3d(0, -7px, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}

@-webkit-keyframes bar-lower-in {
  0% {
    -webkit-transform: translate3d(0, 7px, 0) rotate(0deg);
    transform: translate3d(0, 7px, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
}

@keyframes bar-lower-in {
  0% {
    -webkit-transform: translate3d(0, 7px, 0) rotate(0deg);
    transform: translate3d(0, 7px, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
}

@-webkit-keyframes bar-lower-out {
  100% {
    -webkit-transform: translate3d(0, 7px, 0) rotate(0deg);
    transform: translate3d(0, 7px, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
}

@keyframes bar-lower-out {
  100% {
    -webkit-transform: translate3d(0, 7px, 0) rotate(0deg);
    transform: translate3d(0, 7px, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
}

.form_content {
  padding: 20px;
  background-color: #23004c;
  border: 1px solid #23004c;
  text-align: left;
  color: white;
}

.form--login {
  margin-bottom: 20px;
}

.form__row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}

.form__row:after {
  content: " ";
  display: block;
  clear: both;
}

.form__row:last-child {
  margin-bottom: 0;
}

.form__col {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.form__col--striked {
  text-decoration: line-through;
  -webkit-text-decoration-color: #D63535;
  text-decoration-color: #D63535;
}

.form__col.red {
  color: #D63535;
}

.form__col--half, .form__row--half-col .form__col {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.form__row--5-col .form__col {
  width: 20%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
  text-align: center,
}

.form__input-radio {
  height: 25px;
}

.form__col--half:last-child, .form__row--half-col .form__col:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .form__col--half, .form__row--half-col .form__col {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
}

.form__col--quarter, .form__row--quarter-col .form__col {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.form__col--quarter:last-child, .form__row--quarter-col .form__col:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .form__col--quarter, .form__row--quarter-col .form__col {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .form__col--quarter, .form__row--quarter-col .form__col {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.form__col--eighth {
  width: 25%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .form__col--eighth {
    width: 16.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
}

.form__col--three-quarter {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.form__col--three-quarter:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .form__col--three-quarter {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .form__col--three-quarter {
    width: 75%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.form__col--third {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.form__col--third:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .form__col--third {
    width: 41.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .form__col--third {
    width: 33.33333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.form__col--two-third {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.form__col--two-third:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .form__col--two-third {
    width: 58.33333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .form__col--two-third {
    width: 66.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.form__col--label {
  margin-bottom: 3px;
}

.form__col--preview-label {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .form__col--preview-label {
    margin-bottom: 10px;
  }
}

.form__col--checkbox-additional {
  padding-left: 30px;
}

.form__label {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  font-style: italic;
  color: white;
}

.form__label--checkbox {
  font-style: normal;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}

.form__checkbox {
  display: none;
}

.form__checkbox + .form__label--checkbox {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 25px;
  display: block;
  cursor: pointer;
  position: relative;
}

.form__checkbox + .form__label--checkbox:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.6px;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}

.form__checkbox:checked + .form__label--checkbox:before {
  background-image: url("../img/icons/icon-check--gray.svg");
}

.form__input--textarea {
  font-style: italic;
}

.form__input.prefilled {
  border-color: #0080BA !important;
}

.form__mandatory {
  font-size: 0.75rem;
  font-weight: 300;
}

.form__required {
  font-weight: bold;
  position: relative;
}

.form__error {
  color: #cc4929;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 7.5px 0 0 0;
}

.form__error.error {
  display: block;
}

.form .required {
  color: #cc4929;
  font-weight: bold;
}

.form__info {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}


.checkbox-wrapper {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.checkbox-group {
  background-color: white;
  border: 1px solid #d9d9d9;
}

.checkbox-group__checkbox {
  display: none;
}

.checkbox-group__label {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  text-align: left;
  height: 40px;
  line-height: 30px;
  margin: 0;
  padding: 5px;
}

.checkbox-group__label .icon {
  fill: #a1a8b3;
  height: 29px;
  width: 47px;
  margin-right: .25em;
}

.checkbox-group__label .description {
  float: right;
  line-height: 1.5;
  text-align: right;
  font-size: .75em;
}

.checkbox-group__checkbox:checked + .checkbox-group__label {
  background-color: #d9d9d9;
}

.desktop {
	display: none;
}

@media (min-width: 980px) {
  .desktop {
    display: block;
  }
}

