@font-face {
    font-family: IBM Plex Sans;
    src: url(/fonts/IBMPlexSans-Regular.ttf) format("opentype");
}

body {
    background-color: white !important;
    font-family: "IBM Plex Sans" !important;
}

.mainWrapper {
    max-width: 1600px;
    margin: 0 auto;
    background-color: #F6F6F6 !important;
}

.fs-24 {
    font-size: 24px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-12 {
    font-size: 12px;
}

.fs-15 {
    font-size: 15px;
}

.fs-40 {
    font-size: 40px;
}

.ms-15 {
    margin-left: 15px;
}

.mh-150 {
    min-height: 150px;
}

.letterSpacing {
    letter-spacing: 0.1em;
}

.bgGray {
    background-color: #f6f6f6 !important;
}

.bgBlue {
    background-color: #002839;
}

.bgWhite {
    background-color: white;
}

.textOrange {
    color: #B74A26 !important;
}

.textWhite {
    color: white;
}

.textBlack {
    color: black;
}

.textBlue{
    color: #002839;
}

.fw-600 {
    font-weight: 600;
}
.pl-0{
    padding-left: 0px !important;
}
.form-control:focus {
    border-color: #ced4da !important;
    outline: 0;
    box-shadow: none !important;
}

.noTextDecoration{
    text-decoration: none !important;
}
.borderGray {
    border: 1px solid #c4c4c0;
}
.mobileMenuItems .nav-link.active:hover {
    border-bottom: 2px solid black;
}
#mainmenu li.nav-item button.gcLogin {
    padding: 8px 15px;
    min-width: auto !important;
}

.introText {
    text-align: center;
    font-size: 45px;
    max-width: 830px;
    margin: 0 auto;
    margin-top: 100px;
    font-weight: 400;
    line-height: 54px;
    color: white;
}

.sectionTitle {
    font-size: 40px;
    font-weight: 500;
    color: #002839;
}

.downloadGuide {
    font-size: 32px;
    font-weight: 600;
}

.submitformBtn {
    background-color: #B74A26;
    color: white;
    letter-spacing: 0.1em;
}

.WC_divider {
    color: #7D7D7C;
    opacity: 1;
    height: 1.4px !important;
}

.m-auto {
    margin: 0 auto;
}

.loanFPgms {
    font-size: 24px;
    font-weight: 400;
    min-height: auto !important;
}

.loanFPgms a:hover {
    border-bottom: 2px solid black;
}

.loanFPgms a {
    color: black;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
}

.bg-none {
    background: none;
}

.flpText {
    font-size: 30px;
    font-weight: 500;
}

.selectLoanService .discussLoanBtn {
    padding: 12px 40px !important;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.psectionTitle {
    border-top: 2px solid #002839;
    border-bottom: 2px solid #002839;
    background: #002839;
    color: white;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.privacyContent li {
    margin-bottom: 15px;
}

.privacyContent p {
    line-height: 25px;
}

.privacyList {
    list-style: none;
}

.privacyContent a {
    text-decoration: none;
}

.navbar-expand-lg {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1111111;
}
@media screen and (min-width:991px) and (max-width:1200px) {
    .flexsubText p {
        width: 100%;
    }

    .partnersubText {
        width: 70%;
    }

    .flpLoanBtn {
        font-size: 14px !important;
    }
}

@media screen and (min-width:1200px) and (max-width:1400px) {
    .flexsubText p {
        width: 93%;
    }

    .partnersubText {
        width: 59%;
    }
}

@media (min-width: 1400px) {
    .flexsubText p {
        width: 90%;
    }

    .partnersubText {
        width: 50%;
    }
}

.copyRight {
    width: 20px;
    height: 20px;
}

.BGactive {
    background-color: rgb(255,255,255,95%);
    border-bottom: 2px solid #002839;
}

.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e) !important;
    transform: rotate(-180deg);
}

.featuredProjects {
    background: #002839;
    color: white;
}

.featuredTitle {
    font-size: 14px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 1px black;
}

.viewProject {
    color: #B74A26;
    border: 1px solid #B74A26;
    background-color: white;
    font-size: 14px;
    padding: 10px 25px;
    font-weight: 700;
    border-radius: 4px;
}

