/*global CSS*/
@import url("https://use.typekit.net/huo8jwg.css");
@import url('https://fonts.googleapis.com/css2?family=Neuton:wght@200;300;400;700&display=swap');
* {box-sizing: border-box;padding: 0; margin: 0;}

body { font-family: roboto; font-size: 16px; }
img {max-width: 100%;}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {  margin: 10px 0;   }
h1,.h1, .head-title { font-size:68px; line-height: 72px; font-family: raleway; font-weight: bold; }
h2,.h2, .main-title { font-size: 32px; line-height: 45px; font-weight: 300; font-family: raleway; font-weight: bold;  }
h3,.h3 { font-size: 24px; line-height: 35px;  font-family: raleway;font-weight: bold;   }
h4,.h4 { font-size: 22px; line-height: 32px; font-family: roboto;  font-weight: bold; }
h5,.h5 { font-size: 21px; line-height: 26px; font-family: roboto;  font-weight: bold; }
h6,.h6 { font-size: 16px; line-height: 24px; font-family: roboto;  font-weight: bold; }

p { margin: 15px 0; display: none; font-size: 22px; }
p:not(:empty) { display: block; }

a {text-decoration: none;  font-family: roboto; transition: all ease 0.5s; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; color: #f58031; }
a:hover, a:focus { outline: none;   text-decoration: none;   }

a.hover-link:focus { outline: none; }
ol, ul {list-style: none; padding-left: 0;}
.btn-check:focus+.btn, .btn:focus {box-shadow: none;}

input, select, button, input[type=button], input[type=text], input[type=submit], input[type=reset], input[type=Password], input[type=email] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}
.bg-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-cover img {
    width: 100%;
    opacity: 0;
    height: auto;
}
/*----------style comman start------*/

/*header section*/
.top-header-wrap {display: inline-block; width: 100%; }

.top-header-wrap .head-logo {text-align: center; padding: 50px 0; }

.top-header-wrap p {width: 100%; max-width: 1060px; text-align: center; margin: 0 auto; padding:40px 0; }
.org-line-small:after {content: ""; width: 70px; height: 3px; background-color: #8d8774; display: block; margin: 40px auto 0; }

.site-menu {display: none;}
/*location section*/

section.our-locations-section {
    background-color: #eaeaea;
    display: inline-block;
    width: 100%;
    padding: 80px 0;
}

.our-locations-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    background-color: #fff;
    border-radius: 10px;

}
.our-locations-box .images {
    width: 100%;
    max-width: 45%;
}
.our-locations-box .images .mobile-img {
    display: none;
}
.our-locations-box .images img {
    border-radius: 10px 0 0 10px;
}
.our-locations-box .our-locations-content {
    max-width: 55%;
    width: 100%;
    padding: 30px;
    text-align: right;
    color: #231f20;
  
    font-size: 22px;
    font-weight: 300;
}

.our-locations-box .our-locations-content p span {
    display: block;
}
.our-locations-box .our-locations-content a {
    display: block;
    text-align: right;
    color: #231f20;
}

