/*
 Theme Name:   Certes Financial Pros LLC
 Description:  Custom GeneratePress child theme
 Author:       Sergey Bezdudnyy
 Author URI:   https://github.com/sergey-wp-dev
 Template:     generatepress
 Version:      0.2
*/

@media (max-width: 767px) {
.secondWrapmccol .gb-grid-wrapper > .gb-grid-column-ef667db3 {
    margin: auto;
}
	.secondWrapmccol {
    justify-content: space-between!important;
}
 .secondWrapmccol	.gb-grid-column.gb-grid-column-21bb7ea9 {
    margin-left: auto;
} 
.secondWrapmccol .gb-grid-wrapper > .gb-grid-column-de738749, 
.secondWrapmccol	.gb-grid-wrapper > .gb-grid-column-516a0ebc
	     {
    width: auto!important;
}	
}
.gb-headline-e355855f .gb-icon{
	font-weight:400;
}
.gb-headline-949c3b44 .gb-icon{
	font-weight:400;
}
.gb-headline-f4556895 .gb-icon{
	font-weight:400;
}

.gb-container-640bde7b{
	
	padding-top: 100px;
    padding-bottom: 100px;
}
.gb-container-f2498a88{	
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}
.gb-container-f2498a88 H2{
	flex: 0 0 100%;
	width:100%;
	text-align:center;
	text-transform: capitalize;
	margin-bottom:0;
	
	
}
.near-locations__item{
	margin-top:28px;
	width: 33.33%;
	display: flex;
    padding: 28px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;
    border-radius: 20px;
    background-color:#F6F4F2;
}

.ult-responsive{
    text-transform: capitalize;
}
.ult-responsive a{
	color:#2A2C38CC;
	font-family: Ubuntu;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    text-transform: capitalize;
}

.near-locations__details{
    display: flex;
    align-items: flex-start;
    column-gap: 0.5em;
    padding-top: 0px;
    
}

.near-locations__details__icon{
	display:flex;
	width: 100%;
    max-width: 20px;
    height: 100%;
    min-height: 20px;
	padding:0px 8px 0px 0px;
	margin-top:3px;
	line-height: 0;
    opacity: 0.8;
	stroke: black;
  fill: #2A2C38CC;

	background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3cg clip-path='url(%23clip0_47_267)'%3e%3cpath d='M10 1.25C8.17727 1.25207 6.42979 1.97706 5.14092 3.26592C3.85206 4.55479 3.12707 6.30227 3.125 8.125C3.125 14.0078 9.375 18.4531 9.64062 18.6406C9.74708 18.7115 9.87211 18.7493 10 18.7493C10.1279 18.7493 10.2529 18.7115 10.3594 18.6406C10.625 18.4531 16.875 14.0078 16.875 8.125C16.8729 6.30227 16.1479 4.55479 14.8591 3.26592C13.5702 1.97706 11.8227 1.25207 10 1.25ZM10 5.625C10.4945 5.625 10.9778 5.77162 11.3889 6.04633C11.8 6.32103 12.1205 6.71148 12.3097 7.16829C12.4989 7.62511 12.5484 8.12777 12.452 8.61272C12.3555 9.09768 12.1174 9.54313 11.7678 9.89277C11.4181 10.2424 10.9727 10.4805 10.4877 10.577C10.0028 10.6734 9.50011 10.6239 9.04329 10.4347C8.58648 10.2455 8.19603 9.92505 7.92133 9.51392C7.64662 9.1028 7.5 8.61945 7.5 8.125C7.5 7.46196 7.76339 6.82607 8.23223 6.35723C8.70107 5.88839 9.33696 5.625 10 5.625Z' fill='%232A2C38' fill-opacity='0.8'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_47_267'%3e%3crect width='20' height='20' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center center;
	background-size: cover;
}

.near-locations__details__address{
    color:#2A2C38CC;
    font-family: Noto Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; 
}
.near-locations__details__link{
	display: flex;
	margin-top:28px;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
	border-radius: 8px;
    background:#0d6efd;
	border:1px solid #0d6efd;
	
	color: #FFF;

    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    
}
.near-locations__details__link:hover{
	color:#0d6efd;
	background:#FFF;
	border:1px solid #0d6efd;
}
@media (max-width: 787px) {
	.gb-container-640bde7b{
	  padding: 80px 20px 80px 20px;      
    }
	.gb-container-f2498a88 H2{
	  margin-bottom:60px;
    }
	.gb-container-f2498a88{	
	  display:block;
    }
	.near-locations__item{
	  width: 80%;
      padding: 28px;
      align-items: center;
	  margin:0 auto 30px;
     }
}
@media (max-width: 530px) {
	.near-locations__item{
	  width: 100%;
	  margin:0 auto 8px;
     }
	.ult-responsive{
		font-size:24px;
	}
}