.projectPlace {
    font-size: 32px;
}

.projectType:after {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #B74A26;
    position: absolute;
    margin-left: 30px;
}

.ourprocessSubtitle {
    font-size: 18px;
    font-weight: 600;
    color: #002839;
}

.projectType, .projectService {
    font-size: 18px;
    font-weight: 300;
}

.FPstatisticsCount p, .FP_statisticsCount p {
    font-weight: 700;
    font-size: 32px;
}

.FPstatisticsCount {
    position: relative;
}

.colorGray {
    background-color: #7D7D7C;
    opacity: 1;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

    .strike > span {
        position: relative;
        display: inline-block;
        font-weight: bold;
        font-size: 14px;
        color: #B74A26;
        letter-spacing: 0.1em;
    }

        .strike > span:before,
        .strike > span:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            height: 1px;
            background: #7D7D7C;
        }

        .strike > span:before {
            right: 100%;
            margin-right: 15px;
        }

        .strike > span:after {
            left: 100%;
            margin-left: 15px;
        }

.headerText {
    width: 45%;
}

.mobileMenuLight {
    background-image: url(/images/whitebgMenu.png) !important;
}

.navbar-toggler.toggleOpenLight {
    background-image: url("/images/whitebgClose.png") !important;
}

.navbar-toggler.toggleOpen {
    background-image: url("/images/mobileClose.png") !important;
}

.ctaHome {
    background-color: #B74A26;
    color: white;
    border-radius: 4px;
    border-color: #B74A26;
    font-size: 16px;
    padding: 8px 40px;
    letter-spacing: 0.1em;
    display: inline-block;
    font-weight: 600;
    border: 1px solid #B74A26;
}

.statisticsText {
    position: relative;
    top: -8px;
}

.menuWrap {
    max-width: 1600px;
}

.ctaHome:hover, .ctaHome, .ctaHome a, .ctaHome a:hover {
    color: white;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #B74A26 !important;
}

.fa-plus {
    display: none;
}

.fixImg {
    height: 28px;
}

.vrImg {
    height: 38px;
}

.semantic_ui .ui.table {
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    border-collapse: separate;
    border-radius: 0.28571429rem;
    border-spacing: 0;
    box-shadow: none;
    color: rgba(0,0,0,.87);
    margin: 1em 0;
    text-align: left;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next {
    text-align: right;
    float: right;
    position: absolute;
    right: -50px;
    top: 50%;
    font-size: 60px !important;
}

.owl-carousel .owl-nav button.owl-prev {
    text-align: left;
    float: left;
    position: absolute;
    left: -50px;
    top: 50%;
    font-size: 60px !important;
}

ol.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    margin: 2px 5px !important;
}

.owl-dots {
    display: none;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content, .dropdown:focus .dropdown-content {
    display: block;
}

.owl-carousel .owl-nav button span[aria-label="Next"], .carousel-control-next-icon:after {
    content: " ";
    border-right: 2px solid white;
    border-top: 2px solid white;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
}

.owl-carousel .owl-nav button span[aria-label="Previous"], .carousel-control-prev-icon:after {
    content: " ";
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
}

.owl-next span:hover, .owl-prev span:hover, .owl-next span, .owl-prev span {
    color: transparent !important;
}

.owl-carousel .owl-nav button span:hover, .carousel-control-next-icon:hover:after, .carousel-control-prev-icon:hover:after {
    border-color: white;
    color: transparent !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background: none !important
}

.legalContent p {
    line-height: 25px;
}

.legalTitle span, .licensingTitle, .privacyTitle span {
    padding-top: 4.375rem;
    font-size: 45px;
    font-weight: 200;
}

.awardImg img {
    width: 200px;
    margin-top: -100px;
}
.newconstructionAward {
    width:140px !important;
}
/****form*******/
#dvFastForms .ff-item-row .ff-type-text:not(.ff-creditcard), #dvFastForms .ff-textarea, #dvFastForms .ff-fileupload-drop-area {
    width: 99% !important;
}

