/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */
/* 		      DEFAULT		 			 */
/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */

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

}

.panel-default {
    border: none;
}

@media (min-width: 992px) {
    body.background {
        background-image: url(../hero.jpg);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 75%;
    }
}

mark {
    background-color: #E9F1FA;
}

mark small {
    font-weight: 600;
}

div.logo {
    max-width: 200px;
    padding: 15px 0;
}

div.logo-result {
    max-width: 200px;
    padding: 15px 0;
    margin: auto;
}

.site-navigation {
    float: right;
    padding-top: 25px;
}

main header.new-app {
    background: white;
}

.message-bar {
    padding: 5px;
    color: #FFF;
    font-size: 14px;
    background: #1c4d9b;
}

.hero {
    background: #061135;
    color: white;
}

.hero-bgd {
    background-image: url(../herobgd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 180px;
}

@media (min-width: 576px) {
    .hero-bgd {
        background-image: url(../herobgd.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 260px;
    }
}

@media (min-width: 992px) {
    .hero-bgd {
        background-image: url(../herobgd.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        min-height: 410px;
    }
}


@media (min-width: 1200px) {
    .hero-bgd {
        background-image: url(../herobgd.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        min-height: 500px;
    }
}

.cta-wrapper {
    position: relative;
    max-width: 200px;
    margin: 15px 65px;
}

@media (min-width: 1200px) {
    .cta-wrapper {
        position: relative;
        max-width: 330px;
        margin: 15px auto;
    }
}

.hero-cta {
    margin: 15px auto 30px;
    max-width: 370px;
}

@media (max-width: 400px) {
    .hero-cta h1 {
        font-size: 31px;
    }
}

@media (min-width: 1200px) {
    .hero-cta {
        max-width: 470px;
        margin: 80px auto 0;
    }
}

.hero-cta h1 {
    margin-bottom: 25px;
    line-height: 1;
}

.hero-cta h1 small {
    color: white;
}

.hero-cta ul {
    list-style: none;
}

.hero-cta ul li {
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
}


@media (min-width: 1200px) {
    .hero-cta ul li {
        font-size: 20px;
        position: relative;
        margin-bottom: 10px;
    }
}

.hero-cta ul li span {
    color: #ffeb3b;
    position: absolute;
    left: -38px;
    text-shadow: 1px 1px #000;
    font-weight: bold;
    font-size: 30px;
    top: -5px;
}

.cta-wrapper button.btn {
    background: #1c4d9b;
    color: white !important;
    border-radius: 0;
}

.cta-wrapper img {
    position: absolute;
    width: 70px;
    left: -73px;
    top: -28px;
}

/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */
/* 		      BS3 OVERIDES		 			 */
/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */

.modal-content {
    box-shadow: none;
    border-radius: 0;
    background: whitesmoke;
    border-color: white;
}

/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */
/* 		      APP PROGRESS 		 			 */
/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */

.app-progress {
    margin-bottom: 10px;
}

.app-progress .app-progress-fieldset {
    font-size: 12px;
    padding-left: 15px;
    color: #717171;
    font-style: italic;
    display: block;
    margin-bottom: -5px;
}

.app-progress .app-progress-amt {
    position: relative;
    height: 10px;
    margin-top: 5px;
    background: #ECEDF0;
    border-radius: 15px;
    overflow: hidden;
}

.app-progress .app-progress-amt .app-progress-amt-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #1c4d9b;
    -webkit-transition: width .33s ease-in-out;
    -moz-transition: width .33s ease-in-out;
    -o-transition: width .33s ease-in-out;
    transition: width .33s ease-in-out;
}

/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */
/* 		      APP REQUEST FORM 	 			 */
/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */


.app-request {
    margin: auto;
    max-width: 300px;
}

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

@media (min-width: 992px) {
    .app-request {
        padding-top: 30px;
    }
}

@media (max-width: 420px) {
    .app-request .steps .form-step.first {
        max-width: 320px;
        margin: auto;
    }

}

.app-request .steps h3.title {
    margin-top: 0;
}

/* app request headline */
.app-request .form-wrapper h3 {
    display: none;
    text-align: center;
}

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

/* app request body */
.app-request .step-wrapper.body.current {
    -webkit-animation: step-animation .65s forwards;
    -moz-animation: step-animation .65s forwards;
    -o-animation: step-animation .65s forwards;
    animation: step-animation .65s forwards;
}

.app-request label {
    font-weight: 500;
}

.app-request .form-control {
    border-radius: 0;
    background-color: white;
}

.app-request .form-wrapper h3.current {
    display: block;
    color: #4A4A4A;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    padding: 5px 0;
    margin-top: 0;
}

.app-request .form-wrapper h3 small {
    display: block;
    line-height: 2;
}

.app-request .error {
    color: #AA4745;
    border-color: #AA4745;
}

/* app request action - navigation */
.app-request .actions ul li a {
    text-transform: unset;
}

.app-request .steps ul[role=tablist]:first-of-type {
    display: none;
}

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

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

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

.app-request .actions .btn.btn-back {
    background: #ECEDF0 !important;
    color: #7E869B !important;
    border: none;
    outline: none !important;
    font-size: 14px;
    width: 40px;
    font-weight: bold;
}

.app-request .actions .btn.btn-next {
    margin: 10px auto 15px auto;
}

#manualLoanamt {
    background: #1c4d9b;
    color: white;
    border: none;
    font-weight: bold;
}

.app-request .btn-primary,
.app-request .btn.btn-next,
.app-request .btn.btn-next:active,
.app-request .btn.btn-next:active:focus {
    background: #1c4d9b;
    color: white;
    border: none;
    font-weight: bold;
}

.app-request input[type="radio"]:checked ~ span.label-bg {
    background: #ea4323;
    color: white;
    border: none;
    font-weight: bold;
}

.app-request .btn-primary:hover,
.app-request .btn.btn-next:hover,
.app-request .btn.btn-next:active:hover,
.app-request .btn-primary:active:hover,
.app-request .btn-primary:active {
    color: #FFF;
    background: #1c4d9b;
}


.app-request .btn.btn-finish,
.app-request .btn.btn-finish,
.app-request .btn.finish:active,
.app-request .btn.btn-finish:active:focus {
    background: #5CB85C;
    color: white;
    border: 1px solid #5CB85C;
    max-width: 80%;
}


.app-request .btn.btn-finish:hover,
.app-request .btn.btn-finish:hover,
.app-request .btn.btn-finish:active:hover,
.app-request .btn.btn-finish:active:hover,
.app-request .btn.btn-finish:active {
    color: #FFF;
    background: #5CB85C;
    border: 1px solid #5CB85C;
}

/* input field */
.app-request .form-group label {
    font-size: 16px;
}

/* radio field */
.app-request .radio label {
    height: 50px;
    display: block;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    font-size: 23px;
    line-height: 20px;
    border: none;
}

.app-request .radio label input {
    visibility: hidden;
}

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

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

.app-request input[type="radio"] ~ span.label-bg {
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    background: white;
    border: 2px solid #CCC;
    padding: 15px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

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

/* tooltip */

.app-request .tooltip-wrapper {
    position: relative;
    text-align: left;
    clear: left;
    padding: 5px 0;
}

.app-request .tooltip-message {
    position: relative;
    display: inline-block;
    border-radius: 6px;
    background-color: #ECEDF0;
    margin-left: 68px;
    padding: 15px;
    opacity: 0;
}

.app-request .tooltip-caret {
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block;
    border: 10px solid transparent;
    border-right-color: #ECEDF0;
    left: -19px;
    bottom: 10px;
}

.app-request .tooltip-message p {
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.65);
    font-size: 10px;
}

@media (min-width: 768px) {
    .app-request .tooltip-message p {
        font-size: 12px;
    }
}

.app-request img.worker {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .app-request .tooltip-wrapper {
        padding: 0 0 15px;
    }
}

/* form images */
.app-request img.check {
    padding-bottom: 15px;
}

/* disclaimers */
.app-request #tcpa-disc,
.app-request p.phone-disc,
.app-request p.opt-in {
    font-size: 10px;
    margin-top: 10px;
}

.app-request #legalTerms {
    background: whitesmoke;
    border-radius: 5px;
    font-size: 10px;
    line-height: 1.2;
    padding: 20px;
}

/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */
/* 		      REVERSE ABA BANKS 			 */
/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */

.ui-menu {
    z-index: 999;
    max-height: 340px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 20px 30px -10px;
}

.ui-menu.ui-widget.ui-widget-content {
    border-right: 2px solid rgb(173, 173, 173);
    border-left: 2px solid rgb(173, 173, 173);
    border-bottom: 10px solid rgb(173, 173, 173);
    border-top: navajowhite;
    background: white;
    padding-left: 0;
}

.ui-menu-item {
    color: #7C7C7C;
    list-style: none;
    cursor: pointer;
    padding: 10px;
}

.ui-menu-item:hover {
    color: #000;
}

.ui-menu-item:nth-of-type(odd) {
    background: #E8E8E8;
}

.ui-helper-hidden-accessible {
    display: none;
}

/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */
/* 		 APP VERIFICATION/TRUSTED  			 */
/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */

.covid-banner {
    background: #607D8B;
    padding: 15px;
}

.covid-banner p {
    margin-bottom: 0;
    color: white;
}

.covid-banner p span {
    color: yellow;
}

#app-verification div:nth-of-type(1) {
    position: relative;
    z-index: 100;
}

