/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Basic HTML revised */



p {
  margin-bottom: 1em; /* Adjusts the space between paragraphs */
  line-height: 1.5;   /* Adjusts the space between lines within a paragraph */
}
ul.cdlist {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    margin-bottom: 2rem;
}
ul.cdlist li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: square;
    margin-bottom: .25rem;
}

.max-w-49point5 {
    max-width: 49.5rem;
}

.max-w-700 {
    max-width: 54.5rem;
}

.max-w-800 {
    max-width: 75.5rem;
}

.max-wide {
    max-width: 65.5rem;
}

.cdCenterImage {
    margin: auto;
}

.mice-text {
    font-size: .8125rem;
    line-height: 1.54;
}

ul.CDList {
    margin-left: 30px;
}
ul.CDList li {
    list-style-type: disc;
    margin-bottom: 12px;
}

ul.generalList {
    margin-left: 40px;
}
ul.generalList li {
    list-style: disc;
    font-size: 1rem;
    line-height: 1.54;
}

.table-simple thead th.blueHdr {
    border: none;
    background-color: #044b69;
    font-weight: 400;
    padding: .625rem .125rem;
    padding-left: .625rem;
    color: #fff;
    border-radius: 0 !important;
}
.table-simple.noRadius tbody td {
    border-radius: 0 !important;
}

.table-simple.noRadius tbody td.leftAlignSmallerFont {
    font-size: 15px;
    padding: .825rem;
    text-align: left;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 860px) 
  and (-webkit-min-device-pixel-ratio: 2) {

    .table-simple thead th.blueHdr {
        border: none;
        background-color: #044b69;
        font-weight: 400;
        padding: .625rem .125rem;
        padding-left: .625rem;
        color: #fff;
        border-radius: 0 !important;
        font-size: 14px;
    }
    
    .table-simple.noRadius tbody td {
        font-size: 14px;
    }
      
    .table-simple.noRadius tbody td.leftAlignSmallerFont {
        font-size: 14px;
        padding: .625rem;
        text-align: left;
    }
      
}

.offset-mt-short {
    margin-top: -4rem;
}
@media only screen 
  and (min-device-width: 992px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .offset-mt-short {
            margin-top: 8vw !important;
    }
}

.doNotDisplayStepNumber::before {
    display: none;
}

.text-callout h3 {
    font-weight: 700;
}

p.normal {
    font-weight: normal;
    padding-top: .125rem;
    padding-bottom: .125rem;
}

.cd-custom-margin-bottom-30px {
    margin-bottom: 30px;
}

.cd-custom-font-weight-normal {
    font-weight: normal !important;
}

li.cd-custom-margin-bottom-list-spacing {
    margin-bottom: 12px;
}

.cd-custon-font-size-15px {
    font-size: 15px;
}

.cd-custon-font-size-1point525 {
    font-size: 1.525rem;
}

.padding-all-over-1point125-3point525 {
    padding: 1.125rem 3.525rem;
}

.cd-custom-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cd-custom-center-forms-certs {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
}

.gap-y-0 {
    gap: 0;
}

@media (min-width: 1200px){
    .pb-50-xl{
        padding-bottom:3.25rem
    }
}

.app-card__title.color-blue {
    color: #044b69;
}

.cd-custom-padding-zero {
    padding: 0;
}


@media (min-width: 992px) {
    
    .in-middle-20percent {
       width:100%;
       margin-top: 20%;
    }
    
    .card--xl.cd-custom-padding-top-zero {
        padding-top: 0;
    }
    .card--xl.cd-custom-padding-left-20percent {
        padding-left: 20%;
    }
}

