body {
    background-color: #dedede;
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Poppins', sans-serif;
}

a:focus {
    outline: none !important;
}

.steps {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

p {
    font-size: 16px
}

main {
    display: block;
    min-height: 500px;
    background-color: #e8e7ed;
    background-image: url(bg-new.jpg);
    background-size: cover;
    background-position: center;
}

div.comodo {
    background-color: #e8e7ed;
    padding-top: 30px;
    padding-bottom: 15px;
}

.lead {
    text-align: justify;
    margin-top: 12px
}

header {
    background-color: transparent;
}

.shadow-box {
    margin-top: -80px;
    background-color: #ffffff;
    /* box-shadow: 1px 1px 20px 0px #a0a0a0; */
}

.shadow-box div.row {
    padding: 30px;
    text-align: justify;
    padding-bottom: 70px;
}

.grey-wrap {

    background-color: #ffffff;

    padding-bottom: 50px;

    margin-top: 50px;
}

.icons {
    width: 20%;
    margin: 0 auto;
    padding: 20px 0px;
    padding-top: 50px;
}

.grey-wrap p {
    color: #4c4c4c !important;
}

.grey-wrap h4 {
    color: #284c82
}

.col-xs-12 h4 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 24px;
    color: #2465a7;
}

.col-sm-6 h4 {
    text-decoration: underline;
}

.col-sm-6 p {
    text-align: justify;
    padding: 0px 20px;
}

p.confirmation-text {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-align: justify;
}

