@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600&display=swap");
/*! normalize.css v8.0.1 | 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 iOS.
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  outline: none;
  cursor: pointer;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* NEW VARIABLES - 2023
------------------------------------------- */
/* NEW VARIABLES - 2023
------------------------------------------- */
/* END NEW VARIABLES - 2023 - DO NOT USE VARIABLES BELOW
------------------------------------------- */
/* BASELINE VARIABLES
------------------------------------- */
/*pink like*/
/* ACCESSIBILITY COLOR - 2020
------------------------------------------- */
/*Form theme 004*/
/* base line font size and line height */
/* font weights */
/* div colors */
/* text colors */
/* so-me colors*/
/* backgrounds */
/*	link-colors
	An attempt to optimize workflow around link colors :-) */
/* VARS FOR SPECIFIC SECTIONS / SCRIPTS
------------------------------------------- */
/* bg colors, mainly for colored faq's and accordions */
/* grey colors + backgrounds for MitHK */
/* Elev-program */
/* velkomst program color variables */
/* HK pros tabs colors */
/* ********************************************** */
/* #VELKOMST program */
/* ********************************************** */
/* facebook css button color */
/* ********************************************** */
/* #JOBBOERS program */
/* ********************************************** */
/* ********************************************** */
/* #OFFERS */
/* ********************************************** */
/* ********************************************** */
/* NPS */
/* ********************************************** */
/* ********************************************** */
/* BUTTONS
/* ********************************************** */
/* styles for typography - these are to be used for user defined attributes in the cms */
/* feldingers fede funktioner  */
@keyframes opacity-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-element {
  from {
    opacity: 0;
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.flow-forms .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  min-width: unset;
  margin: 0;
}
.flow-forms .col {
  display: flex;
  flex-wrap: wrap;
  min-height: 1px;
}
.flow-forms .col.pull-left {
  margin-right: auto;
  padding-left: 30px;
}
.flow-forms .col > .pull-right {
  margin-left: auto;
}
.flow-forms .col.one {
  flex-basis: calc(8.33333% - 15px);
}
.flow-forms .col.two {
  flex-basis: calc(16.66667% - 15px);
}
.flow-forms .col.three {
  flex-basis: calc(25% - 15px);
}
.flow-forms .col.four {
  flex-basis: calc(33.33333% - 15px);
}
.flow-forms .col.five {
  flex-basis: calc(41.66667% - 15px);
}
.flow-forms .col.six {
  flex-basis: calc(50% - 15px);
}
.flow-forms .col.seven {
  flex-basis: calc(58.33333% - 15px);
}
.flow-forms .col.eight {
  flex-basis: calc(66.66667% - 15px);
}
.flow-forms .col.nine {
  flex-basis: calc(75% - 15px);
}
.flow-forms .col.ten {
  flex-basis: calc(83.33333% - 15px);
}
.flow-forms .col.eleven {
  flex-basis: calc(91.66667% - 15px);
}
.flow-forms .col.twelve {
  flex-basis: 100%;
}
@media only screen and (max-width: 768px) {
  .flow-forms .col.one, .flow-forms .col.two, .flow-forms .col.three, .flow-forms .col.four, .flow-forms .col.five, .flow-forms .col.six, .flow-forms .col.seven, .flow-forms .col.eight, .flow-forms .col.nine, .flow-forms .col.ten, .flow-forms .col.eleven, .flow-forms .col.twelve {
    flex-basis: 100%;
    padding-left: 0;
  }
  .flow-forms .row .col.mobile-two {
    flex-basis: 50%;
  }
  .flow-forms .row .col.mobile-four {
    padding-right: 12rem;
  }
  .flow-forms .row .col.mobile-four .radiobuttons-group .custom-radio {
    width: 50% !important;
    padding-right: 5rem;
  }
  .flow-forms .row .col.mobile-four .radiobuttons-group .custom-radio .custom-radio__label {
    width: 120px;
    margin-right: 5rem;
    padding: 0 4rem 0 1rem;
  }
  .flow-forms .row .col.mobile-toggle .radiobuttons-group.radiobuttons-group--toggle .radiobuttons-group--toggle__inner {
    flex-direction: row;
    display: flex;
  }
  .flow-forms .row .col.mobile-toggle .radiobuttons-group.radiobuttons-group--toggle .radiobuttons-group--toggle__inner .custom-radio {
    margin-right: 15px;
  }
  .flow-forms .row .col.mobile-toggle .radiobuttons-group.radiobuttons-group--toggle .radiobuttons-group--toggle__inner .custom-radio .custom-radio__label {
    width: 155px;
  }
}
.flow-forms .flex-break {
  flex-basis: 100%;
}

@keyframes fade-in-error {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.flow-forms .form-element {
  min-height: 102px;
  position: relative;
  width: 100%;
}
.flow-forms label,
.flow-forms .label {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #0f73a0;
  margin-bottom: 10px;
  width: 100%;
  cursor: auto;
  transition: color 0.15s;
}
.flow-forms label[for],
.flow-forms .label[for] {
  cursor: pointer;
}
.flow-forms hr {
  border-color: lightgrey;
  opacity: 0.3;
  margin-bottom: 30px;
}
.flow-forms input:not([type=submit]),
.flow-forms select,
.flow-forms textarea,
.flow-forms .fake-input {
  width: 100%;
  min-height: 40px;
  margin-bottom: 0;
  padding: 1px 16px;
  border: 1px solid #009de0;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  color: #004463;
  will-change: background-color;
  transition: background-color 0.15s;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 36px;
}
.flow-forms input:not([type=submit])::-ms-expand,
.flow-forms select::-ms-expand,
.flow-forms textarea::-ms-expand,
.flow-forms .fake-input::-ms-expand {
  display: none;
}
.flow-forms input:not([type=submit]):focus, .flow-forms input:not([type=submit]).focus,
.flow-forms select:focus,
.flow-forms select.focus,
.flow-forms textarea:focus,
.flow-forms textarea.focus,
.flow-forms .fake-input:focus,
.flow-forms .fake-input.focus {
  background-color: #e6f5fc;
  border-color: #009de0;
}
.flow-forms input:not([type=submit])::-ms-clear,
.flow-forms select::-ms-clear,
.flow-forms textarea::-ms-clear,
.flow-forms .fake-input::-ms-clear {
  cursor: pointer;
}
.flow-forms input:not([type=submit]):disabled, .flow-forms input:not([type=submit]).disabled, .flow-forms input:not([type=submit]):not(.read-only-date-input):disabled,
.flow-forms select:disabled,
.flow-forms select.disabled,
.flow-forms select:not(.read-only-date-input):disabled,
.flow-forms textarea:disabled,
.flow-forms textarea.disabled,
.flow-forms textarea:not(.read-only-date-input):disabled,
.flow-forms .fake-input:disabled,
.flow-forms .fake-input.disabled,
.flow-forms .fake-input:not(.read-only-date-input):disabled {
  background-color: #c8c8c3;
  border-color: #5f5f5a;
}
.flow-forms input:not([type=submit])::-webkit-inner-spin-button, .flow-forms input:not([type=submit])::-webkit-outer-spin-button,
.flow-forms select::-webkit-inner-spin-button,
.flow-forms select::-webkit-outer-spin-button,
.flow-forms textarea::-webkit-inner-spin-button,
.flow-forms textarea::-webkit-outer-spin-button,
.flow-forms .fake-input::-webkit-inner-spin-button,
.flow-forms .fake-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.flow-forms input:not([type=submit])::-moz-placeholder, .flow-forms select::-moz-placeholder, .flow-forms textarea::-moz-placeholder, .flow-forms .fake-input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.flow-forms input:not([type=submit])::placeholder,
.flow-forms select::placeholder,
.flow-forms textarea::placeholder,
.flow-forms .fake-input::placeholder {
  color: inherit;
  opacity: 1;
}
.flow-forms textarea {
  line-height: 1.4;
  padding-top: 10px;
  height: auto;
}
.flow-forms textarea:focus {
  line-height: 1.4;
  padding-top: 10px;
}
.flow-forms textarea.resizeNone {
  resize: none;
}
.flow-forms textarea.resizeVertical {
  resize: vertical;
}
.flow-forms textarea.resizeHorizontal {
  resize: horizontal;
}
.flow-forms textarea::-moz-placeholder {
  color: #9a9a9a;
}
.flow-forms textarea::placeholder {
  color: #9a9a9a;
}
.flow-forms .fake-input {
  display: flex;
  align-items: center;
}
.flow-forms .select-wrapper {
  position: relative;
}
.flow-forms .select-wrapper .select-wrapper__chevron {
  position: absolute;
  top: 13px;
  right: 15px;
  color: #0075a3;
  font-size: 16px;
  pointer-events: none;
  will-change: transform;
  transition: transform 0.25s cubic-bezier(0.08, 0.82, 0.63, 1.32);
}
.flow-forms .select-wrapper select,
.flow-forms .select-wrapper select:focus {
  width: 100%;
  padding-right: 28px;
  line-height: 2.3;
}
.flow-forms .select-wrapper option {
  background-color: white !important;
}
.flow-forms .select-wrapper .tooltip--error {
  position: absolute;
  top: 28px;
  right: 41px;
}
.flow-forms .step.step--contact-information .form-element.form-element--phone-number-country-code {
  gap: 2px;
}
.flow-forms .form-element {
  position: relative;
  width: 100%;
  min-height: 102px;
}
.flow-forms .form-element.disabled label {
  cursor: auto;
  opacity: 0.5;
}
.flow-forms .form-element.form-element__postal-code {
  width: 76px;
  transition: width 100ms ease;
}
.flow-forms .form-element.form-element__postal-code.form-element--error .typeahead-input {
  margin-bottom: 0px;
}
.flow-forms .form-element.form-element__postal-code + .form-element {
  flex-flow: column;
}
.flow-forms .form-element.form-element--postal-code-city {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.flow-forms .form-element.form-element--postal-code-city .form-element__postal-code {
  width: 76px;
  transition: width 100ms ease;
}
.flow-forms .form-element.form-element--postal-code-city .form-element__city {
  width: calc(100% - 76px);
  transition: width 100ms ease, opacity 100ms linear;
  padding-left: 8px;
}
.flow-forms .form-element.form-element--postal-code-city .form-error {
  width: 100%;
}
.flow-forms .form-element.form-element--long-postal-code-city .form-element__postal-code {
  width: 84px;
  transition: width 300ms ease;
}
.flow-forms .form-element.form-element--long-postal-code-city .form-element__city {
  width: calc(100% - 84px);
  transition: width 300ms ease;
}
.flow-forms .form-element.form-element--phone-number-country-code {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.flow-forms .form-element.form-element--phone-number-country-code label {
  width: 100%;
}
.flow-forms .form-element.form-element--phone-number-country-code .select-wrapper {
  width: 90px;
  margin-right: 8px;
}
.flow-forms .form-element.form-element--phone-number-country-code input {
  width: calc(100% - 100px);
}
.flow-forms .form-element.form-element--phone-number-country-code .form-error {
  width: calc(100% - 2px);
}
.flow-forms .has-prepend-unit {
  position: relative;
}
.flow-forms .has-prepend-unit input {
  display: inline;
}
.flow-forms .has-prepend-unit .prepend-unit {
  position: absolute;
  display: inline;
  margin-left: 1rem;
}
.flow-forms .has-prepend-unit .prepend-unit,
.flow-forms .has-prepend-unit .tooltip--error.visible {
  top: 50%;
  transform: translateY(-50%);
}
.flow-forms .has-prepend-unit i.typeahead-wrapper__icon.spinner-loader {
  top: 15px;
}
.flow-forms .form-error {
  background-color: #d0021b;
  color: #fff;
  margin-bottom: 5px;
  padding: 2px 15px 4px;
  font-size: 14px;
  line-height: 18px;
  animation-name: fade-in-error;
  animation-duration: 0.15s;
}
.flow-forms .form-error.info-message-notice {
  background-color: transparent;
  color: #141e2d;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 0;
  line-height: 20px;
}
.flow-forms .form-element--error label {
  color: #d0021b;
}
.flow-forms .form-element--error input,
.flow-forms .form-element--error textarea,
.flow-forms .form-element--error .select-wrapper,
.flow-forms .form-element--error select:not(.react-datepicker__year-select),
.flow-forms .form-element--error .fake-input,
.flow-forms .form-element--error button:not(.tooltip__toggle):not(.react-datepicker__navigation),
.flow-forms .form-element--error .react-datepicker__year-dropdown-container--scroll {
  border-color: #d0021b;
  box-shadow: 0px 2px 0px 0px #d0021b;
}
.flow-forms .form-element--error input:focus,
.flow-forms .form-element--error textarea:focus,
.flow-forms .form-element--error .select-wrapper:focus,
.flow-forms .form-element--error select:not(.react-datepicker__year-select):focus,
.flow-forms .form-element--error .fake-input:focus,
.flow-forms .form-element--error button:not(.tooltip__toggle):not(.react-datepicker__navigation):focus,
.flow-forms .form-element--error .react-datepicker__year-dropdown-container--scroll:focus {
  border-color: #d0021b;
}
.flow-forms .form-element--error .select-wrapper:after {
  color: #d0021b;
}
.flow-forms .form-element--error .select-wrapper__chevron {
  color: #d0021b;
}
.flow-forms .form-element--error .SingleDatePickerInput_calendarIcon_svg {
  fill: #d0021b;
}
.flow-forms .margintop {
  margin-top: 15px;
}
.flow-forms .nomargintop {
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .flow-forms .form-element {
    min-height: 95px;
  }
}

.primary-cta,
a.primary-cta,
.primary-cta[type=submit] {
  -webkit-appearance: none; /* Safari, older Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* Standard */
  display: inline-block;
  background-color: #009de0;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  min-width: 150px;
  min-height: 48px;
  padding: 11px 40px 10px;
  border: 1px solid #009de0;
  text-decoration: none;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .primary-cta,
  a.primary-cta,
  .primary-cta[type=submit] {
    min-width: 124px;
    min-height: 48px;
    padding: 0 16px;
    font-size: 17px;
    font-weight: 600;
  }
}
.primary-cta::before,
a.primary-cta::before,
.primary-cta[type=submit]::before {
  display: none;
}
.primary-cta:hover, .primary-cta.hover,
a.primary-cta:hover,
a.primary-cta.hover,
.primary-cta[type=submit]:hover,
.primary-cta[type=submit].hover {
  color: #fff;
  border-color: #0f73a0;
  background-color: #0f73a0;
}
.primary-cta:disabled, .primary-cta.disabled,
a.primary-cta:disabled,
a.primary-cta.disabled,
.primary-cta[type=submit]:disabled,
.primary-cta[type=submit].disabled {
  pointer-events: none;
  background-color: #a5a5a0;
  color: #5f5f5a;
  border-color: transparent;
}
[data-whatinput=keyboard] .primary-cta:focus, .primary-cta:focus,
[data-whatinput=keyboard] a.primary-cta:focus,
a.primary-cta:focus,
[data-whatinput=keyboard] .primary-cta[type=submit]:focus,
.primary-cta[type=submit]:focus {
  outline: none;
  border-color: #0075a3;
  box-shadow: none;
}
[data-whatinput=keyboard] .primary-cta:focus:disabled, [data-whatinput=keyboard] .primary-cta:focus.disabled, .primary-cta:focus:disabled, .primary-cta:focus.disabled,
[data-whatinput=keyboard] a.primary-cta:focus:disabled,
[data-whatinput=keyboard] a.primary-cta:focus.disabled,
a.primary-cta:focus:disabled,
a.primary-cta:focus.disabled,
[data-whatinput=keyboard] .primary-cta[type=submit]:focus:disabled,
[data-whatinput=keyboard] .primary-cta[type=submit]:focus.disabled,
.primary-cta[type=submit]:focus:disabled,
.primary-cta[type=submit]:focus.disabled {
  border-color: transparent;
}
.primary-cta.spinner-loader,
a.primary-cta.spinner-loader,
.primary-cta[type=submit].spinner-loader {
  padding-right: 76px;
}
.primary-cta.spinner-loader::before, .primary-cta.spinner-loader::after,
a.primary-cta.spinner-loader::before,
a.primary-cta.spinner-loader::after,
.primary-cta[type=submit].spinner-loader::before,
.primary-cta[type=submit].spinner-loader::after {
  left: auto;
  right: 25px;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .primary-cta.spinner-loader,
  a.primary-cta.spinner-loader,
  .primary-cta[type=submit].spinner-loader {
    padding-right: 60px;
  }
  .primary-cta.spinner-loader::after,
  a.primary-cta.spinner-loader::after,
  .primary-cta[type=submit].spinner-loader::after {
    width: 30px;
    right: 15px;
  }
}

.nav-button {
  position: relative;
  background-color: transparent;
  border: none;
  color: #009de0;
  font-size: 24px;
  line-height: 28px;
  white-space: nowrap;
  transition: color 0.15s;
  display: flex;
  align-items: center;
}
.nav-button .button__icon--left {
  margin-right: 10px;
}
.nav-button .button__icon--right {
  margin-left: 10px;
}
.nav-button:hover {
  color: #004463;
}
.nav-button:hover::before {
  color: #004463;
}
[data-whatintent=keyboard] .nav-button:focus span {
  text-decoration: underline;
}

.add-button {
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0 0 0 20px;
  color: #0075a3;
  white-space: nowrap;
  transition: color 0.15s;
}
.add-button::before, .add-button::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #009de0;
  will-change: transform, opacity, background-color;
  transition: transform 0.15s, background-color;
}
.add-button::after {
  top: 2px;
  left: 6px;
  width: 2px;
  height: 14px;
  opacity: 1;
}
.add-button:hover {
  color: #004463;
}
.add-button:hover::before, .add-button:hover::after {
  background-color: #004463;
}
.add-button.add-button--open::before {
  transform: rotate(180deg);
}
.add-button.add-button--open::after {
  transform: rotate(270deg);
  opacity: 0;
}

.reset-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  border-radius: 0;
}

.edit-link {
  cursor: pointer;
  border: 0;
  padding-left: 20px;
  font-size: 24px;
  line-height: 28px;
  color: #009de0;
  text-decoration: none;
  text-align: left;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxOCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tNjMwLTM0MWgxOTIwVjczOUgtNjMweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDA5REUwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0zLjI3OSAxNi40NDRMLjE2MiAxNy45OTlsLjYxNy0zLjI5NyA4Ljg3Mi0xMS41MiAyLjUgMS43NDItOC44NzIgMTEuNTJ6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYiI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLTYzMC0zNDFoMTkyMFY3MzlILTYzMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBjbGlwLXBhdGg9InVybCgjYikiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwOURFMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTEuNTcxIDEuMTkzYy4yMDItLjI2NS40OTgtLjQzNC44Mi0uNDcuMzI0LS4wMzUuNjQ3LjA2Ny44OTcuMjg0LjU0My40MzIuNjU5IDEuMjM1LjI2MSAxLjgxNSIvPjwvZz48L3N2Zz4=) no-repeat 0/15px 18px;
}

.spinner-loader {
  position: relative;
}
.spinner-loader::after, .spinner-loader::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  background: url("/resources/gfx/loaders/30x30_White-spinner.png") 50%/100% no-repeat;
  animation: continuous-rotation 1s infinite linear;
}
.spinner-loader::before {
  display: none;
}
.spinner-loader.spinner-loader--inverted::before {
  display: block;
  background: url("/resources/gfx/loaders/30x30_Darkblue-spinner.png") 50%/100% no-repeat;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.spinner-loader.spinner-loader--inverted::after {
  background-image: url("/resources/gfx/loaders/30x30_blue-spinner.png");
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.spinner-loader.spinner-loader--inverted:hover:after {
  opacity: 0;
}
.spinner-loader.spinner-loader--inverted:hover::before {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .spinner-loader::after {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }
}

/* ********************************************** */
/* ANIMATIONS
    /* ********************************************** */
@keyframes continuous-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
i.flow-forms-icon,
button.flow-forms-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: #009de0;
  display: block;
}
[data-whatintent=keyboard] i.flow-forms-icon:focus,
[data-whatintent=keyboard] button.flow-forms-icon:focus {
  border: 2px solid #009de0;
  border-radius: 50%;
}
i.flow-forms-icon.flow-forms-question,
button.flow-forms-icon.flow-forms-question {
  background-image: url("/frontend_react/dist/assets/icons/question.svg");
}
i.flow-forms-icon.flow-forms-question [data-whatintent=keyboard]:focus,
button.flow-forms-icon.flow-forms-question [data-whatintent=keyboard]:focus {
  background-image: url("/frontend_react/dist/assets/icons/question-inverted.svg");
}
i.flow-forms-icon.flow-forms-question:hover,
button.flow-forms-icon.flow-forms-question:hover {
  background-image: url("/frontend_react/dist/assets/icons/question-inverted.svg");
}
i.flow-forms-icon.flow-forms-question--inverted,
button.flow-forms-icon.flow-forms-question--inverted {
  background-image: url("/frontend_react/dist/assets/icons/question-inverted.svg");
}
i.flow-forms-icon.flow-forms-exclamation,
button.flow-forms-icon.flow-forms-exclamation {
  background-image: url("/frontend_react/dist/assets/icons/exclamation.svg");
}
i.flow-forms-icon.flow-forms-exclamation [data-whatintent=keyboard]:focus,
button.flow-forms-icon.flow-forms-exclamation [data-whatintent=keyboard]:focus {
  background-image: url("/frontend_react/dist/assets/icons/exclamation-inverted.svg");
}
i.flow-forms-icon.flow-forms-exclamation:hover,
button.flow-forms-icon.flow-forms-exclamation:hover {
  background-image: url("/frontend_react/dist/assets/icons/exclamation-inverted.svg");
}
i.flow-forms-icon.flow-forms-exclamation--inverted,
button.flow-forms-icon.flow-forms-exclamation--inverted {
  background-image: url("/frontend_react/dist/assets/icons/exclamation-inverted.svg");
}

section cg-chat.cg-chat-tab-hidden {
  display: flex;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #004463;
}
section cg-chat.cg-chat-tab-hidden label,
section cg-chat.cg-chat-tab-hidden .cg-chat-required-field-message {
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: justify;
  color: #009de0;
  margin-bottom: 2px;
  width: 100%;
  cursor: auto;
  transition: color 0.15s;
}
section cg-chat.cg-chat-tab-hidden label[for],
section cg-chat.cg-chat-tab-hidden .cg-chat-required-field-message[for] {
  cursor: pointer;
  margin-top: 16px;
}
section cg-chat.cg-chat-tab-hidden input[type=text] {
  color: #004463;
  box-shadow: none;
  padding: 1px 16px;
  border: 1px solid #009de0;
  border-radius: 3px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  will-change: background-color;
  transition: background-color 0.15s;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
  height: 38px;
}
section cg-chat.cg-chat-tab-hidden input[type=text]::-ms-expand {
  display: none;
}
section cg-chat.cg-chat-tab-hidden input[type=text]::-ms-clear {
  cursor: pointer;
}
section cg-chat.cg-chat-tab-hidden input[type=text]:focus {
  background-color: #e5f5fc;
  border-width: 2px;
  border-color: #e5f5fc;
  line-height: 46px;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden input[type=text]:focus {
    border-width: 2px;
  }
}
section cg-chat.cg-chat-tab-hidden input[type=text]:hover {
  border: 1px solid #e5f5fc;
  border-radius: 3px;
  font-size: 18px;
}
section cg-chat.cg-chat-tab-hidden input[type=text]:not(.read-only-date-input):disabled, section cg-chat.cg-chat-tab-hidden input[type=text].disabled {
  background-color: rgba(229, 245, 252, 0.5);
  background-image: repeating-linear-gradient(315deg, rgba(0, 68, 99, 0.1), rgba(0, 68, 99, 0.1) 2px, #fff 2px, #fff 4px);
  border-color: transparent;
  color: rgba(0, 68, 99, 0.75);
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section cg-chat.cg-chat-tab-hidden input[type=text]::-webkit-inner-spin-button, section cg-chat.cg-chat-tab-hidden input[type=text]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section cg-chat.cg-chat-tab-hidden input[type=text]::-moz-placeholder {
  color: #004463;
  opacity: 1;
}
section cg-chat.cg-chat-tab-hidden input[type=text]::placeholder {
  color: #004463;
  opacity: 1;
}
section cg-chat.cg-chat-tab-hidden cg-chat-tab {
  top: 450px;
  background-color: #e5f5fc;
  box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-tab {
    z-index: 4001;
    top: 250px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-tab .cg-text-chat-type-icon {
  display: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer {
  min-height: -moz-fit-content;
  min-height: fit-content;
  max-height: 645px;
  height: 645px;
  width: 380px;
  width: 100%;
  z-index: 3001;
  border-top-left-radius: 0px;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer {
    z-index: 4001;
    width: 100%;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-window-handle {
  background-color: #e5f5fc !important;
  border-top: 1px solid #e5f5fc !important;
  border-left: 1px solid #e5f5fc !important;
  border-right: 1px solid #e5f5fc !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-window-handle {
    height: 40px;
    line-height: 40px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-window-handle .cg-chat-window-handle-title {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-window-handle .cg-chat-window-handle-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-window-handle .cg-chat-window-handle-buttons {
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-window-handle .cg-chat-window-handle-buttons button {
    min-height: 26px;
    max-height: 26px;
    height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-window-handle .cg-chat-window-handle-buttons button img {
    width: 26px;
    height: 26px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer #cg-chat-offer-window-send-message-button {
  display: inline-block;
  border: none;
  border-radius: 3px;
  background: #009de0;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  min-height: 40px;
  padding: 12px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s ease-out;
  float: none;
  margin-bottom: 10px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer #cg-chat-offer-window-send-message-button::before {
  display: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer #cg-chat-offer-window-send-message-button:hover, section cg-chat.cg-chat-tab-hidden cg-chat-offer #cg-chat-offer-window-send-message-button.hover {
  color: #fff;
  background-color: #004463;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer #cg-chat-offer-window-send-message-button:focus {
  opacity: 0.5;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer #cg-chat-offer-window-send-message-button:disabled, section cg-chat.cg-chat-tab-hidden cg-chat-offer #cg-chat-offer-window-send-message-button.disabled {
  opacity: 0.25;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer #cg-chat-offer-window-send-message-button:disabled:hover, section cg-chat.cg-chat-tab-hidden cg-chat-offer #cg-chat-offer-window-send-message-button.disabled:hover {
  background-color: #004463;
  cursor: auto;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel {
  border: 1px solid #009de0;
  border-radius: 3px;
  width: 100%;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form {
  height: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form .cg-chat-form-contact-data {
    margin-bottom: 5px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form .cg-chat-form-contact-data .cg-chat-input-error-label {
  background-color: #ff0000;
  position: relative;
  right: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-left: 15px;
  padding-bottom: 4px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form .cg-chat-form-contact-data .cg-chat-input-error:not(textarea) {
  border-color: #ff0000 !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form .cg-chat-required-field-icon {
  background: #009de0;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form .cg-chat-required-field-icon {
    width: 13px;
    height: 13px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form .cg-chat-required-field-icon span {
  position: relative;
  bottom: 3px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form .cg-chat-required-field-icon span {
    bottom: 4px;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel cg-chat-offer-form#cg-chat-offer-form #cg-chat-offer-text {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-message .cg-chat-agent-message {
  color: #004463;
  background-color: #fff;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-message .cg-chat-agent-message .cg-chat-agent-message-text {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-required-field-message-area {
    margin-bottom: 10px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-required-field-message-area .cg-chat-required-field-message {
  font-size: 12px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-required-field-message-area::before {
  display: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area {
  padding: 1px 16px;
  min-height: 50px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area {
    margin-top: 10px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea {
  color: #004463;
  box-shadow: none;
  min-height: 80px;
  padding: 1px 16px;
  padding-top: 10px;
  border: 1px solid #e5f5fc !important;
  border-radius: 3px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  will-change: background-color;
  transition: background-color 0.15s;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea {
    margin-bottom: 5px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea::-ms-expand {
  display: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea::-ms-clear {
  cursor: pointer;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea:focus {
  background-color: #e5f5fc;
  border-width: 2px !important;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea:hover {
  border: 1px solid #e5f5fc;
  border-radius: 3px;
  font-size: 18px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea:not(.read-only-date-input):disabled, section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea.disabled {
  background-color: rgba(229, 245, 252, 0.5);
  background-image: repeating-linear-gradient(315deg, rgba(0, 68, 99, 0.1), rgba(0, 68, 99, 0.1) 2px, #fff 2px, #fff 4px);
  border-color: transparent;
  color: rgba(0, 68, 99, 0.75);
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea::-webkit-inner-spin-button, section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea::-moz-placeholder {
  color: #004463;
  opacity: 1;
}
section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel .cg-chat-window-input-area textarea::placeholder {
  color: #004463;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-offer .cg-chat-offer-panel #cg-chat-offer-window-send-message-button {
    min-height: 40px;
    font-size: 18px;
    line-height: 18px;
    margin-top: 0;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window {
  left: unset;
  right: 0;
  width: 380px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  max-height: 645px;
  height: 645px;
  border: 1px solid #009de0;
  border-radius: 3px;
  width: 100%;
  z-index: 3001;
  border-top-left-radius: 0px;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window {
    z-index: 4001;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window {
    height: 1022px;
    max-height: 1022px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-handle {
  background-color: #e5f5fc !important;
  border-top: 1px solid #e5f5fc !important;
  border-left: 1px solid #e5f5fc !important;
  border-right: 1px solid #e5f5fc !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-handle {
    height: 40px;
    line-height: 40px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-handle .cg-chat-window-handle-title {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-handle .cg-chat-window-handle-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-handle .cg-chat-window-handle-buttons {
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-handle .cg-chat-window-handle-buttons button {
    min-height: 26px;
    max-height: 26px;
    height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-handle .cg-chat-window-handle-buttons button img {
    width: 26px;
    height: 26px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps {
  height: calc(100% - 160px);
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps {
    padding-top: 0px !important;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps .cg-chat-message-history .cg-chat-message .cg-chat-agent-message-alias,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps .cg-chat-message-history .cg-chat-message .cg-chat-agent-message,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps .cg-chat-message-history .cg-chat-message .cg-chat-customer-message-alias,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps .cg-chat-message-history .cg-chat-message .cg-chat-system-message-text,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps .cg-chat-message-history .cg-chat-message .cg-chat-system-message-timestamp {
  color: #004463;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps .cg-chat-message-history .cg-chat-message .cg-chat-agent-message {
  background-color: #e5f5fc;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps .cg-chat-message-history .cg-chat-message .cg-chat-customer-message {
  background-color: #009de0;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button {
  display: inline-block;
  border: none;
  border-radius: 3px;
  background: #009de0;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  min-height: 40px;
  padding: 12px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s ease-out;
  float: none;
  margin-bottom: 10px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button::before {
  display: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button:hover, section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button.hover {
  color: #fff;
  background-color: #004463;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button:focus {
  opacity: 0.5;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button:disabled, section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button.disabled {
  opacity: 0.25;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button:disabled:hover, section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button.disabled:hover {
  background-color: #004463;
  cursor: auto;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-button {
  background-color: #009de0 !important;
  text-transform: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group {
  border: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group img,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group .cg-chat-email-offer-send-button {
  background-color: #009de0 !important;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email] {
  color: #004463;
  box-shadow: none;
  padding: 1px 16px;
  border: 1px solid #009de0;
  border-radius: 3px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  will-change: background-color;
  transition: background-color 0.15s;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
  height: 38px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]::-ms-expand {
  display: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]::-ms-clear {
  cursor: pointer;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]:focus {
  background-color: #e5f5fc;
  border-width: 2px;
  border-color: #e5f5fc;
  line-height: 46px;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]:focus {
    border-width: 2px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]:hover {
  border: 1px solid #e5f5fc;
  border-radius: 3px;
  font-size: 18px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]:not(.read-only-date-input):disabled, section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email].disabled {
  background-color: rgba(229, 245, 252, 0.5);
  background-image: repeating-linear-gradient(315deg, rgba(0, 68, 99, 0.1), rgba(0, 68, 99, 0.1) 2px, #fff 2px, #fff 4px);
  border-color: transparent;
  color: rgba(0, 68, 99, 0.75);
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]::-webkit-inner-spin-button, section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]::-moz-placeholder {
  color: #004463;
  opacity: 1;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group input[type=email]::placeholder {
  color: #004463;
  opacity: 1;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-window-message-log .cg-chat-window-message-log.ps cg-chat-email-offer .cg-chat-email-offer-form .cg-chat-email-offer-input-group .cg-chat-email-offer-done {
  color: #004463;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send.cg-chat-hidden {
  z-index: 5;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .cg-chat-resize-handle {
  visibility: hidden;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field {
  color: #004463;
  box-shadow: none;
  min-height: 80px;
  padding: 1px 16px;
  padding-top: 10px;
  border: 1px solid #e5f5fc !important;
  border-radius: 3px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  will-change: background-color;
  transition: background-color 0.15s;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea,
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view,
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field {
    margin-bottom: 5px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea::-ms-expand,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view::-ms-expand,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field::-ms-expand {
  display: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea::-ms-clear,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view::-ms-clear,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field::-ms-clear {
  cursor: pointer;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea:focus,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view:focus,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field:focus {
  background-color: #e5f5fc;
  border-width: 2px !important;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea:hover,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view:hover,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field:hover {
  border: 1px solid #e5f5fc;
  border-radius: 3px;
  font-size: 18px;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea:not(.read-only-date-input):disabled, section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea.disabled,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view:not(.read-only-date-input):disabled,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view.disabled,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field:not(.read-only-date-input):disabled,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field.disabled {
  background-color: rgba(229, 245, 252, 0.5);
  background-image: repeating-linear-gradient(315deg, rgba(0, 68, 99, 0.1), rgba(0, 68, 99, 0.1) 2px, #fff 2px, #fff 4px);
  border-color: transparent;
  color: rgba(0, 68, 99, 0.75);
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea::-webkit-inner-spin-button, section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea::-webkit-outer-spin-button,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view::-webkit-inner-spin-button,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view::-webkit-outer-spin-button,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field::-webkit-inner-spin-button,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea::-moz-placeholder, section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view::-moz-placeholder, section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field::-moz-placeholder {
  color: #004463;
  opacity: 1;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area textarea::placeholder,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .text-area-chat-view::placeholder,
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area #cg-chat-view-window-message-input-field::placeholder {
  color: #004463;
  opacity: 1;
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .cg-chat-window-input-send {
  font-family: "Source Sans Pro", sans-serif;
  color: #004463 !important;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .cg-chat-window-input-send {
    min-height: 30px;
    max-height: 30px;
    max-width: 30px;
    min-width: 30px;
    margin: 15px;
  }
}
section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .cg-chat-window-input-send img {
  background-color: #009de0;
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .cg-chat-window-input-send img {
    min-height: inherit;
    max-height: inherit;
    max-width: inherit;
    min-width: inherit;
  }
}
@media only screen and (max-width: 768px) {
  section cg-chat.cg-chat-tab-hidden cg-chat-view .cg-chat-window .cg-chat-window-content cg-chat-input-textbox-with-send .cg-chat-window-input-area .cg-chat-window-input-send:after {
    min-height: 36px;
    max-height: 36px;
    max-width: 36px;
    min-width: 36px;
  }
}

img.cg-chat-type-icon.cg-text-chat-type-icon {
  visibility: hidden;
}

.cg-chat-window-handle-buttons-fold-in img {
  width: 30px;
  height: 30px;
}

.chat-spot {
  display: flex;
  z-index: 5;
  align-items: center;
  flex-direction: row-reverse;
  position: fixed;
  padding-bottom: 0;
  right: 50px;
  bottom: 50px;
  pointer-events: none;
}
.chat-spot.hidden {
  display: none;
}
@media only screen and (max-width: 768px) {
  .chat-spot {
    position: static;
    margin: auto;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid #d8e2e7;
  }
}
.chat-spot .chat-spot__mobile-text {
  display: none;
  font-size: 1.3em;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .chat-spot .chat-spot__mobile-text {
    display: block;
  }
}
.chat-spot .chat-spot__text {
  position: relative;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  min-height: 30px;
  padding: 18px 30px 18px 22px;
  background-color: #009de0;
  color: #fff;
  border-radius: 3px;
  margin-right: 20px;
}
.chat-spot .chat-spot__text::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #009de0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .chat-spot .chat-spot__text {
    display: none;
  }
}
.chat-spot .chat-spot__heading {
  font-size: 22px;
  margin-bottom: 8px;
  display: block;
}
.chat-spot .chat-spot__bubble {
  display: inline-block;
  width: 90px;
  height: 90px;
  padding: 0 15px;
  border-color: #009de0;
  color: #009de0;
  font-size: 4.5em;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOTBweCIgaGVpZ2h0PSI5MHB4IiB2aWV3Qm94PSIwIDAgOTAgOTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5DSEFUPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkhLX2luZG1lbGRlbHNlX2Rlc2t0b3AtcnVuZGUtMiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlN0dWRlcmVuZGUtNiwyMS1Db3B5LUhLLWluZG1lbGRlbHNlLVN0ZXAtMDEtMjAxOS0wMy0yMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3ODAuMDAwMDAwLCAtOTQwLjAwMDAwMCkiPgogICAgICAgICAgICA8aW1hZ2UgaWQ9IkNIQVQiIHg9IjE3ODAiIHk9Ijk0MCIgd2lkdGg9IjkwIiBoZWlnaHQ9IjkwIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUZvQUFBQmFDQVlBQUFBNHFFRUNBQUFBQkdkQlRVRUFBTEdPZlB0Umt3QUFENGRKUkVGVWVBSHRYWGwwVmNVWi8rYStKWUVFRUswVlBCRENscFdRZXJRc0NpNXR0ZFlqYnJXSXJYZ09zankyQTNYaHROWS95aC9WdGdlMUJVUVNBbkZySytLeHRWb3R4ZE82Z0xpZk5vU1hqUzBFamdocVFDQWh5M3QzK3Z2bTN2dnk4cExBVys1N2VTSHZPNWszYytmT2ZQUE5ieWF6ZmpOWFVCTFJ0U3ZmZG40eGZGZytrVjRrU2VRUnlXeVNsQzBFWGFRVFhTU0kzQkIzRUV3clRCUE1hWmpqcHQxQUpPb0Z5Um9pclhMWWtTK3EzMWw1blEvdmtvSWdleS9TU3FubFhPcTlYRWk2a2FTNGxnUk5oalFaTmtuRUJmRXhDdXR0S1docjNlZUZuOUZLZ2ZMcUhVbzgwRktLbkkxVjA0UmZ6cEpDL0JnQ1hCS1M5VXI0N3daQXFKbmlnTlRwb0NUNVZacWZHaW1OMnRMOVowNjErQWFrQ2JlZTBhSlRwbE56WG9CYW42bVR6RUtjMFlpVEo2U2NBSjVGd1h3bDBWSDR2eUlkWW5QZHZJSWRKRkM4Q2FTRUFUMXV6WjdCenJTMithaFNDNUhvdUk0OGlrL3h2SjNJdjlYaDAzWjZseFJ5Y3hBekZhN3padnFkK3BWRWpodUI2SFFVd2hVV1V6enYxWWhLZkszdXNyM0x4cCswL09OcHh4M29jZVY3TG5hMHQ2MUFKand3ZzgzTTdKQ1N0Z3VIdnJsMmZ0R3VlR2JRNHAxYlZqbFIrclZaYU84Qk9rMHovUm5rVXIvTHZXcnZmZU8vdE1MR3c0NGIwQ09lUERRZ0krUGtJeEI2T1V5bUVsN1FtMmc1eXVvOEJhL0dJelBoOHN3cHJib05MY2Q4TkRrM21YSDR2MmgxVTlQZ1J3OC9NUEpNdUh3aUNSY1hvSE0zZUc5QkpsWkRrR3dXQnEzaDN6QVNXRld6TVA4RGZrNFd5aXVwbm9vUnpncDBscmViTXRXalExNWV1NkR3TmJ0bHRCWG93bEp2RnNaVFQwSElHU3dvTXZDV1J0cWpOUXZ5MzdWYmNEdjU1VzJvdmtZbi9SRlVpT3ROdnE4N2laWjZQWVVZTXRwRHRnR2RzNkZxRm5yMTlSRHJBcGpEcU1kcmFqMEZxK3dSTXpGY2NrdXIwSmZJWlVodEJNd0pqSDRXMVMwbzJHeEg2akVEamRGRW1pT3Q3UThRWmhFTEJPRmVUUFA1bGxRdW5zZ1RpVDVIUlUvdkd0cnFkSzVEcGJuYkZINjl2OVY5UDBZblBFbUttbUlDZXV6NmltODdOUmZhWDRsaEZINUpMcTN6VEZnWHRUUkpGREduZFBjU1FZS2JRWkRZNmRQYmI5KzNxUGlZOFJ6NWI5UkFvMTNMa1ZKL0UwbU9oYWtRcE0ydThlUlhSaTVDOHNiSUs2M0dVb0QrQWlRc2h0a25oSFlUK3B1NmFDU09DbWdXQUozSFc0aU1XWjNZaHRLZUhVdHBSeU40b3VLWS83VUFXOTdBczB0MDd0ZEhVNkVpQnRvczVmOGdvOS9Dd3M5ZlhVUGwzZDZaaFcySnluaHZwRk80eGV0dVB5NWV4SUxWSFVqL1MvejNmajlTc0NNQ2VseFp4UWlIN3VTeE1QZktMOWQ2Q21mMlJzWjdLMDNNRDE1R1IzUW4wai9zMTN4VDk4NHZ4dWdxUE1LVVB6eFNVMm5keVcweWcveDZmd09aVWNKRTVpZWNkeGl1Y0c4eUp1d2ZEb1VGOU9XbG43b2M3ZTA4YmVZVnNSMnQ3clo3dzJGK1BvWXg4NzZEc1dCTXVGa0pKNTloQVgxYURuak1ITUpWdURUOXp2bzVsNTBJaC9uNUdJYnp6aGdnYnhXTWlhK1JIZzBubitkc28vTTJWTjRzcGNaemY2RnBZbXIxL0lJUHcyRjh2b2ZKTDZ1YW91dVMreXVKeWMydE5Rc25jSlBTSTUyMVJvOWRWemtTSUQrSDJCaTdVMGtLNUE0Y0ZSYkFoTEhCYlBoWnhxcmpiVmZYV1lGMk9CeFBJOHFGTUMraEkxQlQ3SzRzK3ErUGljbExqSkdKVlk5ZzlBZzBMM1ZpemZabXhEeUVEbUJoanh6NitRc1RtME9NbFZvZTdnR1Bib0hHS0dPZ3VaNk1hR0p0Zis3OGVzQXQ0RzFnSTlZcUQwbHJGSGFCdHgyT2JvRStUUU4vaVNEWkFIbGJYMXZxN01oYTRsd0dSbUliVWh4MVdxUS8zRjNLWFlEbXVUMDYwZ2VNd1BydnVvdVU4dXVLZ05EOXYxVytVdHh2WU5nNVRCZWduWnJqUVFUSjRIV01XcytFdHpzSFR6MzFoRUROb3FKM0dEUEdEaW9RRDRXRzZ3UjA5alAveGU2SVVCMmZKdnhQaEFaT1BaOGRBVTJLeDgwUUN3MHNPOEozQWpxOXpUMFhyd1pqcC9vZk5RdUtkbllFUzduQ1FZQTNueGs3aEIxa1lobUkxZ0UwUW1DOWRiNTZJMmhUSUVUS0VSa0NKbllLUzJCcVJRNDRja3E5MC9Dd0hUUEE5ekVRbjJZRnNNM0czaUlOZEtFZzVVeW9ZMzBIZkFmWnhqdDZScWRJeXYraHVkeEN6ZTFsRk9PK29DVUd4dE03TUR5K0NtQlByL01VOGdJVUJXcTB0Um1KYXIzZGltQ2J2YkgrTXNwd1ZhRVExd0prMWhSS0JwQTVlNE9VUEN3WHk4ZHkya0FXaGhhbXpOS28wYXpWT2J6cWN6eGNRcHBlYkt1YTFxYjkyRy9UM2tkYWhwYW9sQ2hJOFJveTJFQlM3NzJkR2FHNVVadFpNZklXcy9BWmp5WW8xRnhGYzhkZ1pTNTZZdlV6MHJVSzFPaWpkVWNLTG1VdFZnWDArRkx2WkZUdER3SDd4MmcySmtlZlJFaE1YcXM5bWNFMWVTemVOTVBjUTNPenNXdWVaTFNwbmpXVi9nVERNK0o5TkxpcGdHTGNua1B6OFJGNFRZSlM1NVE5bnNLUFZOTUJ0Ry9rckxQaUlkdTIwY21CYzB5UW1XVnlnc3lTR1lWL0R6dVZ2Q3gzakdSaENhWEtIeklyQTJoSlZ5dStRbXlOa1gvbjZKcVlaWHE4bTVRMU9WaGFBK3gzbFZlSDNNRWhJbkk3cFBnWFI0RHErelZzYTN5Y0FhV29tZ3RYdS95UVBXMGpTVWJuSXVUZmJlTVpUMGFXbkpiY01hVGxHdGh1ekVNRVRXR01OZVBNaU9xb0t1MVNBZytTYjRqaDFnNEYrU1d4TXlDbktYZjBvdTY2dHhnZEsxWENER1NNMFhUb3ZPSEtPbk83Mlk0TDZib3ZMbnp0Wm1xem5CMlk2a1dZbmt1Y2drSmJJdlZxdStYdTcvd3NUQmxqRFZVNW13R1JRcXRuTzBYMklSREFGQmdEYUJyRnJQbjBrMzFKcERneEFocGhVZ2JDOERrTGJ1UDRtYVpyUjlrelJiWWljSVM1U2FMaFBJNGV5ZzgrMFhxYzdSVFpoMEM3djgxU05McUFnVllxVGY3MFhseDNzQzl2U2NVcENGTTNBejJRcGN2SWNQTmFSSXBzUk1CNUt2T015VzRBQTQyMm1pajkrQmswSlNteUU0RzBZVzBXcG9LQjVoa01mZTEyMkhYWTNVNVorelN2cHFZMjFWb2dFODBNdERwdGxPbHpwdlhwWENXaDhFR1l0akxRalN3ajBHWWR1eFRaaUVBUXBvMGFHbWgxcE1zaG5WQ2NTWkdkQ0FSaGVsUkRhOTNBekkzN0x1eE1Kc1VyQ05ORG1Cbktlb1lFQ3lEWmJNZUZCUFlaK2dMWkxHY0FVMkNzUVl0YXJkcGhBVVN0NHRtTWh6RTJGM0tZelh6anc2NURUbHZtRkJhbWpERTZRNDBYcDFHajFmVTRObWRBZWhWRFhWUDdaall6dDU5ZFFFNVQ3aGhUNk1CVXE5VDROaTN3NHhJc212aDhoZDFqYVZiNjQxSzhoY29QVEZidVpQMWgrVmhPZ3d5NVk1RFZ4SkkzVlpvWlkwMWRXU2FoYWdCcWFYWk9pWUYzMTZnK2ZUMDh2NExCb1ZOb1dpb2RqNjdCZXQySDVXTDVXRTZXMTVBN0pyRmFXbHhURlFOZ3l4ZzcrUUZkMVhhTVByNkhaSDZFeDMrckFIYjhlTVorUXhzUHpFWUNiNERkcFdpbVBxSHlnK1dreTlleGVPZ25CMmFtdkgwa0hIdUoydHRwenRqRENHdE5XdzBKeWcrT29ZYXNlbFpDSVZZckcrRElKYWVhMGNZbW9SKzVkdEJ3QUl6YmN1UjlZT2FDd1VCQnppYVdPMWFTMGxEaEVQUWVzMUpBKzRuK2ljYjYxMGlhMWJYc3BYbWp0NkxadUFNWitqTVlaeUFqSGhTb1IxVWVhSmZ3OGpncmxDaFJ5Zyt1aFdNWit5cmFXUDhidkh1RXNocEs4YnlRTXR3NGhpZHZBQnl4RTlkZHhTZFFyazFvT241R2N5R3ZEYVN3Qkd2OEtYN0lKZEdlSXdXZndPTW9hOWJ3b1hvYjB1bk00cjdSVURmUWN1QzVEdWJMemk4N1BVME1QTEgya0NDKy9JcWxOWllIVE0ycVFCaDdIQ3dQNUlKOFNzN1ltU3FWTUdESm1ESzJ6RkhWYUtVYlZ1cmxObW9SaXZtbnNCL21sN2JTM0t6UHdXOHByY1JWT3NQM2p5Q25ocVpLSUgwMElWS2JwV3FxbGVDbS9ibHdQbWMrSHNENmdISFVReEQremZWYzBsQmY3Q0RkY1l3T2pmeENOVXQyOERONVNGMjdpd1hFcU9NVmk3Y0JORHlCL2wvd2NoRTBldTF2UG9JellWeGIyUUN2WndQZTVRZXZZUUVnV2d1dE80YXIyNXBaUDQ4MVRzK2c0RytueFdPTTNaODVvMXZnVndHVDFJUmVaanAzcXpwcEwxbUNxcWFESDNCSjAvdXdhcEhocS9oZU9DdEFRbXdwelFMWFd5bTkrUm1rYVV5ZXBQREVxdG1aRVBtREVsSFlHWlcxZG84blA2RExHQUNhZTNzVVFwbUtJMmx1VU56NE82VkFMV1lTUDhBUEgyam52dklwbWpmcUJlWHVTejhtZGdyTG9CRlVCOURJVEl1N2JST3MwM3dLMUxoOEwrRTV0QmJLZDFKbTA0TUpUejNHQlBrZ1BtUEhHSnBZQmpoMkF0bzhJY3VURE5LRjdIS0VLeERMYmdkMEhZSllIaVVmYW5XTStzbEIvQkxtOU91MFFpVW1xU1QwdEhGd0JsVVluKzU3SEk0bXZqK0liemhNaUpSU0REYlQ4V0ZVTVpNODJVY1NrcTZOaVl3dnFicmF2SE9weVNkOXEwSlpkd0hhdk8zcmp4eFFTdm1yMEFoeGV0NEd2cXdJK1hPYU4rYTlPS1VSVjdiWVFWRmpmZ3llVm5kM1l4cmE3SzdFQjhkUDA0QXF2Qm1GRWV1S21nV0ZYTXRUMUFNQ2VSdThEMkZ5eTdXNElaUE81SC9tdWFMTE1tdTNRRE8vM0JMdnJlajVYNFdUcjVHWUdOcm1jSmdVRVkwcDNUZkVSUzI3Z0VVV2hzYTMxUzRzeEN5NEszVnBPcXdnSE1FOEJUb3lyYzFkWXZtbjdNNElBR1JlaDhsQ2pYMmpKNUE1Um85QTgwdVhrRXRnTmNMY2hWTkdhalRDL2lreUVEQXh1UXRQalE2aXhXZkRwY2VtdzRxVVY3SjdCalRYK2Q4aGRYbVZCUXJzd0pGQlhyMFFhRExPY2JuM1dXczA4MVczWDBsNmd0MjRGYXRrUWxubEplenV6OFFZQURodU1uaUo1c2x6Z2N6aHpnazBCM0pleUVNWHdhZU1pbjI2dGlYMGlnUU8wMStJODg0WUlML0ZqSWxyS0lVMUJBNExhTDdrMWU5eTNZYlM4OEpjamM3eCtmNENiR2crT2UrTUFXUEJtSVI3QVc1WVFITmkvUGtNWGZQeDlzeGhtQm01cFY0dTFYNUY2UHhlUm9abndCeG1MQ0w1cE1nNU84TlFKRlBYR2lmZ1dtTUxkUFh4R0YzYmhsSkN4OWkvTHVvV21uNUROTGMvUkZ5akxiQlRWODliU0lSbmg5MUdoN0xqdSs2eDBuZWxOUnJCWGZpNytBTUVvZUg2NmpQbmhmTUUrZFhvZ3ZNYTdmMytqRUhVTmRvQ3NMdlBnN1M1V2hmMzFiVVJIcjY1MjlPZURybzlwdmMvRDJLQnpYYklCMjl3VnlldDZXdXJmdVlxM0RKa1p5Uk1jbjN3aGtHMktIOWoxU2kvajU0eXQzUGdMYlpCRS9heHZ2QUpKMlB0SGNvNUlGNU1jemhwYWZXOGdvTlczbUsxWTI0NnVoUEFYR0pkalhlaitEM2ZjT2pRYUZXeTNUK2RzOTQ3Q1RvaXZ6QjNSbGpVZ3hCMitkbFc0VGhRTkJRWG9Ga1FjL09BcDZmTFlZeGQ3aVQvekI0VzdSL3JidEdlOHhNcnhRMW9TekQxd1JqaFhJRnVkd0g4akwxQjNOMEUzWWJ0K0hqTTVraS9aMkx4amRRMlA5S0RENmNwNVJaTFNlZ2srcEtON1g3Zjc3dmJmb28wamJPRmp6dlFWdUk5ZndxVlBrQ1lIYmc0NUMzTkx6K3c2eFljL2hTcXowMlRvQzdFeXdiVFlLWmFzbUNkNHZ6N0ZLcVZ1WUNObm1aOGFmVjBuT21BdnAxU2xyazQ4TTV3QkQ3dUMwWGQvYWo1OWJxa3huU0gvaldPS3JSN0J4ZDhjL254ejlKTzZLNU1MSkFQNG8vNyt2MHlBL2RoWkVtTnhxQUQ3dmJqdm1COURPWVZYWXJOU29Nb1NMa2xKUDI0UENhc1JuY3IvUmJweUd1c21hUnIrdlg0V3NOMTZPNi9pM0FaM1lhTjNCTnF1T0lUb2N2M3NCcTh0ZWJDdkk5cHB2Qkh6c2FlR0wwTGRFZ2V1bnlBWGNveGFOdDU1SEtSYVZoWmZBaE1LOHhwbUZNd0p6QlNhSUxkQUdEM1l3UlJBMkNUN2dQcy93YzBacXBaaFMwcnZ3QUFBQUJKUlU1RXJrSmdnZz09Ij48L2ltYWdlPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

div#cob_start_button {
  display: none !important;
}

div#cob_entry_dialog {
  border: none;
  border-radius: 3px;
  z-index: 3002;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  div#cob_entry_dialog {
    z-index: 4500;
    width: 100%;
    margin-left: 0px;
    left: 0%;
  }
}
div#cob_entry_dialog #cob_code_button {
  border: none;
  background: #009de0;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.188em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 25px;
  min-height: 50px;
  padding: 12px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s ease-out;
  float: none;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  div#cob_entry_dialog #cob_code_button {
    font-size: 16px;
    line-height: 16px;
    padding-top: 15px;
  }
}
div#cob_entry_dialog #cob_code_button::before {
  display: none;
}
div#cob_entry_dialog #cob_code_button:hover, div#cob_entry_dialog #cob_code_button.hover {
  color: #fff;
  background-color: #004463;
}
div#cob_entry_dialog #cob_code_button:focus {
  opacity: 0.5;
}
div#cob_entry_dialog #cob_code_button:disabled, div#cob_entry_dialog #cob_code_button.disabled {
  opacity: 0.25;
}
div#cob_entry_dialog #cob_code_button:disabled:hover, div#cob_entry_dialog #cob_code_button.disabled:hover {
  background-color: #004463;
  cursor: auto;
}
div#cob_entry_dialog #cob_code_button {
  float: right;
}
div#cob_entry_dialog #cob_try_again_button {
  display: none;
}
div#cob_entry_dialog #cob_loading {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
}
div#cob_entry_dialog #cob_loading:before {
  font-size: 24px;
}
div#cob_entry_dialog #cob_loading {
  padding-right: 30px;
  height: 25px;
  width: 25px;
  animation: spin 1s infinite linear;
}
div#cob_entry_dialog #cob_loading:before {
  color: #009de0;
  padding-right: 30px;
  height: 25px;
  width: 25px;
  content: "\e04c";
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
div#cob_entry_dialog #cob_connect_header {
  margin-top: 30px;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  text-align: justify;
  color: #0075a3;
  width: 100%;
  cursor: auto;
  transition: color 0.15s;
  margin: 0;
  margin-bottom: 10px;
}
div#cob_entry_dialog #cob_connect_header[for] {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  div#cob_entry_dialog #cob_connect_header {
    text-align: left;
    font-size: 14px;
    line-height: 17px;
  }
}
div#cob_entry_dialog #cob_code {
  color: #004463;
  box-shadow: none;
  min-height: 50px;
  padding: 1px 16px;
  border: 1px solid #0075a3;
  border-radius: 3px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 18px;
  will-change: background-color;
  transition: background-color 0.15s;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  div#cob_entry_dialog #cob_code {
    width: 65%;
  }
}
div#cob_entry_dialog #cob_code::-ms-expand {
  display: none;
}
div#cob_entry_dialog #cob_code::-ms-clear {
  cursor: pointer;
}
div#cob_entry_dialog #cob_code:focus {
  background-color: #e5f5fc;
  border-width: 2px;
  border-color: #0075a3;
  line-height: 1;
  padding: 0 15px;
}
div#cob_entry_dialog #cob_code:not(.read-only-date-input):disabled, div#cob_entry_dialog #cob_code.disabled {
  background-color: rgba(233, 245, 251, 0.5);
  background-image: repeating-linear-gradient(315deg, rgba(0, 68, 99, 0.1), rgba(0, 68, 99, 0.1) 2px, #fff 2px, #fff 4px);
  border-color: transparent;
  color: rgba(0, 68, 99, 0.75);
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
div#cob_entry_dialog #cob_code::-webkit-inner-spin-button, div#cob_entry_dialog #cob_code::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
div#cob_entry_dialog #cob_code::-moz-placeholder {
  color: inherit;
  opacity: 0;
}
div#cob_entry_dialog #cob_code::placeholder {
  color: inherit;
  opacity: 0;
}
div#cob_entry_dialog :-ms-input-placeholder#cob_code {
  opacity: 0.2;
}
div#cob_entry_dialog #cob_engine_error {
  width: 100%;
  min-height: 140px;
  margin-left: 0;
  margin-top: 0;
  left: 0px;
  top: 0px;
  border: none;
  border-radius: 3px;
  z-index: 3002;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  div#cob_entry_dialog #cob_engine_error {
    z-index: 4500;
    width: 100%;
    margin-left: 0px;
    left: 0%;
  }
}
div#cob_entry_dialog #cob_engine_error_header {
  color: #004463;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  text-transform: none;
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 15px;
}
div#cob_entry_dialog #cob_engine_error a#cob_try_again_button {
  display: inline-block;
  border: none;
  background: #009de0;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.188em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 25px;
  min-height: 50px;
  padding: 12px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s ease-out;
  float: none;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  div#cob_entry_dialog #cob_engine_error a#cob_try_again_button {
    font-size: 16px;
    line-height: 16px;
    padding-top: 15px;
  }
}
div#cob_entry_dialog #cob_engine_error a#cob_try_again_button::before {
  display: none;
}
div#cob_entry_dialog #cob_engine_error a#cob_try_again_button:hover, div#cob_entry_dialog #cob_engine_error a#cob_try_again_button.hover {
  color: #fff;
  background-color: #004463;
}
div#cob_entry_dialog #cob_engine_error a#cob_try_again_button:focus {
  opacity: 0.5;
}
div#cob_entry_dialog #cob_engine_error a#cob_try_again_button:disabled, div#cob_entry_dialog #cob_engine_error a#cob_try_again_button.disabled {
  opacity: 0.25;
}
div#cob_entry_dialog #cob_engine_error a#cob_try_again_button:disabled:hover, div#cob_entry_dialog #cob_engine_error a#cob_try_again_button.disabled:hover {
  background-color: #004463;
  cursor: auto;
}
div#cob_entry_dialog #cob_entry_close {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
}
div#cob_entry_dialog #cob_entry_close:before {
  font-size: 24px;
}
div#cob_entry_dialog #cob_entry_close {
  margin: 0;
  width: 18px;
  height: 18px;
}
div#cob_entry_dialog #cob_entry_close:before {
  content: "\e615";
  font-size: 18px;
}

#cob_overlay {
  z-index: 3002;
}
@media only screen and (max-width: 768px) {
  #cob_overlay {
    z-index: 4500;
  }
}

div.cob_message_container {
  z-index: 3003;
}
@media only screen and (max-width: 768px) {
  div.cob_message_container {
    z-index: 4501;
  }
}
div.cob_message_container div#cob_message_panel {
  z-index: inherit;
  background: #fff;
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  div.cob_message_container div#cob_message_panel {
    z-index: inherit;
  }
}
div.cob_message_container div#cob_message_panel #cob_dialog_p {
  text-align: center;
  margin-left: unset;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  text-align: justify;
  color: #0075a3;
  width: 100%;
  cursor: auto;
  transition: color 0.15s;
  margin: 0;
  margin-bottom: 10px;
}
div.cob_message_container div#cob_message_panel #cob_dialog_p[for] {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  div.cob_message_container div#cob_message_panel #cob_dialog_p {
    text-align: left;
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 768px) {
  div.cob_message_container div#cob_message_panel #cob_dialog_p {
    font-size: 20px;
  }
}
div.cob_message_container div#cob_message_panel .cob_button {
  padding: 0.5em 2em 0.55em;
  border: none;
  background: #009de0;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.188em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 25px;
  min-height: 50px;
  padding: 12px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s ease-out;
  float: none;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  div.cob_message_container div#cob_message_panel .cob_button {
    font-size: 16px;
    line-height: 16px;
    padding-top: 15px;
  }
}
div.cob_message_container div#cob_message_panel .cob_button::before {
  display: none;
}
div.cob_message_container div#cob_message_panel .cob_button:hover, div.cob_message_container div#cob_message_panel .cob_button.hover {
  color: #fff;
  background-color: #004463;
}
div.cob_message_container div#cob_message_panel .cob_button:focus {
  opacity: 0.5;
}
div.cob_message_container div#cob_message_panel .cob_button:disabled, div.cob_message_container div#cob_message_panel .cob_button.disabled {
  opacity: 0.25;
}
div.cob_message_container div#cob_message_panel .cob_button:disabled:hover, div.cob_message_container div#cob_message_panel .cob_button.disabled:hover {
  background-color: #004463;
  cursor: auto;
}
div.cob_message_container div#cob_message_panel .cob_button#cobButtonYes {
  float: left;
}
div.cob_message_container div#cob_message_panel .cob_button#cobButtonNo {
  float: right;
}

div.cob_vi_stop {
  z-index: 3002;
}
@media only screen and (max-width: 768px) {
  div.cob_vi_stop {
    z-index: 4500;
  }
}
div.cob_vi_stop div#cob_stop_button {
  opacity: 0.7;
  padding-right: 15px;
  border: none;
  background: #009de0;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.188em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 25px;
  min-height: 50px;
  padding: 12px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s ease-out;
  float: none;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  div.cob_vi_stop div#cob_stop_button {
    font-size: 16px;
    line-height: 16px;
    padding-top: 15px;
  }
}
div.cob_vi_stop div#cob_stop_button::before {
  display: none;
}
div.cob_vi_stop div#cob_stop_button:hover, div.cob_vi_stop div#cob_stop_button.hover {
  color: #fff;
  background-color: #004463;
}
div.cob_vi_stop div#cob_stop_button:focus {
  opacity: 0.5;
}
div.cob_vi_stop div#cob_stop_button:disabled, div.cob_vi_stop div#cob_stop_button.disabled {
  opacity: 0.25;
}
div.cob_vi_stop div#cob_stop_button:disabled:hover, div.cob_vi_stop div#cob_stop_button.disabled:hover {
  background-color: #004463;
  cursor: auto;
}

