* {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.container-fluid {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}
button {
    outline: none;
}

/* HEADER STYLE START */
#header-container {
    background-image: url("../site-images/hero_p1_dt.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
#new-card-logo,#new-card-logo-long {
    max-width: 200px;
}
#site-logo-container {
    margin: 0;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    padding-left: 0;
    align-content: center;
    display: grid;
}
#site-logo {
    height: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#site-header-msg {
    color: white;
    height: 100%;
    margin-top: 30px;
}
#site-header-text {
    font-size: 50px;
    font-weight: 700;
}
#site-header-text sup {
    font-size: 0.5em;
}
#site-card-container {
    height: 100%;
    margin-top: 30px;
}
#card-logo {
    height: 200px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#site-header-disclaimer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    margin-top: 25px;
}
#disclaimer-text,
#disclaimer-text u {
    font-size: 11px;
    color: white;
}
/* HEADER STYLE END */

#main-mob-img {
    width: 100%;
    height: 100%;
}

/* MESSAGE CONTAINER STYLE START */
#sub-message {
    background: #FCE18F;
    margin-bottom: 0;
    padding: 20px 50px;
    font-weight: 700;
}
#yellow-caret, #blue-caret {
    display: block;
    margin: 0 auto;
}
/* MESSAGE CONTAINER STYLE END */

/* PRE FORM QUESTION STYLE START */
#pre-form-question-container {
    min-height: 270px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    align-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pre-form-heading {
    color: #529453;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}
.pre-form-question {
    font-size: 26px;
    font-weight: 700;
}
.pre-form-button {
    border: 0;
    background: #FF8E30;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    margin: 5px;
    width: 200px;
    padding: 10px 0;
    border-radius: 50px;
}
#question-container-2, #question-container-3 {
    display: none;
}
/* PRE FORM QUESTION STYLE END */

/* LOADER STYLE START */
#loader-container {
    min-height: 270px;
    display: none;
    align-content: center;
}
.loader-wait {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
}
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.2s infinite ease-in-out;
    animation: load7 1.2s infinite ease-in-out;
}
.loader {
    color: #396C95;
    font-size: 10px;
    margin: 0 auto 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
    box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
    box-shadow: 0 2.5em 0 0;
    }
}
/* LOADER STYLE END */

/* MINI FORM STYLE START */
#mini-form {
    display: none;
    min-height: 270px;
    align-content: center;
}
#mini-form-label {
    display: block;
    margin: 0 auto 10px auto;
    text-align: center;
    padding-top: 20px;
}
#email {
    max-width: 270px;
    margin-bottom: 15px;
    border: 1px solid #808080;
    border-radius: 0;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#mini-form-tcpa {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}
#tc-link {
    font-size: 12px;
    color: #4C7EAC;
    text-decoration: underline;
}
    /* TERMS COL START */
input[type="checkbox"] {
    border-radius: 0;
    width: 40px;
    height: 40px;
}
#terms-col {
    max-width: 400px;
    display: flex;
    margin-bottom: 10px;
}
#terms-col-label {
    display: inline-block;
    font-size: 12px;
    padding-left: 10px;
    color: #808080;
}
#terms-col-label a {
    font-size: 12px;
    color: #4C7EAC;
    text-decoration: underline;
}
    /* TERMS COL END */
#submit-btn {
    border: 0;
    background: #FF8E30;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 17px 60px;
    margin: 0 auto;
    border-radius: 35px;
    max-width: 280px;
    display: block;
}
/* MINI FORM STYLE END */

/* BLUE BUBBLE STYLE START */
#blue-bubble {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    background: #E5F1FC;
    border-radius: 100px;
    max-width: 1250px;
    padding-top: 30px;
    padding-bottom: 50px;
}
#info-headline, #info-body, #steps-container {
    text-align: center;
}
#info-headline {
    color: #00345E;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0;
}
#info-body {
    color: #666666;
    font-weight: 300;
    font-size: 17px;
}
#steps-container {
    margin-top: 35px;
    padding-left: 70px;
    padding-right: 70px;
}
.step-para {
    padding: 0 35px;
    color: #666666;
    font-weight: 300;
}
.step-headline {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #396C95;
}
/* BLUE BUBBLE STYLE END */

/* REVIEW CONTAINER STYLE START */
#review-container {
    margin-top: 50px;
}
#reviewers-message {
    text-align: center;
    color: #00345E;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
}
#review-2 {
    margin-bottom: 45px;
}
.star-container {
    width: 100%;
    margin-bottom: 5px;
}
.five-stars {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 20px;
}
.review-message, .reviewer-name {
    text-align: center;
}
.reviewer-name {
    margin-bottom: 0;
}
.review-message {
    color: #666666;
    font-weight: 300;
    margin-bottom: 0;
}
.reviewer-name {
    color: #00345E;
    font-size: 14px;
    font-weight: 300;
}
#blue-division {
    max-width: 340px;
    height: 2px;
    background: #E5F1FC;
    margin: 30px auto;
}
/* REVIEW CONTAINER STYLE END */

/* FOOTER STYLE START */
#footer {
    background: #FCE18F;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-links {
    color: #4C7EAC;
    text-decoration: underline;
    font-weight: 300;
    font-size: 14px;
}
.footer-pipe {
    color: #4C7EAC;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
}
/* FOOTER STYLE END */

@media screen and (max-width: 570px) {
    #header-container {
    background-image: url("../site-images/hero_p1_mob.jpg");
    min-height: 100%;
    }
    #message-container {
    margin-bottom: 10px;
    }
    #disclaimer-text {
    margin-bottom: 0;
    padding-bottom: 15px;
    }
    #mini-form, #blue-bubble {
    margin-left: 15px;
    margin-right: 15px;
    }
    #site-logo {
    height: 18px;
    }
    #card-logo {
    height: 130px;
    width: auto;
    margin-right: auto;
    margin-left: 15px;
    }
    #new-card-logo {
    max-width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    }
    #new-card-logo-long {
    max-width: 25%;
    margin-top: 5px;
    margin-bottom: 5px;
    }
    #site-header-text {
    font-size: 40px;
    margin-bottom: 0;
    }
    #site-logo-container {
    height: 40px;
    }
    #site-header-disclaimer {
    margin-top: 0;
    }
    #site-header-msg {
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    }
    #site-card-container {
    margin-top: 15px;
    }
    #sub-message {
    font-weight: 600;
    padding: 15px 50px;
    }
    #blue-bubble {
    border-radius: 50px;
    padding-bottom: 15px;
    }
    #yellow-caret, #blue-caret {
    width: 70px;
    }
    #steps-container {
    padding-left: 40px;
    padding-right: 40px;
    }
    .step-para {
    padding: 0;
    margin-bottom: 30px;
    }
    #review-container {
    padding-left: 25px;
    padding-right: 25px;
    }
    #blue-division {
    max-width: 170px;
    }
    #footer {
    padding: 20px;
    height: 100%;
    }
}
@media screen and (max-width: 330px) {
    #site-header-text {
    font-size: 30px;
    }
    #card-logo {
    height: 90px;
    }
    #site-header-disclaimer {
    margin-top: 10px;
    }
}
