@import url("https://use.typekit.net/fcy3xvu.css");
@import url("https://use.typekit.net/qun7vxx.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
---------------------- Landing Page Styles with @imports
*/
@import url("https://lo.primelending.com/us-en/css/lo-new-lp-style.css");
@import url("https://lo.primelending.com/us-en/css/lo-newsletter.css");
/*  
COLORS 
-------------------------------------------
As what matches on pl.com
$pl-red:            #B3272D;
$pl-red-dark:       #78181E;
$pl-blue-medium:    #4293B3;
$pl-blue-dark:      #136C8A;
$pl-teal:           #107E7D;
$pl-loanplicity:    #3BC5C1;
$pl-navy:           #23395B;
$pl-navy-dark:      #173051;
$pl-blue-grey:      #bfd7ea;
$pl-blue-grey-light:#EAF2F8;
$pl-grey-light:     #f2f2f2;
$pl-grey-medium:    #c7c7c7;
$pl-grey-dark:      #333333;
$pl-grey-medium-rgb:     rgb(199, 199, 199);
$pl-blue-grey-rgb:       rgb(191, 215, 234);
$pl-blue-grey-light-rgb: rgb(234, 242, 248);
.
.
BOOTSTRAP 3.4.1 MEDIA BREAKPOINTS
--------------------------------------------
Extra small devices (phones, less than 768px): No media query since this is the default in Bootstrap 3.4.1
xs -- max-width: 575.98px (from BS 4.4)
sm -- min-width: 767.98px
md -- min-width: 991.98px
lg -- min-width: 1199.98px
*/
/*  
----------------------
    BOOTSTRAP OVERRIDES (to match pl.com)
    a manual fix for the bootstrap sass generated content on  pl.com
---------------------- 
*/
/* 
----- basics ----- 
*/
body,
input,
p,
li {
    -webkit-font-smoothing: antialiased;
    letter-spacing: .1px;
    font-family: "interface", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
    letter-spacing: .05rem;
    color: #09263F;
    line-height: 1;
}
p {
    margin: 0 0 1em;
    line-height: 2.4rem;
}
a {
    /* color: #72a596; */
    color: #000;
}
section.contactForm p.disclaimers a {
    color: #000000 !important;
    text-decoration: underline !important;
}
section.contactForm p.disclaimers a:hover {
    color: #000000 !important;
    text-decoration: none !important;
}
small {
    font-family: "interface", sans-serif !important;
    font-size: 1.2rem !important;
}
.text-secondary {
    color: #adb5bd !important;
}
.text-muted {
    color: #6c757d !important
}
.button {
    text-shadow: unset !important;
}
.lead {
    font-family: "interface", sans-serif !important;
    font-weight: 400;
}
.text-dark {
    color: #23395B !important;
}
.bg-light {
    background-color: #EAF2F8 !important;
}
.bg-secondary {
    background-color: #4293B3 !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #077ba5 !important;
}
ul.li-spaced>li {
    margin-bottom: 1rem;
}
.bg-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bfd7ea));
    background-image: linear-gradient(to bottom, #fff 30%, #bfd7ea 100%);
}
.spacing {
    margin-bottom: 3rem;
}
/*  
----------------------
    NEW HEADER STYLES
---------------------- 
*/
h1 {
    font-size: 40px !important;
}
h2 {
    font-size: 30px !important;
}
h3 {
    font-size: 23px !important;
}
/* 
----- banner ----- 
*/
.banner {
    padding-top: 8rem;
    padding-bottom: 3rem;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
    #bannerContainer>.row {
        display: block !important;
        padding-top: 10rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #bannerContainer>.row .text-md-right {
        text-align: right;
    }
    #bannerContainer>.row .text-md-left {
        text-align: left;
    }
}
.calculator-banner {
    display: block;
    margin-bottom: 2rem;
}
.internalBanner {
    -webkit-box-shadow: 0px 13px 26px -30px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 13px 26px -30px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 13px 26px -30px rgba(0, 0, 0, 0.4);
    margin-bottom: 4rem;
}
.device-sm .internalBanner,
.device-xs .internalBanner,
.device-xxs .internalBanner {
    margin-top: 25px;
}
#breadCrumbSection {
    padding-bottom: 5px;
}
.internalBanner span#bannerContent {
    margin-bottom: 2rem;
    text-transform: capitalize;
    padding: 0 !important;
    text-align: left !important;
    font-size: 40px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap: 2rem;
    color: #0D3050;
    font-family: "Poppins", sans-serif;
}
span#bannerContent {
    color: #0d3050 !important;
    padding-top: 0.7rem;
}
@media only screen and (max-width: 991px) {
    span#bannerContent {
        font-size: 25px !important;
        line-height: 1;
    }
    span#bannerContent {
        padding-top: 0.3rem;
    }
}
span#bannerContent::before {
    content: "";
    border-left: 1px solid #aed7ec;
    border-right: 1px solid #aed7ec;
    background-color: #aed7ec;
    height: 50px;
    border-radius: 10px;
    width: 8px;
    display: inline-block;
    position: static;
}
/* 
----- cards ----- 
*/
.card {
    -webkit-box-shadow: 0px 0px 10px rgba(191, 215, 234, 0.5);
    box-shadow: 0px 0px 10px rgba(191, 215, 234, 0.5);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
/* .card span {
    display: block;
} */
.card-wrapper .card {
    border: #fff 2px solid !important;
    -webkit-transition: border .4s ease;
    transition: border .4s ease;
}
.card>hr {
    margin-right: 0;
    margin-left: 0;
}
.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    color: #333333;
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link+.card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
/* 
----- shadows ----- 
*/
.card-shadow-dark {
    border: none !important;
    -webkit-box-shadow: 0px 0px 10px rgba(199, 199, 199, 0.8) !important;
    box-shadow: 0px 0px 10px rgba(199, 199, 199, 0.8) !important;
}
.card-shadow-light {
    border: none !important;
    -webkit-box-shadow: 0px 0px 10px rgba(191, 215, 234, .6) !important;
    box-shadow: 0px 0px 10px rgba(191, 215, 234, .6) !important;
}
/*  
----------------------
    BODY & PRIMARY NAV
---------------------- 
*/
body {
    -webkit-font-smoothing: antialiased;
    letter-spacing: .1px;
    font-family: "interface", sans-serif;
    font-weight: 400;
}
#primary-menu ul a,
#primary-menu ul ul a {
    font-size: 1.5rem !important;
}
#primary-menu ul li a,
#primary-menu ul,
li.primePhone {
    font-family: "interface", sans-serif;
    font-weight: 700;
}
/*  
----------------------
    TOP SECTION
---------------------- 
*/
h1#bannerLOName {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    color: #0d3050;
}
span#bannerLOTitle {
    font-family: "interface", sans-serif !important;
    font-weight: 700 !important;
    font-size: 2rem;
    letter-spacing: .06rem;
    color: #0d3050;
}
span#bannerLONMLS {
    font-family: "interface", sans-serif !important;
    font-weight: 400;
    color: #0d3050;
}
#bannerCTAbtn1.newButton,
#bannerCTAbtn2.newButton {
    height: 60px;
    line-height: 1.2;
}
#bannerCTAbtn1,
#bannerCTAbtn1:hover,
#bannerCTAbtn2,
#bannerCTAbtn2:hover {
    font-family: "interface", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    text-decoration: none;
    text-shadow: none;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .50);
    text-align: center;
}
#bannerCTAbtn1.button {
    background-color: #09263F;
    border: none !important;
}
#bannerCTAbtn1.button {
    color: #fff;
    font-weight: 700;
}
#bannerCTAbtn1.button:hover,
#bannerCTAbtn1.newButton:hover {
    background-color: #fff !important;
    color: #09263F;
    border: none !important;
}
#bannerCTAbtn2.button {
    background-color: #CDECF6;
    border: 4px solid #09263F;
    color: #09263F;
}
#bannerCTAbtn2.button:hover,
#bannerCTAbtn2.newButton:hover {
    background-color: #09263F !important;
    color: #fff;
}
#LOPersonalBlurb {
    font-size: 1.9rem;
    line-height: 2.5rem;
}
#loCirclePortrait {
    width: 265px;
    height: 265px;
    margin: 22px auto 22px auto;
}
#loAboutSectionContent,
#highlightBody {
    display: flex;
    align-items: center;
}
#loAboutSectionContent {
    margin-bottom: 3rem;
}
#highlightBody {
   margin-bottom: 0;
}
.downArrow img {
    width: 350px;
}
.LOPhoneEmailLinks i {
    color: #4293B3;
}
.LOPhoneEmailLinks a {
    color: #333333 !important;
    font-size: 1.5rem;
}
.LOPhoneEmailLinks .left-col {
    text-align: right;
    padding-right: 0;
}
.LOPhoneEmailLinks .right-col {
    text-align: left;
}
#LOSocialIconLinks {
    display: table;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}