.ff-select-type {
    font-size: 16px !important;
}

.ff-form-main {
    width: 100% !important;
    max-width: 100% !important;
    margin: initial !important;
    box-shadow: none !important;
    background-color: white !important;
    border: none !important;
}

#dvFastForms .ff-btn-submit {
    background-color: #B74A26 !important;
    color: white !important;
    border-radius: 4px !important;
    border-color: #B74A26 !important;
    font-size: 16px;
    padding: 8px 40px;
    border: none;
    letter-spacing: 0.1em;
    display: inline-block;
    font-weight: 600;
    border: 1px solid #B74A26;
}

#Lead\.Privacy_Policy_Acknowledgement__c {
    position: relative !important;
    top: -20px !important;
}
/****form*******/

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    a.skip-main:focus {
        left: auto;
        top: auto;
        width: 30%;
        height: auto;
        overflow: auto;
        margin: 0 35%;
        padding: 5px;
        font-size: 20px;
        outline: 3px solid #0000004a;
        text-align: center;
        z-index: 9999999999;
        background: #edf3fa;
    }

@media only screen and (min-width:1400px) {
    #pills-tab {
        margin-left: 3rem !important;
    }
}

@media screen and (max-width:1200px) {
    .headerText {
        width: 70%;
    }

    .flpText {
        font-size: 30px;
    }
}

@media screen and (max-width:1024px) {
    .sectionTitle {
        font-size: 35px;
    }

    .loanFPgms {
        font-size: 22px;
    }
}

@media screen and (max-width:992px) {

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        top: 20% !important;
    }
}

@media screen and (max-width:991px) {
    .projectType, .projectService {
        font-size: 15px;
    }

    .projectPlace {
        font-size: 25px;
    }

    .projectType:after {
        height: 22px;
    }

    .FPstatisticsCount p, .FP_statisticsCount p {
        font-size: 22px;
    }

    .FPstatisticsCount span, .FP_statisticsCount span {
        font-size: 12px;
    }

    .fpText {
        font-size: 12px !important;
    }
}

@media screen and (min-width:768px) {
    .fa-minus, .fa-plus {
        display: none !important;
    }

    .socialLinks {
        float: right;
    }
}

@media (max-width: 1024px) {
    #mainmenu .ctaHome {
        padding: 8px 20px;
    }
}

@media screen and (max-width: 768px) {
    .legalTitle span, .licensingTitle, .privacyTitle span {
        font-size: 26px;
    }

    #dropdownMenuLink {
        color: black !important;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -15px !important;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -15px !important;
    }

    .nav-link.active {
        border-bottom: 2px solid transparent !important;
    }

    .fa-plus {
        display: block;
        float: right;
        margin-top: 7px;
    }

    .dropdownCaret, .dropdownblack {
        display: none;
    }

    #mainmenu .ctaHome {
        margin-top: 12px;
    }

    .awardImg {
        text-align: center !important;
    }

    .awardImg img {
        margin: 10px 0px
    }
}

@media screen and (max-width: 767px) {
    .statisticsCount:after, .statisticsCount:before {
        top: 7px !important;
    }

    .flpText {
        font-size: 25px;
    }
}

.statisticsCount:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 5%;
    height: 65%;
    width: 2px;
    background-color: #B74A26;
}


@media screen and (max-width:575px) {
    .loanFPgms {
        min-height: auto;
    }

        .loanFPgms a {
            font-size: 24px;
        }
}

@media screen and (max-width:460px) {
    .headerText {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .introText {
        font-size: 26px;
        width: 300px;
    }

    .sectionTitle {
        font-size: 35px !important;
    }

    .viewProject {
        width: 100%;
    }

    .FPstatisticsCount p, .FP_statisticsCount p {
        font-weight: 700;
        font-size: 16px;
    }

    .FPstatisticsCount span, .FP_statisticsCount span {
        font-size: 12px;
    }

    .FPstatisticsCount:after {
        margin-left: 30px;
        height: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: transform .6s ease-in-out !important;
    }
}

@media screen and (max-width:575px) {
    .loanFPgms a {
        font-size: 24px;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px !important;
        height: 12px !important;
    }
}

@media screen and (max-width:406px) {
    .projectType:after {
        margin-left: 12px;
    }

    .FPstatisticsCount p, .FP_statisticsCount p {
        font-weight: 700;
        font-size: 12px;
    }
}

@media screen and (min-width:425px) and (max-width:500px) {

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        top: 17% !important;
    }
}