.morecontent span {
    display: none;
}
.morelink {
    font-weight: bold;
    color: #4682b4;
}

.loan-slider .slick-list {
        overflow: hidden;
        padding: 0px 0px 40px 0px;
        border-radius: 4px;
        max-width: 1028px;
}
.loan-slider .slick-track {
        display: flex;
}
.loan-slider .slick-slide {
        margin: 0 10px;
}
.loan-slider .slick-dots{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        row-gap: 20px;
    flex-wrap: wrap;
}
.loan-slider .slick-dots li{
        list-style: none;
        margin: 0px 8px;
        display: inline-flex;
}
.loan-slider .slick-dots button{
        font-size: 0;
        width: 24px;
        height: 4px;
        background-color: rgba(42, 44, 56, 0.16);
        cursor: pointer;
        border-radius: 2px;
        padding: 0;
}
.loan-slider .slick-dots li.slick-active button{
        background: #2A2C38;
        border-radius: 2px;
}
/* ===================================== End Loan slider ===================================== */

/* ===================================== Select Your State ===================================== */
.entry-content {
    padding-top: 140px;
	padding-bottom: 50px;
}
.form-selector h2 {
    text-align: center;
}
.form-selector .ctl-button,
.form-selector .pdl-button{
	display: none;
}
.form-selector {
    padding-top: 30px;
	padding-bottom: 150px;
}
.custom select {
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: block;
}
@media (max-width:1024px) {
	.entry-content {
		padding-top: 40px;
	}
}
@media (max-width:768px) {
	.entry-content {
		padding-bottom: 50px;
	}
	.form-selector {
		padding-bottom: 100px;
	}
}
@media screen and (min-width: 1024px) {
    form.custom {
        margin-top: 0px;
    }
}