@media (min-width: 992px) {
    .offers-card__img.cd-custom-awards-image-card img {
        width: inherit;
        height: 8rem;
        margin: auto;
        display: block;
    }
}
.offers-card__text.cd-custom-awards-text-card {
    color: #044b69;
    font-size: 1.175rem;
    line-height: 1.25;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Page Sub Nav */
.nav-secondary .nav-secondary__content {
    display: block;
}
.nav-secondary .nav-secondary__content.nav-aboutus {
    display: none;
}
.nav-secondary .nav-secondary__content.nav-reviews {
    display: none;
}
.nav-secondary__content-title {
    display: block;
}
.js-nav-secondary-btn.nav-secondary__content-title {
    display: none;
}
.js-nav-secondary-content.nav-secondary__content-menu.thisMenuOn {
    display: block;
}
.js-nav-secondary-content.nav-secondary__content-menu.thisMenuOff {
    display: none;
}
@media (min-width: 992px) {
    
    .nav-secondary .nav-secondary__content.noShowDesktop {
        display: none;
    }
    
    .js-nav-secondary-content.nav-secondary__content-menu.thisMenuOff {
        display: block;
    } 
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 860px) 
  and (-webkit-min-device-pixel-ratio: 2) {
        .js-nav-secondary-btn.nav-secondary__content-title {
            display: block;
        }
      
        .nav-secondary .nav-secondary__content.nav-aboutus {
            display: block;
        }
        .nav-secondary .nav-secondary__content.nav-reviews {
            display: block;
        }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Header Nav ON state */
@media (min-width: 992px) {
    .nav-bottom a.current:before {
        background-color: #044b69;
    }
    .nav-bottom a.current:hover:before {
        background-color: #afc6d0;
    }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Home CBRB Badge next to the form */
/* anchor */
.home-hero-top__in{ position: relative; }

/* Badge size can scale a bit if you want */
#home-award{
  position: absolute;
  width: 180px;
  height: 180px;
  z-index: 10;
  margin: 0;

  /* this is the magic: left edge of the right 50% column */
  left: 50%;
  bottom: 0;

  /* center the badge on that corner, then nudge down/out */
  transform: translate(-80%, -32%); /* tweak 35% to taste */
}

/* keep the img behaving */
#home-award img{
  display: block;
  width: 100%;
  height: auto;
}

/* When it stacks on mobile, either hide or reposition */
@media (max-width: 991px){
  #home-award{
    /*display: none;*/ /* or change left/bottom/transform for mobile */
    width: 100px;
    height: 100px;
    right: 10%;
    bottom: 0%;
    position: absolute;
    transform: translate(80%, 32%);
  }
}

.image-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