.loHomeSocial {
    height: 30px;
    width: 30px;
    display: inline-block;
    /*display: table-cell;*/
    vertical-align: middle;
margin-right: 20px;
}
.loHomeSocial img,
#LOSocialIconLinks img {
    height: 30px;
    width: 30px;
    margin: 0;
}
.loHomeSocial i {
    font-size: 1.5em;
    color: #173051;
}
.loHomeSocial i:hover {
    opacity: .75;
}
.bottom-shadow {
    margin-bottom: 8rem;
    box-shadow: 1px 6px 7px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 6px 7px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 6px 7px 0px rgba(0, 0, 0, 0.08);
}
#whyP h2.heading-large {
    font-size: 4rem;
    text-transform: capitalize;
}
a.calculator-banner.mobile-version {
    display: none;
}
@media(max-width:767.98px) {
    .spacing {
        margin-bottom: 0 !important;
    }
    .LOPhoneEmailLinks .left-col {
        text-align: center;
    }
    #LOPersonalBlurb {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .LOPhoneEmailLinks .right-col {
        text-align: center;
    }
    #LOSocialIconLinks {
        width: 230px;
        padding-top: 1em;
    }
    .LOPhoneEmailLinks,
    .LOPhoneEmailLinks a {
        line-height: 1.5em;
        margin-top: 2rem;
    }
    #loAboutSectionContent,
    #highlightBody {
        flex-direction: column;
    }
}
@media(max-width:991px) {
    a.calculator-banner.desktop-version {
        display: none;
    }
    a.calculator-banner.mobile-version {
        display: block !important;
    }
}
/*  
----------------------
    MAIN CONTENT
---------------------- 
*/
.narrow_body_content {
    /* padding: 2rem; */
    /* margin-bottom: 10rem; */
}
/* 
----- aboout section -----
*/
#aboutSectionOne {
    background: none !important;
    height: initial;
    background-position: initial;
}
#aboutSectionOne img {
    max-width: 460px;
}
#aboutSectionOneContentTitle {
    background: none;
    margin-bottom: 0;
}
#aboutSectionOneContentTitle span {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    line-height: 4rem;
}
#aboutSectionOneContentTitle span {
    margin-top: 1em;
    display: inline-block;
}
#aboutSectionOneContentTitle {
    margin-left: 0;
}
#LOLearnMoreAbout {
    font-family: "interface", sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #23395B !important;
    font-size: 4rem;
    letter-spacing: .04rem;
}
#aboutSectionOneContentText {
    text-align: left;
    font-size: 1.125em;
}
#aboutSectionOneContentLink {
    display: none;
}
@media screen and (max-width: 991.98px) {
    #aboutSectionOneContentTitle {
        margin-bottom: 0;
        margin-top: 1rem;
    }
    #aboutSectionOneContentTitle span {
        margin-top: 0;
    }
}
/* 
----- big bg section -----
*/
#bigBgWrapper {
    margin-top: 5rem;
    margin-bottom: 7rem;
    position: relative;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    #bigBgWrapper {
        height: auto;
        margin-bottom: 5rem;
        margin-top: 2rem;
    }
}
/* 
----- video section -----
*/
#aboutVideoContainer #videoPlayer,
.device-xs #videoPlayer {
    width: 100%;
    max-width: 600px;
}
@media (min-width: 1550px) {
    /*     #aboutVideoContainer {
      right: 10vw;
    } */
    #aboutVideoContainer #videoPlayer,
    .device-xs #videoPlayer {
        width: 100%;
        max-width: 750px;
    }
}
@media (max-width: 767.98px) {
    #aboutVideoContainer {
        position: unset;
        text-align: center;
    }
    #aboutVideoContainer {
        top: 0;
    }
}
/* 
----- highlights section -----
*/
#highlightsBg {
    background: #ffffff url('https://lo.primelending.com/us-en/images/lo-highlights-def.png?900326') no-repeat left top;
    background-size: cover;
    height: 870px;
    position: absolute;
    width: 100%;
    top: 0;
}
#highlightsSection {
    background: none;
    height: initial;
}
.highlightSectionNew {
    /*background: url(https://lo.primelending.com/us-en/images/highlight_background_v2.png) center center / cover no-repeat;*/
    height: 100%;
    min-height: 428px;
    border-radius: 20px;
    justify-content: start;
    align-items: center;
    position: relative;
    display: flex;
    position: relative;
    padding-left: 3rem !important;
}
.highlightSectionNew .hightlightContent {
    background-color: #fff;
    border-radius: 20px;
    padding: 2rem 4rem 2rem 2rem;
    max-width: 594px;
    border: 6px solid #09263F;
}
@media screen and (max-width: 991px) {
  .highlightSectionNew .hightlightContent {
     padding: 5rem 0 0;
  }
}
.highlightSectionNew .hightlightContent .highlightName {
    margin-bottom: 3rem;
}
#highlightsSectionContentWrapper {
    height: 400px;
    color: #23395B;
    background: #ffffff url('http://lo.primelending.com/us-en/images/lo_house.png') no-repeat right bottom;
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 4rem;
    transform: initial;
    width: 830px;
}
#highlightsSectionContent {
    float: none;
    padding: 5rem 5rem 4rem 7rem;
    width: 100%;
    position: initial;
    transform: none;
    margin-left: 0;
}
#highlightsSectionContentTitle {
    width: 100%;
    text-align: center;
    font-size: 3.8rem;
    line-height: initial;
    margin-bottom: 3rem;
}
#highlightsSectionContentTitle span {
    display: inline-block;
    font-family: "interface", sans-serif !important;
    font-weight: 800;
    text-transform: uppercase;
    color: #23395B;
}
/* #highlightsSectionContentList ul li {
    font-family: "interface", sans-serif !important;
    text-transform: capitalize !important;
    font-size: 1.3rem;
    font-weight: 500;
    color: #23395B;
    line-height: 1.5;
    margin-left: 0 !important;
    list-style: disc;
    text-indent: 0 !important;
} */
#highlightsSectionContentList ul li {
    font-family: "interface", sans-serif !important;
    text-transform: capitalize !important;
    font-size: 1.8rem;
    font-weight: 500;
    color: #23395B;
    line-height: 1;
    margin-left: 0 !important;
    list-style: disc;
    text-indent: 0 !important;
}
@media (min-width: 1550px) {
    #highlightsBg {
        height: 1050px;
    }
    #highlightsSectionContent {
        padding: 5rem 5rem 4rem 7rem;
        width: 850px;
    }
    #highlightsSectionContentWrapper {
        height: 450px;
    }
    #highlightsSectionContentList ul li {
        margin-bottom: 1.4rem;
    }
}
@media (max-width: 767.98px) {
    #highlightsSection {
        padding-top: 0;
        width: 100%;
        box-shadow: 1px 6px 7px 0px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 1px 6px 7px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 1px 6px 7px 0px rgba(0, 0, 0, 0.08);
        margin-bottom: 1.5rem;
        overflow: hidden;
    }
    #highlightsSectionContent {
        height: 480px;
    }
    #highlightsBg,
    #highlightsSectionContentWrapper {
        position: unset;
        width: 100%;
    }
    #highlightsSectionContentWrapper {
        height: unset;
        background-size: 50%;
    }
    #highlightsBg {
        max-height: 200px;
    }
    #highlightsSectionContentList ul li {
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
}
@media screen and (min-width:425px) and (max-width: 767.98px) {
    #highlightsSectionContent {
        padding: 4rem 10% 4rem 10%;
        max-width: 100%;
        height: 480px;
    }
    #highlightsSectionContentList ul li {
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
    #highlightsSectionContentWrapper {
        background-size: 60%;
    }
}
@media (max-width: 991.98px) {
    #highlightBody .highlightSectionNew {
        background-image: none !important;
        padding: 0 !important;
        flex-direction: column;
    }
    .highlightSectionNew .hightlightContent {
        margin: 0;
        box-shadow: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top-width: 0;
        border: none;
    }
    .highlightImage {
       background-size: cover!important;
       border-radius: 20px;
       height: 170px;
       width: 100%;
       background-repeat: no-repeat!important;
    }
}
/* 
----- new testimonials section ----- 
*/
.testimonial {
    padding-bottom: 50px;
    background-color: transparent;
}
@media(max-width:991.98px) {
    .testimonial {
        padding-top: 50px;
    }
}
.testimonial h5 {
    font-size: 2.8rem;
    color: #23395B;
}
/* .testimonial .bg-map {
    background-image: url("https://images.primelending.com/_assets/images/plcom/usa-map.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    height: 500px;
} */
.testimonial-header h2 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    font-size: 50px;
}
.testimonial .stars-rating {
    margin: 0 5px 20px;
    font-size: 1.5rem;
    color: #FBB03B;
}
.testimonial .testimonial-cards {
    border-radius: 3px;
    height: 100%;
}
.testimonial .row {
    padding-top: 2rem;
}
.testimonial .card {
    border: none;
    border-radius: 4px;
    min-height: 300px;
}
@media(max-width:767.98px) {
    .testimonial .card {
        margin-bottom: 50px;
    }
    .testimonial .card.mb-xs-0 {
        margin-bottom: 0px !important;
    }
}
.testimonial .card-body {
    padding: 3rem;
}
.testimonial .card-text {
    min-height: 170px;
}
@media (max-width: 991.98px) {
    .testimonial .card-text {
        min-height: 100px;
        min-height: 170px;
        max-height: 100%;
        overflow: hidden;
    }
}
/* .testimonial .testimonial-portrait {
    text-align: center;
    background-color: #ffffff;
    margin: -70px auto 1.5rem;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: #EAF2F8 solid 1px;
    background: url("https://images.primelending.com/_assets/images/plcom/testimonial-smile.png") center no-repeat #ffffff;
} */
.testimonial .closing {
    font-weight: 800;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #23395B;
    letter-spacing: 1px;
}
.testimonial .card-footer {
    text-align: center;
    padding: 1.25rem 1.75rem;
    border-radius: 4px;
}
.testimonial .card-footer p {
    margin-bottom: 0px;
}
.testimonial .card-footer .name {
    font-family: "interface", sans-serif;
    font-weight: 700;
    font-size: 2.3rem;
    color: #fff;
    text-transform: uppercase;
}
.testimonial .card-footer p.location {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
/* 
----- product cards -----
*/
section#loanTypesSection {
    background: none !important;
    height: unset !important;
}
#loanTypesSectionTitle h2 {
    color: #0D3050;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
}
p.productsBlockTitle {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    text-transform: none;
}
h2#contactFormSectionTitle {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    color: #23395B;
}
p.productsBlockTitle {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0;
}
.productsBlock {
    border-radius: 15px;
    background-color: #ffffff;
    color: #0D3050;
    transition: all .4s ease;
    border: none;
    height: 270px !important;
    box-shadow: 2px -1px 23px -8px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 2px -1px 23px -8px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 2px -1px 23px -8px rgba(0, 0, 0, 0.41);
}
.productsBlock:hover {
    border: #CDECF6 solid 6px;
    background-color: #ffffff;
    color: #0D3050;
    box-shadow: none;
}
.productsBlockicon img {
    max-width: 80%;
    max-height: 90px;
}
@media screen and (max-width: 991px) {
    .productsBlock {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 1rem;
        height: 100% !important;
        gap: 1rem;
    }
    .productsBlock>div {
        text-align: left;
    }
    .productsBlockicon {
        margin: 0;
    }
    .productsBlock>div * {
        margin: 0;
    }
    div#productsBlockRow>div {
        margin-bottom: 1.5rem;
    }
    p.productsBlockTitle {
        font-size: 2rem;
    }
}
/* 
----- our-process section -----
*/
.our-process {
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.our-process .our-process-steps ul {
    padding: 0;
}
.our-process-steps li {
  margin-bottom: 1rem;
}
.our-process-steps li + strong {
   color: #09263F;
}
.our-process-steps li strong {
    font-weight: 700;
    font-family: 'interface';
}
.our-process img {
    padding-right: 5rem;
}
.our-process-link {
    width: 440px;
}
.our-process-link a {
    color: #23395b;
    font-size: 2.3rem;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 !important;
}
.our-process-link a:hover {
    text-decoration: underline;
}
.our-process-link a .fa {
    font-size: 1.5rem;
}
.our-process-steps {
    max-width: 450px;
}
.our-process-steps h2 {
    font-size: 4rem;
    position: relative;
}
.our-process li {
    color: #23395b;
    font-size: 1.8rem;
    margin: 2rem 0;
    list-style-type: none;
}
@media (max-width: 991.98px) {
.our-process li {
    margin: 1rem 0;
}
    .our-process img {
        padding-right: 0;
        padding-bottom: 5rem;
    }
.our-process-link {
    width: auto!important;
}
.our-process-link a {
    width: 100% !important;
    text-align: center;
}
    .our-process-steps {
        margin: 0 auto;
    }
    #loanTypesSectionTitle p {
        width: 100% !important;
    }
}
@media (max-width: 767.98px) {
    .our-process-steps h2 {
        font-size: 3rem !important;
    }
    .our-process li {
        font-size: 1em;
    }
}
/*  
----- why pl / new about primelending secion -----
*/
.why-pl .container {
    padding-top: 3rem;
    text-align: center;
    margin-bottom: 3rem;
}
.why-pl .heading-large {
    font-size: 8rem;
    text-align: center;
    color: #23395B;
    line-height: 7.6rem;
    font-family: "interface", sans-serif !important;
    font-weight: 800;
}
@media (max-width: 991.98px) {
    .why-pl .heading-large {
        font-size: 6rem;
    }
}
@media (max-width: 767.98px) {
    .why-pl .heading-large {
        font-size: 4rem;
        line-height: 4rem;
    }
    #whyP h2.heading-large {
        font-size: 4rem;
        margin-top: 3rem;
    }
}
@media (max-width: 350.98px) {
    .why-pl .heading-large {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
}
.why-pl p {
    text-align: left;
}
.why-pl p.small-heading {
    font-size: 2.7rem;
    text-align: center;
    color: #23395B;
    line-height: 7.6rem;
    font-family: "interface", sans-serif !important;
    font-weight: 800;
    margin-bottom: 0;
}
.why-pl .btn-navy {
    color: #fff;
    background-color: #23395b;
    border-color: #23395b;
    font-family: "interface", sans-serif !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.3em;
    padding: 1rem 5rem;
    margin: 2rem auto !important;
}
.why-pl .btn-navy:hover {
    background-color: #122440;
    border-color: #122440;
}
.why-pl .btn-navy a {
    color: #fff;
}
.why-pl .btn-navy a:hover {
    color: #fff;
}
/* .why-pl .gradient-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bfd7ea));
    background-image: linear-gradient(to bottom, #fff 0%, #bfd7ea 100%);
    background-repeat: repeat-x;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
} */
/* 
----- old about primelending section -----
*/
@media (max-width:767.98px) {
    #aboutPrimeSection {
        margin-top: 0 !important;
    }
}
#aboutPrimeSectionContainer,
#aboutPrimeSectionContainerMobile {
    background-color: #ffffff !important;
    border: none !important;
    -webkit-box-shadow: 0px 0px 10px rgba(191, 215, 234, .6) !important;
    box-shadow: 0px 0px 10px rgba(191, 215, 234, .6) !important;
}
#aboutPrimeSectionContainer {
    padding: 46px 120px;
}
#aboutPrimeSectionContainerMobile {
    padding: 3rem;
}
#aboutPrimeSectionContainer h2,
#aboutPrimeSectionContainerMobile h2 {
    display: none;
}
/* 
----- contact form section -----
*/
.contact-input input,
.contact-input textarea {
    flex: 1 1 0%;
    min-width: 0;
    border: solid 1px rgba(205, 236, 246, 0.3) !important;
    background-color: rgba(205, 236, 246, 0.3) !important;
    font-size: inherit;
    line-height: 1.6rem;
    color: #333333;
    padding: .7rem .9rem;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
section.contactForm label {
    font-size: 1.6rem;
    margin-bottom: .6rem;
}
.dlp-button-container {
    display: flex;
    justify-content: center;
    width: 100%;
}
#LOSubmitButton {
    border-color: #09263F;
    background-color: #09263F;
    border-radius: 10px !important;
    font-size: 1.8rem;
    max-width: 289px;
    margin-top: 30px;
}
#LOSubmitButton:hover {
    border-color: #23395B;
    background-color: #23395B;
}
#LOSubmitButton:hover {
    color: #fff;
    background-color: #081c2f !important;
    border-color: #061624 !important;
}
@media (max-width: 991px) {
    #contactus #LOSubmitButton {
        font-size: 1.5rem;
        width: 100%;
    }
}
@media (max-width: 425.98px) {
    #LOSubmitButton {
        float: none;
        margin-top: 1rem;
        font-size: 1.4rem;
    }
}
/*  ----------------------
    General Page, non index, non-testimonial
---------------------- */
/* .bannerGradient {
    background-color: #173051 !important;
    background: url('https://lo.primelending.com/us-en/images/house-sketch-05-light.svg') no-repeat center;
    background-size: 650px;
} */
.bannerGradient {
    background: #fff !important;
}
@media (max-width:767.98px) {
    .bannerGradient {
        background-size: 300px;
    }
}
#generalContainer {
    /* background-color: #EAF2F8; */
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#generalContainer h2,
#generalContainer h3,
#generalContainer h4,
#generalContainer h5,
#generalContainer h6 {
    margin-bottom: 1rem;
    margin-top: 2.5rem;
}
#generalContainer h2 {
    color: #173051;
    font-size: 3.3rem;
}
#generalContainer .card {
    padding: 4rem 5rem;
    border-radius: 4px;
}
@media (max-width:767.98px) {
    #generalContainer {
        padding-top: 0 !important;
    }
    #generalContainer .card {
        padding: 4rem 4rem;
    }
}
@media (max-width: 575.98px) {
    #generalContainer .card {
        padding: 3rem 3rem;
    }
}
#generalContainer ul.bullets-left-align {
    padding-inline-start: 17px;
}
/* .mainContent {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EAF2F8));
    background-image: linear-gradient(to bottom, #fff 0%, #EAF2F8 100%);
} */
/* ----------------------
    Contact Page 
---------------------- */
#contactForm1 {
    margin-bottom: 0 !important;
}
#contactForm .disclaimers {
    color: #0D3050;
}
#contactContentContainer .card {
    padding: 4rem 2rem 1rem;
    margin-bottom: 6rem;
    border-radius: 4px;
}
@media only screen and (max-width: 991px) {
    #contactContentContainer .card {
        padding: 0;
        margin-bottom: 6rem;
        border-radius: 4px;
    }
    .order-switch div#contactFormContainer {
        padding: 0 1rem !important;
    }
}
#contactFormSectionTitle h2 {
    color: #B3272D;
    line-height: 3.4rem;
    font-size: 4.3rem;
    margin-bottom: 1rem;
}
.fthb h2 {
    font-size: 4.3rem;
    line-height: 1;
    text-transform: none;
    margin-bottom: 2rem;
}
#contactFormSectionTitle h2 span {
    font-size: 2.3rem;
    color: #173051;
}
#contactFormSectionTitle .fa-chevron-down {
    color: #4293B3;
}
#contactInfoContainer {
    font-size: 1.7rem;
    padding-left: 0 !important;
}
.contact-item.row {
    margin-top: 2.6rem;
}
.contact-item i.fa {
    font-size: 2.4rem;
    color: #4293B3;
}
.contact-item i.fa-map-marker {
    font-size: 3rem !important;
}
.contact-item .lo-info {
    margin-left: 1em;
}
@media (min-width: 1199.98px) {
    .contact-item .lo-info {
        margin-left: .4em;
    }
}
#contactForm .contact-input label {
    font-size: 1.5rem;
    font-family: "interface", sans-serif !important;
    font-weight: 400;
    color: #09263F;
}
#contactForm .contact-input input {
    font-size: 1.6rem;
    padding: 1.5rem;
    border-radius: 12px;
}
.contact-input label {
    font-size: 1.6rem;
    font-family: "interface", sans-serif !important;
}
.card span.required {
    display: inline-block;
}
/*  
----------------------
    FOOTER
---------------------- 
*/
#footer {
    background-color: #fff;
}
#footer .footerLinks {
    padding: 0;
}
#footer .footerLinks li a {
    color: #0D3050;
}
#footer>.container {
    border-bottom: #d7dbde solid 1px;
}
#copyrights {
    border: none !important;
}
#copyrights a {
    color: #6d9796;
}
.tagline.row {
    margin-bottom: 5rem;
}
#copyrights .tagline img {
    width: 30%;
}
#stickyFooterImageWrapper {
    padding-bottom: 1.5rem;
    background-color: #e6f5fa !important;
}
@media screen and (max-width: 991px) {
    .g-recaptcha {
        transform: scale(.77);
        transform-origin: 0 0;
        margin: 0 auto;
        padding-left: 3rem;
    }
    #copyrights .tagline img {
        width: 70%;
    }
    .required {
        text-align: center;
    }
    .tagline.row {
        margin-bottom: 1rem;
    }
    .tagline img {
        width: 60%;
    }
    p.pl-specific-disclaimer {
        font-size: 1.2rem;
        line-height: 1.5;
    }
}
ul.footerLinks li a {
    font-size: 1.4rem !important;
}
#stickyFooterloInfo #stickyFooterloInfoName {
    font-family: "Poppins", sans-serif;
    line-height: 1.1;
    font-weight: 700;
    font-size: 35px;
}
#stickyFooterloInfo,
#stickyFooterLoContactInfo,
#stickyFooterloAddressInfo {
    font-family: "interface", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #0D3050;
}
div#stickyFooterContactButton .btn {
    min-width: 155px;
}
div#stickyFooterContactButton {
    text-align: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-direction: column;
}
#stickyFooterLOPortrait {
    width: 103px;
    height: 125px;
    border-radius: 12%;
}
div#stickyFooterLoContactInfoPhone,
#stickyFooterLoContactInfoEmail,
#stickyFooterloAddressInfo {
    display: flex;
    gap: 1rem;
    align-items: center;
}
#stickyFooterLoContactInfoEmail a,
a.stickyFooterAddressLink {
    color: #09263F;
    display: inline-block;
    font-family: "interface", sans-serif;
}
a.stickyFooterAddressLink:hover {
    text-decoration: underline !important;
    color: #09263F;
}
#stickyFooterLoContactInfoPhone {
    font-family: 'interface', sans-serif;
    font-weight: 400;
    line-height: 15px;
    font-size: 16px;
}
#stickyFooterLoContactInfo>div img {
    width: 15px;
}
#stickyFooterLoContactInfo {
    border: none;
}
#stickyFooterloAddressInfo,
#stickyFooterloAddressInfoLineOne,
#stickyFooterloAddressInfolineTwo {
    padding: 0;
    font-family: "interface", sans-serif;
}
#stickyFooterloInfo,
#stickyFooterLoContactInfo {
    font-family: "interface", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #09263F;
}
.loContactCardWrap {
    background-color: transparent;
    color: #23395b !important;
    bottom: 109px !important;
}
.loContactCardContain {
    color: #23395b !important;
}
.loContactCard {
    box-shadow: none;
}
/*  
----------------------
    CALCULATORS
---------------------- 
*/
#calcMainContentRow .card span.input-group-addon {
    display: table-cell;
}
#calcMainContentRow .card span {
    display: inline-block !important;
}
#calcTitleContainer h1 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
}
h2#calc-heading {
    color: #0D3050;
    line-height: 3.4rem;
    margin-bottom: 1rem;
    margin-bottom: 1em;
}
.input-group .form-control,
.input-group .input-group-addon+.form-control,
.input-group-addon {
    font-family: "interface", sans-serif !important;
}
.input-group .form-control,
.input-group .input-group-addon+.form-control,
.input-group-addon {
    border: none;
}
.accordion-heading {
    font-size: 2.2rem;
    font-weight: 500;
    color: #4293B3;
    line-height: 2.5rem;
}
.panel-title,
h2.panel-title,
.panel-title span#yourCurrentLoanTitleText,
.panel-title span#newLoanTitleText {
    text-transform: unset;
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    position: relative;
    font-size: 2.5rem !important;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
}
.accordionChevron {
    float: none !important;
    position: absolute;
    top: 0;
    right: 0;
    color: #23395B !important;
    padding-top: 0;
    line-height: 14px !important;
}
@media only screen and (max-width: 768px) {
    .accordionChevron {
        right: 30px;
    }
}
.calcPanelHeading {
    background: none !important;
}
#intPrinAccordTitleText {
    color: #23395B !important;
}
@media only screen and (max-width: 768px) {
    #intPrinAccordTitleText {
        max-width: 100% !important;
    }
}
.calculateBtn.btn,
#calculateBtn.btn,
#calculateBtn1,
#calculateBtn2,
#calculateBtn3,
#calculateBtn4 {
    color: #ffffff !important;
    background-color: #3b5c52 !important;
    border: none !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
}
label,
.calcResultsDetailLabel,
#calculatedSavings,
#calcResultsDetail,
#affordability-calculator #calcResultsDetail,
#extra-payments-calculator .withExtra,
#extra-payments-calculator .withoutExtra {
    font-family: "interface", sans-serif !important;
}
.calcFormFieldHelp>p {
    padding-top: 0 !important;
}
#rightBottomResultsSummaryContainer {
    background-color: #173051 !important;
}
#leftResultsSummaryText,
#rightBottomResultsSummaryText,
#currentPaymentResultsSummaryText,
#newPaymentSummaryText {
    padding-bottom: 0 !important;
}
span#resultsSummary1Result,
span#resultsSummary2Result,
span#resultsSummary1ResultMobile,
span#resultsSummary2ResultMobile {
    font-weight: 700 !important;
}
#resultsSummaryText1Span {
    font-weight: 700;
}
#resultsSummaryText1,
#resultsSummaryText2,
#resultsSummaryText3,
#resultsSummaryText2.resultSummaryText {
    font-family: "interface", sans-serif !important;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 2.2rem !important;
}
.calcResultsDetailNumber {
    color: #23395D !important;
    font-family: "interface", sans-serif !important;
}
#rent-vs-buy-calculator .panel-title .accordionIcon.fa {
    display: none;
}
#fixed-vs-adjustable-calculator .panel-title .accordionIcon.fa {
    color: #23395B !important;
    margin-right: 2rem;
}
#calcResultsSummaryPayment,
#affordability-calculator #calcResultsSummaryPayment,
#newPaymentSidebar.currentPayData,
#newPaymentSidebar.payNewSide {
    font-size: 2.5rem;
    font-weight: 800 !important;
    font-family: "interface", sans-serif !important;
}
#rent-vs-buy-calculator #calcResultsDetail,
#fixed-vs-adjustable-calculator #calcResultsDetail,
#extra-payments-calculator #calcResultsDetail,
#refinance-calculator #calcResultsDetail {
    border: 1px solid #adb5bd !important;
}
#leftResultsContainer.applyNowBlueBackground,
#calcResultsSummary.applyNowBlueBackground,
#affordability-calculator #calcResultsSummary.applyNowBlueBackground,
#extra-payments-calculator #currentPaymentResultsContainer.applyNowBlueBackground,
#refinance-calculator #calcResultsSummary .applyNowBlueBackground {
    background-color: #3b5c52 !important;
    border: none;
}
#affordability-calculator .calcLabels,
#bi-weekly-payments-calculator .calcLabels,
#discount-points-calculator .calcLabels,
#fixed-vs-adjustable-calculator .calcLabels {
    display: block;
}
#affordability-calculator #legend>li {
    font-size: .9rem !important;
}
#mortgage-calculator #calcResultsSummary,
#affordability-calculator #calcResultsSummary {
    border: 2px solid #3b5c52 !important;
    font-family: "interface", sans-serif !important;
    background-color: #3b5c52 !important;
}
#mortgage-calculator #calcResultsSummaryText {
    padding-bottom: 0 !important;
}
#bi-weekly-payments-calculator #calcResultsSummaryText {
    padding-top: 0;
    padding-bottom: 0;
}
#bi-weekly-payments-calculator .resultCalcMobileWrap {
    margin-bottom: 0;
    padding-bottom: 0;
}
#mortgage-calculator #calcResultsSummaryContainer,
#affordability-calculator #calcResultsSummaryContainer,
#bi-weekly-payments-calculator #calcResultsSummaryContainer,
#discount-points-calculator #calcResultsSummaryContainer {
    border: 2px solid #3b5c52 !important;
    font-family: "interface", sans-serif !important;
    border-radius: 4px !important;
}
#mortgage-calculator #calcResultsSummaryPayment {
    font-size: 2.7rem;
    font-weight: 800 !important;
}
#discount-points-calculator #resultCalcMobileWrap {
    padding-bottom: 0;
}
#discount-points-calculator #calcResultsSummaryPaymentMobile1,
#discount-points-calculator #calcResultsSummaryPaymentMobile2 {
    font-weight: 800 !important;
    margin-top: 0;
}
#discount-points-calculator #hiddenContainerMobile2amount,
#discount-points-calculator #hiddenContainerMobile2amount {
    text-align: right;
}
#discount-points-calculator #resultsTextMobile {
    padding: 10px 0px 10px 15px;
}
#discount-points-calculator #calcResultsSummaryBreakEvenMonths {
    font-family: "interface", sans-serif !important;
    font-weight: 800 !important;
}
#rent-vs-buy-calculator #leftSummaryPayment,
#rent-vs-buy-calculator #rightBottomResults,
#fixed-vs-adjustable-calculator #leftSummaryPayment,
#fixed-vs-adjustable-calculator #rightBottomResults {
    font-size: 2rem !important;
    font-weight: 800 !important;
}
#bi-weekly-payments-calculator #resultsSummaryText1>p {
    color: #333333;
    font-size: 16px !important;
    line-height: 1.5rem;
}
#bi-weekly-payments-calculator #mobile2amount {
    color: #23395D !important;
    font-weight: 700 !important;
}
#bi-weekly-payments-calculator #resultsSummaryText1Span,
#discount-points-calculator #resultsSummaryText2>span,
#discount-points-calculator #resultsSummaryText3>span,
#fixed-vs-adjustable-calculator #resultsSummaryText1 span,
#extra-payments-calculator #resultsSummaryText2 .payContentColor,
#refinance-calculator #resultsSummaryText3>span {
    color: #23395D !important;
    font-weight: 700 !important;
    font-family: "interface", sans-serif !important;
}
#refinance-calculator #resultsSummaryText1 {
    font-weight: 700 !important;
}
#extra-payments-calculator .withoutExtra {
    color: #B3272D !important;
}
#extra-payments-calculator .resultCalcMobileWrap {
    margin-top: 0 !important;
}
#extra-payments-calculator #newPaymentResultsContainerMobile {
    margin-top: 1rem;
    padding-right: 15px;
}
#otherCalcsButtonContainer {
    margin-bottom: 3rem !important;
}
#otherCalcsButtonContainer .card {
    padding: 4rem;
    margin-top: 4rem !important;
    text-align: left;
}
#otherCalcsTitle {
    margin-top: 3rem !important;
}
/* 
----- calculator mobile view -----
*/
.resultCalcMobileWrap {
    background-color: #ffffff !important;
    border: 2px solid #23395D !important;
    font-family: "interface", sans-serif !important;
    border-radius: 4px;
    padding: 0 0 15px 0;
    display: none;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
    margin-top: 90px;
    overflow: hidden;
}
.resultCalcMobileWrap #calcResultsSummaryPaymentMobile {
    font-weight: 700 !important;
}
.resultCalcMobileWrap #calcResultsMobileStickyFooterSummary {
    font-family: "interface", sans-serif !important;
    background-color: #3b5c52 !important;
    padding-top: 10px;
    padding-left: 30px;
    margin-bottom: 10px;
}
.resultCalcMobileWrap .fntBlue {
    font-family: "interface", sans-serif !important;
    color: #333333;
}
.resultCalcMobileWrap .col-xs-4.fntBlue {
    color: #23395D !important;
    font-weight: 700 !important;
}
.resultCalcMobileWrap #resultsTextMobile {
    font-family: "interface", sans-serif !important;
}
.resultCalcMobileWrap #rentingCostsAmountMobile,
.resultCalcMobileWrap #rentingCostsLabelMobile,
.resultCalcMobileWrap #buyingCostsLabelMobile,
.resultCalcMobileWrap #buyingCostsAmountMobile,
.resultCalcMobileWrap #newPaymentResultsMobile,
.resultCalcMobileWrap #newPaymentLabelMobile,
.resultCalcMobileWrap #currentPaymentLabelMobile,
.resultCalcMobileWrap #currentPaymentAmountMobile,
.resultCalcMobileWrap #monthlySavingsLabelMobile,
.resultCalcMobileWrap #monthlySavingsAmountMobile,
.resultCalcMobileWrap #newPaymentResultsSubTextMobile,
.resultCalcMobileWrap #breakEvenSummaryMobile span,
.resultCalcMobileWrap #resultsTextMobile1,
.resultCalcMobileWrap #resultsTextMobile2,
.resultCalcMobileWrap #calcResultsSummaryPaymentMobile1,
.resultCalcMobileWrap #calcResultsSummaryPaymentMobile2,
.resultCalcMobileWrap #newPaymentResultsContainerMobile .payContentColor.mobilePayContent,
.resultCalcMobileWrap p.resultsMobileTextTwo .payContentColor.mobilePayContent,
#affordability-calculator .resultCalcMobileWrap #resultsTextMobile {
    font-family: "interface", sans-serif !important;
    color: #23395D !important;
}
.resultCalcMobileWrap #newPaymentResultsContainerMobile {
    padding-right: 0;
}
.resultCalcMobileWrap .col-xs-12,
.resultCalcMobileWrap #resultsAdviceMobile,
.resultCalcMobileWrap #youSaveSummaryMobile,
.resultCalcMobileWrap #breakEvenSummaryMobile {
    font-family: "interface", sans-serif !important;
}
.resultCalcMobileWrap #topContainerMobile #topLabelMobile,
.resultCalcMobileWrap #topContainerMobile #topAmountMobile,
.resultCalcMobileWrap #bottomContainerMobile #bottomLabelMobile,
.resultCalcMobileWrap #bottomContainerMobile #bottomAmountMobile,
.resultCalcMobileWrap #resultsMobileTextOne,
.resultCalcMobileWrap #newPaymentResultsContainerMobile p.resultsMobileTextOne,
.resultCalcMobileWrap p.resultsMobileTextTwo,
#bi-weekly-payments-calculator .resultCalcMobileWrap #calcResultsMobileStickyFooterDetailSummary,
#discount-points-calculator .resultCalcMobileWrap #calcResultsMobileStickyFooterDetailSummary p,
#rent-vs-buy-calculator .resultCalcMobileWrap #resultsTextMobile {
    font-family: "interface", sans-serif !important;
}
#rent-vs-buy-calculator .resultCalcMobileWrap,
#affordability-calculator .resultCalcMobileWrap,
#discount-points-calculator .resultCalcMobileWrap {
    padding: 0 10px 0px 10px !important;
    float: none;
    overflow: hidden;
    margin: 2rem auto 0;
}
#rent-vs-buy-calculator .resultCalcMobileWrap p#calcResultsSummaryPaymentMobile,
#affordability-calculator .resultCalcMobileWrap p#calcResultsSummaryPaymentMobile {
    margin-bottom: 8px !important;
    font-family: "interface", sans-serif !important;
    color: #23395D !important;
}
#mortgage-calculator #intPrinAccordTitleText {
    width: 90%;
}
#refinance-calculator .affix {
    min-width: 236px !important;
}
#refinance-calculator #calcResultsSummaryPayment.payCalcSum,
#refinance-calculator #newPaymentSidebar.payNewSide {
    font-size: 2.5rem !important;
}
#discount-points-calculator #resultsTextMobile #calcResultsSummaryPaymentMobile1,
#discount-points-calculator #resultsTextMobile #calcResultsSummaryPaymentMobile2 {
    font-weight: 700;
}
#discount-points-calculator .resultCalcMobileWrap {
    padding-top: 1.5rem;
}
#discount-points-calculator .calcResultsSummaryPaymentMobile {
    margin-top: 0px;
}
#discount-points-calculator .resultCalcMobileWrap {
    padding-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