#app-verification .last-four {
    padding: 0 10px 10px;
}

#app-verification .inline-input {
    position: relative;
    width: 80px;
    margin: auto 125px;
}

#app-verification .inline-input:before {
    content: '';
    background-image: url(//img.emlasts.com/epcvip/ac-icons/asterisks.png);
    width: 75px;
    height: 17px;
    position: absolute;
    left: -77px;
    display: block;
    top: 14px;
    background-size: cover;
}

#app-verification fieldset {
    max-width: 500px;
    margin: 0 auto 25px;
    border: 3px solid #FFF;
    border-radius: 0 0 15px 15px;
    padding-bottom: 45px;
    border-top: 0;
    box-shadow: 0px 0 30px -10px #000;
    background: white;
}

#app-verification fieldset small {
    display: block;
    line-height: 1.4;
}

.upper-headline {
    padding: 15px;
    margin: 0 auto;
    max-width: 400px;
    color: #4A4A4A;
}

#app-verification .secure-icon {
    margin-bottom: 25px;
}

#client-message p {
    color: #5CB85C;
    margin-bottom: 0;
    opacity: .5;
}

#app-verification .check-mark,
#app-trusted .check-mark {
    background: #5CB85C;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    margin: auto;
    padding: 1px;
    font-size: 36px;
    opacity: .5;

}