h4 {
    font-weight: 600;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

div.logo {
    max-width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.step {
    display: none;
}

.blurb {
    /*
            background-color: #3969b2;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#274a80+0,3768b1+100 */
    background: #274a80; /* Old browsers */
    background: -moz-linear-gradient(top, #274a80 0%, #3768b1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #274a80 0%, #3768b1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #33353a 0%, #26271f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#274a80', endColorstr='#3768b1', GradientType=0); /* IE6-9 */
    color: white;
    padding: 35px 0;
    margin-bottom: 35px;
    padding-bottom: 100px;
}

.blurb h2 {
    margin-top: 0;
}

.btn {
    border-radius: 0;
    border-color: #DEDEDE;
}

.help-block {
    font-size: 12px;
}

.form-control.error {
    border-color: #F44336;
}

nav {
    padding-top: 30px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    #headline-copy {
        font-size: 18px;
        color: black;
        max-width: 500px;
        margin: auto;
    }
}

#headline-copy strong {
    color: #03A9F4;;
}

.fa-chevron-circle-left {
    color: #969696;
}

.btn.btn-next {
    background: #274a80; /* Old browsers */
    background: -moz-linear-gradient(top, #274a80 0%, #3768b1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #274a80 0%, #3768b1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #274a80 0%, #3768b1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#274a80', endColorstr='#3768b1', GradientType=0); /* IE6-9 */
    border: 1px solid #274a80;
    color: white;
}

.btn.btn-next svg {
    margin-right: 20px;
    margin-top: 2px;
}

.progress {
    background-color: #f4f4f4;
}

.progress.header {
    border-radius: 0;
    height: 10px;
    margin-bottom: 0;
    display: none;
}

.progress.header .progress-bar {
    background-color: #77AE44;
}

.form-wrapper .progress {
    height: 10px;
    margin-bottom: 0;
    border-radius: 20px;
    float: left;
    width: 85%;
    margin-top: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.progress-bar {
    background: linear-gradient(45deg, rgb(35 114 179) 0%, rgb(109 27 183) 100%);
}

.secure-copy {
    margin-top: 20px;
    color: #969696;
    padding: 0 10px;
}

.secure-copy .fa-lock {
    font-size: 16px;
    height: 1em;
}

.main-content h5 {
    color: #000000;
    font-weight: 600;
}

.main-content p {
    color: #757575;
}

#progressAmt {
    float: right;
    width: 15%;
    display: inline-block;
    font-weight: bold;
    text-align: center;
}

ul li a {
    text-transform: uppercase;
    color: #33353a;
}

@media (max-width: 500px) {

    nav ul li a {
        font-size: 12px;
    }
}

.panel {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    border: none;
    overflow: hidden;
    background-color: #ecebefb5;
}

.panel-default > .panel-heading {
    border: none;
    background-color: #33353a;
    cursor: pointer;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #ffffff
}

.panel-default > .panel-heading h4 {
    margin: 10px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.form-group label {
    color: #193441;
}

.fa-chevron-right {
    position: absolute;
    right: 15px;
    font-size: 2rem;
    z-index: 500;
}

.checkbox, .radio {
    margin-bottom: 20px;
}

.form-step .radio label {
    height: 50px;
    display: block;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    font-size: 23px;
    line-height: 20px;
}

.form-control {
    border-radius: 0;
    background-color: #F5F5F5;
}

.form-step .radio label input {
    visibility: hidden;
    /*z-index: 999;*/
}

@media (max-width: 768px) {
    .form-wrapper h3 {
        font-size: 16px;
    }
}

.form-wrapper h3 {
    text-align: center;
    color: #4c4c4c;
    font-weight: bold;
    margin-bottom: 25px;
}

.form-wrapper h3.current {
    display: block;
}

div.form-wrapper {
    margin: auto;
}

@media (max-width: 768px) {
    .heavy-radios .radio {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

.heavy-radios .radio {
    margin-bottom: 10px;
}

.heavy-radios .radio label {
    font-size: 18px;
}

@media (min-width: 768px) {
    div.form-wrapper {
        width: 96%;
        max-width: 450px;
        margin: auto;
    }
}

h3:focus {
    outline: none !important
}

form#applyForm .steps ul[role=tablist]:first-of-type {
    display: none;
}

.actions ul[role=menu] li:first-of-type {
    float: left;
}

.no-actions .actions {
    visibility: hidden;
}

.actions.prev-action ul li:nth-of-type(2) {
    visibility: hidden;
}

.form-control,
.form-control:focus {
    font-size: 16px;
    box-shadow: none;
}

.form-control:focus {
    border-color: #03A9F4;
}

input[type="radio"] ~ span.label-bg {
    padding: 15px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #FBB829;
    background: -webkit-linear-gradient(top, #DEDEDE 0, #EBEBEB 100%);
    background: linear-gradient(to bottom, #DEDEDE 0, #EBEBEB 100%);
    border-radius: 0;
    border: 1px solid #DEDEDE;
    border-bottom: 3px solid #EBEBEB;
    background: #F4F4F4;
    font-weight: 600;
    color: #2465a7;
}

input[type="radio"]:checked ~ span.label-bg {
    background: #3577c9;
    color: white;
}

input[type="radio"]:checked ~ .fas {
    z-index: 400;
}

input[type="radio"]:checked ~ .fa-chevron-right {
    color: white;
}

.example-img {
    margin-bottom: 10px;
}

/*LOAD*/
@media (max-width: 500px) {
    #processing-modal .modal-header h3 {
        font-size: 20px;
    }

    #processing-modal .modal-dialog h4 {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    #processing-modal .modal-dialog {
        max-width: 370px;
    }

}

.modal-dialog .modal-content {
    border-radius: 0;
    box-shadow: none;
    border-width: 5px;
    border-color: #36718D;
}

#processing-modal .modal-dialog h4 {
    margin-top: 4px;
    margin-bottom: 0;
}

.step-wrapper.body.current {
    -webkit-animation: step-animation .65s forwards; /* Safari 4+ */
    -moz-animation: step-animation .65s forwards; /* Fx 5+ */
    -o-animation: step-animation .65s forwards; /* Opera 12+ */
    animation: step-animation .65s forwards; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes step-animation {
    0% {
        transform: translatex(-12px);
        opacity: .45;
    }
    100% {
        transform: translatex(0px);
        opacity: 1;
    }
}

@-moz-keyframes step-animation {
    0% {
        transform: translatex(-12px);
        opacity: .45;
    }
    100% {
        transform: translatex(0px);
        opacity: 1;
    }
}

@-o-keyframes step-animation {
    0% {
        transform: translatex(-12px);
        opacity: .45;
    }
    100% {
        transform: translatex(0px);
        opacity: 1;
    }
}

@keyframes step-animation {
    0% {
        transform: translatex(-12px);
        opacity: .45;
    }
    100% {
        transform: translatex(0px);
        opacity: 1;
    }
}

.img-wrapper {
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.img-wrapper p {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    font-size: 20px;
}

.blurb-copy .col-xs-12:nth-of-type(1) h4 {
    margin-top: 0;
}

.img-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), color-stop(100%, transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent 100%);
    background-size: 30%;
    background-position: bottom;
    background-repeat: repeat-x;
}

.list-inline {
    margin-top: 10px
}

.list-inline>li {
    padding: 15px 0;
    display: block;
    text-align: center;
}

@media screen and (min-width: 576px) {
    .list-inline>li {
        padding: 15px;
        display: inline-block;
    }
}
@media screen and (min-width: 1200px) {
    .list-inline>li {
        padding: 0 10px;
    }
}

footer {

    background-color: #33353a;

    padding-top: 35px;

    padding-bottom: 35px;
}

footer p {
    color: #ffffff

}

footer .text-center {
    font-size: 14px;
    color: #d2d2d2;
    margin-top: 50px;
}

footer .row {
    padding: 30px 0px;
}

.alert-timer span {
    color: red !important;
}

.interstitial-copy {
    font-size: 12px;
}

@media (max-width: 500px) {
    .panel-heading h2 {
        font-size: 18px;
    }
}

.fa-spinner {
    color: #37718C;
}

.fa-check-circle {
    color: #3C753D;
}

.alert.alert-info {
    margin-bottom: 4px;
    padding: 7px;
}

.alert.alert-success {
    transition: all .55s ease;
    opacity: 1;
    transform: translateY(0px);
    margin-bottom: 4px;
    padding: 10px;
}

.alert.alert-success.out {
    opacity: 0;
    transform: translateY(-10px);
}

@media (min-width: 768px) {
    .bump-top svg {
        margin-top: 8px;
    }
}

p.opt-in {
    font-size: 12px;
    margin: 10px 0;
    color: #777;
    text-align: justify;
}

#ssnp-error {
    width: 100%;
    display: block;
    float: left;
}

.input-group-addon:first-child {
    display: block;
    float: left;
    z-index: 1000;
    height: 46px;
    vertical-align: middle;
    line-height: 36px;
    width: 30%;
}


#ssnp {
    float: right;
    width: 70%;
}

.new-app {
    color: #333;
    background-color: transparent;
    text-decoration: underline;
    border: none;
}

.new-app:hover, .new-app:focus, .new-app:active, .new-app:visited, .new-app:active:hover, .new-app:active:focus {

    text-decoration: underline;
    font-weight: 700;
    background-color: transparent;
    color: #333;
    box-shadow: none;
    border: none;
}

.alert-small {

    font-size: 12px;
    background-color: #e8f7ff;
    color: #4595bc
}

.center-label {

    width: 100%;
    font-size: 18px;
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
    color: #333
}

.center-heading {

    margin-top: 20px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.next-narrow {
    margin: 0 auto;
    width: 75%;
}


.ssnEc-small {

    width: 72px !important;
    float: right !important;
}

.ss-label {
    background-color: rgba(255, 255, 255, 0) !important;
    border: 0 !important;
    padding: 6px 0px;
    width: 60px !important
}

.ssn-center {

    width: 140px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ssn-center span.help-block {

    text-align: center;
}

@media (max-width: 500px) {
    .next-narrow {
        width: 100%
    }

}

.pac-container:after {
    content: none !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.gcaptcha-tos {
    text-align: center;
    font-size: smaller;
}


#processing-modal .modal-header {
    padding: 5px 13px;
    text-align: left;
    display: flex;
    border-left: 6px solid #31708f;
    align-items: center;
    margin-bottom: 20px;
    margin: 15px;
    border-bottom: none;

}

#processing-modal .modal-header .fa-info-circle {
    font-size: 28px;
    margin-right: 16px;
    color: #31708f;
}

#processing-modal .modal-header h3 {
    margin-top: 12px;
    font-size: 17px;
}

#processing-modal .modal-body-content {
    display: flex;
    /* padding: 0px 10px 0 0; */
    flex-direction: column;
    overflow: hidden;
}