@media screen and (min-width:376px) and (max-width:425px) {

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        top: 15% !important;
    }
}

@media screen and (max-width:376px) {

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        top: 12% !important;
    }
}

@media screen and (max-width:350px) {

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        top: 9% !important;
    }
}

@media screen and (min-width:380px) and (max-width:500px) {

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        top: 14% !important;
    }
}


/* new design 2024 */
.featuredProjects-image-height{
    height: 237px;
  }
.featuredProjects-card{
    color: white;
    background: #002839;
    border-top: 5px solid white;
    padding:10px;
    font-size: 14px;
}
.featuredProjects-card-new{
    color: white;
    background: #002839;
    /* border-top: 5px solid white; */
    padding:10px;
    font-size: 14px;
    opacity: 0.8;
    margin-top: -83px;
}
.loan-program-box{
    border: 1px solid #BECEDF;
    border-radius: 10px;
    background: #ffffff;
    margin-top: 20px;
    position: relative;
    padding: 0px;
}
.pad5{
    padding: 5px;
}
.loan-program-image-style{
    text-align: center;
    text-align: center;
    height: 85px;
    margin-top: 30px;
}
.loan-text{
        opacity: 1;
        display: block;
        width: 100%;
        height: auto;
}
.loan-program-box:hover .loan-text{
    border-radius: 10px;
    opacity: 0.5;
    background-color: black;
    z-index: 10;
    padding: 0px !important;
}
.loan-program-viewmore {
    opacity: 0;
    position: absolute;
    top: 35%;
    left: 35%;
    text-align: center;
  }
  .loan-program-box:hover .loan-program-viewmore{
    opacity: 1;
  }
  .view-more{
    background-color: #B74A26;
    color: white;
    border-radius: 4px;
    letter-spacing: 0.1em;
    border: 1px solid #B74A26;
     font-size: 12px;
     font-weight: 500;
     padding: 5px 10px;
  }
  .view-more a{
    text-decoration: none !important;
    color: white !important;
  }
 
  @media screen and (min-width:992px) and (max-width:1200px) {
    .loan-program-image-style{
        height: 100px;
    }
    .imageWidth{
        width: 50px !important;
    }
    .featuredProjects-card{
        height: 115px;
    }
    .featuredProjects-details-margin{
        margin-top: -103px;
    }
  }

   @media screen and (min-width:992px) and (max-width:1280px) {
    .alert-info{
        margin-top: 4.5em;
    }
    .manufactureContent{
        margin-top: 111px !important;
    }
    .flipandFixContent{
        margin-top: 111px !important;
    }
    .vactionRentalContent{
        margin-top: 111px !important;
    }
    .rentalHoldContent{
        margin-top: 111px !important;
    }
    .bridgeContent{
        margin-top: 111px !important;
    }
    .buildtoRentContent{
        margin-top: 111px !important;
    }
    .newConstructionContent{
        margin-top: 111px !important;
    }
  }
  @media screen and (min-width:768px) and (max-width:992px) {
    .featuredProjects-card{
        height: 110px;
    }
     .text-align-small{
        text-align: center !important;
    }
    .featuredProjects-details-margin-sm{
        margin-top: -103px;
    }
  }
  @media screen and (min-width:576px) and (max-width:767px){
    .marginTop20{
        margin-top: 20px;
    }
    .featuredProjects-details-margin{
        margin-top: -103px;
    }
    .manufactureContent{
        margin-top: 65px !important;
    }
    .flipandFixContent{
        margin-top: 65px !important;
    }
    .vactionRentalContent{
        margin-top: 65px !important;
    }
    .rentalHoldContent{
        margin-top: 65px !important;
    }
    .bridgeContent{
        margin-top: 65px !important;
    }
    .buildtoRentContent{
        margin-top: 65px !important;
    }
    .newConstructionContent{
        margin-top: 65px !important;
    }
  }
  @media screen and (min-width:576px) and (max-width:615px){
    .featuredProjects-details-margin-xs{
        margin-top: -104px;
    }
  }
  @media screen and (min-width:200px) and (max-width:575px){
    .text-align-small{
        text-align: center !important;
    }
    .marginTop20{
        margin-top: 20px;
    }
    .manufactureContent{
        margin-top: 65px !important;
    }
    .flipandFixContent{
        margin-top: 65px !important;
    }
    .vactionRentalContent{
        margin-top: 65px !important;
    }
    .rentalHoldContent{
        margin-top: 65px !important;
    }
    .bridgeContent{
        margin-top: 65px !important;
    }
    .buildtoRentContent{
        margin-top: 65px !important;
    }
    .newConstructionContent{
        margin-top: 65px !important;
    }
  }
  
 
  @media screen and (min-width:769px) and (max-width:820px) {
    .alert-info{
        margin-top: 5em;
    }
    .manufactureContent{
        margin-top: 122px !important;
    }
    .flipandFixContent{
        margin-top: 122px !important;
    }
    .vactionRentalContent{
        margin-top: 122px !important;
    }
    .rentalHoldContent{
        margin-top: 122px !important;
    }
    .bridgeContent{
        margin-top: 122px !important;
    }
    .buildtoRentContent{
        margin-top: 122px !important;
    }
    .newConstructionContent{
        margin-top: 122px !important;
    }
}