.flow-forms .with-tooltip {
  position: relative;
}
.flow-forms .tooltip {
  display: inline-block;
  position: relative;
  z-index: 100;
  line-height: 1.5;
  top: 2px;
  width: auto;
}
.flow-forms .tooltip--large {
  top: 5px;
}
.flow-forms .tooltip--large .tooltip__toggle {
  width: 30px;
  height: 30px;
  top: -2px;
}
.flow-forms .tooltip--large .tooltip__toggle i.flow-forms-icon {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 768px) {
  .flow-forms .tooltip--large .tooltip__toggle {
    width: 25px;
    height: 25px;
    margin-top: 4px;
    margin-bottom: 0;
  }
  .flow-forms .tooltip--large .tooltip__toggle i.flow-forms-icon {
    width: 25px;
    height: 25px;
  }
}
[data-whatintent=keyboard] .flow-forms .tooltip--large .tooltip__toggle:focus::before {
  content: "";
  width: 120%;
  padding-bottom: 110%;
  position: absolute;
  border: 2px solid #009de0;
}
.flow-forms .tooltip--error {
  position: absolute;
  top: 44px;
  right: 15px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 200ms ease;
  pointer-events: none;
}
.flow-forms .tooltip--error.visible {
  opacity: 1;
  pointer-events: auto;
  z-index: 0;
}
.flow-forms .tooltip--error .tooltip__toggle {
  background-color: #ff0000;
  color: #fff;
}
.flow-forms .tooltip--error .tooltip__toggle:focus, .flow-forms .tooltip--error .tooltip__toggle:hover {
  background-color: rgba(255, 0, 0, 0.7);
}
.flow-forms .tooltip--error .tooltip__content {
  background-color: #ff0000;
}
.flow-forms .tooltip--error .tooltip__toggle::after {
  border-color: transparent;
  border-top-color: #ff0000;
}
.flow-forms .tooltip--small {
  height: 16px;
  width: 16px;
  margin-top: -5px;
}
.flow-forms .tooltip--small .tooltip__toggle {
  width: 16px;
  height: 16px;
  font-size: 13px;
  font-weight: 600;
}
.flow-forms .tooltip--small .tooltip__toggle i.flow-forms-icon {
  width: 16px;
  height: 16px;
  background-image: url("/frontend_react/dist/assets/icons/question_small.svg");
}
.flow-forms .tooltip__toggle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 900;
  line-height: 15px;
  text-align: center;
  margin-left: 5px;
  flex: none;
  display: inline-block;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.flow-forms .tooltip__toggle::after {
  content: " ";
  top: -18px;
  right: 0;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  border-top-color: #004463;
  border-width: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  will-change: opacity, visibility, transform;
  transition: opacity 0.15s linear 0s, visibility 0.15s ease 0.15s, transform 0.1s ease 0s;
}
[data-whatintent=keyboard] .flow-forms .tooltip__toggle:focus::before {
  content: "";
  width: 130%;
  padding-bottom: 120%;
  position: absolute;
  left: -3px;
  top: -4px;
  border: 2px solid #009de0;
}
[data-whatintent=keyboard] .flow-forms .tooltip__toggle--error:focus::before {
  border-color: #ff0000;
}
.flow-forms .tooltip.show .tooltip__toggle::after {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0s;
}
.flow-forms .tooltip__content {
  position: absolute;
  z-index: 1;
  right: -10px;
  top: -12px;
  width: 200px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  background-color: #004463;
  color: #fff;
  padding: 15px 20px 30px;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility, transform;
  transition: opacity 0.15s linear 0s, visibility 0.15s ease 0.15s, transform 0.1s ease 0s;
}
.flow-forms .tooltip__content *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .flow-forms .tooltip__content {
    right: -240px;
    width: 400px;
  }
}
.flow-forms .tooltip.show .tooltip__content {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.accordion {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.accordion-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 68, 99, 0.3);
}
.accordion-item:last-child {
  border-bottom: none;
}