/* Calc Icon Update */
div#calcContentIcons {
    display: flex;
    flex-flow: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    
}
div#calcContentIcons div {
    min-height: 160px;
    border-radius: 10px;
    border: 6px solid #CDECF6;
    max-width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 262px;
}
@media (max-width: 991px) {
    #calcContentText {
        padding: 0;
    }
}
div#calcContentIcons div:hover {
    border: #09263F 6px solid !important;
}
div#calcContentIcons div img {
    height: 50px;
    width: auto;
}
div#calcContentIcons img.calcIconImage {
    margin-top: 2rem;
}
div#calcContentIcons div h2 {
    font-size: 18px !important;
    margin-top: 20px;
    line-height: 1.2;
}
div#loanTypesSectionTitle h2 {
    font-size: 40px !important;
    line-height: 1.3;
}
@media screen and (max-width: 1199px) {
    div#loanTypesSectionTitle h2 {
        font-size: 39px !important;
    }
    div#calcContentIcons div h2 {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 991px) {
    div#calcContentIcons {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
.calcIconImage {
    min-width: 0px !important;
}
#calcContentIcons {
    padding-bottom: 0px !important;
    margin-top: 40px !important;
}
div#calcContentIcons div a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
    min-height: inherit;
}
div#calcContentIcons div a .calc-title {
    font-weight: 600;
    line-height: 1.2;
    color: #0D3050;
}
.card-shadow-light.narrow_body_content {
    box-shadow: none !important;
}
@media screen and (min-width: 1200px) {
    div#calcContentIcons div {
        margin-right: 10px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    div#calcContentIcons div {
        max-width: 100%;
        width: 290px;
        margin-right: 0px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    div#calcContentIcons div {
        max-width: 100%;
        margin-right: 45px;
        margin-left: 45px;
        width: 280px;
    }
}
@media screen and (max-width: 767px) {
    div#loanTypesSectionTitle h2 {
        font-size: 26px !important;
        line-height: 1.3 !Important;
    }
    .footerLogo {
        margin: 0 auto;
        width: 100%;
    }
}
/*End Calc Icon Update */
@media only screen and (max-width: 768px) {
    .resultCalcMobileWrap {
        padding: 0 0 15px 0 !important;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }
    #rent-vs-buy-calculator .resultCalcMobileWrap {
        margin-bottom: 0;
    }
    #discount-points-calculator .calcResultsSummaryPaymentMobile {
        margin-top: 0px;
    }
    #discount-points-calculator #resultsTextMobile {
        margin-top: 1rem;
    }
    #discount-points-calculator #resultsTextMobile #resultsTextMobile1,
    #discount-points-calculator #resultsTextMobile #resultsTextMobile2,
    #discount-points-calculator #resultsTextMobile #calcResultsSummaryPaymentMobile1,
    #discount-points-calculator #resultsTextMobile #calcResultsSummaryPaymentMobile2 {
        text-align: center;
    }
    #discount-points-calculator #resultsTextMobile #calcResultsSummaryPaymentMobile1,
    #discount-points-calculator #resultsTextMobile #calcResultsSummaryPaymentMobile2 {
        margin-top: .5rem;
    }
}
@media (max-width:571.98px) {
    #mortgage-calculator #calcResultsMobileStickyFooterSummary {
        padding-left: 15px;
        padding-right: 15px;
    }
    #mortgage-calculator #calcResultsMobileStickyFooterSummary .col-xs-6,
    #affordability-calculator #calcResultsMobileStickyFooterSummary .col-xs-6,
    #affordability-calculator #resultCalcMobileWrap #resultsTextMobile .col-xs-6,
    #affordability-calculator #resultCalcMobileWrap #resultsTextMobile .col-xs-6 {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }
    #calcResultsMobileStickyFooterSummaryTitle {
        text-align: center !important;
    }
    #affordability-calculator #resultCalcMobileWrap {
        max-width: 100%;
    }
    #affordability-calculator #resultsTextMobile {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #affordability-calculator #calcResultsSummaryPaymentMobile,
    #affordability-calculator #calcResultsSummaryLoanTermMobile {
        margin-top: 1.5rem;
        text-align: center !important;
    }
    #affordability-calculator #resultsTextMobile #resultsSummaryText1,
    #affordability-calculator #calcResultsSummaryLoanTermMobile {
        margin-bottom: 0;
    }
    #affordability-calculator #resultsTextMobile .col-xs-12:first-of-type {
        text-align: center;
    }
}
/*  
----------------------
    TESTIMONIALS HOMEPAGE
---------------------- 
*/
.testimonial-cards .card .row:not(.bg-medium) {
    border-top: 5px solid #AED7EC;
    border-left: 5px solid #AED7EC;
    border-right: 5px solid #AED7EC;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 3rem;
}
.testimonial-cards .card {
    margin: 10px;
}
.testimonial-cards .card .bg-medium {
    background-color: #09263F;
    color: #ffffff;
    padding: 4rem 7rem;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
div#slider-ctrl {
    position: relative;
}
#slider-ctrl .dots {
    position: relative;
    top: -25px;
}
.slick-dots li button:before {
    font-size: 14px;
}
#slider-ctrl .arrows {
    position: relative;
    max-width: 65px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    top: 20px;
}
#slider-ctrl .arrows .slick-prev {
    width: 20px;
    left: 0;
}
#slider-ctrl .arrows .slick-next {
    width: 20px;
    right: 0;
}
#slider-ctrl .arrows .slick-prev:before {
    content: url('https://www.primelending.com/_assets/images/arrow-left-light.svg');
}
#slider-ctrl .arrows .slick-next:before {
    content: url('https://www.primelending.com/_assets/images/arrow-right-light.svg');
}
@media screen and (max-width: 991px) {
    .testimonial-cards .card .row:not(.bg-medium) {
        padding: 2rem;
    }
}
/*  
----------------------
    TESTIMONIALS PAGE
---------------------- 
*/
.testimonial-banner {
    padding-top: 0;
}
.testimonial-banner h1 {
    padding-top: 2rem !important;
}
#testimonials.container {
    margin-bottom: 1rem;
}
#testimonials .card {
    border-radius: 30px !important;
    padding-top: 2.5rem;
    margin-bottom: 4rem;
    background: #ffff;
}
#testimonials .card>.row:first-child {
    border-top: 5px solid #AED7EC;
    border-left: 5px solid #AED7EC;
    border-right: 5px solid #AED7EC;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 3rem;
}
#testimonials .card .row {
    margin-left: 0;
    margin-right: 0;
}
#testimonials .testimonial-image,
.testimonial-cards .card .testimonial-image {
    margin-bottom: 1.5rem;
    text-align: right;
    position: relative;
}
#testimonials .testimonial-image img,
.testimonial-cards .card .testimonial-image img {
    max-width: 7rem;
    position: absolute;
    left: 94px;
    top: -14px;
}
@media screen and (max-width: 991px) {
    #testimonials .testimonial-image img,
    .testimonial-cards .card .testimonial-image img {
        max-width: 5rem;
        position: absolute;
        right: 0 !important;
        top: -6px;
        left: auto;
    }
    .article1-cta {
        display: none !important;
    }
}
#testimonials .signature, .testimonial-cards .card .signature {
}
#testimonials .signature-review,
.testimonial-cards .card .signature-review {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#testimonials .signature,
.testimonial-cards .card .signature {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700;
    color: #09263F;
    font-size: 3rem;
    letter-spacing: .1rem;
    margin-bottom: 1rem;
    text-align: left !important;
    margin-bottom: 0;
}
.testimonial-cards .card .loation {
    font-weight: 800;
}
#testimonials .location,
.testimonial-cards .card .location {
    font-family: "interface", sans-serif !important;
    font-weight: 700;
    color: #09263F;
    margin-bottom: 2rem;
    font-size: 21px;
}
#testimonials .testimonial-review p,
.testimonial-cards .testimonial-review p {
    font-size: 1.5rem;
    color: #0D3050 !important
}
#testimonials .bg-medium,
.testimonial-cards .card .bg-medium {
    background-color: #09263F;
    color: #ffffff;
    padding: 4rem 7rem;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
@media only screen and (max-width: 768px) {
    #testimonials .testimonial-source p {
        text-align: left;
    }
    #testimonials .bg-medium,
    .testimonial-cards .card .bg-medium {
        padding: 3rem 3rem;
    }
}
@media only screen and (max-width: 468px) {
    #testimonials .testimonial-source p,
    .testimonial-cards .card .testimonial-source p {
        text-align: left;
    }
    #testimonials .bg-medium,
    .testimonial-cards .card .bg-medium {
        padding: 3rem 3rem;
    }
}
#testimonials .closing-date,
#testimonials .testimonial-source p,
.testimonial-cards .card .closing-date,
.testimonial-cards .card .testimonial-source p {
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: .1rem;
    line-height: 1;
    margin: 0 !important;
}
#testimonials .testimonial-source p,
.testimonial-cards .card .testimonial-source p {
    padding-top: 1rem;
}
#testimonials .closing-date span,
.testimonial-cards .card .closing-date span {
    text-transform: capitalize;
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    font-size: 2.5rem;
}
#zillowTestimonials {
    background-color: #ffffff;
    margin-bottom: 5rem;
}
#zillowTestimonials .btn-primary {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 1rem 5rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 3px;
    background-color: #09263F;
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
    text-transform: uppercase;
    height: auto;