/* ---------------------------------------
	Begin Apply page
--------------------------------------- */
.form-selector .apply-form {
    max-width: 800px !important;
    padding: 0 15px;
    margin: 40px auto 56px;
    text-align: center;
}
.apply-form .form-group {
    margin-bottom: 17px;
}
.apply-form h2 {
    margin-bottom: 33px;
}
.apply-form .logos {
    margin: 60px auto 0;
    max-width: 375px;
    width: 100%;
    position: relative;
}
.apply-form .logos:before,
.apply-form .logos:after {
    position: absolute;
    content: '';
    background-image: url('../../../assets/images/line-dashed.html');
    width: 100%;
    max-width: 55px;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
}
.apply-form .logos:before {
    left: 0;
}
.apply-form .logos:after {
    right: 0;
}
.apply-form .logos img {
    margin: 0 10px;
}
.jsf-form .jsf-progress-line {
    background: #00B247;
}
.jsf-form .jsf-btn-radio.active,
.jsf-form .jsf-btn-radio {
    background: #EAF4EB;
    color: #192944;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    max-width: 372px;
    margin: 0 auto 15px;
}
.jsf-form .jsf-pseudo-link {
    color: #00B247;
    text-decoration: none;
}
.jsf-row .jsf-animate-slide-in.jsf-aba-lookup-outer {
    flex-direction: column !important;
}
.jsf-form .jsf-btn-radio.active:hover,
.jsf-form .jsf-btn-radio:hover {
    background: #00B247;
    color: #FFFFFF;
}
.jsf-form .jsf-btn-radio:after {
    display: none;
}
.jsf-form .jsf-progress-bar {
    max-width: 572px;
    position: absolute;
    top: -63px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 48px 4px 0;
}
.jsf-form .jsf-form-container:not(.jsf-ignore-overflow) {
    overflow: inherit;
}
.jsf-form .jsf-progress-container {
    height: 4px;
}
.jsf-form .jsf-container {
    width: 100%;
    max-width: 800px;
    padding: 0 15px;
}
.jsf-form .jsf-form-title-main + .jsf-form-title-sub {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.jsf-form-title-main {
    font-size: 40px !important;
    line-height: 52px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    margin-top: 44px;
    margin-bottom: 20px;
}
.jsf-form .jsf-form-disclaimer {
    max-width: 372px;
    width: 100%;
    margin: auto;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #192944;
}
.jsf-form select {
    height: 48px;
    min-height: 48px;
    color: #192944;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    border: 1px solid #CFD1DD !important;
    width: 100%;
    padding: 0 20px !important;
    background-image: url('assets/images/chevron-down.svg');
    background-position: 95% center;
    background-size: 15px;
    max-width: 372px;
}
.jsf-form select:focus {
    border-color: #CFD1DD;
}
.jsf-form .jsf-row.jsf-body {
    max-width: 572px;
    margin: 40px auto 50px;
    gap: 16px;
}
.jsf-form .jsf-btn-back {
    background-image: url('assets/images/shevron-left-form.svg');
    left: -46px;
    top: 68px;
    border-radius: 4px;
    border: 1px solid #CFD1DD;
    background-size: 10px;
    background-position: center center;
}
.jsf-form .jsf-btn-back:hover {
    background-image: url('assets/images/shevron-left-form-green.svg');

}
.jsf-form .jsf-btn-back:hover {
    border-color: #00B247;
}
.jsf-form .jsf-animate-slide-in {
    margin-top: 27px;
}
.jsf-form input {
    height: 48px;
    min-height: 48px;
    font-size: 18px;
    text-transform: lowercase;
    color: #C7C9D9;
    border-color: #CFD1DD;
    background: transparent;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 24;
    max-width: 372px;
}
.jsf-form .jsf-field-float-label .jsf-float-label .jsf-float-label-text {
    font-size: 18px;
    text-transform: lowercase;
    color: #3C3C3C;
    height: 37px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.jsf-form .jsf-btn-group {
    width: 100%;
}
.jsf-form .jsf-field-float-label {
    justify-content: center;
}
.jsf-row .jsf-animate-slide-in.jsf-aba-lookup-outer {
    background: #FFFFFF;
    border: none;
}
.jsf-aba-lookup-container {
    box-shadow: 0 -1px 10px rgba(25, 41, 68, 0.09);
    border-radius: 8px;
    background: #FFFFFF;
    margin-top: 20px;
}
.jsf-form b {
    margin-bottom: 30px;
    display: block;
}
.jsf-lookup-description {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 20px;
}
.jsf-form .jsf-field-float-label:not(.focused) input::-webkit-input-placeholder {
    color: #C7C9D9;
    -webkit-text-fill-color: #C7C9D9;
}
.jsf-form .jsf-processing-animation {
    display: none;
}
.jsf-form .jsf-processing-title {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 26px;
    line-height: 40px;
    max-width: 630px;
    margin: 100px auto 0;
    z-index: 0;
}
.jsf-processing {
    position: relative;
    margin-top: 40px;
    padding-top: 150px;
}
.jsf-form .jsf-processing:before {
    position: absolute;
    left: -13%;
    right: -13%;
    top: 0;
    bottom: 0;
    content: '';
    background: #F4FAFF;
    border-radius: 12px;
    z-index: -1;
}
.jsf-form .jsf-processing-subtitle,
.jsf-processing-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 22px;
    text-align: center;
    padding-bottom: 0;
    max-width: 610px;
    margin: auto;
}
.jsf-processing-text {
    margin-bottom: 72px;
}
.jsf-form .jsf-field-float-label.focused input::-webkit-input-placeholder {
    color: #C7C9D9 !important;
}
.jsf-form .jsf-navigation {
    width: 100%;
    max-width: 572px;
    margin: auto;
}
.jsf-form .jsf-btn-next-no-style {
    max-width: 228px;
    margin: auto;
}
.jsf-form .jsf-btn-next-no-style .jsf-btn-next {
    background: #00B247;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 18px;
    height: 50px;
    text-transform: lowercase;
}
.jsf-form input[type="email"]:focus {
    background-color: transparent;
    color: #ADB2CD;
}
.jsf-form .jsf-field-float-label.focused .jsf-float-label .jsf-float-label-text {
    top: 0;
}
.jsf-form .jsf-field-float-label .jsf-float-label .jsf-float-label-text {
    top: -11px !important;
}
.jsf-form .jsf-field-float-label .jsf-float-label {
    padding: 0 !important;
    height: 10px !important;
    max-width: 372px;
}

.open-toolbar-apply:hover {
    background-color: #05953F !important;
}
.open-toolbar-apply {
    display: none;
    border-radius: 5px;
    font-size: 20px;
    background-color: #EAF4EB !important;
    border: 1px solid #0B653A;
    padding: 8px !important;
    position: absolute;
    right: 16px;
    top: 69px;
    z-index: 100;
}
.open-toolbar-apply a {
    font-size: 14px;
}
.open-toolbar-apply:hover svg {
    fill: #fff;
}
body .step1Div {
    display: none;
}
.gb-container .gb-container-36217395 .gb-inside-container {
    margin-left: auto;
}

body .step1Div h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    line-height: 52px !important;
    font-size: 40px !important;
    display: none;
}
#iFrame {
    width: 100%;
    height: 100%;
    min-height: 680px;
}
@media only screen and (max-width: 820px) {
	#iFrame {
		min-height: 885px;
	}
}
@media only screen and (max-width: 480px) {
	#iFrame {
		min-height: 1375px;
	}
}

.vehicle-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vehicle-form .form-group {
    width: 45%;
}

.vehicle-details{
	display: inline-block;
	margin-top: 10px;
}

/* ---------------------------------------
	End Apply page
--------------------------------------- */