.accordion-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 25px 0;
  font-size: 24px;
  color: #009de0;
  text-align: left;
  cursor: pointer;
}
.accordion-item__header:focus span:first-child {
  outline: 2px solid #009de0;
}
@media screen and (max-width: 640px) {
  .accordion-item__header {
    font-size: 16px;
  }
}

.accordion-item__content {
  overflow: hidden;
}

.accordion-item__content-inner {
  padding-bottom: 30px;
  text-align: left;
}
.accordion-item__content-inner.rich-text ul {
  list-style-type: disc;
}

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 68, 99, 0.4);
  z-index: 200000000000;
  padding: 20px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow: -moz-scrollbars-none;
}
.modal-overlay::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 370px) {
  .modal-overlay {
    padding: 2vw;
  }
}
@media screen and (max-width: 400px) {
  .modal-overlay {
    padding: 4vw;
  }
}
.modal-overlay--align-top {
  align-items: flex-start;
}
.modal-overlay.modal--exit {
  background-color: rgba(0, 68, 99, 0.4);
}

.modal {
  position: relative;
  width: 100%;
  max-width: 660px;
  padding: 30px;
  box-shadow: 0 0 30px rgba(0, 68, 99, 0.1);
  background-color: white;
  max-height: 95%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.modal::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .modal {
    padding: 30px 30px 20px;
  }
}
@media screen and (max-width: 370px) {
  .modal {
    padding: 30px 20px 20px;
  }
}
.modal--no-title {
  padding-top: 36px;
}
@media only screen and (max-width: 768px) {
  .modal--no-title {
    padding-top: 66px;
  }
}
@media screen and (max-width: 370px) {
  .modal--no-title {
    padding-top: 66px;
  }
}
.modal--no-title > div > .rich-text {
  padding-right: 25px;
}