@media screen and (min-width:870px) and (max-width:930px) {
    .alert-info{
        margin-top: 5em;
    }
    .manufactureContent{
        margin-top: 128px !important;
    }
    .flipandFixContent{
        margin-top: 128px !important;
    }
    .vactionRentalContent{
        margin-top: 128px !important;
    }
    .rentalHoldContent{
        margin-top: 128px !important;
    }
    .bridgeContent{
        margin-top: 128px !important;
    }
    .buildtoRentContent{
        margin-top: 128px !important;
    }
    .newConstructionContent{
        margin-top: 128px !important;
    }
}
  .loanProgramDescription{
    color: white;
    text-shadow: 1px 1px 1px black;
    margin: 3%;
    text-align: center;
  }
 
  .loan-program-txt{
    color: white;
    font-weight: 400; 
    /* background: #002839;
    opacity: 0.7; */
    text-align: center;
    padding: 12px;
    background: rgba(0,40,57,0.7);
  }
  .imgLoanProgramicon{
    padding-right: 7px;
  }
  @media screen and (min-width:992px) {
    .loanProgramDescription{
        margin: 10% 12% !important;
      }
      .loan-program-txt{
        text-align: left;
        width: fit-content;
        padding: 10px;
}
      }

      @media screen and (max-width:992px) {
        .loanProgramDescription{
            margin-top: 20% !important;
          }
      }
  .manufactureContent{
    background-image:url(../images/fullBG_LoanPrograms_ManufacturedHousing.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 500px;
    position: relative;
    margin-top: 75px;
  }
  .newConstructionContent{
    background-image:url(../images/fullBG_LoanPrograms_New_Construction.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 500px;
    position: relative;
    margin-top: 75px;
  }
  .flipandFixContent{
    background-image:url(../images/fullBG_LoanPrograms_FixFlip.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 500px;
    position: relative;
    margin-top: 75px;
  }
  .vactionRentalContent{
    background-image:url(../images/fullBG_LoanPrograms_VacationRental.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 500px;
    position: relative;
    margin-top: 75px;
  }
  .rentalHoldContent{
    background-image:url(../images/fullBG_LoanPrograms_RentalHold.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 500px;
    position: relative;
    margin-top: 75px;
  }
  .bridgeContent{
    background-image:url(../images/fullBG_LoanPrograms_BridgeLoan.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 500px;
    position: relative;
    margin-top: 75px;
  }
  .buildtoRentContent{
    background-image:url(../images/fullBG_LoanPrograms_HomebuildingBTR.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 500px;
    position: relative;
    margin-top: 75px;
  }