a.btn-org, button.btn-org {background-color: #8d8774; color: #fff !important; }
a.btn-red {background-color: #665242; color: #fff !important;border:0;}

a.btn-org:hover, .btn-org:hover {background-color: #665242; }
a.btn-red:hover, .btn-red:hover {background-color: #8d8774; }
a.btn-set , button.btn-set {border: 0;padding: 10px; border-radius: 10px; width: 100%; max-width: 200px; margin-left: auto; text-align: center !important; height: 55px; margin-top: 35px; position: relative; }
a.btn-set:after {content: ""; background: url(../images/arrow-right.png) no-repeat; background-position: 20px; 
	width: 30px; height: 30px; position:absolute;top: 50%; transform: translateY(-50%);}


.our-locations-title h2 {text-align: center; padding-bottom: 60px;}
.our-locations-title h2.org-line-small:after {margin-top: 30px; }



/*footer section*/
footer.footer-section {display: inline-block; width: 100%; background-color: #665242; padding: 60px 0; }
.footer-section :is(p, a){color: #fff; font-size: 22px;margin: 15px 0; font-weight: bold; }
.footer-right {display: flex; justify-content: flex-end; flex-wrap: wrap;}
.footer-right a:first-child{padding-left: 0;}
.footer-right a {padding-left: 70px;color: #fff; }





/*header-section-main*/
.top-head-right {align-items: center; padding: 25px 0; }
.top-head-content {text-align: right; }
.head-logo img { }
.top-head-content ul {display: flex; flex-wrap: wrap; align-items: center; margin: 0; justify-content: right; }
.top-head-content ul li {font-size: 22px; font-weight: bold; padding: 0px 10px; position: relative; color: #231f20; }
.top-head-content ul li:last-child {padding-right:0;}
.top-head-content ul li a {color: #231f20; padding-right: 10px; }
.top-head-content ul li a:last-child {padding-right:0;}
.top-head-content ul li:after {content: ""; height: 17px; width: 3px; background: #8d8874; display: inline-block; position: absolute; top: 9px; left: -2px; right: 0px; }
.top-head-content ul li:first-child:after {display: none;}

/*banner section*/
.banner-section {position: relative;}
.banner-section .bg-cover img {min-height: 526px;}

.banner-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.banner-content h1 {color: #665342; padding-bottom: 12px; } 
.banner-content a.btn {
    width: 100%;
    max-width: 272px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 12px;
    font-weight: 700;
    border-radius: 10px;
}



/*form-section*/
section.form-section {background-color: #eaeaea; display: inline-block; width: 100%; padding: 110px 0; }
.form-title {
    padding-bottom: 120px;
}
.form-title h2.org-line-small:after {
    margin-left: 0;
    margin-top: 30px;
}
.form-main input.form-input:focus,
textarea.text-area.form-input:focus {
    outline: none;
}
.form-main input.form-input {
    width: 100%;
    padding: 20px 40px;
    border: 0;
    margin-bottom: 28px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 300;
    line-height: inherit;
    height: 106px;
}
textarea.text-area.form-input {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 5px;
    padding: 28px 40px;
    font-size: 22px;
    font-weight: 300;
    line-height: inherit;
    resize: none;
}
.form-main input.form-input::-webkit-input-placeholder,
textarea.text-area.form-input::-webkit-input-placeholder { 
  color: #ababab;
}

.form-main input.form-input:-ms-input-placeholder,
textarea.text-area.form-input:-ms-input-placeholder {
  color: #ababab;
}

.form-main input.form-input::placeholder,
textarea.text-area.form-input::placeholder {
  color: #ababab;
}
.form-button.btn-set.btn-org {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 270px;
    margin-top: 28px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}



section.form-section.dealer-section  {
    padding: 116px 0 92px;
}
.form-title p {
    color: #231f20;
    max-width: 980px;
    width: 100%;
    padding-top: 24px;
    line-height: 38px;
}
section.form-section.dealer-section  .form-title {
    padding-bottom: 40px;
}


.time-section {
    max-width: 100%;
    width: 100%;
    margin: -98px auto 0;
    position: relative;
    z-index: 11;
}
.time-box {
    background-color: #d1c9b3;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.time-box .icon {
    max-width: 290px;
    width: 100%;
    background-color: #b9ad8d;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.time-box .text {
    width: calc(100% - 290px);
    padding: 46px 70px;
}
.time-box .text h2 {
    font-size: 33px;
    position: relative;
}
.time-box .text h2:after {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 4px;
    width: 64px;
    height: 2px;
    background-color: #b9ad8d;
}
.time-box .text p {
    margin-top: 42px;
}



.information-section {
    padding-top: 124px;
    padding-bottom: 105px;
}
.information-box .row {
    margin: 0 -28px;
    align-items: flex-end;
}
/*.information-box .col-md-3:first-child .info-icon {
    align-items: flex-start;
}*/
.info-icon a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.info-icon img {
    padding-bottom: 48px;
}
.info-icon strong {
    color: #231f20;
    font-family: raleway;
    font-size: 24px;
    font-weight: 700;
    display: block;
    padding-bottom: 24px;
}

.info-icon span {
    width: 28px;
    height: 28px;
    border: 2px solid #8e8874;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    line-height: inherit;
    background-image:url("../images/arrow-gray.png");
    background-position: center center;
    background-size: 28px auto;
    background-repeat: no-repeat;
}
.info-icon:hover strong {
    color: #8e8874;
}
.info-icon:hover span {
    background-color: #8e8874;
    background-image:url("../images/arrow-white.png");
}

.loan-product {
    background-color: #eaeaea;
    padding: 90px 0 84px;
}
.loan-product-title .org-line-small:after {
    margin: 19px 4px 0;
}
.loan-product-title {
    padding-bottom: 60px;
}

.loan-product-accordion {
    margin-bottom: 10px;
}
.accordion-title {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 24px 50px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.accordion-title:after {
    position: absolute;
    content: "";
    background-image: url("../images/arrow-black.png");
    background-size: 35px auto;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    right: 39px;
    transform: translateY(-50%);
    width: 35px;
    height: 28px;
    display: block;
}
.accordion-title strong {
    color: #1b1b1b;
     font-family: raleway;
    font-size: 24px;
    font-weight: 700;
    text-transform:uppercase;
}
.accordion-title span {
    display: inline-block;
    padding-right: 36px;
    width: 90px;
}
.accordion-content p {
    color: #231f20;
    font-weight: 300;
}
.accordion-content {
    background-color: #d1c9b3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
    padding-bottom: 42px;
}
.accordion-content a.btn-set {
    max-width: 274px;
    width: 100%;
    display: flex;
    margin: 48px 0 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.accordion-content a.btn-set:after {
    display: none;
}
.accordion-inner {
    max-width: 974px;
    padding-left: 134px;
    width: 100%;
}
.accordion-inner p {
    margin: 0;
    color: #231f20;
    line-height: 40px;
    margin-bottom: 10px;
}
.loan-product-accordion.active .accordion-title {
    background-color: #d1c9b3;
    padding-bottom: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.loan-product-accordion.active .accordion-title:after {
    transform: rotate(180deg);
    margin-top: -8px;
}
.about-section {
    background-color: #665242;
    text-align: center;
    padding: 92px 0 94px;
}
.about-section .org-line-small {
    color: #fff;
    margin-bottom: 30px;
}
.about-section .org-line-small:after {
    margin: 18px auto 0;
    background-color: #fff;
}
.about-section h2,
.about-section p {
    margin: 0;
}
.about-section p {
    color: rgb(255 255 255 / 80%);
    max-width: 1070px;
    margin: 0 auto;
    line-height: 41px;
}


.staff-section {
    padding: 112px 0;
}
.staff-title {
    margin-bottom: 74px;
}
.staff-section  .org-line-small:after {
    margin: 18px 0 0;
    width: 64px;
}
.staff-inner-box {
    text-align: center;
}
.staff-name {
    padding-top: 48px;
}
.staff-name strong {
    color: #231f20;
    font-family: raleway;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
.staff-name span {
    color: #231f20;
    font-family: Roboto;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    display: block;
}


.staff-slider {
    padding: 40px 0 0;
}
/*.staff-slider .container {
    max-width: 1330px;
}*/
.staff_red_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.staff_red_box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-color: #665242;
    width: 100%;
    height: 100%;
    top: 30px;
    z-index: -1;
    border-radius: 10px;
}
.staff-slider-img {
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin: 0 0 0 20px;
}
.staff-slider-img img {
    margin:0 auto;
}
.staff-slider-text {
    width: calc(100% - 420px);
    padding: 90px 30px 0;
}
.staff-slider-text p {
    /*color: rgb(255 255 255 / 90%);*/
    color: #fff;
    font-family: 'Neuton', serif;
    font-size: 36px;
    line-height: 50px;
    font-weight: normal;
    margin: 0;
    font-style: italic;
    max-width: 800px;
    width: 100%;
}
.staff-slider-text strong {
    position: relative;
    display: block;
    margin-top: 27px;
    margin-right: 65px;
    text-align: right;
    
}
.staff-slider-text span {
    display: inline-block;
    font-family: raleway;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
  
    position: relative;
    background: #665242;
    z-index: 1;
    padding-left: 10px;
}
.staff-slider-text strong:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
#staff-slider ul.slick-dots {
    position: absolute;
    top: 84%;
    right: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#staff-slider ul.slick-dots li {
    margin-right: 12px;
}
#staff-slider ul.slick-dots li:last-child {
    margin-right: 0;
}
#staff-slider ul.slick-dots li button {
    border: none;
    width: 9px;
    height: 9px;
    background-color: rgb(255 255 255 / 30%);
    display:block;
    border-radius: 100%;
    font-size: 0;   
}
#staff-slider ul.slick-dots li.slick-active button,
#staff-slider ul.slick-dots li:hover button  {
      background-color: #ffffff;
}

.have-questions {
    background-color: #eaeaea;
    padding-top: 310px;
    margin-top: -184px;
    padding-bottom: 108px;
}
.have-questions-title .org-line-small {
    max-width: 350px;
    width: 100%;
    line-height: 38px;
}
.have-questions-title .org-line-small:after {
    margin: 22px 0 0;
    width: 65px;
}
.have-questions-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 70px;
}
.have-questions-list ul li {
    color: #231f20;
    font-family: roboto;
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
    padding-right: 10px;
    border-right: 2px solid #8d8874;
    margin-right: 6px;
}
.have-questions-list ul li a {
    color: #231f20;
}
.have-questions-list ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.banner-content h1 {
    display: inline-block;
    border-radius: 15px;
    background: #fff;
    padding: 15px;
    vertical-align: middle;
}
.location-city {
    color: #8d8774;
    font-size: 30px;
    font-weight: bold;
}
.social-links a {
    margin: 0 10px;
}

.social-links p {
    font-size: 15px;
}
.disclosures-page p {
    font-size: 15px;
}

.disclosures-page ul {
    list-style: disc;
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 20px;
}
.disclosures-page p {
        font-size: 20px;
    }
.popup-msg {
    text-align: left !important;
}

.popup-button a {
    font-size: 15px !important;
}
.about-section .org-line-small {
        color: #fff;
        margin-bottom: 30px;
    }
    .org-line-small:after {
        content: "";
        width: 70px;
        height: 3px;
        background-color: #f46f16;
        display: block;
        margin: 40px auto 0;
    }
    .about-section .org-line-small:after {
        margin: 18px auto 0;
        background-color: #fff;
    }
/*p.location-city {
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 1;
        margin: 0;
        padding: 10px;
        width: 245px;
        text-align: left;
        background: rgba(255,255,255,0.5);
        line-height: normal;
        font-size: 22px;
    }*/

p.location-city {
        margin: 0;
        padding: 10px;
        text-align: right;
        line-height: normal;
        font-size: 22px;
    }

    .our-locations-box {
        position: relative;
        align-items: flex-start;
    }

    p.text-nowrap {
        text-overflow: ellipsis;
        overflow: hidden;
        cursor:default;
    }

    .our-locations-box .our-locations-content p span,
    .our-locations-box .our-locations-content p a {
        display: contents;
    }
.firm-address {
        height: 66px;
        overflow: hidden;
    }