@media only screen and (max-width: 768px) {
  .modal--student-exit .modal__button {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.modal--exit {
  position: fixed;
  margin-left: auto;
  margin-bottom: auto;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 50px 80px;
  width: auto;
  max-width: 100vw;
  overflow: auto;
  z-index: 200000000000;
}
.modal--exit .modal__title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 36px;
}
.modal--exit .modal__button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 10px;
}
.modal--exit .modal__button:hover {
  color: #000;
  background-color: #fff;
}
.modal--exit .modal__inner {
  display: flex;
  flex-direction: column;
}
.modal--exit .modal__buttons {
  display: flex;
  justify-content: center;
}
.modal--exit .modal__close-button {
  display: none;
}
.modal--exit .modal__call-me {
  margin-top: 24px;
  text-decoration: underline;
  color: #fff;
}

.modal__title {
  margin: 0 0 20px;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 300;
  padding-right: 25px;
}
@media only screen and (max-width: 768px) {
  .modal__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.modal__close-button {
  position: absolute;
  top: 36px;
  right: 30px;
  font-size: 22px;
  color: #009de0;
  padding: 0;
}
.modal__close-button:focus {
  outline: 2px solid #009de0;
}
@media only screen and (max-width: 768px) {
  .modal__close-button {
    top: 31px;
    right: 25px;
  }
}

.modal__buttons {
  display: flex;
  justify-content: center;
}
.modal__buttons.flex-end {
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .modal__buttons_toggle .modal__button {
    padding: 12px;
    min-width: 120px;
  }
}

.modal__button {
  margin: 15px 15px 10px;
}

.modal__cta-link {
  color: #0f73a0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  cursor: pointer;
}

.rich-text ul {
  list-style-type: none !important;
  padding-left: 21px;
}
.rich-text li {
  margin-bottom: 10px;
  position: relative;
}
.rich-text li::before {
  content: "/";
  position: absolute;
  left: -16px;
  color: #009de0;
  font-weight: 900;
}
.rich-text > *:first-child {
  margin-top: 0;
}

.radiobuttons-big-pill-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 0;
  margin-left: -16px;
  margin-right: -10px;
}
.radiobuttons-big-pill-group .tooltip--error {
  position: relative;
  transform: none;
  padding-bottom: 20px;
  margin-left: 20px;
  top: auto;
  right: auto;
  display: flex;
  align-items: center;
}
.radiobuttons-big-pill-group .tooltip--error .tooltip__toggle {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .radiobuttons-big-pill-group .tooltip--error {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.radiobuttons-big-pill-group .form-error {
  margin-left: 10px;
  margin-top: -10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .radiobuttons-big-pill-group .form-error {
    width: 100%;
    margin-left: 0;
  }
}
.radiobuttons-big-pill-group--toggle {
  flex-direction: column;
}
.radiobuttons-big-pill-group--toggle__inner {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .radiobuttons-big-pill-group--toggle__inner {
    flex-direction: column;
  }
}

.custom-radio-big-pill {
  height: auto;
  width: 200px;
  margin: 0 4px 20px;
  display: flex;
  align-items: stretch;
}
.custom-radio-big-pill .custom-radio-big-pill__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  min-height: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background-color: transparent;
  opacity: 0;
}
.custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label, .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label, .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label {
  background: #0f73a0;
  color: white;
  outline: 0;
}
.custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label span, .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label span, .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label span {
  filter: brightness(0) invert(1) brightness(300%) contrast(300%);
}
.custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label li:before, .custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label li:before, .custom-radio-big-pill .custom-radio-big-pill__input:hover ~ .custom-radio-big-pill__label li:before {
  filter: brightness(0) invert(1) brightness(300%) contrast(300%);
}
.custom-radio-big-pill .custom-radio-big-pill__input:focus ~ .custom-radio-big-pill__label, .custom-radio-big-pill .custom-radio-big-pill__input:checked ~ .custom-radio-big-pill__label {
  border-color: #009de0;
}
.custom-radio-big-pill .custom-radio-big-pill__label {
  display: flex;
  flex: 1;
  flex-direction: column;
  text-align: left;
  text-wrap: wrap;
  padding: 16px;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #0f73a0;
  width: auto;
  margin: 0;
  line-height: 20px;
  color: #0f73a0;
  cursor: pointer;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
  text-transform: none;
  text-decoration: none;
}
.custom-radio-big-pill .custom-radio-big-pill__label span {
  margin-bottom: 10px;
  font-size: 14px;
}
.custom-radio-big-pill .custom-radio-big-pill__label div {
  font-weight: 400;
  font-size: 14px;
}
.custom-radio-big-pill .custom-radio-big-pill__label div p strong {
  font-size: 16px;
}
.custom-radio-big-pill .custom-radio-big-pill__label div p strong br {
  display: none;
}
.custom-radio-big-pill .custom-radio-big-pill__label div strong {
  font-size: 16px;
}
.custom-radio-big-pill .custom-radio-big-pill__label div strong br {
  display: none;
}
.custom-radio-big-pill .custom-radio-big-pill__label div p {
  margin-bottom: 3px;
}
.custom-radio-big-pill .custom-radio-big-pill__label div p:last-child {
  margin-bottom: 0px;
}
.custom-radio-big-pill .custom-radio-big-pill__label div ul {
  list-style: none;
  padding-left: 0;
  margin-top: 2px;
  margin-left: 5px;
  margin-bottom: 0px;
}
.custom-radio-big-pill .custom-radio-big-pill__label div ul li {
  position: relative;
  padding-left: 1.5rem;
  word-wrap: break-word;
  margin-top: 5px;
}
.custom-radio-big-pill .custom-radio-big-pill__label div ul li:before {
  content: url("/-/media/d09d7dc80aff4ea4affeef882c44438c.ashx?h=32&thn=1&w=32");
  position: absolute;
  left: -5px;
}
[data-whatintent=mouse] .custom-radio-big-pill:hover .custom-radio-big-pill__label {
  background: #0f73a0;
  color: white;
  outline: 0;
}

.radiobuttons-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  border: 0;
  position: relative;
}
.radiobuttons-group.radiobuttons-group--centered {
  justify-content: center;
}
.radiobuttons-group .custom-radio {
  margin: 0 10px 20px;
}
.radiobuttons-group .custom-radio.negative {
  position: relative;
}
.radiobuttons-group .custom-radio.negative .custom-radio__input {
  border-color: #fff;
  color: #fff;
  width: unset;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  min-height: 0;
  cursor: pointer;
}
.radiobuttons-group .custom-radio.negative .custom-radio__label {
  border-color: #fff;
  color: #fff;
}
.radiobuttons-group .custom-radio.negative .custom-radio__label:hover, .radiobuttons-group .custom-radio.negative .custom-radio__label:active, .radiobuttons-group .custom-radio.negative .custom-radio__label:focus, .radiobuttons-group .custom-radio.negative .custom-radio__label:checked {
  background-color: #fff;
  background: #fff;
  color: #141e2d;
}
[data-whatintent=mouse] .radiobuttons-group .custom-radio.negative:hover .custom-radio__label, [data-whatintent=mouse] .radiobuttons-group .custom-radio.negative:focus .custom-radio__label, [data-whatintent=mouse] .radiobuttons-group .custom-radio.negative:checked .custom-radio__label {
  background: #fff;
  color: #141e2d;
  outline: 0;
}
[data-whatintent=keyboard] .radiobuttons-group .custom-radio.negative:active {
  border: 1px solid #0f73a0 !important;
}
[data-whatintent=keyboard] .radiobuttons-group .custom-radio.negative:active .custom-radio__label {
  border: 1px solid #0f73a0 !important;
}
.radiobuttons-group .tooltip--error {
  position: relative;
  transform: none;
  padding-bottom: 20px;
  margin-left: 20px;
  top: auto;
  right: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .radiobuttons-group .tooltip--error {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.radiobuttons-group .tooltip--error .tooltip__toggle {
  margin: 0;
}
.radiobuttons-group .form-error {
  margin-left: 10px;
  margin-top: -10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .radiobuttons-group .form-error {
    width: 100%;
    margin-left: 0;
  }
}
.radiobuttons-group--toggle {
  flex-direction: column;
}
.radiobuttons-group--toggle.reverse-options .radiobuttons-group--toggle__inner {
  display: flex;
  flex-direction: row-reverse;
}
.radiobuttons-group--toggle.reverse-options .radiobuttons-group--toggle__inner .shorten-gap {
  margin-left: 0px;
}
@media only screen and (max-width: 768px) {
  .radiobuttons-group--toggle.reverse-options .radiobuttons-group--toggle__inner {
    flex-direction: column-reverse;
  }
}
.radiobuttons-group--toggle__inner {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .radiobuttons-group--toggle__inner {
    flex-direction: column;
  }
}

.custom-radio.negative .custom-radio__input:checked ~ .custom-radio__label, .custom-radio.negative .custom-radio__input:focus ~ .custom-radio__label {
  background: #fff;
  color: #141e2d;
  outline: 0;
}
.custom-radio.negative .custom-radio__input:focus ~ .custom-radio__label {
  border: 1px solid #0f73a0;
}
.custom-radio .custom-radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  min-height: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background-color: transparent;
  opacity: 0;
}
.custom-radio .custom-radio__input:checked ~ .custom-radio__label, .custom-radio .custom-radio__input:focus ~ .custom-radio__label {
  background: #0f73a0;
  color: white;
  outline: 0;
}
.custom-radio .custom-radio__input:focus ~ .custom-radio__label {
  border-color: #009de0;
}
.custom-radio .custom-radio__label {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 6px 16px;
  border: 1px solid #0f73a0;
  border-radius: 3px;
  font-size: 1rem;
  text-align: center;
  background-color: transparent;
  line-height: 1.5rem;
  white-space: nowrap;
  cursor: pointer;
  color: #0f73a0;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
  text-transform: none;
  text-decoration: none;
}
[data-whatintent=mouse] .custom-radio:hover .custom-radio__label {
  background: #0f73a0;
  color: white;
  outline: 0;
}
.custom-radio input:not([type=submit]),
.custom-radio select,
.custom-radio textarea,
.custom-radio .fake-input {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .radiobuttons-big-pill-group {
    grid-template-columns: 1fr;
    row-gap: 10px;
    width: 100%;
    margin-left: -4px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill {
    margin-bottom: 0px;
    width: 100%;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label {
    display: flex;
    line-height: 18px;
    flex-direction: row;
    align-items: stretch;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > :first-child {
    flex: 0 0 10%;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label > :last-child {
    flex: 1 0 90%;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label span img {
    height: 21px;
    width: 21px;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div p {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div p br {
    display: none;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div p br + strong {
    margin-left: -3px;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div p:last-child {
    margin-bottom: 0px;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div ul {
    margin-bottom: 0px;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div ul li:not(:first-child) {
    margin-top: 10px;
  }
  .radiobuttons-big-pill-group .custom-radio-big-pill .custom-radio-big-pill__label div ul li::before {
    content: url("/-/media/d09d7dc80aff4ea4affeef882c44438c.ashx?h=32&thn=1&w=32");
    left: -5px;
    top: -2px;
  }
  .radiobuttons-group {
    width: 100%;
    margin: 0 0 10px;
  }
  .radiobuttons-group .custom-radio {
    width: 100%;
    margin: 0 0 20px;
  }
  .radiobuttons-group .custom-radio .custom-radio__label {
    width: 100%;
    text-align: center;
  }
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}

.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}

.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}

.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}

.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}

.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 2px;
}

.react-datepicker__navigation--next {
  right: 2px;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
}

.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}

.react-datepicker__navigation-icon--next {
  left: -2px;
}

.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}

.react-datepicker__navigation-icon--previous {
  right: -2px;
}

.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}

.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 0.85rem);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}

.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}

.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}