#processing-modal .modal-body-content img {
    width: 100%;
    transform: scale(1.5);
}

#processing-modal .modal-body-content .fa-info-circle {
    font-size: 28px;
    margin-right: 12px;
    color: #31708f;
    display: none;

}


#processing-modal .alert-info.process-step {
    color: #31708f;
    /* background-color: #31708f29; */
    background-color: #fff;
    border-color: #31708f;
    border-radius: 0;
    border-width: 2px;
    animation: processStepAnimation 2s infinite;
    position: relative;
    margin-top: 25px;
}

#processing-modal .alert-info.process-step .currently-process-legend {
    background-color: #fff;
    position: absolute;
    top: -12px;
    left: 15px;
    padding: 2px 7px;
}

#processing-modal .alert-success {
    border-radius: 0;
    margin: 15px 0 20px;
    background-color: #DFF0D8;
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 58px;
    position: relative;
}

#processing-modal .alert-success .alert-icon {
    font-size: 32px;
    padding-right: 11px;
    height: 78%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    flex: 1;
    display: block;
    position: absolute;
    left: 9px;
}

#processing-modal .bump-top svg {
    margin-top: 0;
}

#processing-modal .fa-spinner {
    margin-top: 8px;
}

#processing-modal .fa-check-square {
    color: #3C753D;
    margin: 6px 0;
}