#app-verification .check-mark.in,
#app-trusted .check-mark.in,
#client-message p.in {
    opacity: 1;
    -webkit-animation: heartBeat ease-in-out 1.5s;
    animation: heartBeat ease-in-out 1.5s;
}

#app-verification .width-input {
    max-width: 260px;
    margin: auto;
}

#app-verification .width-input input {
    margin: auto;
}

#app-verification .btn-verify,
#app-verification .btn-verify,
#app-verification .btn-verify:active,
#app-verification .btn-verify:active:focus {
    position: relative;
    max-width: 280px;
    margin: 0 auto 25px;
    background: #5CB85C;
    color: white;
    border: 1px solid #5CB85C;
    overflow: hidden;
}

#app-verification .btn-verify:hover,
#app-verification .btn-verify:hover,
#app-verification .btn-verify:active:hover,
#app-verification .btn-verify:active:hover,
#app-verification .btn-verify:active {
    position: relative;
    color: #FFF;
    background: #5CB85C;
}

#app-trusted fieldset {
    max-width: 500px;
    margin: auto;
}

/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */
/* 				LENDER ACQUIRE 			 */
/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */

#lender-found {
    background: #5CB85C;
    border-radius: 50%;
    width: 90px;
    margin: auto;
    opacity: .5;
}

#lender-found.in {
    opacity: 1;
    -webkit-animation: heartBeat ease-in-out 1.5s;
    animation: heartBeat ease-in-out 1.5s;
}

#lender-spinner {
    width: 90px;
    margin: auto;
}


/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */
/* 				INFORMATIVE MODAL 			 */
/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */

@media (min-width: 768px) {
    .informative-modal .partner-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.informative-modal .modal-content {
    position: relative;
}

.informative-modal .informative-modal-icon {
    position: absolute;
    font-size: 30px;
    border-radius: 50%;
    border: 5px solid #333;
    width: 60px;
    height: 60px;
    padding: 6px 18px;
    background: white;
    left: -20px;
    top: -20px;
}

.informative-modal .btn-dark {
    background: #222;
    color: white;
}

/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */
/* 			  		 FOOTER		 			 */
/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */

footer {
    background: #F9F9FA;
    padding: 20px 0;
}

footer p {
    font-size: 10px;
}

footer a {
    font-size: 10px;
}

footer .logo {
    max-width: 200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .informative-modal .partner-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */
/* 				PROCESSING MODAL   			 */
/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */

.informative-processing .modal-body {
    padding: 0;
}

.informative-processing .modal-content {
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 500px) {
    .informative-processing#processing-modal .modal-header h3,
    .informative-processing#reprocessing-modal .modal-header h3 {
        font-size: 20px;
    }

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

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

@media (min-width: 768px) {
    .informative-processing#processing-modal.informative-processing .modal-dialog,
    .informative-processing#reprocessing-modal.informative-processing .modal-dialog {
        max-width: 100%;
    }
}

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

.informative-processing .processing-progress {
    animation: cssload-width 5s cubic-bezier(0.45, 0, 1, 1);
    -o-animation: cssload-width 5s cubic-bezier(0.45, 0, 1, 1);
    -ms-animation: cssload-width 5s cubic-bezier(0.45, 0, 1, 1);
    -webkit-animation: cssload-width 5s cubic-bezier(0.45, 0, 1, 1);
    -moz-animation: cssload-width 5s cubic-bezier(0.45, 0, 1, 1);
}

.informative-processing .restart-progress {
    width: 0;
}

/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */
/* 				SECURITY 		   			 */
/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */

.security {
    padding: 25px 0 25px;
}

/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */
/* 				CONTENT STYLES   			 */
/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */

.main-content section:nth-of-type(1) {
    padding: 50px 0;
    margin: 0 0 30px;
}


.main-content section:nth-of-type(1) p {
    font-size: 16px;
    line-height: 2;
}


.main-content section:nth-of-type(1) .points ul {
    font-size: 12px;
    padding: 0;
    -webkit-padding-start: 0;
}

@media (min-width: 768px) {
    .main-content section:nth-of-type(1) .points ul {
        font-size: 16px;
        line-height: 2;
        padding: 0;
        -webkit-padding-start: 0;
    }

    .main-content section:nth-of-type(1) {
        margin: 0 0 80px;
    }
}

.main-content .points-wrapper {
    max-width: 960px;
    margin: auto;
}

.main-content .points {
    padding: 50px 20px;
    line-height: 21px;
    font-size: 12px;
    background: white;
    margin: 20px auto;
    box-shadow: 0 0 18px -15px #979797;
    position: relative;
}

@media (min-width: 768px) {
    .main-content .points {
        min-height: 310px;
    }
}

.main-content .points .icon-wrapper {
    position: absolute;
    top: -18px;
    background: #2F688A;
    background: var(--secondary-color);
    max-width: 65px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px -3px #2F688A;
    box-shadow: 0 0 10px -3px var(--secondary-color);
}


.main-content p {
    font-size: 12px;
    line-height: 1.8;
    padding: 10px 0 20px 0;
}

.main-content h2 {
    font-weight: 400;
}

.main-content h3 {
    margin-left: 15px;
    color: #2F688A;
    color: var(--secondary-color);
    font-weight: 400;
}

@media (min-width: 768px) {
    .main-content h3 {
        margin-left: 0;
    }
}

.main-content h3 span {
    position: absolute;
    left: 5px;
    font-size: 26px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .main-content h3 span {
        left: -12px;
    }
}

.main-content .points h4 {
    font-weight: 400;
    color: #2F688A;
    color: var(--secondary-color);
    font-size: 21px;
}

/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */
/* 				ACCORDION STYLES   			 */
/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */

.main-content-accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}

.main-content-accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
}

.main-content-accordion .panel-title a {
    display: block;
    padding: 14px 45px 14px 0;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #E3E7EA;
    position: relative;
    transition: all 0.5s ease 0s;
    letter-spacing: -0.6px;
}

.main-content-accordion .panel-title a:hover,
.main-content-accordion .panel-title a:focus {
    text-decoration: none;
    outline: none;
}

.main-content-accordion .panel-title a.collapsed {
    border-bottom: 1px solid #DADADA;
    color: #777;
}

.main-content-accordion .panel-title a:before,
.main-content-accordion .panel-title a.collapsed:before {
    content: "-" !important;
    font-size: 14px;
    width: 35px;
    height: 45px;
    line-height: 48px;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 16px;
    color: #333;
    text-align: center;
    transition: all 0.5s ease 0s;
}

.main-content-accordion .panel-title a.collapsed:before {
    content: "+" !important;
}

.main-content-accordion .panel-body {
    color: #888;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 30px 20px 0;
    position: relative;
    border: none;
    transition: all 0.5s ease 0s;
}


/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */
/* 		         ANIMATION  				 */
/* ///////////////////////////////////////// */
/* ///////////////////////////////////////// */


