body {
    background-color: #fff;
    color: #081e25;
    font-size: 1rem;
    text-rendering: optimizeLegibility
}

.container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

header {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1920px;
}

main, .footer {
    background: url() no-repeat 50% 100% / 100% auto;
    background-color: #f2eeeb;
    margin: 0 auto;
    max-width: 1920px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
}

@media screen and (max-width: 900px) {
    .hidden-sm {
        display: none !important;
    }
}


/* Required as framework has padding on all columns */
[class*=col-] {
    /* width: 100%; */
    padding-right: 0px;
    padding-left: 0px;
}

.content-block>p {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}


@media (min-width: 992px) {
    .inline-block-lg {
        display: inline-block;
    }
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ HEADINGS & BODY TEXT
 * mobile default and then revise for desktop 900+  */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1rem;
}

.content-block>.h3 {
    margin-top: 0.3rem;
}

form select, form input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=range]), form textarea {
    font-family: PP Neue Montreal, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    color: #081e25;
    outline: none;
    width: 100%;
    max-width: 100%;
    height: 2.5rem;
    padding: 0 1.25rem;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: .3125rem;
}

h1, .h1 {
    color: #004b69;
    font-family: PP Neue Montreal;
    font-size: 2.453rem;
    font-weight: 500;
    line-height: 2.453rem;
}
h2, .h2 {
    color: #004b69;
    font-family: PP Neue Montreal;
    font-size: 2.453rem;
    font-weight: 400;
    line-height: 110%;
    margin-top: 1.047rem;
    margin-bottom: 1.047rem;
}

h3, .h3 {
    color: #5a8ead;
    font-family: PP Neue Montreal;
    font-size: 1.353rem;
    font-weight: 400;
    line-height: 1.353rem;
}

.h3-white-for-cta-blue {
    color: #fff;
    font-family: PP Neue Montreal;
    font-size: 2.453rem;
    font-weight: 500;
    line-height: 2.453rem;
}

p {
    color: #081e25;
    font-family: PP Neue Montreal;
    font-weight: 500;
    font-size: 1.044rem;
    margin-top: 1.047rem;
    margin-bottom: 1.047rem;
}
ul, li {
    color: #081e25;
    font-family: PP Neue Montreal;
    font-weight: 500;
    font-size: 1.044rem;
    line-height: 130%;
    margin-bottom: 0.275rem;
}
strong {
    color: #5a8ead;
    font-family: PP Neue Montreal;
    font-weight: bold;
}
.wide-text {
    color: #f59221;
    font-family: PP Neue Montreal;
    font-size: 1rem;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.card-title {
    color: #fff;
    font-family: PP Neue Montreal;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 0.094rem;
}
.light-blue-text {
    color: #5a8ead;
    font-family: PP Neue Montreal;
}
.small-text {
    color: #081e25;
    font-family: PP Neue Montreal;
    font-size: 2.333rem;
    font-weight: 500;
    line-height: 0.094rem;
}
.small-text-third-col {
    color: #5a8ead;
    font-family: PP Neue Montreal;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 110%;
}
.footer-nav-links {
    color: #081e25;
    font-family: PP Neue Montreal;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.875rem;
    text-decoration: none;
}
.footer-disclaimer-text {
    color: #5a8ead;
    font-family: PP Neue Montreal;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 0.625rem;
}
.big-stat {
    color: #f59221;
    font-family: PP Neue Montreal;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 0.833rem;
}
.light-font-weight {
    font-weight: 300;
}
.underline {
    text-decoration: underline;
    text-decoration-thickness: 0.125rem; /* Thinner than bold text */
    text-underline-offset: 0.188rem;
}
.italics {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-medium {
    font-weight: 500 !important;
}

@media (min-width: 992px) {

    h1, .h1 {
        color: #004B69;
        font-family: PP Neue Montreal;
        font-size: 3.281rem;
        font-weight: 500;
        line-height: 110%;
    }
    h2, .h2 {
        color: #004B69;
        font-family: PP Neue Montreal;
        font-size: 3.281rem;
        font-weight: 400;
        line-height: 110%;
    }
    
    h3, .h3 {
        color: #5a8ead;
        font-family: PP Neue Montreal;
        font-size: 1.875rem;
        font-weight: 400;
        line-height: 110%;
    }
    
    .h3-white-for-cta-blue {
        color: #fff;
        font-family: PP Neue Montreal;
        font-size: 3.281rem;
        font-weight: 500;
        line-height: 110%;
    }
    
    p {
        color: #081e25;
        font-family: PP Neue Montreal;
        font-size: 1.313rem;
        font-weight: 500;
        line-height: 110%;
        margin-top: 1.047rem;
        margin-bottom: 1.047rem;
    }
    ul, li {
        color: #081e25;
        font-family: PP Neue Montreal;
        font-weight: 500;
        font-size: 1.313rem;
        line-height: 110%;
    }
    strong {
        color: #5a8ead;
        font-family: PP Neue Montreal;
        font-weight: bold;
    }
    .wide-text {
        color: #f59221;
        font-family: PP Neue Montreal;
        font-size: 1.313rem;
        font-weight: 600;
        line-height: 110%;
        letter-spacing: 4px;
        text-transform: uppercase;
    }
    .card-title {
        color: #fff;
        font-family: PP Neue Montreal;
        font-size: 2.625rem;
        font-weight: 500;
        line-height: 110%;
    }
    .navy-blue-text {
        color: #004B69;
        font-family: PP Neue Montreal;
        font-weight: 500;
    }
    .light-blue-text {
        color: #5a8ead;
        font-family: PP Neue Montreal;
    }
    .small-text-third-col {
        color: #5a8ead;
        font-family: PP Neue Montreal;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 110%;
    }
    .small-text {
        color: #081e25;
        font-family: PP Neue Montreal;
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 110%;
    }
    .footer-nav-links {
        color: #081e25;
        font-family: PP Neue Montreal;
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 3.2rem;
        text-decoration: none;
    }
    .footer-disclaimer-text {
        color: #5a8ead;
        font-family: PP Neue Montreal;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 0.875rem;
    }
    .big-stat {
        color: #f59221;
        font-family: PP Neue Montreal;
        font-size: 3.281rem;
        font-weight: 400;
        line-height: 0.833rem;
    }
    .light-font-weight {
        font-weight: 300;
    }
    .underline {
        text-decoration: underline;
        text-decoration-thickness: 0.125rem; /* Thinner than bold text */
        text-underline-offset: 0.25rem;
    }

}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ BASE BOOTSTRAP */

/* Base styles applied to ALL screen sizes (Extra Small and up) */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left; /* Keeps them horizontal even on mobile */
}

/* Specific width for col-xs-12 */
.col-xs-12 {
    width: 100%;
}

/* Example of a smaller column */
.col-xs-6 {
    width: 50%;
}

.col-sm-1  { width: 8.33333333%; }
.col-sm-2  { width: 16.66666667%; }
.col-sm-3  { width: 25%; }
.col-sm-4  { width: 33.33333333%; }
.col-sm-5  { width: 41.66666667%; }
.col-sm-6  { width: 50%; }
.col-sm-7  { width: 58.33333333%; }
.col-sm-8  { width: 66.66666667%; }
.col-sm-9  { width: 75%; }
.col-sm-10 { width: 83.33333333%; }
.col-sm-11 { width: 91.66666667%; }
.col-sm-12 { width: 100%; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-12 {
        width: 100%;
    }
    /* All col-sm-* classes also need float: left; to sit side-by-side */
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
}
/* Medium Devices (Desktops, 992px and up) */
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
}
/* Large Devices (Wide Desktops, 1200px and up) */
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ BUTTONS */
.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    /* font-size: 0.875rem; */
    font-size: 1.044rem;
    font-weight: 500;
    line-height: 1.1;
    /* white-space: nowrap; */
    white-space: normal;
    padding: 0.3rem 2.2rem;
    min-height: 2.625rem;
    height: auto;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 0.625rem;
    text-decoration: none;
    color: #fff;
    background-color: #91b43d;
    transition: all 0.15s ease-in;
}
.btn--lg {
    height: unset;
    font-size: 1.044rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    max-width: 80%;
}
@media (min-width: 992px) {
    .btn {

        font-size: 1.313rem;
    }
        .btn--lg {
        font-size: 1.25rem;
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: unset;
    }
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ HEADER + NAV */
.header {
    background-color: #fff;
}

@media (min-width: 992px) {
    .header {
        margin-top: 0;
    }
}



.header__in {
    position: relative;
    height: 5.5rem;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 0px;
}

.hdr-mobile-menu-wrapper {
    display: flex;
    height: stretch;
    align-items: center !important;
    justify-content: center !important;
    /* margin-top: 1.875rem; */
}

/* Mobile nav default */
nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    padding: 7.5rem 2.5rem 2.5rem;
    background-color: #fff !important;
    color: #01384f !important;
    overflow-x: hidden;
}