#processing-modal .row {
    display: flex;
    flex-direction: row-reverse;
}


#processing-modal .row > div {
    display: flex;
    align-items: center;
}

#processing-modal .row > div:first-child {
    align-items: center;
    margin-right: 13px;
}


#processing-modal .modal-dialog h4 {
    padding-left: 15px;
    font-size: 17px;
    margin-top: 0;
}

#processing-modal .text-justify {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #processing-modal .modal-dialog {
        max-width: 400px;
    }
}

@keyframes ldio-0nvo46jdgrgp {
    0% {
        background: #fd4545
    }
    12.5% {
        background: #fd4545
    }
    12.625% {
        background: #31708f
    }
    100% {
        background: #3fa3d4
    }
}

@keyframes processStepAnimation {
    0% {
        opacity: 1
    }
    12% {
        opacity: .7
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

.x:after {
    transform: rotateX(90deg) translateZ(20px);
    -o-transform: rotateX(90deg) translateZ(20px);
    -ms-transform: rotateX(90deg) translateZ(20px);
    -webkit-transform: rotateX(90deg) translateZ(20px);
    -moz-transform: rotateX(90deg) translateZ(20px);
}


@keyframes magic {
    16% {
        transform: rotateX(45deg) rotate(45deg) scaleX(3);
    }
    33% {
        transform: rotateX(45deg) rotate(45deg) scaleX(3) scaleY(3);
    }
    50% {
        transform: rotateX(45deg) rotate(45deg) scaleX(1) scaleY(3);
    }
    66% {
        transform: rotateX(45deg) rotate(45deg) scaleX(3) scaleY(3) scaleZ(3);
    }
    83% {
        transform: rotateX(45deg) rotate(45deg) scaleY(3);
    }
}

@-o-keyframes magic {
    16% {
        -o-transform: rotateX(45deg) rotate(45deg) scaleX(3);
    }
    33% {
        -o-transform: rotateX(45deg) rotate(45deg) scaleX(3) scaleY(3);
    }
    50% {
        -o-transform: rotateX(45deg) rotate(45deg) scaleX(1) scaleY(3);
    }
    66% {
        -o-transform: rotateX(45deg) rotate(45deg) scaleX(3) scaleY(3) scaleZ(3);
    }
    83% {
        -o-transform: rotateX(45deg) rotate(45deg) scaleY(3);
    }
}

@-ms-keyframes magic {
    16% {
        -ms-transform: rotateX(45deg) rotate(45deg) scaleX(3);
    }
    33% {
        -ms-transform: rotateX(45deg) rotate(45deg) scaleX(3) scaleY(3);
    }
    50% {
        -ms-transform: rotateX(45deg) rotate(45deg) scaleX(1) scaleY(3);
    }
    66% {
        -ms-transform: rotateX(45deg) rotate(45deg) scaleX(3) scaleY(3) scaleZ(3);
    }
    83% {
        -ms-transform: rotateX(45deg) rotate(45deg) scaleY(3);
    }
}

@-webkit-keyframes magic {
    16% {
        -webkit-transform: rotateX(45deg) rotate(45deg) scaleX(3);
    }
    33% {
        -webkit-transform: rotateX(45deg) rotate(45deg) scaleX(3) scaleY(3);
    }
    50% {
        -webkit-transform: rotateX(45deg) rotate(45deg) scaleX(1) scaleY(3);
    }
    66% {
        -webkit-transform: rotateX(45deg) rotate(45deg) scaleX(3) scaleY(3) scaleZ(3);
    }
    83% {
        -webkit-transform: rotateX(45deg) rotate(45deg) scaleY(3);
    }
}

@-moz-keyframes magic {
    16% {
        -moz-transform: rotateX(45deg) rotate(45deg) scaleX(3);
    }
    33% {
        -moz-transform: rotateX(45deg) rotate(45deg) scaleX(3) scaleY(3);
    }
    50% {
        -moz-transform: rotateX(45deg) rotate(45deg) scaleX(1) scaleY(3);
    }
    66% {
        -moz-transform: rotateX(45deg) rotate(45deg) scaleX(3) scaleY(3) scaleZ(3);
    }
    83% {
        -moz-transform: rotateX(45deg) rotate(45deg) scaleY(3);
    }
}

body {
    margin: 0;
    padding: 0;

}


/*  NEW DESIGN */

body {
    background-color: #f7f7f7;
}

/* FORM WRAPPER */
main {
    z-index: 0;
    position: relative;
    background-attachment: fixed;
    box-shadow: 0 3px 45px #00000047;
}

.header-container {
    position: relative;
    min-height: 800px;
}


.header-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgba(17, 17, 17, 0.7), rgba(33, 33, 33, 0.9));
    z-index: -1;
}