.react-datepicker__close-icon--disabled {
  cursor: default;
}

.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

.date-input {
  position: relative;
  min-width: 135px;
}

.date-input__icon {
  position: absolute;
  top: 35px;
  right: 13px;
  height: 20px;
  width: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjI0IiB3aWR0aD0iMjQiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHBhdGggaWQ9InN2Z18xIiBkPSJtMTgsMi44MjYwODdhMiwyIDAgMCAxIDIsMmwwLDEyLjk5OTk5OWEyLDIgMCAwIDEgLTIsMmwtMTQsMGEyLDIgMCAwIDEgLTIsLTJsMCwtMTIuOTk5OTk5YTIsMiAwIDAgMSAyLC0ybTYuNSwwbDEsMCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iIzAwOURFMCIgZmlsbD0ibm9uZSIvPiAgPHBhdGggaWQ9InN2Z18yIiBkPSJtNS40MTMwNDMsMTEuNDM0NzgzYTEsMSAwIDEgMCAwLDJhMSwxIDAgMSAwIDAsLTJtMCw0YTEsMSAwIDEgMCAwLDEuOTk5OTk5YTEsMSAwIDEgMCAwLC0xLjk5OTk5OW0zLjY2NywtNGExLDEgMCAxIDAgMCwyYTEsMSAwIDEgMCAwLC0ybTAsNGExLDEgMCAxIDAgMCwxLjk5OTk5OWExLDEgMCAxIDAgMCwtMS45OTk5OTltMy42NjYsLTRhMSwxIDAgMSAwIDAsMmExLDEgMCAxIDAgMCwtMm0wLDRhMSwxIDAgMSAwIDAsMS45OTk5OTlhMSwxIDAgMSAwIDAsLTEuOTk5OTk5bTMuNjY3LC00YTEsMSAwIDEgMCAwLDJhMSwxIDAgMSAwIDAsLTJtMCw0YTEsMSAwIDEgMCAwLDEuOTk5OTk5YTEsMSAwIDEgMCAwLC0xLjk5OTk5OW0tOS41LC0xMGMtMC41NSwwIC0xLC0wLjQ1IC0xLC0xbDAsLTNjMCwtMC41NSAwLjQ1LC0xIDEsLTFzMSwwLjQ1IDEsMWwwLDNjMCwwLjU1IC0wLjQ1LDEgLTEsMXptOCwwYy0wLjU1MDAwMSwwIC0xLC0wLjQ1IC0xLC0xbDAsLTNjMCwtMC41NSAwLjQ0OTk5OSwtMSAxLC0xczEsMC40NSAxLDFsMCwzYzAsMC41NSAtMC40NTAwMDEsMSAtMSwxbTEuNSwxLjcybC0xMSwwYy0wLjU1LDAgLTEsMC40NSAtMSwxczAuNDUsMS4wMDAwMDEgMSwxLjAwMDAwMWwxMSwwYzAuNTQ5OTk5LDAgMSwtMC40NSAxLC0xLjAwMDAwMXMtMC40NTAwMDEsLTEgLTEsLTF6IiBmaWxsPSIjMDA5REUwIi8+IDwvZz48L3N2Zz4=);
  background-repeat: none;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.form-element--error .date-input__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjI0IiB3aWR0aD0iMjQiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHBhdGggaWQ9InN2Z18xIiBkPSJtMTgsMi44MjYwODdhMiwyIDAgMCAxIDIsMmwwLDEyLjk5OTk5OWEyLDIgMCAwIDEgLTIsMmwtMTQsMGEyLDIgMCAwIDEgLTIsLTJsMCwtMTIuOTk5OTk5YTIsMiAwIDAgMSAyLC0ybTYuNSwwbDEsMCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2QwMDIxYiIgZmlsbD0ibm9uZSIvPiAgPHBhdGggaWQ9InN2Z18yIiBkPSJtNS40MTMwNDMsMTEuNDM0NzgzYTEsMSAwIDEgMCAwLDJhMSwxIDAgMSAwIDAsLTJtMCw0YTEsMSAwIDEgMCAwLDEuOTk5OTk5YTEsMSAwIDEgMCAwLC0xLjk5OTk5OW0zLjY2NywtNGExLDEgMCAxIDAgMCwyYTEsMSAwIDEgMCAwLC0ybTAsNGExLDEgMCAxIDAgMCwxLjk5OTk5OWExLDEgMCAxIDAgMCwtMS45OTk5OTltMy42NjYsLTRhMSwxIDAgMSAwIDAsMmExLDEgMCAxIDAgMCwtMm0wLDRhMSwxIDAgMSAwIDAsMS45OTk5OTlhMSwxIDAgMSAwIDAsLTEuOTk5OTk5bTMuNjY3LC00YTEsMSAwIDEgMCAwLDJhMSwxIDAgMSAwIDAsLTJtMCw0YTEsMSAwIDEgMCAwLDEuOTk5OTk5YTEsMSAwIDEgMCAwLC0xLjk5OTk5OW0tOS41LC0xMGMtMC41NSwwIC0xLC0wLjQ1IC0xLC0xbDAsLTNjMCwtMC41NSAwLjQ1LC0xIDEsLTFzMSwwLjQ1IDEsMWwwLDNjMCwwLjU1IC0wLjQ1LDEgLTEsMXptOCwwYy0wLjU1MDAwMSwwIC0xLC0wLjQ1IC0xLC0xbDAsLTNjMCwtMC41NSAwLjQ0OTk5OSwtMSAxLC0xczEsMC40NSAxLDFsMCwzYzAsMC41NSAtMC40NTAwMDEsMSAtMSwxbTEuNSwxLjcybC0xMSwwYy0wLjU1LDAgLTEsMC40NSAtMSwxczAuNDUsMS4wMDAwMDEgMSwxLjAwMDAwMWwxMSwwYzAuNTQ5OTk5LDAgMSwtMC40NSAxLC0xLjAwMDAwMXMtMC40NTAwMDEsLTEgLTEsLTF6IiBmaWxsPSIjZDAwMjFiIi8+IDwvZz48L3N2Zz4=);
}