margin-top: 20px;
}
#zillowTestimonials .btn-primary:hover {
    background-color: rgba(9, 38, 63, 0.8);
}
@media screen and (max-width: 991px) {
  #testimonials .closing-date span,
.testimonial-cards .card .closing-date span {
    font-size: 1.8rem;
}
}
/*  
----------------------
    FAQ PAGE
---------------------- 
*/
#faqSection #faqContentContainer {
    max-width: 100%;
}
#faqSection #faqContentContainer>.row {
    margin-left: auto;
    margin-right: auto;
}
#faqSection .faqPanelGroup {
    border-radius: 5px;
}
#faqSection .faqPanel {
    background-color: #ffffff !important;
    padding: 4rem;
    border-radius: 5px !important;
    margin-bottom: 0 !important;
}
#faqSection .faqPanelHeading {
    padding-left: 0 !important;
}
#faqSection h2.panel-title {
    padding-left: 0;
    font-size: 3.5rem !important;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    color: #0D3050 !important;
    font-weight: bold !important;
}
#faqSection .faqPanelBody {
    padding-top: 0 !important;
}
#faqSection .accordionChevron {
    font-size: 4rem !important;
    top: 50%;
    transform: translateY(-50%);
}
#faqSection .faqItemQuestion h3 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 2.5rem;
    color: #23395B;
}
/*  
----------------------
    VIDEOS PAGE
---------------------- 
*/
.videoTitle h3 {
    font-family: "interface", sans-serif !important;
    text-transform: uppercase;
    font-weight: 800 !important;
    color: #23395B;
}
/*
--------------------
CALENDLY
--------------------
*/
.calendly-badge-widget {
    bottom: 5px !important;
}
.calendly-badge-widget .calendly-badge-content {
    padding: 0 10px !important;
}
@media screen and (max-width: 991px) {
    .calendly-badge-widget {
        bottom: 65px !important;
        right: 0px !important;
    }
    #faqSection h2.panel-title {
        font-size: 2.8rem !important;
    }
}
/*
--------------------
INTERCOM
--------------------
*/
.intercom-lightweight-app-launcher,
iframe.intercom-launcher-frame {
    right: 60px !important;
}
@media screen and (max-width: 991px) {
    .intercom-lightweight-app-launcher,
    iframe.intercom-launcher-frame {
        bottom: 70px !important;
        right: 5px !important;
    }
    #testimonials .signature-review .signature {
        text-align: left;
    }
}
/*
--------------------
NEWSLETTER
--------------------
*/
.d-none {
    display: none;
}
.newsletter-container {
    margin-bottom: 3rem;
}
section#newsletter-july {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 35%, rgba(173, 220, 205, 1) 100%);
}
section#newsletter-july h1 {
    letter-spacing: 0;
    margin-bottom: 10px;
    padding-top: 50px;
    font-size: 70px !important;
}
section#newsletter-july h1 span {
    color: #528272;
}
section#newsletter-july h2 {
    letter-spacing: 0;
    font-size: 26px !important;
    font-weight: 400 !important;
    padding-bottom: 50px
}
@media screen and (max-width: 766px) {
    section#newsletter-july h1 {
        font-size: 50px !important;
    }
    section#newsletter-july h2 {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 400px) {
    section#newsletter-july h1 {
        font-size: 40px !important;
    }
}
/* Top Content */
section#newsletter-july .top-content .newsletter-badge {
    background-color: #0D3050;
    border-radius: 10px;
    display: inline-block;
    padding: 0.2rem 2rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "interface", sans-serif;
    font-style: italic;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
