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

html {
    background: #FFFFFF;
    font-family: MissionGothic, Open Sans, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.45;
    color: #152835; /* @colorSlateDark */
}

body {
    margin:0;
}

button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 3rem;
    margin: 1.125rem 1.125rem 0 0;
    padding: 0;
    border: none;
    border-radius: 8px;
}

input, select, textarea, label {
    font-size: 0.8125rem; /* 13px */
    color: #152835; /* @colorSlateDark */
    margin-bottom: 0.75rem;
}

input, select, textarea {
    font-family: inherit;
    border: 1px solid #cfd5db;
    border-radius: 8px;
    height: 3rem;
    padding: .5rem .5rem;
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 500;
}

h2 {
    margin: 1.125rem 0;
    font-size: 1.3125rem;
}

h3 {
    margin: 0.75rem 0;
    font-size: 1.125rem;
}

h5 {
    margin: 0.375rem 0;
}

h5.sub-header {
    font-size: 0.8rem;
    letter-spacing: 0.7px;
}

h6 {
    margin: 0.375rem 0;
    font-size: 0.8125rem;
}

p, ol, ul {
    margin: 0;
}

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

input[type=radio]:checked ~ .radio-label {
    box-shadow: none;
    background-color: #4f4f4f;
    color: #FFFFFF;
}

hr {
    display: block;
    clear: both;
    height: 1px;
    border: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0;
    background-color: #bbc2c8;
}

/* Global Class */
.site-wrapper {
    max-width: 560px;
    margin: 0 auto;
}

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

.red{
    color:#c00;
}

/* #header */
/* #banner */
/* .logo */
 #header{
     margin-top: 0.25rem;
     padding: 0.50rem 1.25rem 0;
 }

.logo {
    display: block;
    max-height: 40px;
}

/* #validation-header */
/* #required */
#validation-header{
    display: none;
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
    padding: 0 1.25rem;
}

#required {
    background-color: #c00;
    padding: 0.625rem;
}

#required * {
    color: #FFFFFF;
}

/* #container */
/* #thank-you */
#container {
    -webkit-tap-highlight-color: transparent;
    padding: 0 1.25rem;
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
}

#thank-you {
    display: none;
}

/* #survey */
/* .notification-banner */
#notification-banner h5{
    display: block;
    background-color: #B90005;
    color: #fff;
    border: 1px solid #F0DCB4;
    border-radius: 5px;
    padding: 1.5rem;
    text-align:left;
    font-weight: 600;
    flex-basis: 100%;
    min-height:8rem;
}

#notification-banner h5 img{
    float:left;
    padding-right:.75rem;
    margin:.4rem 0 1rem 0;
}

.underline{
    text-decoration: underline;
}

#notification-banner a{
    text-decoration: none;
}

#notification-banner a:hover{
    text-decoration: none;
}

#notification-banner{
    display: flex;
}

/* #required-box */
/* .page-rating-radio-group */
/* .radio-button */
/* .radio-label */
/* .radio-legend */
.were_you_successful_radio_group {
    width:125px;
}

.page-rating-radio-group, .were_you_successful_radio_group, .nps_radio_group{
    display: flex;
    justify-content: space-between;
}

.radio-button {
    margin: 0.375rem 0;
}

.radio-label {
    cursor: pointer;
    border: 1px solid #CCCFDB;
    padding: 0.625rem 1rem;
    border-radius: 8px;
}

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

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

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

.verbatim {
    height: 5.1875rem;
    max-height: 5.1875rem;
    border: 1px solid #CCCFDB;
}

#visit-reason-other {
    display: none;
}

/* .submit */
.submit {
    cursor: pointer;
    width: 100%;
    color: #fff;
    background-color: #B90005;
    font-size: 20px;
    font-weight: 700;
}

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