.flow-forms .react-datepicker {
  background-color: #fff;
  border-color: #009de0;
  border-radius: 0;
  font-family: inherit;
}
.flow-forms .react-datepicker-wrapper, .flow-forms .react-datepicker__input-container {
  width: 100%;
}
.flow-forms .react-datepicker-popper {
  z-index: 101;
}
.flow-forms .react-datepicker__triangle {
  border-bottom-color: #fff !important;
}
.flow-forms .react-datepicker__triangle::before {
  border-bottom-color: #009de0 !important;
  border-top-color: #009de0 !important;
}
.flow-forms .react-datepicker__header {
  background-color: #fff;
  border-bottom-color: #009de0;
}
.flow-forms .react-datepicker__day {
  color: #004463;
}
.flow-forms .react-datepicker__day--in-range, .flow-forms .react-datepicker__day--in-selecting-range {
  background-color: #fff !important;
  color: #004463 !important;
}
.flow-forms .react-datepicker__day--selected, .flow-forms .react-datepicker__day--keyboard-selected, .flow-forms .react-datepicker__day--range-end, .flow-forms .react-datepicker__day--range-start, .flow-forms .react-datepicker__day--in-selecting-range-end, .flow-forms .react-datepicker__day--in-selecting-range-start, .flow-forms .react-datepicker__day--selecting-range-end:hover, .flow-forms .react-datepicker__day--selecting-range-start:hover, .flow-forms .react-datepicker__day--range-end:hover, .flow-forms .react-datepicker__day--range-start:hover {
  background-color: #0075a3 !important;
  color: #fff !important;
}
.flow-forms .react-datepicker__day--disabled {
  color: #999 !important;
  background-color: #fcfcfc !important;
  opacity: 1 !important;
}
.flow-forms .react-datepicker__day--disabled .react-datepicker--today {
  color: black !important;
  background-color: hotpink !important;
}
.flow-forms .react-datepicker__year-dropdown {
  background-color: #e5f5fc;
  color: #004463;
  border: none;
  border-radius: 0px;
  width: 86px;
  text-align: center;
  left: auto;
  top: 63px;
}
.flow-forms .react-datepicker__year-dropdown-container--scroll {
  min-height: 28px;
  width: 88px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border: 1px solid #009de0;
  border-radius: 3px;
  background-color: #fff;
  color: #004463;
}
.flow-forms .react-datepicker__year-option--selected {
  left: 10px;
}
.flow-forms .react-datepicker__year-option:hover {
  background-color: #525252;
  color: #fff;
}
.flow-forms .react-datepicker__year-read-view {
  padding-right: 10px;
  padding-top: 2px;
}
.flow-forms .react-datepicker__year-read-view--down-arrow {
  border-width: 0px;
  border: none;
  border-top-color: transparent;
  border-bottom: none;
  top: 0px;
  margin-bottom: 0px;
  height: inherit;
  width: auto;
  color: #004463;
  font-size: 16px;
  pointer-events: none;
  will-change: transform;
  transition: transform 0.25s cubic-bezier(0.08, 0.82, 0.63, 1.32);
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.flow-forms .react-datepicker__year-read-view--down-arrow::before {
  content: "\e018";
  bottom: auto;
  border: none;
  border-top-color: transparent;
  left: -10px;
  border-width: 0px;
  height: inherit;
  width: 20px;
  top: 3px;
}
.flow-forms .react-datepicker__year-select {
  min-height: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 1px 16px;
  font-size: 16px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.flow-forms .react-datepicker__year-select:focus {
  line-height: 1;
}

.react-datepicker--today.react-datepicker--disabled {
  color: black !important;
  background-color: indigo !important;
}

.react-datepicker--disabled.react-datepicker--today {
  color: black !important;
  background-color: indigo !important;
}

.custom-checkbox .custom-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}
.custom-checkbox .custom-checkbox__input:focus ~ .custom-checkbox__label::after {
  color: #99d8f3;
  opacity: 1;
}
.custom-checkbox .custom-checkbox__input:checked ~ .custom-checkbox__label::after {
  color: #009de0;
  opacity: 1;
}
.custom-checkbox .custom-checkbox__label {
  position: relative;
  width: auto;
  margin: 0;
  padding-left: 34px;
  font-size: 1rem;
  line-height: 1.5rem;
  cursor: pointer;
  color: #141e2d;
}
.custom-checkbox .custom-checkbox__label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid #009de0;
  border-radius: 3px;
  width: 20px;
  height: 20px;
}
.custom-checkbox .custom-checkbox__label::after {
  content: "\e059";
  position: absolute;
  top: 3px;
  left: 1px;
  font-family: icomoon;
  color: #009de0;
  font-size: 18px;
  line-height: 1;
  opacity: 0;
}

.custom-checkbox.custom-checkbox--radio-button .custom-checkbox__label {
  padding: 0 18px 1px;
  border: 1px solid #009de0;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
  color: #009de0;
  line-height: 38px;
  white-space: nowrap;
  will-change: background-color, color;
  transition: background-color 0.15s, color 0.15s;
}
.custom-checkbox.custom-checkbox--radio-button .custom-checkbox__label:hover {
  background-color: #009de0;
  color: #fff;
}
.custom-checkbox.custom-checkbox--radio-button .custom-checkbox__label::after, .custom-checkbox.custom-checkbox--radio-button .custom-checkbox__label::before {
  display: none;
}
.custom-checkbox.custom-checkbox--radio-button .custom-checkbox__input:checked ~ .custom-checkbox__label {
  background-color: #009de0;
  color: #fff;
}

