@font-face {
    font-display: optional;
    font-family: Centra No2;
    font-style: normal;
    font-weight: 300;
    src: url(https://a.travel-assets.com/egds/fonts/CentraNo2/CentraNo2-Light.woff2) format("woff2"), url(https://a.travel-assets.com/uds/fonts/centrano2/centrano2-light-webfont.woff) format("woff");
    unicode-range: U+0??
}

@font-face {
    font-display: optional;
    font-family: Centra No2;
    font-style: normal;
    font-weight: 400;
    src: url(https://a.travel-assets.com/egds/fonts/CentraNo2/CentraNo2-Book.woff2) format("woff2"), url(https://a.travel-assets.com/egds/fonts/CentraNo2/CentraNo2-Book.woff) format("woff");
    unicode-range: U+0??
}

@font-face {
    font-display: optional;
    font-family: Centra No2;
    font-style: normal;
    font-weight: 500;
    src: url(https://a.travel-assets.com/egds/fonts/CentraNo2/CentraNo2-Medium.woff2) format("woff2"), url(https://a.travel-assets.com/egds/fonts/CentraNo2/CentraNo2-Medium.woff) format("woff");
    unicode-range: U+0??
}

@font-face {
    font-display: optional;
    font-family: Centra No2;
    font-style: normal;
    font-weight: 700;
    src: url(https://a.travel-assets.com/egds/fonts/CentraNo2/CentraNo2-Bold.woff2) format("woff2"), url(https://a.travel-assets.com/egds/fonts/CentraNo2/CentraNo2-Bold.woff) format("woff");
    unicode-range: U+0??
}

/* Base style */
* {
    box-sizing: border-box;
}

html {
    color: #191E3B;
    font-family: Centra No2, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-synthesis: none;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
}

input:focus-visible, textarea:focus-visible, button:focus-visible, select:focus-visible, .radio-group:focus-visible, .radio-group[data-is-click="False"]:focus-within, .checkbox-group[data-is-click="False"]:focus-within, .radio-button:focus-visible {
    outline: .125rem solid #1668e3;
}

input {
    margin-top: .75rem;
}

input, select, textarea, label {
    font-size: 0.8125rem; /* 13px */
    color: #191E3B; /* @colorSlateDark */
}

textarea {
    font-size: .875rem;
    color: #191E3B;
    padding: .75rem;
    resize: none;
}

textarea, input.email, input.itinerary_number {
    border: .0625rem solid #818494;
    border-radius: .5rem;
    width: 100%;
    padding: .8125rem .6875rem;
}

textarea::placeholder, input.email::placeholder, input.itinerary_number::placeholder {
    color: #676A7D;
}

::placeholder {
    color: #676A7D;
    font-family: Centra No2, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

h5.sub-header {
    font-size: 0.6875rem;
    letter-spacing: 0.04375rem;
}

h2, h5, h6, .question-header {
    font-weight: 600;
}

h6, .question-header {
    font-size: 0.8125rem;
}

#thank-you {
    display: none;
}

#thank-you img {
    margin-top: -.5rem;
    height: 1.75rem;
}

p[data-localization="thank-you-heading"] {
    margin-top: 1rem;
}

p {
    font-size: 0.875rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    margin: 0;
}

p.subheading {
    margin: 0;
    padding-top: 0;
}

#topic, #verbatim, #visit-reason, #visit-reason-other {
    display: block;
    width: 100%;
}

#email_address {
    padding-left: .5rem;
}

.question-group {
    border: none;
    margin: 0;
    padding: 0;
}

.verbatim {
    height: 10rem;
    background: #FFFFFF;
    border: .0625rem solid #818494;
    border-radius: .5rem;
}

#email_address, #itinerary_number {
    padding-left: .5rem;
}

.email, .itinerary_number {
    background: #FFFFFF;
    height: 2.875rem;
}

a {
    color: #1668e3;
    text-decoration: none;
}

a:hover {
    color: #1668e3;
    text-decoration: underline;
}

.submit {
    border: none;
    border-radius: .5rem;
    background: #1668e3;
    margin: auto;
    margin-top: .75rem;
    padding: .875rem 1rem;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #FFFFFF;
}

.submit:hover {
    background: #0D4EAF;
    color: #FFFFFF;
}

.submit:active {
    background: #0e3672;
    color: #FFFFFF;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.radio-button{
    background-color: #FFFFFF;
}

.radio-label:hover {
    background-color: #ecf4fd;
    color: #1668e3;
    border-radius: .5rem;
}

.radio-label:active {
    background-color: #c8dff9;
}

.radio-legend {
    display: flex;
    justify-content: space-between;
}

.radio-legend h5 {
    font-weight: 400;
    margin-bottom: 0;
}

.radio-group {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    flex-wrap: wrap;
    padding-bottom: .75rem;
}

.item-hidden {
  min-width: 9rem;
  flex-grow: 1;
  flex-shrink: 1;
  border: 1px solid transparent;
}

.radio-button {
    max-width: 5rem;
    margin: 0 0.25rem 0 0;
    border: .0625rem solid #CACCD2;
    border-radius: .5rem;
    flex-shrink: 1;
    flex-grow: 1;
}

.radio-button.nps {
    flex-grow: 0;
    width: 2.4rem;
    margin-bottom: .25rem;
}

