body {
    background-color: #f3f9fb;
    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-4.jpg);
    background-size: cover;
    background-position: center;
}

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

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

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: #1c4d73 !important;
}

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

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

.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;
}

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, #2b6490 0%, #9ccee1 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: #f3f3f4;
}

.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: none;
}

.progress-bar {
    background-color: #03A9F4;
}

.secure-copy {
    margin-top: 30px;
    color: #969696;
}

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

.main-content h5 {
    color: #1c4d73;
    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: #2b6490;
    cursor: pointer;
}

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

.panel-default .panel-body p {
    margin-bottom: 10px;
}

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

.panel-default > .panel-heading:not(.collapsed) h4 {
    text-decoration: underline;
}

.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: #000000;
    font-weight: bold;
}

.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: 80%;
        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: 5px;
    border: 1px solid #DEDEDE;
    border-bottom: 3px solid #EBEBEB;
    background: #F4F4F4;
    font-weight: 600;
    color: #16466b;
}

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: #6f6f6f;

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;

}

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