.flow-forms .typeahead-wrapper {
  position: relative;
}
.flow-forms .typeahead-wrapper.form-element--error .typeahead-wrapper__icon {
  color: #d0021b;
}
.flow-forms .typeahead-wrapper .row .col.six.typeahead-col {
  position: relative;
}
.flow-forms .typeahead-wrapper .row .col.six.typeahead-col .typeahead__options {
  top: -28px;
}
@media only screen and (max-width: 768px) {
  .flow-forms .typeahead-wrapper .row .col.six.typeahead-col .typeahead__options {
    top: -26px;
  }
}
.flow-forms .typeahead-wrapper .typeahead-input {
  position: relative;
  padding-right: 38px;
  margin-bottom: 1em;
}
.flow-forms .typeahead-wrapper .typeahead-input#JobPosition {
  margin-bottom: 0;
}
.flow-forms .typeahead-wrapper .typeahead-input.options_open {
  padding-bottom: 0;
  border-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
.flow-forms .typeahead-wrapper .typeahead-input:focus {
  padding-right: 38px;
}
.flow-forms .typeahead-wrapper .typeahead-input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
.flow-forms .typeahead-wrapper__icon {
  color: #009de0;
  background-color: inherit;
  position: absolute;
  top: 35px;
  right: 13px;
  font-size: 20px;
  pointer-events: none;
}
.flow-forms .typeahead-wrapper__icon.spinner-loader {
  width: 8px;
  height: 32px;
}
@media only screen and (max-width: 768px) {
  .flow-forms .typeahead-wrapper__icon.spinner-loader {
    top: 44px;
    right: 6px;
  }
}
.flow-forms .typeahead-wrapper__icon::before, .flow-forms .typeahead-wrapper__icon::after {
  width: 20px;
  height: 20px;
}
.flow-forms .typeahead__options {
  width: 100%;
  position: absolute;
  z-index: 200;
  left: 0;
  background-color: #fff;
  color: #004463;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: scrollbar;
  border: 2px solid #009de0;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 18px;
}
.flow-forms .typeahead__options.results {
  border-top: 1px solid #009de0;
}
.flow-forms .typeahead__option {
  background-color: #EFF7FB;
  border: 1px solid #CFE3EC;
  padding: 10px 15px;
  font-size: inherit;
  cursor: pointer;
}
.flow-forms .typeahead__option.not-selectable {
  pointer-events: none;
}
.flow-forms .typeahead__option.highlighted {
  background-color: #009de0;
  color: white;
}
.flow-forms .typeahead__option.highlighted .elaboration-text {
  color: white;
}
.flow-forms .typeahead__option.selected {
  font-weight: 900;
}
.flow-forms .typeahead__option.other {
  border-top: 1px solid #009de0;
  padding-top: 15px;
  padding-bottom: 16px;
}
.flow-forms .typeahead__option.other.focus {
  background: rgba(0, 157, 224, 0.05);
}
.flow-forms .typeahead__option.other a {
  display: inline-block;
  text-decoration: none;
}
.flow-forms .typeahead__option.other:focus a {
  color: #004463;
}
.flow-forms .typeahead__option.other:focus a:after {
  background: #004463;
}
.flow-forms .typeahead__option.other a:hover {
  color: #004463;
  background-color: transparent;
}
.flow-forms .typeahead__option.other a:hover:after {
  background: #004463;
}
.flow-forms .typeahead__option.other a:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #009de0;
  margin-top: -2px;
}
.flow-forms .typeahead__option .elaboration-text {
  color: #434b57;
}
.flow-forms .typeahead-other.hidden {
  display: none;
}
.flow-forms .typeahead-other .form-element.form-element--postal-code-city .form-element__city {
  width: calc(100% - 100px);
  margin-left: auto;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .flow-forms .col.workplace-input--postal-code {
    flex-basis: 41%;
  }
}
@media only screen and (max-width: 768px) {
  .flow-forms .col.workplace-input--city {
    flex-basis: 55%;
  }
}
.flow-forms .workplace {
  margin-bottom: 40px;
}
.flow-forms .workplace .form-element {
  min-height: 55px;
  margin-top: 16px;
}
.flow-forms .workplace .form-element--no-margin {
  margin-top: 0;
}
.flow-forms .workplace .form-element--error input {
  box-shadow: none;
}
.flow-forms .workplace .toggle-manual {
  flex-direction: row-reverse;
  display: flex;
  padding-bottom: 0;
  position: absolute;
  right: 0;
  transform: translateY(-100%);
}
.flow-forms .workplace .toggle-manual--off {
  padding-bottom: 7px;
}
.flow-forms .workplace .toggle-manual a {
  cursor: pointer;
  display: inline-block;
  color: #0075a3;
}
.flow-forms .workplace .toggle-manual a:hover {
  color: #004463;
}
.flow-forms .workplace .typeahead-wrapper {
  border: 2px solid #009de0;
  border-radius: 3px;
}
.flow-forms .workplace .typeahead-wrapper.hidden {
  display: none;
}
.flow-forms .workplace .typeahead-wrapper.errors {
  border: 2px solid #d0021b;
  padding-bottom: 0;
}
.flow-forms .workplace .typeahead-wrapper .form-error {
  margin-bottom: 0;
}
.flow-forms .workplace .typeahead-wrapper .col {
  position: relative;
}
.flow-forms .workplace .typeahead-wrapper .row {
  padding-left: 28px;
  padding-right: 31px;
}
@media only screen and (max-width: 768px) {
  .flow-forms .workplace .typeahead-wrapper .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.flow-forms .workplace .typeahead-wrapper .filter-toggle {
  color: #0075a3;
  font-size: 16px;
  text-align: left;
  display: inline-block;
  padding: 10px 0 20px 0;
}
.flow-forms .workplace .typeahead-wrapper .filter-toggle:hover {
  color: #004463;
}
[data-whatintent=keyboard] .flow-forms .workplace .typeahead-wrapper .filter-toggle:focus {
  text-decoration: underline;
}
.flow-forms .workplace .typeahead-wrapper .typeahead-wrapper__icon--postalcode {
  right: 9px;
}
.flow-forms .workplace .typeahead-wrapper .form-element--error .typeahead-wrapper__icon {
  color: #d0021b;
}
.flow-forms .workplace .typeahead__options {
  position: relative;
  border: none;
}
.flow-forms .workplace .typeahead__options.results {
  border-top: 1px solid #009de0;
}
.flow-forms .workplace .typeahead__options.few-results {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .flow-forms .workplace .typeahead__options.few-results {
    overflow: auto;
  }
}
.flow-forms .workplace .typeahead__options.loading {
  animation: workplace-fade 1.5s infinite;
}
.flow-forms .workplace .typeahead__options .typeahead__option {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .flow-forms .workplace .typeahead__options .typeahead__option {
    padding-left: 15px;
  }
}
.flow-forms .workplace .typeahead__options .typeahead__option--manual {
  display: block;
  color: #009de0;
}
.flow-forms .workplace .typeahead__options .typeahead__option--manual:hover {
  color: #004463;
}
.flow-forms .workplace .typeahead__options .typeahead__option--no-hits {
  cursor: auto;
}
.flow-forms .workplace .typeahead__options .typeahead__option.col.twelve {
  bottom: 0;
  position: sticky;
  z-index: 1;
  background: white;
  border-top: 2px solid #009de0;
}
@media only screen and (max-width: 768px) {
  .flow-forms .workplace {
    margin-top: 20px;
  }
}

@keyframes workplace-fade {
  50% {
    opacity: 0.3;
  }
}
.flow-forms .form-element.upload-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 18px;
}
.flow-forms .form-element.upload-wrapper .flex-row {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.flow-forms .form-element.upload-wrapper .flex-row .upload-button-container {
  cursor: pointer;
}
.flow-forms .form-element.upload-wrapper .flex-row .upload-button-container .customupload-btn {
  display: flex;
  flex-shrink: 0;
  margin-right: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #009de0;
  background-color: transparent;
  border: 2px solid #009de0;
  border-radius: 5px;
  text-align: center;
  font-size: 1.188em;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 150px;
  min-height: 50px;
  margin-left: 0;
  padding: 10px 36px 11px;
  text-decoration: none;
  transition: border-color 0.1s ease-out, background-color 0.1s ease-out, color ease-out 0.1s;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .flow-forms .form-element.upload-wrapper .flex-row .upload-button-container .customupload-btn {
    padding: unset;
    align-items: center;
    justify-content: center;
  }
}
.flow-forms .form-element.upload-wrapper .flex-row .upload-button-container .customupload-btn i.icon-attachment {
  margin-left: 0.5rem;
  transform: rotate(90deg);
  font-size: inherit;
  line-height: inherit;
}
.flow-forms .form-element.upload-wrapper .flex-row .customcvjobfilename {
  font-size: 15px;
  font-family: inherit;
  font-weight: 400;
  color: #004463;
  line-height: 1.5;
  margin-top: 25px;
  margin-bottom: 0px;
}
.flow-forms .form-element.upload-wrapper .file-list {
  margin-top: 15px;
  width: 100%;
}
.flow-forms .form-element.upload-wrapper .file-list .file-instance {
  display: flex;
  justify-content: space-between;
  border-bottom: #000 dotted 1px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.flow-forms .form-element.upload-wrapper .file-list .file-instance .filename .icon-file-alt {
  margin-right: 8px;
  position: relative;
  top: 1px;
}

.test-form-info {
  position: fixed;
  z-index: 100;
  top: 150px;
  right: 20px;
  font-size: 12px;
  line-height: 14px;
}
@media only screen and (max-width: 768px) {
  .test-form-info {
    top: 0;
    left: 0;
    font-size: 10px;
    line-height: 1;
  }
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #004463;
}

h1.headline {
  font-size: 2rem;
  line-height: 0;
}

h1 {
  font-weight: 300;
  margin: 0 0 12px -2px;
}

h2,
h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 20px;
}

p {
  margin: 0 0 16px;
}

a {
  color: #0075a3;
  cursor: pointer;
  border: 0;
  -webkit-touch-callout: none;
  border-radius: 3px;
  margin-left: -3px;
  padding: 0px 3px 2px;
  text-decoration: underline;
}
a:hover {
  color: #024463;
  background-color: rgba(0, 0, 0, 0.09);
}
[data-whatinput=keyboard] a:focus {
  box-shadow: inset 0 0 0 1px #0075a3;
  outline: none;
}
.ie11[data-whatinput=keyboard] a:focus {
  box-shadow: none;
  outline: 1px solid #0075a3;
}
.dark-bg01 a {
  color: #024463;
}
.dark-bg01 a:hover, [data-whatinput=keyboard] .dark-bg01 a:focus {
  color: #0075a3;
}
.dark-bg01 a.button {
  color: #fff;
}
.dark-bg02 a {
  color: white;
}
.dark-bg02 a:hover {
  color: #009de0;
  background-color: rgba(255, 255, 255, 0.09);
}

button,
input,
textarea {
  font-family: "Manrope", sans-serif;
}

.flow-forms strong {
  font-weight: 600;
}

.boxed-paragraph {
  margin-top: 40px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.6px;
  color: #525252;
}