.image-gallery img {
    max-width: 200px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.image-gallery img:hover {
    transform: scale(1.05);
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Bootstrap Modal Popup */
.popup-modal {
    display: none;
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    margin-top: 50px;
}

.popup-caption {
    text-align: center;
    color: white;
    margin-top: 10px;
    font-size: 18px;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.popup-close:hover {
    color: #ccc;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Home Flexi Line button */
@media (min-width: 992px) {
    .flexi-line__btn {
        display: block;
    }
}

@media only screen 
  and (max-device-width: 860px) 
  and (-webkit-min-device-pixel-ratio: 2) {
      
    .flexi-line__animation {
        min-height: 72px;
    }
      
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Home 3 Steps Stacked */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 860px) 
  and (-webkit-min-device-pixel-ratio: 2) {
      
      .steps__text strong {
        font-weight: 500;
        font-size: 1.2rem;
      }
      
      .steps-list .row {
        flex-wrap: wrap;
      }
      .col-fluid-xl {
          flex-basis: 0;
          flex-grow: 1;
          width: 100%;
          min-width: 22rem;
      }
      /* .three-steps-arrow {
          display: none;
      } */
      
      .three-steps-svg {
          float: left;
          display: flex
      }
      .three-steps-title {
          display: inline-block;
          margin-top: .5rem;
          margin-left: .6rem;
      }
      
}
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

      .steps-list .row {
        flex-wrap: unset;
      }
      .col-fluid-xl {
        flex-basis: 0;
        flex-grow: 1;
        width: 100%;
        min-width: 0;
      }
      /* .three-steps-arrow {
          display: none;
      } */
      
      .three-steps-svg {
          float: unset;
          display: unset
      }
      .three-steps-title {
          display: unset;
          margin-top: .5rem;
          margin-left: .6rem;
      }
        
}
/* Landscape Only */
@media only screen 
  and (device-width: 430px) 
  and (device-height: 932px) 
  and (orientation: landscape) 
  and (-webkit-device-pixel-ratio: 3) {
    /* Styles for iPhone 15 Pro Max landscape */
      
      .steps-list .row {
        flex-wrap: wrap;
      }
      .col-fluid-xl {
        width: 100% !important;
      }

      .home-hero-top__title {
            top: 100px;
        }
}
@media only screen 
  and (min-device-width: 640px) 
  and (max-device-width: 932px) 
  and (orientation: landscape) {
    /* Styles for Android landscape */
      
      .home-hero-top__title {
            top: 100px;
        }
}
@media only screen 
  and (orientation: landscape) 
  and (aspect-ratio: 19/9) {
    /* High-end phones in landscape (widescreen) */
      .home-hero-top__title {
            top: 100px;
        }
      
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Home Page Community Image */

.cause .cause__logo {
    height: 24.6875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cause .cause__logo img {
        max-width: 75%;
    }
@media (min-width: 992px) {
    .cause {
        margin-top: 10rem;
    }
    .cause-card__img img {
        margin-top: auto;
        max-width: 100%;
        left: -1.875rem;
    }
    
    .cause .cause__logo img {
        max-width: 100%;
    }
}






/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Capital Direct Older Styles revised */
strong.cdHeading {
    font-weight: 500;   
}
table.table-overall {
    border: 0px solid #044b69;
    border-collapse: collapse;
    margin: auto;
}
td.table-headers {
    padding: 4px;
    font-weight: 500;
    color: #044b69;
    border: 1px solid #FAFAFA;
    background-color: #dbe4c0;
}
td.table-column {
    padding: 4px;
    border: 1px solid #FAFAFA;
    background-color: #E9F1F5;
}
td.table-column-hilight {
    padding: 4px;
    border: 1px solid #FAFAFA;
    background-color: #FAFAFA;
}
.disclaimer-all-pages {
    margin: 20px 0px;
    font-size: 10px;
    color: #9ABECF;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Capital Direct Sub Pages */

h2.h2Titles {
    color: #3E6880;
    font-weight: bold;
}

.nav-secondary__header ul li a.pageon {
    color: #F69321;
}
.nav-secondary__header ul li a.pageon::before {
    background-color: #AFC6D0;
    background-color: #91b43d;
}

.nav-secondary__content-menu {
    overflow: hidden;
    max-height: 430px;
    opacity: 1;
    transition: opacity 0.3s linear, max-height 0.3s linear;
}

.card--white-link {
    position: relative;
}
.card--white-link:hover {
    background-color: #3E6880;
}
.card--white-link:hover .card__text--lg {
    color: #FFF;
}
.link-this-card {
    position: absolute; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    z-index: 1;
}

.cd-center {
    text-align: center;
}


.serviceAreasUnorderedList {
    margin-top: 12px; 
    margin-bottom: 12px; 
    list-style-type: circle;
}
.serviceAreasUnorderedList li {
    margin-left: 12px; 
    list-style: disc; 
    list-style-type: disc; 
    list-style-position: inside;
}
.mortgage-brokers-quote {
    color: #5B9ABD;
    font-weight: bold;
}

.cdLessTopMargin {
    margin-top: 10px;
}
.cdlessBottomMargin {
    margin-bottom: 10px;
}
.smaller-font {
    font-size: .7rem;
}

/* Offers */
.offer-main {
    display: flex;
    justify-content: space-between;
    border-radius: 1.25rem;
    color: #044B69;
    background-color: #AFC6D0;
}
@media (min-width: 992px) {
    .offer__content {
        width: 40.5%;
        padding: 3.125rem 0 4.375rem 4.375rem;
        border-radius: 1.25rem 0 0 1.25rem;
        background-color: #AFC6D0;
    }
    
    .formOfferApplicationDiv {
        margin-left: 20%;
        width: 80%;
    }
}
.offer__content {
    padding: 1.875rem;
    order: -1;
    position: relative;
    z-index: 2;
    background-color: #AFC6D0;
}

.offers-card__img.cd-custom-icons-large {
    min-width: inherit;
}
.offers-card__img.cd-custom-icons-large img {
    width: 7.8125rem;
    height: 7.8125rem;
    margin: auto;
}
.card__text--lg.cd-custom-wwoMobileCenter {
    text-align: center;
}
@media (min-width: 992px) {
    
    .offers-card__img.cd-custom-icons-large img {
        width: 100%;
        height: 100%;
        margin: auto;
    }
    card__text--lg.cd-custom-wwo-mobile-center img {
        text-align: center;
    }
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  Misc Sub Page Revisions */
.card-height-lg.cd-custom-card-height-smaller {
    min-height: 8.9375rem;
}
@media (min-width: 992px) {
    .card-height-lg.cd-custom-card-height-smaller {
        min-height: 8.9375rem;
    }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  What We Offer How It Works Process steps */
@media (min-width: 992px) {
    .process-list li {
        width: 16.75rem;
    }
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  Community */
.cdSmallFontFourteen {
    font-size: 14px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  Offers Title on Desktop/Tab NOT mobile */
.cd-offer-lg-top {
    top: 100px;
    font-size: 3.5rem;
}

.formOfferApplicationDiv select::placeholder,
.formOfferApplicationDiv input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=range])::placeholder,
.formOfferApplicationDiv input[type="text"]::placeholder,
.formOfferApplicationDiv input[type="text"]::-webkit-input-placeholder,
.formOfferApplicationDiv textarea::placeholder {
        color: 044B69;
}

.form-instant-loan-application form ::-webkit-input-placeholder {
  color: 044B69;
}
.form-instant-loan-application form input::-moz-placeholder {
  color: 044B69;
}
.form-instant-loan-application form textarea::-moz-placeholder {
  color: 044B69;
}
.form-instant-loan-application form ::ms-input-placeholder {
  color: 044B69;
}
.form-instant-loan-application form [placeholder]:focus::-webkit-input-placeholder {
  color: 044B69;
}


input#OfferCode::placeholder {
  color: #F69321;
  opacity: 0.5;
}

.cd-row-lg {
  padding-right: 20px;
  padding-left: 20px;
}

.bg-blue-grey {
    background-color: #DDE1E8;
}
.bg-light-blue {
  background-color: #AFC6D0;
}
.bg-blue {
  background-color: #044B69;
}

.bg-light-cd-orange {
    background-color: #F9DDBE;
}

.color-white {
  color: #FFFFFF;
}

/* New Flexi Line Home page */

@media (min-width: 1200px) {
    .flexi-line__text {
        font-size: 1.5rem;
        margin-top: -0.5rem;
    }
}

.cd-lt-blue-bk, .cd-lt-blue-bk:after {
    background-color: #B8D4E2;
}

.newFlexi-Line-Offset {
    margin-top: -14px;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
}

.newFlexi-Line-Offset .flexi-line__animation-box0.cd-lt-blue-bk {
  background-color: #B8D4E2;
}
.newFlexi-Line-Offset .flexi-line__animation-box1 div.cd-lt-blue-bk {
  background-color: #B8D4E2;
}
.newFlexi-Line-Offset .flexi-line__animation-box2.cd-lt-blue-bk {
  background-color: #B8D4E2;
}
.newFlexi-Line-Offset .flexi-line__animation-box3 div.cd-lt-blue-bk {
  background-color: #B8D4E2;
}
.newFlexi-Line-Offset .flexi-line__animation-box4.cd-lt-blue-bk {
  background-color: #B8D4E2;
}

@media (min-width: 992px) {
    .flexi-line__content-in {
        padding-top: 2.625rem;
    }
    .flexi-line__animation {
        margin-bottom: 2.375rem;
    }
    .newFlexi-Line-Offset {
        /* margin-top: -15.75rem; */
        margin-top: -9.75rem;
        /*margin-bottom: -12.5rem;*/
        z-index: 2;
    }
    
}

@media (min-width: 992px) {
    .card-height-md {
        min-height: 22.9375rem;
    }
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  Reviews Pagination */
.verified-reviews-paging i.fa {
    font-size: 12px;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  FLEXI LINE HOME PAGE Portrait and Landscape */

.cta-home-equity-mobile-photo-aspect-wrapper-top {
        /* margin-top: 18vw !important; */
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .cta-flexi-line-mobile-photo-aspect {
        /* aspect-ratio: 380 / 321; */
        aspect-ratio: unset;
        margin-top: 260px;
    }
    .cta-home-equity-mobile-photo-aspect {
        /* aspect-ratio: 380 / 321; */
        aspect-ratio: unset;
    }
    .cta-home-equity-mobile-photo-aspect-wrapper {
        /* aspect-ratio: 380 / 321; */
        aspect-ratio: unset;
        margin-top: 45vw !important;
    }
}
.revised-card-cd-custom-cta {
        margin: 0 auto;
        width: 100%;
    }
@media (min-width: 992px) {
    .revised-card-cd-custom-cta {
        margin: 0 auto;
        width: 40%;
    }
}

.revised-grid-content {
    display: grid;
    align-items: end;
}

.app-card__title {
    font-weight: 500;
}
.app-card__text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: .9rem;
    line-height: 1.25;
}
@media (min-width: 992px) {
    .app-card__text {
        line-height: 1;
        font-weight: 500;
    }
}
@media (min-width: 992px) {
    .app-card__buttons {
        gap: .775rem;
        padding-top: 0.2rem;
    }
}

.app-card__buttons .btn--lg.w-75 {
    width: 75%;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
      .verified-reviews-paging i.fa {
            font-size: 14px;
        }
      
      .newFlexi-Line-Offset {
        /* margin-top: 0px; */
        /* ********** Offset Home Page Flexi Line from form */
        /* margin-top: 20px; */
        
        margin-bottom: 0px;
        position: relative;
        z-index: 2;
      }
      
      .flexi-line__title {
        top: 0.875rem;
        z-index: 3;
      }
}
/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 860px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

      .verified-reviews-paging i.fa {
            font-size: 14px;
        }
      
      .newFlexi-Line-Offset {
        margin-top: 0px;
        margin-bottom: 0px;
        position: relative;
        z-index: 2;
      }
      
      .flexi-line__title {
        top: 0.875rem;
        z-index: 3;
      }
      
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 992px) 
  and (-webkit-min-device-pixel-ratio: 1) {
      
      .newFlexi-Line-Offset {
        /* margin-top: -300px; */
        /* ********** Offset Home Page Flexi Line from form */
        margin-top: -5.5rem !important;
      }

}

@media only screen 
  and (min-device-width: 992px) 
  and (-webkit-min-device-pixel-ratio: 1) {
      
      .newFlexi-Line-Offset {
        /* margin-top: -300px; */
        /* ********** Offset Home Page Flexi Line from form */
        margin-top: -5.5rem !important;
      }

}

@media (min-width: 992px) {
    .subpage .nav-secondary-wrap {
        margin-top: -370px;
    }
    .subpage .hero {
        z-index: -99;
    }
    .subpage .hero__bg {
        height: 230px;
    }
    .subpage .hero__content,
    .subpage .hero__bottom_content {
        display: none;
    }
}
@media (min-width: 983px) and (max-width: 1322px) {
    .subpage .nav-secondary__header ul {
        gap: 1.2rem;
    }
    .subpage .nav-secondary__header ul li a {
        font-size: 15px;
    }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  CTA HOME EQUITY $500 Offer */

@media (min-width: 992px) {
    .cd-custom-hidden-lg {
        display: none !important;
    }
}

.cdCTA-Home-Equity-500-Offer {
    order: -998;
    /* aspect-ratio: 300 / 0; */
    aspect-ratio: unset;
    display: inline-flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 75%;
    margin: auto;
}
@media only screen and (orientation: landscape) {
    .cdCTA-Home-Equity-500-Offer {
        width: 55%;
    }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  hiw-process green icon boxes */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 899px)
  and (-webkit-min-device-pixel-ratio: 2) {
      .hiw-process-green-icon-boxes {
          width: 398px;
      }
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  Mobile Nav issues */
.showOnMobile {
    display: none;
}
.showOnDesktop {
    display: block;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
      .showOnMobile {
            display: block;
        }
      .showOnDesktop {
            display: none;
        }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  Service Areas Drop Down List Box Icon */
.nav-secondary__header-icon {
    width: 7%;
    float: right;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  Design Team revision re removing rounded corners on mobile */
@media (max-width: 992px) {
  .flexi-line__in {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
}

@media (min-width: 992px){
    .cd-custom-accreditation {
        width: 65%;
    }
    .cd-custom-accreditation35percent {
        width: 35%;
    }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Capital Direct Flexi Line CTA Sub Pages */
.offset-card-cd-md {
    margin-top:34vw;
}
.app-card__title {
    color: #000;
}
@media (min-width: 992px){
    .offset-card-cd-md {
        margin-top:auto;
        margin-top:8vw;
    }
    .app-card__img {
        width: 640px;
        aspect-ratio: 640 / 740;
        bottom: 0;
        object-fit: contain;
    } 
    .card--light-green-desktop-only {
        background-color: #dbe4c0;
    }
    
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 899px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .offset-card-cd-md {
        margin-top:34vw;
    }
    .offset-card-cd-cd-md-mobile {
        margin-top:auto;
        margin-top:8vw;
    }
    .card--light-green-desktop-only {
        background-color: transparent;
    }
      .card--light-green {
        background-color: #dbe4c0;
    }
}

br.doNotDisplayThisHTHMLTag {
    display: none;
}

@media (min-width: 992px) {
    
    br.doNotDisplayThisHTHMLTag {
        display: block;
    }
    
    .card--md-third {
        min-height: 265px;
    }
    .cd-custom-card-text-min-height {
        min-height: 69px;
    }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ FORMS */


.agree_message {
    color: #f69321;
    font-weight: 500;
    visibility: hidden;
}
button:disabled {
    background-color: #E6E6E6 !important;
    color: #888 !important;
    cursor: not-allowed !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ FORMS THANK-YOU */
img.cdcustomAppThankyou {
    height: 35.9375rem;
    width: unset;
    object-fit: contain;
}

@media (max-width: 900px) {
    .thankyouwrapper .contact-form {
        margin-top: .5rem;
    }
}

@media (min-width: 992px) {
    .thankyou-app__grid .app-card {
        margin-top: auto;
        margin-top: 180px;
        grid-column: 3 / span 12;
    }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Footer */
.footer .footer__title {
    color: #FFF;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ BUG FIX: MOBILE PAGE NAV scrolling on Mobile */

.nav-secondary__content {
    max-height: 140dvh;
    border-bottom: 1px solid #888;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
       only screen and (min-resolution: 192dpi), 
       only screen and (min-resolution: 2dppx) {
            /* Styles for high-resolution displays for Samsung S24 */
           .nav-secondary__content {
                max-height: 160dvh;
            }
           
           
}

@media (min-width: 992px) {
    .footer .footer__nav {
        place-items: flex-start;
    }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ KJ Calculators Responsive Styles
.KJEWidthConstraint {
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

#KJECalculatorScreenSize, #KJEFixed, #KJECommandButtons, #KJEReportButtons, #KJEMoreButtons {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.KJEHelp {
    width: 15% !important;
}
.KJE-NEW_LOAN_BALANCE,
.KJE-NEW_LOAN_PAYMENT,
.KJE-NEW_LOAN_RATE, 
.KJE-PODEFN-NEW_LOAN_RATE  {
    width: 10% !important;
    left: 5% !important;
}
 */