.scale-up-left {
    opacity: 1 !important;
    -webkit-animation: scale-up-left 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-left 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* step-animation */
@-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;
    }
}

/* cssload-width */
@keyframes cssload-width {
    0%, 100% {
        transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
    }
    0% {
        width: 0;
    }
    15% {
        width: 22%;
    }
    45% {
        width: 60%;
    }
    100% {
        width: 100%;
    }
}

@-o-keyframes cssload-width {
    0%, 100% {
        -o-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
    }
    0% {
        width: 0;
    }
    15% {
        width: 22%;
    }
    45% {
        width: 60%;
    }
    100% {
        width: 100%;
    }
}

@-ms-keyframes cssload-width {
    0%, 100% {
        -ms-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
    }
    0% {
        width: 0;
    }
    15% {
        width: 22%;
    }
    45% {
        width: 60%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes cssload-width {
    0%, 100% {
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
    }
    0% {
        width: 0;
    }
    15% {
        width: 22%;
    }
    45% {
        width: 60%;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes cssload-width {
    0%, 100% {
        -moz-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
    }
    0% {
        width: 0;
    }
    15% {
        width: 22%;
    }
    45% {
        width: 60%;
    }
    100% {
        width: 100%;
    }
}

@keyframes heartBeat {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.3);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.3);
    }

    70% {
        transform: scale(1);
    }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-3-31 12:31:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-left {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    }
}

@keyframes scale-up-left {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    }
}

/**
 * Icon
 */

.cta-wrapper button {
    position: relative;
    overflow: hidden;
    width: 250px;
    margin-bottom: 10px;
}


/**
 * The "shine" element
 */

.cta-wrapper button:after {

    animation: shine 5s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 500%;
    height: 400%;
    opacity: 0;
    transform: rotate(31deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.33) 0%,
            rgba(255, 255, 255, 0.33) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%
    );
}

/* Hover state - trigger effect */


/* Active state */

.cta-wrapper button:active:after {
    opacity: 0;
}

@keyframes shine {
    10% {
        opacity: 1;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }
    100% {
        opacity: 0;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
    }
}

.alert-success {
    max-width: 330px;
    box-shadow: 0px 20px 20px -28px #00000059;
}

.content-wrapper h2 {
    padding-bottom: 10px;
}

.content-wrapper h5 {
    color: #1c4d9b;
    font-weight: bold;
}

.sub-content-wrapper {
    background: whitesmoke;
}

.sub-content-wrapper img {
    max-width: 600px;
    right: 40px;
    top: -15px;
    position: absolute;
    z-index: 1;
}

.nav-tabs {
    border-bottom: none;
    text-align: center;
    padding: 20px 0 35px 0;
}

.nav-tabs > li {
    float: none;
    display: inline-block;
    position: relative;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: none;
    color: #1c4d9b;
}

.nav-tabs > li > a {
    position: relative;
    padding: 0 5px;
    font-size: 14px;
    color: #808080;
}

@media (min-width: 768px) {
    .nav-tabs > li > a {
        padding: 0px 20px;
        font-size: 16px;
    }
}

.nav-tabs > li.active > a:before {
    content: "";
    position: absolute;
    background: #1c4d9b;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
    width: 60%;
    height: 2px;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
}

.faq-title {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #1c4d9b;
}

thead {
    background: #1c4d9b;
    color: white;
}

.color {
    color: #1c4d9b;
}

.main-content-accordion .panel-title a[aria-expanded='true'] {
    color: #1c4d9b !important;
}

.main-content-accordion .panel {
    background: transparent;
}

span.pill {
    background: #f37030;
    border-radius: 50px;
    color: white;
    padding: 7px 15px;
    font-weight: 700;
}

span.pill-faq {
    background: #f37030;
    border-radius: 50px;
    color: white;
    padding: 7px 40px;
    font-weight: 700;
    font-size: 14px;
}


@media (min-width: 768px) {
    span.pill-faq {
        font-size: 30px;
    }

    .faq-title {
        font-size: 20px;
    }
}

.main-content {
    padding-bottom: 20px;
}

.click-out .well {
    background: white;
}

.click-out .offerBtn {
    background: #1c4d9b;
    color: white;
}


@media (min-width: 768px) {
    .monthly-income input[type="radio"] ~ span.label-bg {
        font-size: 13px;
    }

    .app-request .form-wrapper h3.title-update {
        font-size: 22px !important;
    }
}