.header-container .header-container--text {
    color: #fff;
    font-size: 50px;
    padding-right: 20px;
    margin-top: 100px;
    margin-bottom: 40px;
}

.header-container .header-container--text--container .btn-next {
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
}


.form-panel {
    position: relative;
    background-color: #d7d5df;
    box-shadow: 0 2px 24px #0000003b;
    min-height: 400px;
}

.form-panel .panel-body, .form-panel p {
    position: relative;
    z-index: 2;
}

.form-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    min-height: 500px;
    background-color: #bbb;
    background-image: url(bg-new.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
    filter: blur(14px);
    background-blend-mode: color-dodge;
}

.form-panel::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #e8e7ed;    */
}


/* BLURB BLOCK */
.blurb-content {
    color: #353535;
    padding: 35px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    margin-top: -110px;
    transform: translateY(0);
    box-shadow: 0 3px 45px #0000001c;
    border-radius: 0;
    background-color: #fff;
}

.blurb-content h3 {
    margin-bottom: 50px;
    font-size: 26px;
    color: #2465a7;
}

/* INFO SECTION */
#info-section .grey-wrap {
    background-color: #ffffffbd
}

#info-section h4 {
    font-size: 32px;
    margin-top: 75px;
    text-decoration: none;
}

#info-section p {
    padding: 0;
}

#info-section img {
    margin: 20px auto 0;
    max-height: 500px;
}


/* FAQ SECTION */
#accordion .panel {
    box-shadow: 0 6px 18px #0000001a;
    margin-top: 10px;
    border-radius: 0;
}

#accordion .panel-heading {
    background: linear-gradient(90deg, rgb(35 114 179), rgb(109 27 183));
    padding: 0;
}

#accordion .panel-heading h4 {
    padding: 18px;
    margin: 0;
}


/* SHARED */

header {
    margin-bottom: 10px;
}

.card-box {
    background-color: #fff;
    box-shadow: 0 3px 45px #0000001c;
    margin-bottom: 120px;
    padding: 35px;
}

.card-box h4 {
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 22px;
}

.btn.btn-next {
    background: linear-gradient(45deg, rgb(35 114 179) 0%, rgb(109 27 183) 100%);
    border: none;
}

.btn.btn-next:active {
    color: #fff;
}

.btn.btn-next:hover {
    box-shadow: 0 3px 12px rgba(51, 51, 51, 0.17);
}

.section-bg {
    /*background-image: url(section-bg.png);*/
    /*background-position: center center;*/
    /*background-repeat: repeat;*/
    /*background-size: 100%;*/
}

h4.section-title {
    margin-top: 110px;
    margin-bottom: 60px;
    font-size: 34px;
    color: #2465a7;
}

.mb-50 {
    margin-bottom: 50px;
}

footer {
    box-shadow: 0 -3px 9px rgba(0, 0, 0, 0.22);
}