.radio-label {
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0.625rem 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 25%;
    color: #191e3b;
}

input[type=radio]:checked ~ .radio-label {
    box-shadow: inset 0 0 0 2px;
    background-color: #c8dff9;
    color: #191E3B;
    border-radius: .5rem;
}

input[type=radio] {
    height: 0;
    width: 0;
    opacity: 0;
    position: absolute;
}

input[type=radio] {
    opacity: 0;
}

.radio_label input {
    font-size: 1rem;
}

#footer {
    border-top: .0625rem solid #818494;
    margin-bottom: .3125rem;
    margin-top: .3125rem;
    background-color: #fff;
}

body {
    background: #FFFFFF;
    margin: 0;
}

#header {
    box-shadow: 0 1px 0 0 rgba(12,14,28,.12);
}

#banner {
    background-color: #fff;
    width: 100%;
    height: 4rem;
    margin: auto;
    margin-bottom: -2.5rem;
    box-shadow: 0 2px .75rem rgba(12,14,28,.08)
}

.logo {
    margin-bottom: 1rem;
    margin-top: -7rem;
    height: 1.75rem;
}

#validation-header, #required-page-rating, #email_prompt_text, #email_heading_text, #required-verbatim {
    display: none;
    margin: 0;
    padding: 0;
}

p[data-localization="survey-heading"] {
   padding-top: 1rem;
}

p[data-localization="validation-heading"] {
    background-color: #A7183C;
    padding: 1rem;
    color: #FFFFFF;
    font-weight: 700;
    border-radius: .5rem;
}

#required {
    color: #FFFFFF;
    margin-left:auto;
    margin-right:auto;
    max-width: 35rem;
}

#required p, #required .question-header {
    color:#fff;
}

.question-header {
    font-size: 1rem;
    color: #191E3B;
    font-weight: 500;
    padding-top: .75rem;
}

.red {
    color: #A7183C;
}

.light-mode-warning-default {
    color: #A7183C;
}

.light-mode-warning-muted {
    color: #FED5D8;
}

.light-mode-positive-default {
    color: #227950;
}

.light-mode-positive-muted {
    color: #E6F7E9;
}

.no-display {
    border: 0;
    height: .0625rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: .0625rem
}

#container {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: .5rem;
    padding-right: .5rem;
    max-width: 33rem;
    padding-bottom: .3125rem;
}

#survey, #submit-button, #notification-banner {
    display: none;
}

#survey-header {
    margin: 1.5rem 0 0 0;
}

.notification_banner {
    text-align: left;
    background-color: #A7183C;
    border: .0625rem solid #818494;
    border-radius: .3125rem;
    font-size:1rem;
    color: #FFF;
    padding: .3125rem;
    display: block;
}

.textarea_container, select {
    margin-top: .75rem;
    margin-bottom: .75rem;
}

#verbatim {
    padding-left: .5rem;
    padding-top: .5rem;
    margin-top: 0.75rem;
    margin-bottom: .75rem;
    display: inline-block;
    width: 100%;
}

#topic {
    padding: .5rem;
    width: 100%;
}

#visit_reason, #topic, #email_address {
    display: inline-block;
    width: 100%;
}

#itinerary_number_section {
    display: none;
    width: 100%;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes color-change {
    from {
        color: #A7183C;
    }
    to {
        color: #818494;
    }
}

/* IE11 SPECIFIC RULES*/
@media all and (-ms-high-contrast:none)
{
    /* #required-box */
    /* .radio-group */
    /* .radio-button */
    /* .radio-label */
    /* .radio-legend */
    .radio-button {
        width: 5rem;
    }

    /* .question-group */
    /* .question-header */
    .question-header {
        width:100%;
    }
}

/* brand styles */

.radio-label:hover {
    background-color: #ecf4fd;
    color: #1668e3;
    border-radius: .5rem;
}

.radio-label:active {
    background-color: #c8dff9;
}

input[type=radio]:checked ~ .radio-label {
    box-shadow: inset 0 0 0 2px;
    background-color: #c8dff9;
    color: #191E3B;
    border-radius: .5rem;
}

a {
    color: #0d3880;
    text-decoration: none;
}

a:hover {
    color: #0d3880;
    text-decoration: underline;
}

.submit {
    color: #FFFFFF;
    background: #0d3880;
}

.submit:hover {
    background: #0A2B63;
    color: #FFFFFF;
}

.submit:active {
    background: #071E45;
}

html {
    color: #465280;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

body {
    background: #F8F5F4;
}

textarea::placeholder, input.email::placeholder {
    color: #465280;
}

::placeholder {
    color: #465280;
    font-family: "Helvetica Neue",Arial,"Lucida Grande",sans-serif;
}

input:focus-visible, textarea:focus-visible, button:focus-visible, select:focus-visible, .radio-group:focus-visible, .radio-group[data-is-click="False"]:focus-within, .checkbox-group[data-is-click="False"]:focus-within, .radio-button:focus-visible {
    outline: .125rem solid #465280;
}

#banner {
    background-color: #2fb4ed;
    padding-bottom: 2rem;
    height: 4rem;
}

.logo {
    margin-top: -3rem;
    height: 2rem;
}

#thank-you img {
    height: 2rem;
}