.nav-bottom a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1.625rem;
    line-height: 1.12;
    color: #01384f !important;
    margin-bottom: 1.875rem;
}

.nav-bottom a.btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1.625rem;
    line-height: 1.12;
    color: #fff !important;
    margin-bottom: 1.875rem;
}

.header__logo,
.header__logo img {
    width: clamp(12.625rem, 5vw, 12.625rem);
    height: auto;
}

.nav-bottom a:hover:before {
    background-color: #afc6d0;
}
.nav-bottom a.no-hover-color:hover:before {
    background-color: transparent;
}

/* Desktop nav */
@media (min-width: 992px) {
    .nav-bottom a.current:before {
        background-color: #044b69;
    }
    
    nav.nav {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        z-index: auto;
        width: 100%;
        padding: 0;
        background-color: transparent !important;
        overflow: visible;
    }

    .header__in {
        width: 100%;
    }

    .header__in .nav {
        flex: 1 1 auto;
        margin-right: 2.2%;
    }

    .nav-bottom {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        gap: 0 clamp(0.75rem, 1.3vw, 4.688rem);
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        list-style: none;
    }

    .nav-bottom li {
        display: flex;
        align-items: center;
    }
    .nav-bottom li.hidden-lg {
        display: none;
    }
    

    .nav-bottom a {
        text-align: center;
        height: 100%;
        position: relative;
        font-family: PP Neue Montreal;
        font-size: 1.125rem;
        font-weight: 500;
        color: #004b69 !important;
        margin-bottom: 0;
        white-space: nowrap;
    }

    .nav-bottom a.btn {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 4.688rem;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1;
        white-space: nowrap;
        padding: 0.3125rem 1.2rem;
        height: 2.625rem;
        border: 1px solid transparent;
        border-radius: 0.625rem;
        text-decoration: none;
        color: #fff !important;
        background-color: #91b43d;
        transition: all 0.15s ease-in;
        top: 0.85rem;
    }

    .nav-bottom a.btn:hover:before {
        background-color: transparent;
    }

    .nav-bottom a.btn:hover,
    .nav-bottom a.btn:focus {
        background-color: #f69321;
    }

    .is-scroll-nav .header__logo {
        width: unset;
        overflow: hidden;
    }

    .hdr-apply-now-button-wrapper {
        justify-content: end;
        margin-top: 5.5%;
        margin-right: 5%;
    }
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ MAIN */
main {
    margin-top: 5.5rem; /* Offset Header */
}
@media (min-width: 992px) {
}
.px-0-lg {
    padding-left: 0;
    padding-right: 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ GRID */

.custom-grid {
    display: grid !important;
    grid-template-columns: 2.2% minmax(0, 1fr) 22.2%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Only target the 3 main grid columns */
.custom-grid > .first-col,
.custom-grid > .second-col,
.custom-grid > .third-col {
    float: none !important;
    width: auto !important;
    min-width: 0;
    max-width: none;
    box-sizing: border-box;
    position: relative;
    padding: 0px;

    border-style: solid;
    border-color: #fff;
    border-width: 0 0 2px 2px;
    min-height: 2.25rem;
}

.custom-grid > .first-col {
    border-width: 0 0px 2px 0px;
}

.custom-grid > .first-col.orange-bk {
    background-color: #f59221;
}

.custom-grid > .third-col {
    border-width: 0 0px 2px 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-grid > .third-col.not-vertically-aligned {
    border-width: 0 0px 2px 2px;
    display: block;
}

.custom-grid > .second-col.content-block, 
.custom-grid > .second-col .content-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 2rem 1.563rem; */
    /* padding: 2rem 1.563rem 2rem 1.75rem; */
    padding: 2rem 1.95rem 2rem 1.35rem;
}
.custom-grid > .second-col.white-bk, 
.custom-grid > .second-col.white-bk {
    background-color: #fff;
}

.custom-grid > .second-col.content-block-tri, 
.custom-grid > .second-col .content-block-tri,
.custom-grid > .second-col.content-block-original, 
.custom-grid > .second-col .content-block-original {
    /* padding: 7.188rem 6.813rem; */ /* Initial Padding */
    padding: 2rem 1.563rem; /* Same padding for 3 columns */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Special Padding for 10 yr graphic on MOBILE */
.custom-grid > .second-col.content-block-mobile-special, 
.custom-grid > .second-col .content-block-mobile-special {
    /* padding: 2rem 1.563rem; */ /* Initial Padding */
    padding: 0.045rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-grid > .second-col.content-50x50 .row {
    margin-left: 0;
    margin-right: 0;
}


@media (min-width: 992px) {
    .custom-grid > .second-col.content-block, 
    .custom-grid > .second-col .content-block {
        /* padding: 7.188rem 6.813rem; */ /* Initial Padding */
        padding: 5.391rem 19rem 5.391rem 5.110rem;
    }
    .custom-grid > .second-col.content-block-tri, 
    .custom-grid > .second-col .content-block-tri,
    .custom-grid > .second-col.content-block-original, 
    .custom-grid > .second-col .content-block-original {
        /* padding: 7.188rem 6.813rem; */ /* Initial Padding */
        padding: 5.391rem 5.110rem 5.391rem 5.110rem; /* Same padding for 3 columns */
    }
    .grid-border-white-right {
        border-style: solid;
        border-color: #fff;
        border-width: 0 2px 0px 0px;
    }
    
    .custom-grid > .second-col.content-block-mobile-special, 
    .custom-grid > .second-col .content-block-mobile-special {
        /* padding: 2rem 1.563rem; */ /* Initial Padding */
        padding: 5.391rem 5.110rem 5.391rem 5.110rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

}

/* Smaller min-height for header / custom */
.custom-grid.minHeight30 > .first-col,
.custom-grid.minHeight30 > .second-col,
.custom-grid.minHeight30 > .third-col {
    min-height: 30px;
    padding: 0;
}

.custom-grid > .third-col.none.cta, 
.custom-grid > .third-col.none.testimonials {
   display: none; 
}

.custom-grid > .third-col.none,
.custom-grid > .third-col.none.mobile-only{
    display: none;   
}
@media (min-width: 992px) {
    
    .custom-grid > .third-col.none.cta, 
    .custom-grid > .third-col.none.testimonials {
       display: none; 
    }
    
    .custom-grid > .third-col.none,
    .custom-grid > .third-col.none.desktop-only {
        display: none !important;   
    }
    
    .custom-grid > .third-col.none,
    .custom-grid > .third-col.none.mobile-only {
        display: unset;   
    }
    .custom-grid > .third-col.mobile-only {
        display: none;   
    }
    
}

.inner-equal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.inner-equal-grid-doubles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.inner-equal-grid > .content-block,
.inner-equal-grid > .content-block-tri,
.inner-equal-grid > .content-block-original {
    box-sizing: border-box;
    min-width: 0;
    overflow: hidden;
}

.inner-equal-grid > .content-block-tri p {
    text-align: left;
    margin-bottom: 2.55rem;
}
.inner-equal-grid > .content-block-original p {
    text-align: left;
    margin-bottom: 2.55rem;
}

.inner-equal-grid > .content-block-tri p.no-margin-bottom, 
.inner-equal-grid > .content-block-original p.no-margin-bottom {
    margin-bottom: 0;
}

.inner-equal-grid > .content-block-tri p.unit-class-padding-bottom, 
.inner-equal-grid > .content-block-original p.unit-class-padding-bottom {
    padding-bottom: 0.475rem;
}


@media (max-width: 992px) {
    .inner-equal-grid {
        grid-template-columns: 1fr;
    }
    .inner-equal-grid > .content-block-tri p,
    .inner-equal-grid > .content-block-original p {
        text-align: left;
        margin-bottom: 0.75rem;
    }
    .inner-equal-grid > .content-block-tri p.no-margin-bottom,
    .inner-equal-grid > .content-block-original p.no-margin-bottom {
        margin-bottom: 0;
    }
}

.custom-grid > .second-col.content-block-vertically-centered, 
.custom-grid > .second-col .content-block-vertically-centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1.563rem;
}
@media (min-width: 992px) {

    .custom-grid > .second-col.content-block-vertically-centered,
    .custom-grid > .second-col .content-block-vertically-centered {
        /* padding: 5.391rem 19rem 5.391rem 5.110rem; */ /* made it equal padding left / right vs base which has more on the right */
        padding: 5.391rem 5.110rem 5.391rem 5.110rem;
    }

}

.custom-grid > .third-col p.disclaimer-bump {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: .75rem; 
    height: 100%;
}
.custom-grid > .third-col p.disclaimer-bump sup {
    display: flex;
}
@media (min-width: 992px) {
    .custom-grid > .third-col p.disclaimer-bump {
      padding: 2.813rem;  
    } 
}

.nowhitelines {
    border-width: 0px!important;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.content-block-our-team-padding-right {
    padding-right: 1.875rem;
}


.second-col.white-bk.content-block-original img.vertically-centered {
    max-width: 100%;
    height: auto;
    display: block;
}

.second-col.content-block > h1:first-child,
.second-col.content-block > h2:first-child,
.second-col.content-block > h3:first-child,
.second-col.content-block > p:first-child,
.content-block > h1:first-child,
.content-block > h2:first-child,
.content-block > h3:first-child,
.content-block > p:first-child,
.second-col.content-block-original > h1:first-child,
.second-col.content-block-original > h2:first-child,
.second-col.content-block-original > h3:first-child,
.second-col.content-block-original > p:first-child,
.content-block-original-tri > h1:first-child,
.content-block-original-tri > h2:first-child,
.content-block-original-tri > h3:first-child,
.content-block-original-tri > p:first-child,
.second-col.content-block-tri > h1:first-child,
.second-col.content-block-tri > h2:first-child,
.second-col.content-block-tri > h3:first-child,
.second-col.content-block-tri > p:first-child,
.content-block-tri > h1:first-child,
.content-block-tri > h2:first-child,
.content-block-tri > h3:first-child,
.content-block-tri > p:first-child, 
.second-col.content-block-vertically-centered > h1:first-child,
.second-col.content-block-vertically-centered > h2:first-child,
.second-col.content-block-vertically-centered > h3:first-child,
.second-col.content-block-vertically-centered > p:first-child,
.content-block-vertically-centered > h1:first-child,
.content-block-vertically-centered > h2:first-child,
.content-block-vertically-centered > h3:first-child,
.content-block-vertically-centered > p:first-child, 
.second-col.content-block-mobile-special > h1:first-child,
.second-col.content-block-mobile-special > h2:first-child,
.second-col.content-block-mobile-special > h3:first-child,
.second-col.content-block-mobile-special > p:first-child,
.content-block-mobile-special > h1:first-child,
.content-block-mobile-special > h2:first-child,
.content-block-mobile-special > h3:first-child,
.content-block-mobile-special > p:first-child {
    margin-top: 0;
}




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ GRID FULL SPAN on 2nd Col */
.custom-grid > .second-col.full-span {
    grid-column: 2 / 4;
}
@media (min-width: 992px) {
    .custom-grid > .second-col.full-span-desktop {
        grid-column: 2 / 4;
    }
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ GRID SPACER */
.custom-grid.grid-spacer > .first-col,
.custom-grid.grid-spacer > .second-col,
.custom-grid.grid-spacer > .third-col {
    min-height: 2.438rem;
}
@media (min-width: 992px) {
    .custom-grid.grid-spacer > .first-col,
    .custom-grid.grid-spacer > .second-col,
    .custom-grid.grid-spacer > .third-col {
        min-height: 5.25rem;
    }
}

p.no-margin, 
p.no-margins {
    margin: 0 !important;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ COLORS */


.cd-green-text,
a.cd-green-text {
    color: #90B33E;
}


.cd-dark-blue-text {
    color: #004b69;
}


.cd-light-blue-text {
    color: #5a8ead;
}
.blue-bk {
    background: url(it1-card-background-mobile.svg) top left no-repeat;
    background-color: #004B69;
    background-size: cover;
    background-position: center; /* Centers the image so cropping is even on all sides */
    background-repeat: no-repeat; /* Prevents the image from tiling */
}
.blue-right-shift-bk {
    background-position: right; /* 50px from left, 100px from top */
}
@media (min-width: 992px) {
    .blue-bk {
        background: url(it1-card-background-desktop.svg) top left no-repeat;
        background-color: #004B69;
        background-size: cover;
        background-position: center; /* Centers the image so cropping is even on all sides */
        background-repeat: no-repeat; /* Prevents the image from tiling */
    }
    .blue-right-shift-bk {
        background-position: right; /* 50px from left, 100px from top */
        background-size: unset;
    }
}

.orange-text,
.cd-orange-text, 
a.orange-text {
    color: #f69321 !important;
}

.white-text {
    color: #fff;
}

.white-h3 {
    color: #fff;
}

.big-stat.white-h3 {
    color: #fff;
    font-family: PP Neue Montreal;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 110%;
}

.orange-h3 {
    color: #f69321;
    font-weight: bold;
}

.ltBlueText {
    color: #5a8ead;
}

.orange-gradient-bk {
    background: #f3cca0;
    background: linear-gradient(
        0deg,
        rgba(243, 204, 160, 1) 0%,
        rgba(244, 238, 232, 1) 35%,
        rgba(242, 238, 235, 1) 100%
    );
}
.orange-lt-gradient-bk {
    background: #f3cca0;
    background: linear-gradient(
        0deg,
        rgba(243, 204, 160, 0.40) 0%,
        rgba(244, 238, 232, 0.50) 35%,
        rgba(242, 238, 235, 1) 100%
    );
}
.blue-lt-gradient-bk {
    background: #f3cca0;
    background: linear-gradient(
        0deg,
        rgba(227, 233, 236, 1) 0%,
        rgba(234, 235, 235, 1) 35%,
        rgba(242, 238, 235, 1) 100%
    );
}
.green-gradient-bk {
    background: #ddeac9;
    background: linear-gradient(
        0deg,
        rgba(221, 234, 201, 1) 0%, 
        rgba(233, 236, 220, 1) 49%, 
        rgba(242, 238, 235, 1) 100%
    );
}

.beige-spacer-bk {
    background-color: #f4eee8;
}

.no-break-tag-mobile {
    display: none;
}
@media (min-width: 992px) {
    .no-break-tag-mobile {
        display: block;
    }
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ CONTENT */

.p-mt-tight {
    margin-top: 0.347rem;
}

.h3-px-bot-40-lg {
    padding-bottom: 0.75rem;
}
@media (min-width: 992px) {
    .h3-px-bot-40-lg {
        padding-bottom: 1rem;
    }
}

p.para-after-h3 {
    margin-top: 0rem !important;
}
@media (min-width: 992px) {
    p.para-after-h3 {
        margin-top: 0rem !important;
    }
}

img.shrink-by-75-percent {
    max-width: 25%;
}
img.shrink-by-50-percent {
    max-width: 50%;
}
/* Not on Mobile */
img.shrink-by-66-percent {
    max-width: 100%;
}
@media (min-width: 992px) {
    img.shrink-by-66-percent {
        max-width: 66%;
        margin: 0 auto;
    }
}

.img-inline-block {
    display: inline-block;
}

.superscript-smaller {
    font-size: 0.65em;
}
@media (min-width: 992px) {
    .superscript-smaller {
        font-size: 0.65em;
    }
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ HOME PAGE #'s */
@media (min-width: 1320px) {
    
    .testing-a {
        padding: 3rem !important;
    }
    
    .stat-col-a {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .stat-col-b {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

}
@media (min-width: 992px) and (max-width: 1320px) {
    
    .custom-grid > .second-col.content-block-original.testing-a, 
    .custom-grid > .second-col .content-block-original.testing-a {
        padding: 1.5rem !important;
    }
    
    img.shrink-by-66-percent {
        max-width: 76%; /* increased graphic */
        margin: 0 auto;
    }

}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ HOME PAGE #'s superscript issue' */
.superscript-mt-zero {
    margin-top: 0px;
}
.superscript-mt-zero {
    top: -0.35em;
    position: relative;
}
    

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ HOME PAGE / PAGE ICONS */
.icon-left-padding, 
.icon-left-padding-proper {
    padding-left: 1rem;
}
@media (min-width: 992px) {
    .icon-left-padding {
        padding-left: 0;
        width: 80%;
    }
    .icon-left-padding-proper {
        padding-left: 2.3rem;
        width: 80%;
    }
}

.icon-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.icon-row p {
    margin: 0;
}

.icon-flex-center {
    display: flex;
    justify-content: center;
}

.cta-share-icons img.hidden {
    margin: 0 auto 15px;
    display: none;
}

.second-col .icon-centered-mobile {
    float: none;
    display: block;
    text-align: center;
    padding: 1.563rem 0.938rem;
}

.cta-share-icons,
.cta-share-icon-content {
    display: block;
    text-align: center;
}

.cta-share-icons {
    display: block;
    text-align: left;
}

.cta-share-icons.mobile-left {
    text-align: left;
}

.cta-share-icon-content p {
    padding-top: 0rem;
}

.cta-share-icons .xcta-share-icons-lottie {
    display: block;
    width: 3rem;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.xcta-share-icons-lottie {
    display: block;
    width: 270px;
    height: calc(270px * 337 / 675);
}

.cta-share-icons {
    text-align: left !important;
}

dotlottie-wc.cta-share-icons-lottie {
    /* outline: 3px solid red !important; */
}

.cta-share-icons-text {
    display: block;
}

.cta-share-icons-text p {
    text-align: center !important;
}

.cta-share-icons {
    text-align: left !important;
}

.cta-share-icons-lottie-wrap {
    width: 135px;   /* visible cropped area */
    height: 135px;
    overflow: hidden;
    margin-left: 0;
}

dotlottie-wc.cta-share-icons-lottie {
    width: 270px !important;
    height: 135px !important;
    display: block !important;
    transform: translateX(-67px); /* adjust this */
}

.mobile-center dotlottie-wc.cta-share-icons-lottie {
    transform: translateX( -15px);
}



@media (min-width: 992px) {

    .second-col .icon-centered-mobile {
    text-align: left;
    padding: unset;
    }

    .cta-share-icons,
    .cta-share-icon-content {
    display: block;
    text-align: left;
    }
    
    .cta-share-icon-content p {
        padding-top: 1.75rem;
    }

  .cta-share-icons .cta-share-icons-lottie {
        display: block;
        width: 8.313rem;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: contain;
  }
    
    .cta-share-icons-text p {
        text-align: left !important;
    }
    
    .cta-share-icons-home dotlottie-wc.cta-share-icons-lottie {
        transform: translateX(-67px);
    }
}

.investor_links {
    display: inline-block;
    text-align: center;
}

.investor_links a {
    display: inline-block;
    width: fit-content;
    padding: 0 1.25rem 1.25rem 0;
}

.investor_links img {
    width: auto;
    max-width: 90%;
}

/* Desktop */
@media (min-width: 992px) {
    
    .investor_links {
        display: inline-block;
        text-align: left;
    }
    .investor_links img {
        max-width: 100%;
        width: auto;
    }

}

.px-60-lg {
    padding: 60px;
}

.row.custom-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
}
.row.custom-grid .mobileMoveDivTop {
    order: -1; /* Moves this div to the top */
}

/* Tablet & Desktop (768px and up) */
@media (min-width: 768px) {
    .row.custom-grid .mobileMoveDivTop {
        order: 0; /* Moves this div to the top */
    }
}

.home-hero-text {
    font-weight: bold;
}


.bumper-bg,
.image-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bumper-bg-special-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center; 
}
.bumper-bg-special-mobile img {
    display: block;
    width: unset !important;
    height: unset !important;
    object-fit: unset !important;
    object-position: center center;
}
.bumper-bg-special-mobile img.hidden {
    display: none !important;
}
@media (min-width: 992px) {
    .bumper-bg-special-mobile img {
        display: block;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center;
    }
    .bumper-bg-special-mobile img.hidden-lg {
        display: none !important;
    }
    .bumper-bg-special-mobile img.block-lg {
        display: block !important;
    }
}

.bumper-bg img {
    /* display: block; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.it1spacer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media screen and (max-width: 900px) {
    .it1spacer img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
    .it1spacer img.hidden {
        display: none;
    }
}

.temp-max-height {
}

.third-col {
    min-height: 300px;
}

.third-col .bumper-bg {
    min-height: 300px;
}

@media (min-width: 992px) {
    .third-col,
    .third-col .bumper-bg {
        min-height: 100%;
    }
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ HOME PAGE / CTA SUBSCRIBE */
/* GO FULL WIDTH ON MOBILE / iPADS */
@media (max-width: 950px) {
    .custom-grid > .second-col.full-width-mobile {
        grid-column: 2 / 4;
    }
    .custom-grid > .third-col.full-width-mobile {
        display: none;
    }
    .margin-top-mobile-spacing {
        margin-top: 1.75rem !important;
    }
    .margin-left-mobile-spacing {
        margin-left: 1.25rem !important;
    }
    
}


.home-subscribe-cta {
    background-color: #fff;
    padding: 1.875rem;
    border-radius: 10px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ HOME PAGE REVIEWS */

.reviews-card {
    padding: 1.875rem;
    border-radius: 10px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .1);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.875rem;
    height: 100%;
}
.reviews-card__title, 
.reviews-card__text, 
.reviews-card__author p, 
.reviews-card__author strong {
    color: #081e25;
}
.reviews__in {
    background-color: transparent;
    position: relative;
    padding: 0;
}
.reviews__swiper {
    margin-top: 0;
}

@media (min-width: 992px) {
    .swiper-button-wrap {
        z-index: 10;
        position: absolute;
        top: unset;
        /* display: none; */
        justify-content: space-between;
        width: 10rem;
        right: 20%;
        margin-top: -60px;
    }
}

.swiper-button-disabled {
    opacity: .5 !important;
    color: #f69321 !important;
}
.swiper-button-prev, .swiper-button-next {
    color: #f69321;
}

@media (min-width: 992px) {
    .reviews__in:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 99%;
        width: 9000px;
        background-color: transparent;
    }
    .reviews__in:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        width: 9000px;
        background-color: transparent;
        z-index: 10;
    }
}

.btn-wr {
    text-align: left;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ HOME PAGE #% and BEST 10 graphic */

.eight-pixel-padding-bottom {
    padding-bottom: 0.5rem;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ HOW IT WORKS */
.how-to-invest .content-block>p {
    /* margin-top: 1.75rem;
    margin-bottom: 1.75rem; */
    margin-bottom: 0.75rem;
}

.how-to-invest ul {
    list-style: disc;
    margin-left: 1.75rem;
}
.how-to-invest ul li {
    list-style: disc;
}

.how-to-invest-graph-size {
    max-width: 72%;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ OUR TEAM */
img.full-size-photos {
    object-fit: contain;
    object-position: top center;
    width: 100%;
}

.accordion .accordion-button {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    gap: 2.5rem;
    width: 100%;
    padding: 0.5rem 0;
    border-top: 1px solid #f3cca0;
    cursor: pointer;
    line-height: 1.2;
    text-align: left;
}
.accordion .accordion-button:hover {
    border-top: 1px solid #f59221;
}

.accordion-icon svg rect, 
.accordion-icon svg path {
    stroke: #f3cca0;
}
.accordion-item.is-active .accordion-icon svg {
    fill: #f3cca0;
}
.accordion .accordion-button:hover .accordion-icon svg {
    fill: #f59221;
}
.accordion .accordion-button:hover .accordion-icon svg rect {
    stroke: #f59221;
}
.accordion-item.is-active .accordion-button:hover .accordion-icon svg {
    fill: #f59221;
}
.accordion-item.is-active .accordion-button:hover .accordion-icon svg rect {
    stroke: #f59221;
}
.accordion-item.is-active .accordion-button:hover .accordion-icon svg rect {
    stroke: #f59221;
}
.accordion-item.is-active .accordion-icon svg rect {
    stroke: transparent;
}

.our-team .content-block>p {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.our-team .content-block>p.our-team-para-no-margin {
        margin-top: .25rem;
        margin-bottom: .25rem;
    }
@media (min-width: 992px) {
    .our-team .content-block>p.our-team-para-no-margin {
        margin-top: .25rem;
        margin-bottom: .25rem;
    }
}

/*
.content-block>p.p-our-team-no-padding-top {
        margin-top: 0;
}
*/

.our-team .our-team-email-row {
    margin-top: 2rem;
}

.our-team .our-team-email.email-icon {
    display: flex;
    justify-content: left;
    padding: 0;
}
.our-team .our-team-email a {
    color: #f59221;
}
.our-team .our-team-email svg {
    fill: #f59221;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ REVIEWS */
.gap-y-20 {
    gap: 1.25rem 0;
}

.nav-secondary-wrap {
    margin-top: 0;
}
@media (min-width: 992px) {
    .nav-secondary-wrap {
        margin-top: 1.25rem;
    }
}

.nav-secondary__header, 
.ni-card {
    box-shadow: 0 0 0 rgba(0, 0, 0, .1);
}


.row.reviews-row {
    margin-top: 1.25rem;
}
@media (min-width: 992px) {
    .row.reviews-row {
        margin-top: 2rem;
    }
}

.row.reviews-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {

    .nav-secondary__header-title {
        cursor: pointer;
        position: relative;
        z-index: 50;
    }

    .nav-secondary__content {
        position: relative;
        z-index: 40;
        overflow: visible;
    }

    .nav-secondary__content a {
        display: block;
        position: relative;
        z-index: 60;
        padding: 10px 0;
    }

    .nav-secondary__header-icon {
        transition: transform 0.3s ease;
    }

    .nav-secondary-wrap.is-open .nav-secondary__header-icon {
        transform: rotate(180deg);
    }

    .nav-secondary-wrap,
    .nav-secondary-wrap .container {
        overflow: visible !important;
    }
    
    .nav-secondary-wrap.is-open .nav-secondary__content,
    .nav-secondary-wrap.is-open .nav-secondary__content.nav-reviews {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .nav-secondary-wrap.is-open .nav-secondary__content a {
        opacity: 1 !important;
        visibility: visible !important;
    }

}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ COMMUNITY & NEWS */

.community-event-listings {
    display: none;
}
@media (min-width: 992px) {
    .community-event-listings {
        display: block;
        padding: 1.75rem;
    }
    .community-event-listings p {
        font-size: 0.85rem;
    }
}

.community-news-title {
    color:#064A68;
    font-size: 1.5rem; 
    font-weight: bold; 
}

.community-news-quote {
    /*
    margin-left: .5rem;
    margin-right: .5rem;
    */
}

.community-news-date {
    font-size: 0.75rem; 
    margin-top: 0.75rem !important;
    margin-bottom: 0rem !important;
}

p.no-margin-bottom {
    margin-bottom: 0rem !important;
}

@media screen and (max-width: 950px) {
    .community-news-iframe-mobile {
        max-width: 300px;
        height: auto;
    }
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ RESOURCES */

.resources ul {
    list-style: disc;
    margin-left: 1.75rem;
}
.resources ul li {
    color: #004b69;
    line-height: 175%;
    list-style: disc;
}
.resources li svg,
.resources p svg{
    display: inline-block;
}
.resources a {
    color: #004b69;
}
.resources a.light-blue-text {
    color: #5a8ead;
}
.resources a:hover {
    color: #5a8ead;
}
.resources a.light-blue-text:hover {
    color: #004b69;
}
.resources a.btn {
    color: #fff;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ RESOURCES > CALCULATORS */
.investment-returns-calc {
    
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ PRIVACY POLICY */
        
.privacy-policy p {
    font-weight: 400;
}
.privacy-policy li {
    font-size: 1.044rem;
    margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
    .privacy-policy li {
        font-size: 1.313rem;
        margin-bottom: 0.75rem;
    }
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ FUND FACT SHEET(s) */

.fact-fund-sheet .mobile-float-left {
    float: left;
}
.fact-fund-sheet .mobile-float-right {
    float: right;
}
@media (min-width: 992px) {
    .fact-fund-sheet .mobile-float-left,
    .fact-fund-sheet .mobile-float-right {
        float: left;
    }
}

.fact-fund-sheet .funfactsheet-full {
    background-color: #FFFFFF;
}

.fact-fund-sheet .funfactsheet-full h2 {
    display: flex;
    background-color: #5A8FAE;
    color: #FFFFFF;
    font-size: 0.938rem;
    font-weight: normal;
    margin: 0px;
    padding: 0.313rem 0.625rem;
    text-transform: uppercase;
    border-bottom: 0px solid #386B87;
}
.fact-fund-sheet .funfactsheet-full h2.no-bk {
    display: flex;
    background-color: transparent;
    color: #004762;
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0px;
    padding: 0.313rem 0.625rem;
    text-transform: uppercase;
    text-align:center;
    min-height: 53px;
    justify-content: space-around;
}
@media (min-width: 992px) {
    .fact-fund-sheet .funfactsheet-full h2.no-bk {
        display: flex;
        background-color: transparent;
        color: #004762;
        font-size: 0.875rem;
        font-weight: bold;
        margin: 0px;
        padding: 0.313rem 0.625rem;
        text-transform: uppercase;
        text-align:center;
        min-height: unset;
    } 
}
.fact-fund-sheet .funfactsheet-full .h2 {
    font-size: clamp(1.025rem, 1.4vw, 0.538rem);
    font-weight: bold;
    line-height: 1.5;
}
@media (min-width: 992px) {
    .fact-fund-sheet .funfactsheet-full h2.no-bk {
        font-size: clamp(0.625rem, 1.4vw, 0.538rem);
        font-weight: bold;
        line-height: 1.5;
    }
    .fact-fund-sheet .funfactsheet-full .h2 {
        font-size: clamp(1.025rem, 1.4vw, 0.538rem);
        font-weight: bold;
        line-height: 1.5;
    }
}

.funfactsheet-full table.fund-details-table td.ffs-column-one {
	width: 56%;
	text-align: left;
    padding: 0.5rem 0.625rem;
	vertical-align: top;
}
.funfactsheet-full table.fund-details-table td.ffs-column-two {
    width: 44%;
	font-weight: 600;
	padding: 0.5rem 0;
}
.hiddenclassgrowth {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.white-bk-mobile {
    background-color: #fff;
}

.fact-fund-sheet .funfactsheet-full p,
.fact-fund-sheet .funfactsheet-full td {
    font-size: 0.875rem;
    
}
.fact-fund-sheet .funfactsheet-full .ffs-links {
    font-size: 0.875rem;
}
@media (min-width: 992px) {
    .fact-fund-sheet .funfactsheet-full p,
    .fact-fund-sheet .funfactsheet-full td {
        font-size: 0.938rem;
        font-size: clamp(0.875rem, 1.4vw, 0.738rem)
    }
    .fact-fund-sheet .funfactsheet-full .ffs-links {
        font-size: 0.938rem;
        font-size: clamp(0.875rem, 1.4vw, 0.738rem)
    }
}

.historic-return-style-col-hdr {
    text-align: right; 
    margin-right:0.313rem; 
    border-bottom: 1px solid #333; 
    vertical-align: middle;
}

.fact-fund-sheet .historic-return-style-class-a {
    background-color: #e9f0d8; 
    padding: 0.563rem 0.375rem; 
    margin-right: 0.125rem; 
    border-bottom: 1px solid #333;
}
.fact-fund-sheet .historic-return-style-class-c {
    background-color: #ccdae0; 
    padding: 0.563rem 0.375rem; 
    margin-right: 0.125rem; 
    border-bottom: 1px solid #333;
}
.fact-fund-sheet .historic-return-style-class-f {
    background-color: #fdead2; 
    padding: 0.563rem 0.375rem; 
    margin-right: 0.125rem; 
    border-bottom: 1px solid #333;
}

.fact-fund-sheet .historic-return-spacer {
    width: 0.125rem; 
    border-bottom: 1px solid #333;
}

.fact-fund-sheet .funfactsheet-full table.fund-details-table.historic-return {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

/* Base responsive table text */
.fact-fund-sheet .funfactsheet-full table.fund-details-table.historic-return td {
    font-size: clamp(0.688rem, 1.8vw, 0.938rem);
    line-height: 1.15;
    white-space: nowrap;
    box-sizing: border-box;
}

/* Period column */
.funfactsheet-full table.fund-details-table.historic-return td.ffs-column-one {
    width: 42%;
    padding: clamp(0.25rem, 1vw, 0.5rem) clamp(0.25rem, 1vw, 0.625rem);
    text-align: right;
}

/* Class columns */
.funfactsheet-full table.fund-details-table.historic-return td.ffs-column-two {
    width: 18%;
    padding: clamp(0.25rem, 1vw, 0.563rem) clamp(0.188rem, 0.8vw, 0.375rem);
    text-align: center;
}

/* Tiny spacer columns */
.fact-fund-sheet .historic-return-spacer {
    width: 2%;
    padding: 0 !important;
}

.fact-fund-sheet .funfactsheet-full table.fund-details-table.historic-return td {
    font-size: 0.875rem;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .fact-fund-sheet .funfactsheet-full table.fund-details-table.historic-return td {
        font-size: clamp(0.625rem, 1.4vw, 0.738rem);
        line-height: 1.2;
    }
}

.fact-fund-sheet .funfactsheet-full h3, 
.fact-fund-sheet .funfactsheet-full .h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #004b69;
    line-height: 1.2;
}

.fact-fund-sheet .funfactsheet-full .fundserv-code-cols,
.fact-fund-sheet .funfactsheet-full .fundserv-code-cols h3 {
    font-size: 0.875rem;
    color: #004b69;
    line-height: 1.2;
    text-align: center;
    margin-top: .45rem;
}

.fact-fund-sheet .funfactsheet-full .fundserv-code-cols h3 {
    color: #004b69;
    font-weight: bold;
}

.fact-fund-sheet .funfactsheet-full .fundserv-code-cols:nth-child(1),
.fact-fund-sheet .funfactsheet-full .fundserv-code-cols:nth-child(2),
.fact-fund-sheet .funfactsheet-full .fundserv-code-cols:nth-child(3) {
    margin-top: 0;
}

@media (min-width: 992px) {
    .fact-fund-sheet .funfactsheet-full .fundserv-code-cols, 
    .fact-fund-sheet .funfactsheet-full .fundserv-code-cols h3 {
        font-size: 0.875rem;
        line-height: 1.2;
        text-align: center;
        margin-top: 0;
    }
}

/* GO FULL WIDTH ON MOBILE / iPADS */
@media screen and (max-width: 950px) {
    .fact-fund-sheet .custom-grid > .second-col.full-width-mobile {
        grid-column: 2 / 4;
    }
    .fact-fund-sheet .custom-grid > .third-col.full-width-mobile {
        display: none;
    }
    .fact-fund-sheet .margin-top-mobile-spacing {
        margin-top: 1.75rem !important;
    }
    .fact-fund-sheet .margin-left-mobile-spacing {
        margin-left: 1.25rem !important;
        margin-left: 0 !important;
    }
    
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ GET STARTED / FORM */

/* GO FULL WIDTH ON MOBILE / iPADS */
@media screen and (max-width: 950px) {
    .get-started .custom-grid > .second-col.full-width-mobile {
        grid-column: 2 / 4;
    }
    .get-started .custom-grid > .third-col.full-width-mobile {
        display: none;
    }
    .margin-top-mobile-spacing {
        margin-top: 1.75rem !important;
    }
    .margin-left-mobile-spacing {
        margin-left: 1.25rem !important;
    }
    
}

.form-instant-loan-application {
    background-color: transparent;
    padding: 0rem;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .15);
    border-radius: 0rem;
}

/* Default empty state */
input,
select,
textarea {
    color: #999 !important;
}

/* When typing/selecting */
input:focus,
input:valid,
textarea:focus,
textarea:valid,
select:focus {
    color: #081e25 !important;
}

/* Select becomes dark only when a non-empty option is selected */
select:has(option:checked:not([value=""])) {
    color: #081e25 !important;
}

/* Select stays grey when Province is selected */
select:has(option:checked[value=""]) {
    color: #999 !important;
}

input::placeholder,
textarea::placeholder {
    color: #999 !important;
}

select option {
    color: #081e25 !important;
}

select option[value=""] {
    color: #999 !important;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ PORTFOLIO STYLES */

.portfolio-page table#portfolio {
    width: 100%;
    /* table-layout: fixed; */
    border-collapse: collapse;
}
@media (min-width: 992px) {
    .portfolio-page table#portfolio {
        width: 100%;
        table-layout: unset;
        border-collapse: collapse;
    }
}

.portfolio-page table#portfolio th,
.portfolio-page table#portfolio td { 
    font-size: clamp(0.75rem, 1.2vw, 0.938rem);
}

#portfolio tr.toprow th {
    text-align: left;
    background-color: #9ACC26;
    color: #fff;
    padding: 0.188rem 0.625rem;
    border-right: 1px solid #A9D446;
    border-bottom: 1px solid #fff;
}
#portfolio tr {
    color: #808080;
}
#portfolio td {
    padding: 3px 10px;
}
.oddrow td,
.evenrow td{
    padding: 3px 10px;
}
.oddrow td {
    background-color: #F0F6F9;
    border-right: 1px solid #fff;
}
#portfolio td.photocell {
    padding: 0px;
    width: 72px;
    height: 54px;
    text-align: center;
    border-top: 1px solid #fff;
}
.housephoto {position:relative; width:72px; height:54px;}
.hp_sm{width:72px; height:54px;}
.hp_sm img{display:block;}
.hp_lg {position:absolute; top:0px; left:74px; width:551px; height:189px; background-color:#fff; background:url(/images/hp_bg.gif) no-repeat transparent;}
.hp_lg img {margin-left:57px;}

.portfolio-page .none.portfolio {
    display: none;
}

/* Hide on screen */
#portolioprinthead {
    display: none;
}

.portfolio-page .container {
    width: 100%;
    max-width: 1920px;
}

.fixed {
    top: 91px;
    position: sticky;
    z-index: 100;
    /* position:fixed; */
    /* width:auto; */
    width:100% !important;
    display:none;
    border:none;
    z-index:100 !important;
}

.portfolio-pagination {
    font-size: 1rem;
    text-align: center;
    line-height: 180%;
}

/* Show when printing */
@media print {
    #portolioprinthead {
        display: block !important;
    }
}

/* HIDE Hover / rollover effect on Mobile */
@media (max-width: 991px) {
    .hp_lg {
        display: none !important;
    }
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ BUTTONS */

.btn.btn-outline {
    margin-right: 0.075rem;
    margin-bottom: 0.375rem;
    /* padding: 0.5rem 0.938rem; */
    min-width: 8.063rem;
    /* height: 1.938rem; */
}

.btn.green-outline {
    border: 1px solid #91b43d;
    background-color: #004B69;
    color: #fff;
}
.btn.green-outline:hover {
    border: 1px solid #91b43d;
    background-color: #91b43d;
    color: #004b69;
}

.btn.blue-outline {
    border: 1px solid #5a8ead;
    background-color: #004B69;
    color: #fff;
}
.btn.blue-outline:hover {
    border: 1px solid #5a8ead;
    background-color: #5a8ead;
    color: #fff;
}

.btn.orange-outline {
    border: 1px solid #f69321;
    background-color: #004B69;
    color: #fff;
}
.btn.orange-outline:hover {
    border: 1px solid #f69321;
    background-color: #f69321;
    color: #fff;
}

.btn.white-outline {
    border: 1px solid #fff;
    background-color: #004B69;
    color: #fff;
}
.btn.white-outline:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #004b69;
}
@media (min-width: 992px) {
    .btn.btn-outline {
        margin-right: 0.375rem;
        margin-bottom: 0.375rem;
        /* padding: 0.5rem 0.938rem; */
        min-width: 8.063rem;
        /* height: 1.938rem; */
    }
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ COUNTER COUNTUP */
.counter {
    text-align: left;
}
.counter-orange-h3 {
    margin-bottom: 1rem;
}
.counter-count {
    position: relative;
    color: #f69321;
    text-align: left;   
}
.counter-count-percent {
    font-size: 2.5rem;
    color: #f69321;
}
.counter-sub-text {
    font-size: 0.625rem;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: .047rem;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    
    .counter-orange-h3 {
        margin-bottom: 1.4rem;
    }
    .counter-count {
        position: relative;
        color: #f69321;
        text-align: left;
    }
    .counter-count-percent {
        font-size: 3.75rem;
        color: #f69321;
    }
    .counter-sub-text {
        font-size: 0.875rem;
        font-weight: 400;
        text-transform: uppercase;
        padding-top: .047rem;
        margin-bottom: 0;
    }
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ MISC */
.nopaddingspacingleftright {
    padding-left: 0;
    padding-right: 0;
}
.add-padding-top-sixteen-px {
    padding-top: 1rem;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ BOOSTRAP EMBED */
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* 16:9 ratio */
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.youtube-corner-round {
    border-radius: 20px;
    overflow: hidden;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ FOOTER */
.footer {
    padding-top: 0;
    padding-bottom: 0;
    color: #081e25;
}
.footer__inner {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
}
.footer .footer__inner {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    padding-right: 0;
    padding-left: 0;
}
.footer-nav {
    display: flex;
    justify-content: first baseline;
    flex-direction: column;
    margin-bottom: 2.1rem;
}
.footer-nav-links a {
    color: #081e25;
    text-decoration: none;
}
.footer-nav-links a:hover {
    color: #f69321;
}
.footer-disclaimer-text a {
    color: #5a8ead;
    text-decoration: underline;
}
.footer-disclaimer-text a:hover {
    color: #5a8ead;
    text-decoration: none;
}
.footer-social {
    display: flex;
    justify-content: first baseline;
    flex-direction: row;
    gap: 0.625rem;
}
.footer-social svg {
    fill: #f69321;
}
.footer-social svg:hover {
    fill: #01384f;
}
.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-logos img {
    width: 90%;
}
::-webkit-scrollbar-thumb {
background: #004b69;
}
@media (min-width: 992px) {
    .footer {
    }
    /*
    ::-webkit-scrollbar-thumb {
        background: transparent;
    }
    */
}