#rounded-styles-app .form-panel, #rounded-styles-app .card-box, #rounded-styles-app .blurb-content, #rounded-styles-app #accordion .panel {
    border-radius: 30px;
}

#rounded-styles-app main {
    overflow: hidden;
    border-radius: 0% 0% 100% 100%/0% 0% 60px 60px;
}

#rounded-styles-app footer {
    border-radius: 100% 100% 0% 0%/40px 40px 0% 0%;
}

@media screen and (max-width: 1199px) {
    .blurb-content {
        margin-top: 25px;
    }

    h4.section-title {
        font-size: 24px;
    }

    .header-container .header-container--text--container {
        text-align: center;
        margin-bottom: 50px;
    }

    .header-container .header-container--text {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    .card-box {
        padding: 20px;
        margin-bottom: 25px;
    }

    h4.section-title {
        font-size: 24px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #how_it_works h4.text-left {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    #how_it_works h4 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    #nav-links {
        margin-top: 10px;
    }
}

.fluent-bg {
    position: relative;
    overflow: hidden;
}

.fluent-bg > * {
    position: relative;
}

.fluent-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #e8e7ed;
    background-image: url(bg-new.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
    filter: blur(14px);
    background-blend-mode: color-burn;
}

.gradient-overlay {
    position: relative;
}

.gradient-overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgba(18, 103, 194, 0.64), rgba(79, 16, 252, 0.79));
    z-index: -1;
}

/*UNSUBSCRIBE PAGE*/

#unsubscribe-page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    min-height: 100vh;
}

#unsubscribe-page > .container {
    flex: 1;
}

#unsubscribe-page .fluent-bg::before {
    background-color: #fbfbfb;
}

#unsub {
    margin-top: 0;
}

#unsub .panel-footer {
    background-color: rgba(255, 255, 255, 0.52);
}

#unsub .panel-footer .form-group {
    margin-bottom: 0;
}


#rounded-styles-app #unsubscribe-page {
    border-radius: 0;
    overflow: auto;
}


#rounded-styles-app #unsubscribe-page .panel, #rounded-styles-app #unsubscribe-page button, #rounded-styles-app #unsubscribe-page input {
    border-radius: 30px;
}

#unsubscribe-page .panel-body {
    background-color: rgba(255, 255, 255, 0.34);
    padding: 23px 35px;
}

#unsubscribe-page #unsub .panel-body {
    min-height: 384px;
}

#unsubscribe-page .panel-body h2 {
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}

#unsubscribe-page footer {
    padding: 0;
    opacity: 1;
}

#unsubscribe-page footer li, #unsubscribe-page footer .row {
    padding: 0 5px;
}

#unsubscribe-page footer > div {
    background-color: rgba(255, 255, 255, 0.64);
}

#unsubscribe-page footer p {
    margin-bottom: 0;
    padding-bottom: 14px;
}

#unsubscribe-page a:hover, #unsubscribe-page a:focus {
    color: #072f52;
}

/*WAIT PAGE*/


#wait-page-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    min-height: 100vh;
}

#wait-page-content #finalizeStep button {
    margin-top: 35px;
}

#wait-page-content .form-panel .secure-copy {
    color: #7d7d7d;
}

#wait-page-content .form-panel .panel-body {
    min-height: 340px;
}

#wait-page-content .form-panel .btn-next, #wait-page-content #finalizeStep {
    margin-top: 25px;
}

#wait-page-content section.container {
    flex: 1;
}

#wait-page-content .fluent-bg::before {
    background-color: #fbfbfb;
}


#wait-page-content footer {
    padding: 0;
}

#wait-page-content footer > div {
    padding-top: 15px;
    padding-bottom: 6px;
    background-color: rgba(255, 255, 255, 0.6);
}

#wait-page-content footer p {
    color: #333;
}


#wait-page-content footer .text-center {
    margin-top: 20px;
    color: #284c83;
}

#wait-page-content footer .row {
    padding-bottom: 0;
}

#rounded-styles-app #wait-page-content {
    border-radius: 0;
}

#rounded-styles-app #wait-page-content .panel, #rounded-styles-app #wait-page-content button {
    border-radius: 30px;
}


#f-wizard-form .Calendar__day.-disabled,
#f-wizard-form .Calendar__weekDays {
    color: #aca7a7 !important;
}