section#newsletter {
    background-color: #F5F1E5;
    padding: 7rem 0;
}
section#newsletter .top-content img {
    margin-bottom: 4rem;
}
section#newsletter .top-content p {
    line-height: 1.6;
    font-size: 2rem;
}
section#newsletter .top-content p strong {
    display: block;
}
/* Article Thumbnails */
#article-thumbnails {
    padding: 8rem 0;
}
#article-thumbnails .container {
    padding: 0;
}
#article-thumbnails .thumbnail-wrapper {
    background-color: #AED7EC;
    border-radius: 12px;
    min-height: 240px;
}
#article-thumbnails .thumbnail-wrapper .thumbnail-content {
    padding: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
    color: #0D3050;
    line-height: 1.3;
}
@media screen and (max-width: 991px) {
    #article-thumbnails {
        padding: 5rem 0;
    }
    section#newsletter-july .top-content .newsletter-badge {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 1199px) {
    #article-thumbnails .col-sm-6 {
        margin-bottom: 2rem;
    }
}
/* Articles */
.article-content { padding-top: 2rem; padding-bottom: 2rem;}
/* Article 1*/
.article .left-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 1rem;
    color: #23395B;
    margin-top: 10rem;
}
.article .left-block p.tag {
    color: #0d3050;
    font-style: italic;
    position: relative
}
.article .left-block p.tag:after {
    content: '';
    display: block;
    background: #639584;
    width: 100%;
    height: 6px;
    border-radius: 10px
}
.article .row:first-child {
    margin-bottom: 4rem;
}
.article .left-block h2 {
    font-size: 5rem;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    text-transform: inherit;
    font-weight: 800 !important;
}
#article4 .left-block p:last-of-type {
    font-style: italic;
}
#calculate-button,
#blue-banner-wrap,
#newsletter-videos,
#quick-button {
    padding: 5rem 0;
}
#quick-button {
    padding: 8rem 0;
}
#newsletter-videos .desktop-img {
    background-color: #f5f1e5;
    border-radius: 25px;
    position: relative;
    padding-bottom: 1rem;
}
.desktop-img p {
    justify-content: center;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    font-size: 2.7rem;
}
.desktop-img p {
    line-height: 1.2;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
}
.desktop-img a {
    font-weight: 300;
}
.desktop-img p span:first-of-type {
    font-weight: 700;
    color: #23395b;
}
.desktop-img p span:last-of-type a {
    display: flex;
    align-items: center;
    vertical-align: middle;
    gap: 1rem;
}
.desktop-img .content p span a {
    display: inline;
    font-weight: bold;
    color: #72A596 !important;
}
#newsletter-videos .video-box {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-bottom: 1rem;
    position: relative;
    top: -2rem;
}
@media screen and (min-width: 1200px) {
    .content .content-wrapper span.tagline,
    .content .content-wrapper span.body {
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1400px) {
    .content .content-wrapper {
        max-width: 604px;
    }
}
#calculate-button .desktop-img .cbanner .man,
#quick-button .desktop-img .cbanner .man {
    position: initial;
}
#calculate-button .desktop-img .cbanner .man img,
#quick-button .desktop-img .cbanner .man img {
    position: absolute;
    bottom: 0;
    width: 236px;
}
.banner-button {
    color: #fff;
    font-weight: bold !important;
    background-color: #0D3050;
    border-radius: 10px;
    padding: 1rem 2rem;
    font-size: 2rem;
}
.banner-button:hover {
    color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #calculate-button,
    #blue-banner-wrap,
    #newsletter-videos,
    #quick-button {
        padding: 8rem 0;
    }
}
@media screen and (max-width: 767px) {
    #article-thumbnails .thumbnail-wrapper .thumbnail-image {
        display: none;
    }
    #article-thumbnails .thumbnail-wrapper {
        min-height: auto !important;
        margin-bottom: 2rem;
    }
    .article .left-block h2 {
        font-size: 3rem !important;
    }
    #calculate-button,
    #blue-banner-wrap,
    #newsletter-videos,
    #quick-button {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .hide-break {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    #quick-button .desktop-img .cbanner .man img {
        width: 32%;
    }
}
@media screen and (max-width: 476px) {
    #article-thumbnails .col-sm-6 {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media screen and (max-width: 480px) {
    #article-thumbnails .thumbnail-wrapper {
        margin-left: 10px;
        margin-right: 10px;
    }
}
button.text-toggle[aria-expanded="false"] .text-expanded {
    display: none;
}
button.text-toggle[aria-expanded="true"] .text-collapsed {
    display: none;
}
@media all and (max-width: 767px) {}
#article2content .disclaimer {
    display: flex;
    flex-direction: column;
    line-height: 2.5;
}
@media only screen and (min-width: 991.5px) and (max-width: 1199.5px) {
    #quick-button {
        padding: 2rem 0 5rem;
    }
    #blue-banner-wrap {
        padding: 4rem 0 5rem;
    }
}
/*
--------------------
Our Process
--------------------
*/
.loanplicity-cards .d-flex {
    display: flex;
}
.loanplicity-cards {
    position: relative;
}
.loanplicity-cards .vertical-line {
    height: 82%;
    width: 1px;
    border-left: 2px solid #bfd7ea;
    position: absolute;
    left: -25px;
    top: 135px;
}
.loanplicity-step .summary-container {
    padding: 0 2rem;
    margin-top: 2rem;
    text-align: left;
}
.loanplicity-step .summary-container .spacer {
    flex: .3;
}
.loanplicity-step .summary-container .step-summary {
    flex: 2;
    margin-right: 2rem;
}
.loanplicity-step .summary-container .milestones {
    flex: 1;
    flex-shrink: 1;
}
.loanplicity-step .summary-container .milestones ul {
    padding-inline-start: 0;
    margin-top: 0;
    padding-bottom: 1rem;
    margin-bottom: 0;
}
.loanplicity-step .summary-container .milestones .milestone-wrapper {
    padding-left: 20px;
    padding-bottom: 0;
    position: relative;
    margin-left: 20px;
}
.loanplicity-step .summary-container .milestones .milestone-item {
    display: flex;
    align-items: center;
}
.loanplicity-step .summary-container .milestones li {
    list-style: none;
}
.loanplicity-step .summary-container .milestones i.check-icon:before {
    content: '';
    display: inline-block;
    height: 14px;
    width: 14px;
    background-size: 14px;
    background-image: url(https://www.primelending.com/_assets/images/v2/checkmark.svg);
    background-repeat: no-repeat;
    margin-right: 17px;
    color: #aed7ec;
}
.loanplicity-cards {
    position: relative;
}
.loanplicity-cards .card span {
    display: block;
}
@media (min-width: 992px) {
    .loanplicity-cards .card {
        min-height: 200px;
    }
}
.loanplicity-cards .card-icon img {
    margin: auto;
    vertical-align: middle;
    max-width: 100%;
    height: 50px;
}
.loanplicity-cards .loanplicity-step {
    padding-top: 2rem;
    position: relative;
}
.loanplicity-step .card .card-body .col-half.card-text {
    align-items: center;
    display: flex;
    padding: 0 6rem;
}
.loanplicity-cards .card-icon {
    width: 80px;
    height: 100px;
    padding: 1.5rem 1rem 2rem;
    position: absolute;
    left: -5rem;
    top: 25%;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    z-index: 19;
    border: solid 3px #72a596 !important;
}
.loanplicity-step .card .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0;
}
.loanplicity-cards .card-icon img {
    margin: auto;
    vertical-align: middle;
    max-width: 100%;
    height: 50px;
}
.card-shadow-light {
    box-shadow: none !important;
}
.btn-secondary.btn-spot {
    color: #fff;
    background-color: #4293b3;
    border-color: #4293b3;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
#productsBlockRow a:hover .productsBlockLearnMore {
    text-decoration: underline;
}
#loCirclePortraitContact {
    width: 30%;
    border-radius: 50%;
    padding-top: 30%;
}
#contactInfoContainer #contactName {
    text-transform: capitalize;
}
/*
--------------------
Search
--------------------
*/
#top-search form input,
.searchResultsItemPageTitle {
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
}
.searchResultsItemLink a {
    color: #72a596;
}
.searchResultsItemLink a:hover {
    color: #528272;
}
.searchResultsItemPageTitle {
    color: #0d3050;
}
#searchResultsSearchAgain {
    margin-bottom: 0 !important;
}
#searchResultsBannerContent {
    color: #0d3050;
    font-family: 'Poppins', serif;
    padding-top: 16px;
}
#how-apply p:last-child,
#how-apply a:last-child {
    font-family: interface, sans-serif;
    font-weight: 400;
    color: #09263f;
}
/*
--------------------
DLP
--------------------
*/
.fthb {
    padding: 2rem;
}
@media screen and (max-width: 991px) {
    #calculate-button .desktop-img .cbanner,
    #quick-button .desktop-img .cbanner {
        flex-direction: column;
    }
    .fthb,
    .narrow_body_content {
        padding: 1rem;
    }
}
.fthb p {
    font-size: 1.7rem;
}
a.dlp-button {
    padding: 1rem 5rem;
    font-size: 2.3rem;
    font-weight: bold;
    background-color: #4293b3;
    border-color: #4293b3;
    color: #fff;
    border-radius: 15px;
}
a.dlp-button:hover {
    color: #fff;
    background-color: #34748e;
    border-color: #34748e;
}
.fthb h2,
.mortgage-refi h2 {
    font-size: 4.3rem;
    line-height: 1.2;
    text-transform: none;
    margin-bottom: 2rem;
}
.cash-out-refi h3 {
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.cash-out-refi p.paragraph-one,
.cash-out-refi p.paragraph-two,
.cash-out-refi p.paragraph-three {
    font-size: 1.7rem !important;
}
.cash-out-refi p.paragraph-two {
    padding: 0 20px 0 0 !important;
}
.cash-out-refi .mb-4 {
    margin-bottom: 1.5rem !important;
}
section.refi-calc-callout {
    background: #addccd;
    border-radius: 30px;
    position: relative;
    max-height: 180px;
    margin-top: 200px;
    margin-bottom: 100px;
}
section.refi-calc-callout img {
    width: 100%;
    max-width: 300px;
    margin-top: -160px;
    margin-left: 75px;
}
section.refi-calc-callout h2 {
    padding-top: 3rem;
    font-size: 3rem !important;
}
section.refi-calc-callout a.dlp-button {
    background-color: #23395b !important;
    border-color: #23395b !important;
    width: 50% !important;
}
section.refi-calc-callout a.dlp-button:hover {
    background-color: rgba(35, 57, 91, 0.8) !important;
    border-color: rgba(35, 57, 91, 0.8) !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    section.refi-calc-callout h2 {
        font-size: 4rem;
    }
}
@media screen and (max-width: 991px) {
    section.refi-calc-callout {
        max-height: none !important;
        padding-bottom: 3rem !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    section.refi-calc-callout .container {
        width: 100% !important;
    }
    section.refi-calc-callout img {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    section.refi-calc-callout a.dlp-button {
        width: 100% !important;
    }
    section.refi-calc-callout h2 {
        font-size: 2.5rem !important;
    }
}
@media screen and (max-width: 991px) {
    .loan-simple .row,
    .first-home .row,
    .budget-shop .row,
    .blue-cards .row {
        display: flex;
        flex-direction: column;
    }
    .image-top {
        order: 1;
        margin-bottom: 3rem;
    }
    .content {
        order: 2;
    }
}
.d-flex {
    justify-content: center;
    display: flex;
}
#pl-slider .pl-slide {
    max-width: 300px;
    margin: 0 auto;
}
#pl-slider .pl-slide img {
    height: 90px;
    margin-bottom: 1.5rem;
}
#pl-slider .pl-slide .copy {
    text-align: center;
}
#pl-slider .pl-slide .copy h3 {
    font-size: 19px !important;
}
@media screen and (min-width: 991px) {
    #whypl .row {
        margin-bottom: 8rem;
    }
}
.simple-list {
    color: #09263F;
    padding-left: 2rem;
}
.simple-list li span {
    font-size: 1.7rem;
    color: #333;
}
.simple-list li::marker {
    font-size: 3rem;
}
@media screen and (max-width: 991px) {
   .simple-list li::marker {
    font-size: 2rem;
    }
}
.simple-list-dark {
    color: #0D3050;
    padding-left: 2rem;
}
.simple-list-dark li span {
    font-size: 1.7rem;
    color: #0D3050;
    font-weight: bold;
}
.simple-list-dark li::marker {
    font-size: 3rem;
}
.fthb .first-home,
.fthb .budget-shop,
.fthb .loan-simple,
.fthb .whypl,
.fthb .flexible,
.fthb .blue-cards {
    margin-bottom: 10rem;
}
.fthb .pl-slide {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}
.fthb .pl-slide .copy h3 {
    text-transform: capitalize;
    font-size: 19px !important;
}
.fthb .pl-slide img {
    margin-bottom: 1.5rem;
}
.fthb .pl-slide img.img-fluid {
    height: 90px;
}
/* New DLP LO Site Forms */
#dlp-contactform {
    position: relative;
    background-color: rgba(205, 236, 246, 0.3);
}
#dlp-contactform h2 {
    text-transform: none !important;
}
.d-flex {
    display: flex;
    justify-content: center;
}
.d-flex-end {
    display: flex;
    justify-content: flex-end;
}
.d-flex-start {
    display: flex;
    justify-content: flex-start;
}
.dlp-submit {
    float: none !important;
    margin: 15px 0px 0px 0px !important;
    width: 100% !important;
}
#contactForm .form-group {
    margin-bottom: 0;
}
section#dlp-contactform:before {
    content: '';
    background: url(http://primelending-images-live.cphostaccess.com/_assets/images/te-lp/fthb/blue-arrow.png);
    position: absolute;
    right: 50%;
    background-size: contain;
    top: -20px;
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
}
section#dlp-contactform.new-con:before {
    content: '';
    background: url(http://primelending-images-live.cphostaccess.com/_assets/images/te-lp/fthb/blue-arrow.png);
    position: absolute;
    right: 27%;
    background-size: contain;
    top: -20px;
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
}
#dlp-contactform.new-con div.col-lg-6 {
    position: relative;
}
.new-con .col-lg-6:before {
    content: "";
    background-image: url(https://lo.primelending.com/us-en/images/new-construction/construction-covermock.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 500px;
    height: 100%;
    background-size: 100%;
    position: absolute;
    left: -561px;
    top: 5px;
}
section#dlp-contactform .row {
    padding: 5rem 0 0;
}
section#dlp-contactform .contact-input input {
    padding: .7rem .9rem;
}
@media screen and (max-width: 991px) {
    #dlp-contactform .d-flex-end {
        justify-content: center;
    }
    .new-con .col-lg-6:before {
        background-image: none;
    }
    .mb-4 {
        margin-bottom: 5rem;
    }
    .fthb .first-home,
    .fthb .budget-shop,
    .fthb .loan-simple,
    .fthb .whypl,
    .fthb .flexible,
    .fthb .blue-cards {
        margin-bottom: 5rem;
    }
    .fthb h2,
    .mortgage-refi h2 {
        font-size: 3.3rem;
    }
    .narrow_body_content.buydown h2 {
        font-size: 30px !important;
    }
}
section#dlp-contactform h2 {
    text-transform: capitalize;
    margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
    section#dlp-contactform {
        margin-top: 3rem;
    }
    section#dlp-contactform:before {
        right: 40% !important;
    }
}
/*
--------------------
DLP Disclaimers
--------------------
*/
.page_disclaimers {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.page_disclaimers p {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
/*
--------------------
DLP Home-Renovation
--------------------
*/
.flexible ul {
    list-style-type: none;
    padding: 0;
}
.flexible ul li {
    font-size: 18px;
    margin-bottom: 2rem;
}
.flexible ul li strong {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #09263F;
    display: inline-block;
    margin-right: 1rem;
}
@media screen and (max-width: 991px) {
    .flexible ul li strong {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        color: #09263F;
        display: inline-block;
        margin-right: 1rem;
    }
    .flexible ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 3.5rem;
    }
}
/* Blue Cards */
.blue-cards {
    text-align: center;
}
.blue-cards .blue-card {
    border-radius: 30px;
    border: 5px solid #4293B3;
    padding: 2rem;
    min-height: 261px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.blue-cards .blue-card span {
    color: #0D3050;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
    display: inline-block;
}
.green-card {
    background-color: #ADDCCD;
    border-radius: 12px;
    margin-bottom: 2rem;
}
.blue-card {
    background-color: #CDECF6;
}
.flexible .card {
    padding: 3rem;
    border-radius: 12px;
    border: none;
}
.flexible .card .h1 {
    text-align: center;
    margin-bottom: 2rem;
}
/*
--------------------
DLP FAQ
--------------------
*/
.faq-list .faq {
    margin-bottom: 2rem;
}
.faq-list .faq a.faq-link {
    font-weight: bold;
    color: #0D3050;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.faq-list .faq a.faq-link:focus {
    text-decoration: none;
}
/* Next Step Card */
.next-step-box {
    background: #4293B3;
    padding: 2rem;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
}
.next-step-box span.d-block {
    font-size: 40px;
    font-weight: bold;
}
.next-steps ol li {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
/* The Plus and Minus */
.faq-list .faq a.faq-link span:not(.sup) {
    position: relative;
    display: inline-block;
    color: #528272;
    width: 20px;
    text-align: center;
}
.faq-list .faq a.faq-link span.minus {
    line-height: 24px;
    text-align: center;
    height: 24px;
    font-size: 40px;
}
.faq-list .faq a.faq-link span.minus::before {
    content: "-";
}
.faq-list .faq a.faq-link span.plus {
    height: 24px;
    line-height: 24px;
    font-size: 30px;
}
.faq-list .faq a.faq-link span.plus::before {
    content: "+";
}
.faq-list .faq [id^="faq-"] {
    padding-left: 3rem;
}
.fha-loan .faq-list .faq a.faq-link {
    font-weight: bold;
    color: #0D3050;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: row;
    gap: 3rem;
}
.fha-loan .faq-list .faq a.faq-link span:not(.sup) {
    position: relative;
    display: inline-block;
    color: #0D3050;
    width: 40px;
    text-align: center;
}
.fha-loan .faq-list .faq a.faq-link span.minus {
    line-height: 24px;
    text-align: center;
    height: 24px;
    font-size: 40px;
}
.fha-loan .faq-list .faq a.faq-link span.plus {
    height: 24px;
    line-height: 24px;
    font-size: 40px;
}
.fha-loan .simple-list span {
    font-weight: bold;
    color: #0D3050;
}
.fha-loan .simple-list {
    padding-left: 3rem;
}
.faq span.question {
    margin-left: 1rem;
}
.faq div {
    padding-left: 3rem;
    padding-top: 1rem;
}
@media screen and (max-width: 991px) {
    .fha-loan .faq-list .faq a.faq-link {
        gap: 0;
    }
    .faq div {
        padding-left: 4rem;
    }
}
/*
--------------------
Buydown DLP
--------------------
*/
.buydown h2 {
    font-size: 44px;
    text-transform: capitalize !important;
}
.buydown .dark-list {
    color: #0D3050;
    padding-left: 2rem;
}
.buydown .dark-list li span {
    font-size: 1.7rem;
    color: #333;
}
.buydown .dark-list li::marker {
    font-size: 3rem;
}
.buydown-list-wrap strong {
    color: #0D3050;
    font-size: 18px;
}
.dlp-content h2 {
    font-size: 4rem;
}
@media screen and (max-width: 991px) {
    .dlp-content h2 {
        font-size: 3rem;
    }
}
/*
--------------------
Mortgage-Refi DLP
--------------------
*/
section#mortgage-refi {
    width: 100% !important;
    max-width: 100%;
    padding: 0;
}
section#mortgage-refi .narrow_body_content {
    padding: 0;
}
.narrow_body_content.mortgage-refi>section {
    margin-bottom: 10rem !important;
}
@media screen and (max-width: 991px) {
    section#mortgage-refi .narrow_body_content {
        padding: 2rem;
    }
    .narrow_body_content.mortgage-refi>section {
        margin-bottom: 5rem !important;
    }
}
#flip-cards-container {
    background-color: rgba(172, 215, 236, 0.15);
    padding: 5rem 0;
}
.flip-card {
    background-color: transparent;
    perspective: 1000px;
    min-height: 230px;
    margin-bottom: 2rem;
}
.flip-card .flip-card-inner {
    position: relative;
    width: 100%;
    height: auto;
    transition: transform .6s;
    transform-style: preserve-3d;
}
.flip-card .flip-card-inner .card img {
    max-width: 90px;
}
.flip-card .flip-card-inner .card {
    padding: 2rem;
    border: none;
    border-radius: 10px;
    text-align: center;
    min-height: 240px;
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card .flip-card-inner .flip-card-back,
.flip-card .flip-card-inner .flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.flip-card .flip-card-inner .flip-card-back {
    background-color: #fff;
    color: #0d3050;
    transform: rotateY(180deg);
}
.flip-card .flip-card-inner .flip-card-back,
.flip-card .flip-card-inner .flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.flip-card .flip-card-inner .flip-card-back {
    background-color: #fff;
    color: #0d3050;
    transform: rotateY(180deg);
}
.card.card-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}
.flip-card .flip-card-inner .card span {
    color: #0d3050;
    font-weight: 700;
    display: block;
    margin-bottom: 1.5rem;
    line-height: 1;
    font-size: 2rem;
}
.mortgage-refi #whypl {
    padding: 5rem 0;
}
/*
--------------------
Our Process
--------------------
*/
#banner .image-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
    color: #0d3050;
}
#banner .image-banner .image strong {
    max-width: 200px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #0d3050;
}
#banner .image-banner .image img {
    max-width: 100px;
    margin: 0 auto 1.5rem;
}
#banner .image-banner .image a {
    display: flex;
    flex-direction: column;
}
#banner .image-banner .image strong {
    max-width: 200px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
}
#step-box-1 a.btn-spot {
    padding: .5rem 2.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.8rem;
}
div.step {
    margin-bottom: 3rem;
}
.step h2 {
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    text-align: left;
    font-weight: 700 !important;
}
.step ul {
    list-style-type: none;
    padding: 0;
}
.step ul li {
    background-image: url(https://www.primelending.com/_assets/images/v2/our-process-v2/green-check.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 30px;
    line-height: 24px;
}
@media screen and (max-width: 1199.98px) {
    #banner .image-banner {
        display: flex;
    }
    #banner .image-banner .image a {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        align-items: center;
    }
    #banner .image-banner .image img {
        max-width: 40px !important;
    }
}
/*
--------------------
Helper Classes
--------------------
*/
.align-center {
    align-items: center;
}
.text-center {
    text-align: center;
}
.mb-5 {
    margin-bottom: 5rem;
}
.section-mb-5 {
    margin-bottom: 8rem;
}
@media screen and (min-width: 991px) {
    .mt-5 {
        margin-top: 3rem;
    }
}
/*
--------------------
FHA Loan
--------------------
*/
.fha-loan .simple-list {
    color: #AED7EC;
}
.fha-loan a.dlp-button {
    padding: 0.5rem 3rem;
    font-size: 2rem;
    font-weight: bold;
    background-color: #0D3050;
    border-color: #0D3050;
    color: #fff;
    border-radius: 15px;
}
.fha-loan .faq a {
    color: #0D3050;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 700 !important;
}
.fha-loan h2 {
    font-size: 4rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
}
.fha-loan .first-home,
.fha-loan .heading,
.fha-loan .budget-shop,
.fha-loan .loan-simple,
.fha-loan .how-fha,
.fha-loan .fhaloan {
    margin-bottom: 6rem
}
.fha-loan .heading span {
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #0D3050;
    font-weight: 700 !important;
    display: block;
    font-size: 2.2rem;
}
.fha-loan .heading span a {
    color: #4293B3;
}
.loan-simple .card {
    border-radius: 30px;
    min-height: 337px;
}
.loan-simple .card p {
    padding: 2rem;
    background-color: #fff;
    margin: 0;
    border-bottom-left-radius: 29px;
    border-bottom-right-radius: 29px;
    min-height: 250px;
}
.loan-simple .card span {
    padding: 2rem;
    text-align: center;
    display: block;
    color: #0D3050;
    font-weight: 700 !important;
    font-size: 2.5rem;
    font-family: "Poppins", sans-serif;
}
.loan-simple .card-green {
    background-color: rgba(173, 220, 205, 0.8);
    border: 4px solid rgba(173, 220, 205, 0.8);
}
.loan-simple .card-blue {
    background-color: #aed7ec;
    border: 4px solid #aed7ec;
}
@media screen and (max-width: 991px) {
    .fha-loan h2 {
        font-size: 3rem;
    }
    .fha-loan .heading span {
        font-size: 1.8rem;
    }
}
/*
--------------------
Loan App Checklist
--------------------
*/
.contentWrap {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 4rem;
    margin-bottom: 4rem;
}
.contentWrap img {
    width: 100px;
}
.contentWrap ol {
    margin-bottom: 1rem;
}
.contentWrap p {
    padding-left: 2rem;
}
@media screen and (max-width: 991px) {
    .contentWrap {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        margin-bottom: 5rem;
    }
    .contentWrap .content h2 {
        text-align: center;
    }
}
/* Mortgage 101 */
section.internalBanner-mortgage {
    background-color: rgba(244, 237, 223, 0.5);
    margin-bottom: 4rem;
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
}
section.internalBanner-mortgage h1 {
    font-size: 45px;
    margin-bottom: 0.8rem;
}
section.internalBanner-mortgage .container p {
    margin: 0;
}
.video-flex {
    display: flex;
    flex-direction: row;
    gap: 7rem;
    margin-bottom: 6rem;
}
.video-flex .video-content {
    flex-basis: fit-content;
}
.video-flex .video-content h2 {
    color: #4293B3;
}
.video-flex .video-content p {
    line-height: 1.4;
}
.internalBanner-mortgage .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 991px) {
    section.internalBanner-mortgage h1 {
        font-size: 33px;
    }
    .video-flex {
        flex-direction: column;
        gap: 3rem;
        align-items: center;
        margin-bottom: 4rem;
    }
    section.internalBanner-mortgage {
        min-height: 250px;
        margin-bottom: 2rem;
    }
    section.internalBanner-mortgage .fthb .spacing {
        margin-bottom: 4rem !important;
    }
    .video-flex .video-content h2 {
        font-size: 24px;
    }
}
.video-banner a {
    display: flex;
    justify-content: center
}
a.lo-btn-navy,
a.lo-btn-light-blue {
    padding: 1rem 3rem;
    font-size: 1.7rem;
    font-weight: bold;
    min-width: 200px;
    color: #fff;
    border-radius: 15px;
}
a.lo-btn-navy,
a.lo-btn-light-blue,
a.lo-btn-navy:hover,
a.lo-btn-light-blue:hover {
    color: #fff;
}
a.lo-btn-navy {
    background-color: #0D3050;
    border-color: #0D3050;
}
a.lo-btn-navy:hover {
    background-color: #254461;
    border-color: #254461;
}
a.lo-btn-light-blue {
    background-color: #4293b3;
    border-color: #4293b3;
}
a.lo-btn-light-blue:hover {
    color: #fff;
    background-color: #34748e;
    border-color: #34748e;
}
/* Summer Splash Buydown */
section.summer-splash-buydown {
    margin-bottom: 5rem;
}
section.summer-splash-buydown h2 {
    font-size: 3rem;
    margin-top: 2rem;
}
section.summer-splash-buydown .button i {
    color: #ffffff;
    top: 0;
    margin-right: 0;
    font-size: 1rem;
}
section.summer-splash-buydown p {
    margin-bottom: 30px;
}
section.summer-splash-buydown a {
    margin: 0;
}
section.summer-splash-buydown img {
    max-width: 450px;
}
/* End Summer Splash Buydown */
.benefit-list {
    display: flex;
    justify-content: start;
    gap: 7rem;
    margin: 4rem auto;
}
.benefit-list .list span {
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
    .benefit-list {
        display: flex;
        flex-direction: column;
        gap: 4rem;
        margin: 2rem auto;
        max-width: 300px;
    }
    .side-wrapper {
        flex-direction: column;
        gap: 3rem;
    }
}
.mb-3 {
    margin-bottom: 5rem;
}
.rounded {
    border-radius: 1rem;
}
.side-wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    gap: 5rem;
}
.side-wrapper .side span {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: bold;
}
/* Lo Banner Modal Styles */
#lo-banner-modal {
    /*background-image: url('https://www.primelending.com/_assets/images/banner/rate-drop-banner.png');*/
    /*background-repeat: repeat;*/
    background-color: #addccd;
    padding: 2.5rem 0;
    margin-top: 5rem;
}
#lo-banner-modal span {
    display: inline-block;
    font-size: 3rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
    color: #0d3050;
    margin-right: 1rem;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    #lo-banner-modal {
        margin-top: 11rem;
    }
}
@media screen and (max-width: 1024px) {
    #lo-banner-modal {
        margin-top: 0;
    }
}
/* #eaf2f8 */
.input-simple>.custom-form-control {
    flex: 1 1 0%;
    min-width: 0;
    border: none;
    background-color: rgba(174, 215, 236, .35);
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #333;
    padding: 1rem .9rem;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: none;
}
.align-center {
    align-items: center;
}
#rate-banner button {
    font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
    #lo-banner-modal span {
        font-size: 2.5rem;
    }
    #warpper #lo-banner-modal .row {
        width: 0 !important;
    }
    .side-wrapper {
        flex-direction: column !important;
        gap: 3rem;
    }
    #lo-banner-modal #rate-banner {
        flex-direction: column;
    }
}
#lo-modal .modal-content {
    border-radius: 20px !important;
    border: 10px solid #aed7ec !important;
}
#lo-modal #contactForm {
    margin-bottom: 15px;
}
#lo-modal .background-images {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: self-end;
    background-color: #aed7ec;
    background: linear-gradient(#e7f3f9, #e7f3f9) left, linear-gradient(#aed7ec, #aed7ec) center, linear-gradient(#0d3050, #0d3050) right;
    background-repeat: no-repeat;
    background-position: left, center, right;
    background-size: 33.33% 100%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 44%;
    padding: 0;
    align-items: flex-end;
    justify-items: flex-end;
}
#lo-modal .background-images .front-image {
    max-width: 350px;
}
#lo-modal .close-btn {
    z-index: 1;
    right: 0;
    margin: 1rem;
}
.modal h2.h1 {
    font-size: 3rem;
}
@media (max-width: 992px) {
    #lo-modal .background-images {
        visibility: hidden;
    }
    .modal h2.h1 {
        font-size: 2.5rem;
    }
    ._wco_recaptcha-error-message {
        text-align: center;
    }
}
.text-primary {
    color: #b5252b !important;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
    .newsletter-container p.lead {
        font-size: 18px !important;
    }
}
.newsletter-container p.lead {
    font-size: 18px !important;
}
/* Poppins Style */
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}
.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}
.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}
.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}
.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}
.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}
.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}
.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}
.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}
.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}
.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}
.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}
.fthb h3 {
    margin-bottom: 2rem;
}
#primary-menu ul li span {
    color: #0d3050;
}
#primary-menu ul ul li a {
    color: #0d3050 !important;
}
#primary-menu li span.defaultButton,
.sticky-header #primary-menu li span.defaultButton {
    color: #09263f !important;
    background-color: #aed7ec !important;
    border-color: #aed7ec !important;
    border-radius: 15px !important;
    font-family: "interface", sans-serif;
    font-weight: 700;
}
#primary-menu li span.defaultButton:hover,
.sticky-header #primary-menu li span.defaultButton:hover {
    background-color: #99cde7 !important;
    color: #09263f !important;
}
header.sticky-header #primary-menu li .defaultButton:hover {
    border-color: transparent !important;
}
.button.button-rounded {
    border-radius: 15px;
}
/* footer Logo */
.footerLogo img {
    height: 40px;
}
@media screen and (max-width: 768px) {
    .footerLogo img {
        height: 47px;
    }
}
/* New From Styles */
#contactus textarea#message {
    min-height: 173px;
    border-radius: 9px;
    padding: 1.5rem;
}
#contactus input.custom-control-input {
    min-height: 63px;
}
#contactus input.custom-control-input,
#contactus textarea.custom-control-input-textarea {
    border-radius: 9px;
    padding: 1rem;
    width: 100%;
}
#contactus textarea.custom-control-input-textarea {
    min-height: 130px;
}
#contactus .three-row {
    width: 100%;
}
#contactus input.form-check-input[type=radio] {
    border-color: #4293B3;
}
#contactus label {
    text-transform: none !important;
    color: #0D3050;
    font-weight: normal;
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 0;
}
#contactus .btn-cta-group {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 1rem;
}
@media screen and (max-width: 991px) {
    .three-row .form-group.input-simple {
        margin-left: 2rem;
    }
    .btn-cta-group span {
        text-align: center;
    }
    h2#contactFormSectionTitle {
        font-size: 25px !important;
    }
    div#checkboxwrapper {
        margin-left: 100px;
    }
}
/* Navigation Fix for 1025px - 1199px */
@media screen and (min-width: 1025px) and (max-width: 1199px) {
    body.stretched #header.full-header .container {
        padding: 0;
    }
    #header.full-header #logo {
        margin-right: 0;
    }
    #primary-menu ul li a,
    #primary-menu ul,
    li.primePhone {
        padding-right: 10px;
    }
}
@media only screen and (max-width: 768px) {
    #primary-menu-trigger {
        top: 70px;
    }
}
/* Calculate Styles */
#downPaymentPercentAddOn {
    float: left;
}
#downPaymentPercentContainer .input-group {
    flex-wrap: nowrap;
}
@media only screen and (min-width: 1198px) and (max-width: 1200px) {
    ul.hidden-md.hidden-lg.sf-js-enabled {
        display: none;
    }
}
/* Modal Fade Style Fix */
#pl-nlc-banner.fade.show,
#pl-testimonial-banner.fade.show {
    opacity: 1 !important;
}
@media screen and (max-width: 568px) {
    #pl-nlc-banner h2,
    #pl-testimonial-banner h2 {
        font-size: 25px !important;
    }
}
.form-group.input-simple {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem !important;
}
.background-images {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 340px;
}
.calc-modal-lg .modal-content {
    border-radius: 20px !important;
    border: 10px solid #aed7ec !important;
}
.calc-modal-lg .background-images .front-image {
    max-width: 350px;
}
.calc-modal-lg .background-images {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: self-end;
    background-color: #aed7ec;
    background: linear-gradient(#e6f3f8, #e6f3f8) left, linear-gradient(#afd7eb, #afd7eb) center, linear-gradient(#0c304f, #0c304f) right;
    background-repeat: no-repeat;
    background-position: left, center, right;
    background-size: 34.33% 100%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
#pl-testimonial-banner .background-images {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: self-end;
    background-color: #aed7ec;
    background: linear-gradient(#cdecf6, #cdecf6) center, linear-gradient(#aed7ec, #aed7ec) right;
    background-repeat: no-repeat;
    background-position: center, right;
    background-size: 40.33% 100%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
@media screen and (max-width: 991px) {
    .calc-modal-lg .background-images,
    #pl-testimonial-banner .background-images {
        display: none;
    }
    .modal-content .row {
        margin-top: 3rem;
    }
}
.calc-modal-lg button {
    font-size: 2rem;
    font-family: interface, sans-serif;
    font-weight: bold;
}
.calc-modal-lg .btn-navy {
    color: #fff;
    background-color: #09263F;
    border-color: #09263F;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    padding: 1.5rem !important;
    width: 75%;
}
#pl-testimonial-banner .btn-navy {
    width: 100%;
    border-radius: 12px;
}
form#contactForm .recaptcha-container {
    margin-top: 2rem;
}
.calc-modal-lg .close-btn {
    z-index: 1;
    right: 0;
    margin: 1rem;
    opacity: 1;
}
@media (max-width: 1199.98px) {
    .calc-modal-lg .close-btn {
        width: auto;
        margin: .5rem;
    }
}
/*
Home Equity Loan
---------------------------------------------------------------------
*/
.equity-index #header-v2 {
    margin-bottom: 4rem;
}
.equity-index #header-v2 #banner {
    background: url('https://www.primelending.com/_assets/images/hel/desktop-equity-banner.png') center center / cover no-repeat;
    height: 100%;
    min-height: 480px;
    border-radius: 20px;
    display: flex;
    position: relative;
    padding-top: 4rem;
    align-items: center;
    justify-content: flex-start;
    padding: 3rem;
}
.equity-index #header-v2 #banner .banner-content-block {
    background-color: #fff;
    border-radius: 30px;
    padding: 3rem 4rem 3rem 3rem;
    border: 8px solid #72A596;
    max-width: 485px;
}
.equity-index #header-v2 #banner .banner-content-block a {
    background-color: #09263F;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 0.8rem 2rem;
    width: 200px;
    border-radius: 10px;
}
.equity-index #equity-loan #list span {
    display: flex;
    margin-bottom: 0.8rem;
    align-items.center;
    color: #09263F;
}
.equity-index #equity-loan #list span::before {
    content: "";
    background-image: url('https://www.primelending.com/_assets/images/hel/bullet.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: center center;
    margin-right: 0.5rem;
}
.equity-index #equity-loan p {
    color: #09263F;
}
.fthb.narrow_body_content:has(.equity-index) p {
    font-size: 16px;
}
.equity-index #contactForm label {
    color: #09263F;
}
#wrapper:has(.equity-index) .content .bg-gradient-full #dlp-contactform {
    display: none !important;
}
#wrapper:has(.equity-index) .content {
    background-color: none;
}
@media screen and (max-width: 991px) {
    .fthb.narrow_body_content:has(.equity-index) {
        padding: 0 !important;
    }
    .fthb.narrow_body_content:has(.equity-index) #equity-form h2,
    .fthb.narrow_body_content:has(.equity-index) #equity-loan h2 {
        font-size: 25px !important;
        line-height: 1.2;
    }
    .fthb.narrow_body_content:has(.equity-index) #header-v2 h1 {
        font-size: 30px !important;
    }
    .equity-index #header-v2 {
        margin-bottom: 25rem;
    }
    .equity-index #header-v2 #banner {
        background: url('https://www.primelending.com/_assets/images/hel/mobile-equity-header-banner.png') center bottom / cover no-repeat;
        padding: 1rem;
        border-radius: 0;
        align-items: flex-end;
        justify-content: center;
        min-height: 432px;
    }
    .equity-index #header-v2 #banner .banner-content-block {
        padding: 2rem;
        margin-bottom: 3rem;
        top: 55%;
        width: 95%;
    }
    .equity-index #header-v2 #banner .banner-content-block a {
        width: 100%;
    }
    .equity-index #header-v2 #banner .banner-content-block p {
        line-height: 1;
    }
}
/* HEL Banner */
.desktop-banner-hel {
    display: flex;
    background-color: #ADDCCD;
    border-radius: 30px;
    align-items: center;
    height: 170px;
}
.desktop-banner-hel span.lady-hel {
    position: relative;
    display: inline-block;
    width: 200px;
    height: auto;
    flex;
    1;
}
.desktop-banner-hel span.lady-hel img {
    position: relative;
    bottom: 15px;
}
span.title-hel {
    flex: 1;
}
.desktop-banner-hel span.hel-content {
    padding: 3rem;
    color: #333333;
}
.desktop-banner-hel span.title-hel {
    padding: 3rem;
}
span.hel-content {
    flex: 3;
    line-height: 1.2;
}
.container-narrow {
    margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
    .desktop-banner-hel {
        flex-direction: column;
        height: 100%;
        margin-bottom: 3rem;
    }
    .desktop-banner-hel span.lady-hel {
        height: auto;
        order: 3;
    }
    .desktop-banner-hel span.lady-hel img {
        position: relative;
        bottom: 0;
    }
    .desktop-banner-hel span.title-hel {
        padding: 5rem 3rem 0;
        text-align: center;
        font-size: 29px;
    }
    .mainContent .container:has(.equity-index) {
        padding: 0;
    }
}
.lang {
    font-size: 1.8rem;
    color: #0d3050;
    font-weight: bold;
}
/* The Newsletter Banner */
.article1-cta {
    background-image: url('https://lo.primelending.com/us-en/images/newsletter/2025-june/house_blue.png');
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 239px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 3rem;
    padding: 0 4rem;
}
.article1-cta .content {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    align-items: center;
    margin-top: 6rem;
}
.cta-img img.img-fluid {
    position: absolute;
    width: 179px;
    bottom: -62px;
}
.article1-cta p {
    color: #0D3050;
    max-width: 318px;
    font-weight: bold;
    margin-bottom: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .article1-cta .content {
        margin-top: -2rem;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .article1-cta .content {
        margin-top: 1rem;
    }
}
@media screen and (min-width: 1400px) {
    .article-cta .content {
        margin-top: 0;
    }
    .article1-cta p {
        max-width: 520px;
    }
}
.article1-cta .banner-button {
    color: #fff;
    font-weight: bold !important;
    background-color: #0D3050;
    color: #fff;
    border-radius: 10px;
    padding: 1rem 2rem;
    font-size: 1.7rem;
    font-family: "Poppins", serif;
}
/* LO-Rate-Banner */
.contact-us-form .contact-input input {
    margin-bottom: 5px;
}
.g-submit {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}
.g-submit .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    width: 170px;
}
#contactForm #LOSubmitButton {
    border-radius: 12px !important;
    font-family: "interface", sans-serif;
}
a#loan-anchor {
    font-family: 'Poppins';
    font-weight: bold;
    color: #09263F;
}
#contactForm p {
    color: #09263F;
}
a#loan-anchor {
    text-decoration: underline;
}
a#loan-anchor:hover {
    text-decoration: underline;
}
.fthb h2.h1 {
    width: 412px;
}
.contact-input p {
    color: #09263F;
}
@media screen and (max-width: 1199px) {
    .g-submit {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    .g-submit .g-recaptcha {
        transform: scale(0.87);
        -webkit-transform: scale(0.97);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        width: 100%;
    }
    #contactForm>p {
        text-align: center;
    }
}
.test-header-btn {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}
.test-header-btn .btn {
    min-width: 262px !important;
    border-radius: 11px;
    font-family: "interface", sans-serif;
    font-weight: bold;
}
.test-header-btn .btn.sky-blue {
    background-color: #AED7EC !important;
    color: #09263F !important;
    border: 1px solid #AED7EC !important;
}
.test-header-btn .defaultButton {
    padding: 25px 15px !important;
}
@media screen and (max-width: 991px) {
    .test-header-btn {
        flex-direction: column;
        gap: 2rem;
    }
    #contactForm #LOSubmitButton {
        width: 100% !important;
        min-width: 100%;
        padding: 30px 10px;
        font-size: 2.5rem;
        line-height: 0rem;
    }
}
.testimonial-review * {
    color: #0D3050 !important;
    font-size: 1.7rem !important;
}
/* Renovation Loan DLP */
.bg-content a.btn.defaultButton {
    min-width: 200px;
    border-radius: 12px;
    background-color: #09263F !important;
    font-weight: 700;
}
.first-home .bg-content {
    background: url(https://lo.primelending.com/us-en/images/renovation-loan-banner.png) center center / cover no-repeat;
    height: 100%;
    min-height: 428px;
    border-radius: 20px;
    justify-content: start;
    align-items: center;
    position: relative;
    display: flex;
    position: relative;
    padding-left: 5rem;
}
.first-home .bg-content .content {
    background-color: #fff;
    border-radius: 20px;
    padding: 2rem 4rem 2rem 2rem;
    max-width: 450px;
    border: 10px solid #09263F;
}
first-home .bg-content .content p {
    color: #09263F;
    line-height: 1.2;
}
.budget-shop a.btn.defaultButton {
    min-width: 225px;
    border-radius: 12px;
    background-color: #09263F !important;
    font-weight: bold;
    font-family: 'interface', sans-serif;
}
@media screen and (max-width: 991.98px) {
    .bg-content a.btn.defaultButton {
        width: 100% !important;
        padding: 30px 10px !important;
    }
    section#reno-v-form {
        margin-top: 14rem;
    }
    .first-home .bg-content {
        padding-left: 0rem;
        justify-content: center;
    }
    .first-home .bg-content .content {
        max-width: 90%;
        margin: 20rem auto 0;
        box-shadow: 0 3px 12px 1px rgba(37, 40, 42, .15);
        position: absolute;
        padding: 2rem;
    }
    .budget-shop a.btn.defaultButton {
        width: 95% !important;
        border-radius: 12px;
        padding: 29px 12px !important;
        margin: 0 auto;
        font-size: 2.5rem;
        font-weight: bold;
        font-family: 'interface';
    }
}
.deafultButton {
    background-color: #09263F !important;
}
#pl-testimonial-banner form#contactForm label {
    text-transform: capitalize;
    color: #09263F;
    font-weight: normal;
}
/* The Why PL Section Homepage */
.why-pl-wrapper a.defaultButton.button.button-border.button-rounded.button-large.shadow {
    width: 42% !important;
    text-align: center;
}
@media screen and (max-width: 991px) {
    .why-pl-wrapper a.defaultButton.button.button-border.button-rounded.button-large.shadow {
        width: 98% !important;
        text-align: center;
    }
}
.defaultButton {
    background-color: #09263F !important;
    border-radius: 15px;
}
#pl-nlc-banner p {
    font-size: 1.3rem;
    line-height: 1.3;
}
div#pl-nlc-banner h2 > span:not(.nocolor) {
   color: #0D3050!important;
   font-size: 3rem!important;
   font-weight: 700!important;
}
/* LO Head Section */
#lo-header .row {
    width: 100%;
}
#lo-header {
    position: relative;
    padding-top: 10rem;
  }