.flow-forms {
  max-width: 700px;
  padding-left: 20px;
  padding-right: 20px;
}
.flow-forms .form-element.disabled label {
  opacity: 1;
}
.flow-forms .flow-forms__actions {
  margin-top: 28px;
}
.flow-forms .flow-forms__actions .col {
  flex-direction: row-reverse;
}
.flow-forms .flow-forms__actions .nav-button:focus i {
  text-decoration: none;
}
.flow-forms .modal--exit .modal__title {
  color: white;
}
@media only screen and (max-width: 768px) {
  .flow-forms {
    max-width: 100%;
  }
  .flow-forms .flow-forms__actions {
    margin-top: 30px;
  }
  .flow-forms .flow-forms__actions .col {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .flow-forms .flow-forms__actions .col button {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.flow-forms h2.headline,
.flow-forms h3.headline {
  margin-top: 15px;
}
.flow-forms .circled-i {
  display: inline;
  position: relative;
  color: #009de0;
  margin-left: 10px;
  font-weight: 600;
  bottom: 3px;
}
.flow-forms .circled-i::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2px solid #009de0;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow-forms .animate-height {
  width: 100%;
  overflow: hidden;
}
.flow-forms .animate-height--reset {
  overflow: visible;
}

html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

body {
  width: 100%;
  min-height: 100%;
  display: flex;
  overflow-x: hidden;
}

.bookmeeting-con {
  width: 100vw;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow-x: hidden;
}
[data-whatintent=mouse] .bookmeeting-con *:focus *, [data-whatintent=mouse] .bookmeeting-con *:focus {
  outline: none !important;
}
[data-whatintent=touch] .bookmeeting-con *:focus *, [data-whatintent=touch] .bookmeeting-con *:focus {
  outline: none !important;
}
@media only screen and (max-width: 768px) {
  .bookmeeting-con {
    display: block;
    min-height: auto;
    margin-bottom: 50px;
    overflow-x: visible;
  }
}

pre {
  font-size: 8px !important;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  pre {
    display: none;
  }
}

.bookmeeting {
  padding-top: 62px;
  padding-bottom: 150px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: none;
}
@media screen and (max-width: 1200px) {
  .bookmeeting {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .bookmeeting {
    display: block;
    padding: 0 30px;
  }
}
@media screen and (max-width: 350px) {
  .bookmeeting {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .bookmeeting.row {
    display: block;
    padding: 30px;
  }
}
.bookmeeting h3 {
  font-weight: 600;
}
.bookmeeting .intro-text {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .bookmeeting .intro-text h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.bookmeeting .student-job-offer {
  padding: 40px;
  background-color: #dce3e5;
}
@media only screen and (max-width: 768px) {
  .bookmeeting .student-job-offer {
    padding: 20px;
  }
}
.bookmeeting .student-job-offer .custom-checkbox__label {
  font-weight: 600;
}
.bookmeeting .student-job-offer h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.4;
}

.flow-state-error {
  position: fixed;
  top: 40%;
}
.flow-state-error h2 {
  font-size: 24px;
}

@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot");
  src: url("../../assets/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf") format("truetype"), url("../..assets/fonts/icomoon.woff") format("woff"), url("../../assets/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
  content: "\e016";
}

.icon-chevron-up:before {
  content: "\e017";
}

.icon-chevron-down:before {
  content: "\e018";
}

.icon-remove:before {
  content: "\e019";
}

.icon-chevron-left:before {
  content: "\e01a";
}

.icon-chevron-right:before {
  content: "\e001";
}

.icon-plus:before {
  content: "\e002";
}

.icon-facebook-2022:before {
  content: "\e90e";
}

.icon-twitter-2022:before {
  content: "\e90d";
}

.icon-parts:before {
  content: "\e90b";
}

.icon-clock:before {
  content: "\e90c";
}

.icon-mobile_big:before {
  content: "\e90a";
}

.icon-checkmark-outline:before {
  content: "\e909";
}

.icon-ok-pos:before {
  content: "\e908";
}

.icon-locator-pin:before {
  content: "\e907";
}

.icon-map:before {
  content: "\e902";
}

.icon-linkedin-pos:before {
  content: "\e900";
}

.icon-handshakefat:before {
  content: "\e611";
}

.icon-todolist:before {
  content: "\e60d";
}

.icon-cash:before {
  content: "\e60e";
}

.icon-diploma:before {
  content: "\e60f";
}

.icon-heartbeat:before {
  content: "\e610";
}

.icon-list:before {
  content: "\e603";
}

.icon-eye2:before {
  content: "\e60b";
  color: #444;
}

.icon-quiz:before {
  content: "\e60c";
  color: #444;
}

.icon-a-kasse2:before {
  content: "\e604";
  color: #444;
}

.icon-bulp:before {
  content: "\e605";
  color: #444;
}

.icon-handshake:before {
  content: "\e606";
  color: #444;
}

.icon-salary:before {
  content: "\e607";
  color: #444;
}

.icon-discount:before {
  content: "\e608";
  color: #444;
}

.icon-raft:before {
  content: "\e609";
  color: #444;
}

.icon-service:before {
  content: "\e60a";
  color: #444;
}

.icon-lock:before {
  content: "\e601";
  color: #444;
}

.icon-lock-alt:before {
  content: "\e612";
}

.icon-unlocked:before {
  content: "\e602";
  color: #444;
}

.icon-unlock-alt:before {
  content: "\e613";
}

.icon-ok:before {
  content: "\e600";
}

.icon-envelope-inv:before {
  content: "\e903";
}

.icon-envelope-alt:before {
  content: "\e000";
}

.icon-print:before {
  content: "\e00e";
}

.icon-comment:before {
  content: "\e00f";
}

.icon-user:before {
  content: "\e010";
}

.icon-cog:before {
  content: "\e011";
}

.icon-heart:before {
  content: "\e012";
}

.icon-star:before {
  content: "\e013";
}

.icon-thumbs-up:before {
  content: "\e014";
}

.icon-thumbs-up2:before {
  content: "\e01f";
}

.icon-facebook_2016:before {
  content: "\e904";
}

.icon-instagram_2016:before {
  content: "\e905";
}

.icon-facebook-sign:before {
  content: "\e020";
}

.icon-facebook:before {
  content: "\e00b";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-pinterest:before {
  content: "\e00c";
}

.icon-linkedin-sign:before {
  content: "\e015";
}

.icon-remove-alt:before {
  content: "\e615";
}

.icon-home:before {
  content: "\e003";
}

.icon-camera:before {
  content: "\e004";
}

.icon-info:before {
  content: "\e005";
}

.icon-help:before {
  content: "\e006";
}

.icon-graduation:before {
  content: "\e007";
}

.icon-bookmark:before {
  content: "\e008";
}

.icon-pin2:before {
  content: "\e009";
}

.icon-briefcase:before {
  content: "\e01b";
}

.icon-pencil:before {
  content: "\e01d";
}

.icon-fire:before {
  content: "\e01e";
}

.icon-certificate:before {
  content: "\e025";
}

.icon-calendar:before {
  content: "\e026";
}

.icon-image:before {
  content: "\e027";
}

.icon-bubbles:before {
  content: "\e028";
}

.icon-briefcase2:before {
  content: "\e029";
}

.icon-tag:before {
  content: "\e02c";
}

.icon-attachment:before {
  content: "\e02f";
}

.icon-location:before {
  content: "\e033";
}

.icon-comments:before {
  content: "\e037";
}

.icon-share:before {
  content: "\e038";
}

.icon-sitemap:before {
  content: "\e03a";
}

.icon-download:before {
  content: "\e03c";
}

.icon-upload:before {
  content: "\e03d";
}

.icon-cloud-download:before {
  content: "\e03e";
}

.icon-cloud-upload:before {
  content: "\e03f";
}

.icon-bell-alt:before {
  content: "\e040";
}

.icon-desktop:before {
  content: "\e041";
}

.icon-laptop:before {
  content: "\e042";
}

.icon-tablet:before {
  content: "\e043";
}

.icon-mobile:before {
  content: "\e044";
}

.icon-calendar-empty:before {
  content: "\e045";
}

.icon-archive:before {
  content: "\e046";
}

.icon-megaphone:before {
  content: "\e047";
}

.icon-cone:before {
  content: "\e048";
}

.icon-paperplane:before {
  content: "\e049";
}

.icon-earth:before {
  content: "\e04a";
}

.icon-crown:before {
  content: "\e04b";
}

.icon-spinner:before {
  content: "\e04c";
}

.icon-pie:before {
  content: "\e04d";
}

.icon-remove2:before {
  content: "\e04e";
}

.icon-eye1:before {
  content: "\e04f";
}

.icon-anchor:before {
  content: "\e050";
}

.icon-rocket:before {
  content: "\e052";
}

.icon-folder:before {
  content: "\e053";
}

.icon-angle-left:before {
  content: "\e054";
}

.icon-angle-right:before {
  content: "\e055";
}

.icon-file-alt:before {
  content: "\e057";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-checkmark:before {
  content: "\e059";
}

.icon-stop:before {
  content: "\e616";
}

.icon-flag:before {
  content: "\e02d";
}

.icon-lamp:before {
  content: "\e05a";
}

.icon-tr:before {
  content: "\e061";
}

.icon-rss:before {
  content: "\e063";
}

.icon-book:before {
  content: "\e022";
}

.icon-forsikring:before {
  content: "\e064";
}

.icon-a-kasse:before {
  content: "\e065";
}

.icon-raadgivning:before {
  content: "\e066";
}

.icon-job:before {
  content: "\e067";
}

.icon-loen:before {
  content: "\e068";
}

.icon-rabat:before {
  content: "\e069";
}

.icon-HK_koncept:before {
  content: "\e060";
}

.icon-youtube:before {
  content: "\e051";
}

.icon-stats:before {
  content: "\e058";
}

.icon-search:before {
  content: "\e01c";
}

.icon-search-alt:before {
  content: "\e614";
}

.icon-phone:before {
  content: "\e00d";
}

.icon-paragraf:before {
  content: "\e035";
}

.icon-onlinekurser:before {
  content: "\e12e";
}

.icon-network:before {
  content: "\e02e";
}

.icon-mobilmenu:before {
  content: "\e034";
}

.icon-locator:before {
  content: "\e02b";
}

.icon-kikkert:before {
  content: "\e03b";
}

.icon-jobagent:before {
  content: "\e032";
}

.icon-guide:before {
  content: "\e056";
}

.icon-FAQ:before {
  content: "\e151";
}

.icon-arrowcornerleft:before {
  content: "\e05c";
}

.icon-arrowcornerright:before {
  content: "\e05d";
}

.icon-arrowcornerrightBig:before {
  content: "\e05f";
}

.icon-arrowleft:before {
  content: "\e05e";
}

.icon-arrowright:before {
  content: "\e05b";
}

.icon-blanket:before {
  content: "\e030";
}

.icon-calculator:before {
  content: "\e031";
}

.icon-calender:before {
  content: "\e036";
}

.icon-cookies:before {
  content: "\e062";
}

.icon-moede:before {
  content: "\e039";
}

.icon-enlarge:before {
  content: "\e989";
}

.icon-eye-blocked:before {
  content: "\e9d1";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.row .col.twelve .radiobuttons-group {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .row .col.twelve .intro-text {
    width: 300px;
  }
}

.footer {
  position: fixed;
  bottom: 50px;
  left: 50px;
}
.footer .exit-flow-btn {
  position: fixed;
  top: 50px;
  right: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: none;
  border: none;
  font-size: 24px;
  color: #009de0;
  padding-top: 4px;
}
.footer .exit-flow-btn:focus {
  outline: 2px solid #009de0 !important;
}
@media only screen and (max-width: 768px) {
  .footer {
    position: initial;
    bottom: 0px;
    left: 0px;
  }
  .footer .exit-flow-btn {
    position: absolute;
    top: 14px;
    right: 10px;
    padding: 10px;
  }
}
.footer__co-browsing-entry {
  color: #222;
  text-decoration: none;
}

.header .header__logo {
  position: static;
  width: 75px;
  height: 42px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .header {
    display: flex;
    flex-direction: column;
    position: static;
    width: 100%;
    margin-bottom: 35px;
  }
  .header .header__logo {
    display: block;
    position: relative;
    width: 56px;
    height: auto;
    margin: 20px auto 37px;
    transform: translateX(0);
  }
}

.progress-navigation-item {
  margin-bottom: 9px;
  cursor: default;
}
.progress-navigation-item--active {
  pointer-events: auto;
}
.progress-navigation-item--previous, .progress-navigation-item--visited {
  pointer-events: auto;
  cursor: pointer;
}
.progress-navigation-item--disabled {
  pointer-events: none;
  opacity: 0.2;
}

.progress-navigation-item__button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  cursor: inherit;
}

.progress-navigation-item__circle {
  position: relative;
  margin-right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid #0075a3;
  color: #0075a3;
  border-radius: 50%;
  transition: all 300ms ease;
  line-height: 1;
  flex: none;
}
.progress-navigation-item__circle::after {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform-origin: center top;
  transform: translate(-50%, 100%) scaleY(1);
  opacity: 0;
  transition: all 300ms linear 300ms;
  background-color: #0075a3;
}
.progress-navigation-item--active .progress-navigation-item__circle, .progress-navigation-item--previous .progress-navigation-item__circle {
  background-color: #0075a3;
  color: white;
}
.progress-navigation-item--previous .progress-navigation-item__circle::after {
  transform: translate(-50%, 100%) scaleY(1);
  opacity: 1;
}

.progress-navigation-item__text {
  font-size: 16px;
  color: #222;
  text-decoration: none;
  text-align: left;
}
.progress-navigation-item--visited .progress-navigation-item__text, .progress-navigation-item--active .progress-navigation-item__text, .progress-navigation-item--previous .progress-navigation-item__text {
  color: #0075a3;
}
.progress-navigation-item__button:focus .progress-navigation-item__text, .progress-navigation-item--previous:hover .progress-navigation-item__text, .progress-navigation-item--visited:hover .progress-navigation-item__text {
  text-decoration: underline;
}
[data-whatintent=mouse] .progress-navigation-item__button:focus .progress-navigation-item__text, [data-whatintent=touch] .progress-navigation-item__button:focus .progress-navigation-item__text {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .progress-navigation-item__text {
    display: none;
    position: absolute;
    bottom: 12px;
    left: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .progress-navigation-item__circle {
    margin: 0;
  }
  .progress-navigation-item__circle::after {
    width: 12px;
    height: 1px;
    right: 0;
    top: 50%;
    transform: translate(100%, 0) translateX(2px) scaleY(1);
  }
  .progress-navigation-item--previous .progress-navigation-item__circle {
    background-color: #0075a3;
    color: white;
  }
  .progress-navigation-item--previous .progress-navigation-item__circle::after {
    transform: translate(100%, 0) translateX(2px) scaleY(1);
  }
  .progress-navigation-item__button {
    padding: 0 5px;
  }
  .progress-navigation-item__button:focus .progress-navigation-item__circle {
    border-color: #024463;
    border-width: 2px;
    transition: none;
  }
  .progress-navigation-item.progress-navigation-item--active .progress-navigation-item__button:focus .progress-navigation-item__circle {
    border-color: #1b3240;
  }
}
.progress-navigation {
  position: fixed;
  left: 50px;
  top: 50px;
  display: flex;
  flex-direction: column;
  width: calc((100vw - 850px) / 2);
}
.progress-navigation .progress-navigation__title {
  margin-bottom: 25px;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  color: #004463;
}
.progress-navigation .progress-navigation__steps {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .progress-navigation {
    display: block;
    order: 2;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  .progress-navigation .progress-navigation__title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
  }
  .progress-navigation .progress-navigation__steps {
    flex-direction: row;
    justify-content: center;
  }
}

.skip-link {
  background: white;
  border: 3px solid #0075a3;
  border-top-width: 0;
  border-radius: 0 0 5px 5px;
  top: 0;
  left: 50%;
  padding: 8px 15px;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: transform 0.3s;
  z-index: 5000;
}
.skip-link:focus-within {
  transform: translate(-50%, 0);
}
.skip-link a {
  color: #0075a3;
  border-radius: 3px;
  margin-left: -3px;
  padding: 0px 3px 2px;
}
[data-whatinput=keyboard] .skip-link a:focus {
  box-shadow: inset 0 0 0 1px #0075a3;
  outline: none;
}
.ie11[data-whatinput=keyboard] .skip-link a:focus {
  box-shadow: none;
  outline: 1px solid #0075a3;
}
@media only screen and (max-width: 768px) {
  .skip-link {
    display: none;
  }
}

.step {
  z-index: 1;
  width: 660px;
  margin: 0;
}
.step .add-button {
  margin-bottom: 25px;
}
.step .add-button:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .step {
    padding: 0 0 50px;
    width: 100%;
  }
}
.step.contact-information .modal {
  overflow: hidden;
}
.step.step--occupation .intro-text {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .step.step--occupation .intro-text {
    margin-bottom: 20px;
  }
}
.step.step--occupation .radiobuttons-group {
  max-width: 500px;
}
.step.step--occupation-job .col.eight {
  flex-basis: calc(66.66667% - 30px);
}
@media only screen and (max-width: 768px) {
  .step.step--occupation-job .col.eight {
    flex-basis: 100%;
  }
}
.step.step--education .flow-forms__actions {
  margin-bottom: 50px;
}
.step.step--price-and-coverage .row--overview {
  margin-bottom: 16px;
}
.step.step--price-and-coverage .disclaimer-text {
  margin-bottom: 10px;
}
.step.step--price-and-coverage .overview-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 28px;
}
.step.step--price-and-coverage .overview-table tr td {
  vertical-align: bottom;
  padding: 0 0 18px;
}
.step.step--price-and-coverage .overview-table tr td:first-child {
  padding-right: 20px;
}
.step.step--price-and-coverage .overview-table tr td:last-child {
  text-align: right;
  white-space: nowrap;
}
.step.step--price-and-coverage .overview-table tr.overview-table__highlighted {
  font-size: 22px;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .step.step--price-and-coverage .overview-table tr.overview-table__highlighted {
    font-size: 18px;
  }
}
.step.step--price-and-coverage .overview-table tr.overview-table__highlighted td {
  border-top: 2px solid #d8e2e7;
  border-bottom: 2px solid #d8e2e7;
  padding-top: 23px;
  padding-bottom: 23px;
}
.step.step--price-and-coverage .overview-table tr.overview-table__highlighted .overview-table__breakdown {
  font-size: 14px;
}
.step.step--price-and-coverage .overview-table tr:nth-child(2) td {
  padding-bottom: 26px;
}
.step.step--price-and-coverage .checkbox-col {
  align-items: center;
  margin-bottom: 24px;
}
.step.step--price-and-coverage .checkbox-text {
  margin-left: 20px;
}
.step.step--confirm-information .row--overview {
  margin-bottom: 36px;
  padding-bottom: 20px;
  border-bottom: 2px solid #d8e2e7;
}
.step.step--confirm-information .row--overview .col {
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .step.step--confirm-information .row--overview .col {
    margin-bottom: 12px;
  }
}
.step.step--confirm-information .edit-link {
  margin-bottom: 18px;
}
.step.step--confirm-information .edit-link:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .step.step--confirm-information .edit-link {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .step.step--confirm-information .form-error {
    margin-left: 26px;
  }
}
.step.step--confirm-information .custom-checkbox {
  margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  .step.step--confirm-information .custom-checkbox {
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .step.step--confirm-information .custom-checkbox .custom-checkbox__label::after {
    top: 4px;
  }
  .step.step--confirm-information .custom-checkbox .custom-checkbox__label::before {
    top: 3px;
  }
}
.step.step--confirm-information .flow-forms-icon {
  margin-top: 3px;
  margin-left: 3px;
}
.step.step--confirm-information .custom-checkbox__label {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .step.step--confirm-information .custom-checkbox__label {
    font-size: 18px;
    line-height: 1.2;
  }
}
.step.step--confirm-information .member-offer-text {
  margin-left: 26px;
}
.step.step--confirm-information .help-text {
  padding-left: 26px;
  line-height: 1.3;
  letter-spacing: 0.2px;
  font-size: 14px;
}
.step.step--confirm-information .boxed-paragraph {
  margin-top: 16px;
}
.step.step--payment .form-element .spinner-loader {
  top: 16px;
  left: 20px;
}
.step.step--payment .form-element .spinner-loader::after {
  width: 24px;
  height: 24px;
}
.step.step--payment .form-element .result-group {
  border-bottom: 2px solid #d8e2e7;
  min-height: 50px;
  padding-top: 15px;
}
.step.step--payment .form-element .tooltip {
  right: 0;
  top: 36px;
}
.step.step--payment .boxed-paragraph {
  padding: 20px;
  color: #004463;
  background-color: #DCE3E5;
}
.step.step--payment .boxed-paragraph,
.step.step--payment .boxed-paragraph p {
  font-size: 16px;
  line-height: 20px;
}
.step.step--payment .gateway--buttons {
  justify-content: space-between;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .step.step--payment .gateway--buttons .primary-cta {
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
  }
  .step.step--payment .pull-left {
    padding-left: 0;
  }
}
.step.step--exit {
  margin-top: 20em;
}
@media only screen and (max-width: 768px) {
  .step.step--exit {
    padding-top: 16px;
    margin-top: 14em;
  }
}
.step.step--exit p {
  font-size: 16px;
}
.step.step--exit a > .primary-cta {
  margin: 20px auto 0;
  float: left;
}