.lo-wrapper {
    display: flex;
    justify-content: space-around;
    max-width: 1320px;
    align-items: center;
    flex-direction: row;
}
.lo-wrapper .lo-info {
    flex-grow: 2;
    background: #CDECF6;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: auto;
    padding: 6rem 0rem 4rem 7rem;
    color: #0D3050;
    
}
.lo-wrapper .lo-image {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
.lo-image .lo-avatar {
    border-radius: 30px;
    width: 350px;
}
.lo-image .tag-line { max-width: 200px; }
div#LOPhoneLinkv1 {
    display: flex;
    margin-bottom: 2rem;
}
.lo-contact-content {
     display: flex;
     flex-direction: row;
     font-weight: bold;
  }
#LOPhoneLinkv1 #LOPhoneEmailLinksPipe { margin-left: 0.5em!important; }
@media screen and (max-width: 991px) {
#productsBlockRow {
  padding: 0 15px;
}
.lo-image .lo-avatar {
    border-radius: 30px;
    max-width: 225px!important;
}
#lo-header {
    position: relative;
    padding-top: 0;
min-height: 800px;
  }
      #lo-header:before {
        content: "";
        background-color: #CDECF6;
        height: 248px;
        width: 100%;
        position: absolute;
        z-index: 0;
    }
  .lo-contact-content {
     display: flex;
     flex-direction: column;
     margin-bottom: 0;
  }
  .lo-contact-content .separator {
     display: none;
  }
  .lo-wrapper {
    flex-direction: column;
    z-index: 2;
    position: relative;
    padding-top: 2rem;
  }
  div#LOPhoneLinkv1 {
    flex-direction: column;
    gap: 1rem;
}
  .lo-wrapper .lo-info {
    background-color: transparent!important;
    padding: 4rem 0rem 0 0;
    text-align: center;
  }
  .lo-wrapper .lo-info #lo-links { gap: 1rem!important; margin-bottom: 2rem; }
  .lo-wrapper .lo-info #bannerCTAbtn1 {
     margin-bottom: 0;
  }
  .lo-wrapper .lo-info p:not(.lo-contact-content) {
      margin-bottom: 3rem;
   }
  .lo-info-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  #LOPhoneEmailLinksPipe { display: none; }
  #bannerCTAbtn1 { margin-top: 0!important;}
  #bannerCTAbtn2.button {
    background-color: #CDECF6!important;
    color: #09263F!important;
    border: 4px solid #09263F!important;
  }
}
span.separator {
    margin: 0 0.5rem;
}
/* Social Icon Override */
a.social-icon i.socIconFooter {
color: #09263F !important;
}
a.social-icon i.socIconFooter:hover {
color: #ffffff !important;
}
div.lo-homepage-social-icons {
margin-bottom: 2rem;
}
/* End Social Icon Override */