

:root {
    --royalblue: #0C4C91;
    --darknavy: #0D2D52;
    --peach: #F5E3D4;
    --lightcopper: #C98B51;
    --copper: #B36B29;
    --lightgray: #C2C5C9;
    --greytext: #707070;
    --button: Roboto, 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    --body: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html #wpadminbar {
    display: none;
}

html {
    margin-top: 0px !important;
}

p, h1, h2, h3, h3, h4, h5, h6 {
    margin-block-start: unset;
    margin-block-end: unset;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
  
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
font-family: 'Montserrat';
src: url('../fonts/montserrat/Montserrat-Italic.ttf') format('truetype');
font-weight: 400;
font-style: italic;
}
 

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald/Oswald-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.navBar {
    background-color: var(--darknavy);
    height: 127px;
    display: flex;
}

#navbarNav {
    background-color: #1c3153f0;
    background-color: white;
    padding: 25px 16px 25px 32px;
    border-radius: 30px;
    opacity: 0;
    /* transition: all 0.6s; */
    transition: opacity 0.4s, padding 0.6s, height 0.6s;
}

#navbarNav > ul > li > span > a {
    color: white;
    color: var(--royalblue);
}

#navbarNav > ul > li > span > a:hover {
    color: var(--lightcopper);
}

#navbarNav .nav-item .fa-angle-down {
    color: white;
    color: var(--royalblue);
}

#navbarNav .nav-item .sub-item .sub-element-items{
    color: white;
    color: var(--lightcopper);
}

.collapse.show {
    opacity: 1 !important;
}

.menu-item-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sub-menu-arrow {
    margin-left: 0.5rem;
}

.nav-item .sub-menu {
    /* background-color: var(--lightcopper); */
    border-radius: 0px 0px 30px 30px;
    list-style: none;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    /* transition: opacity 2s ease-in-out, visibility 2s ease-in-out, max-height 0.5s ease-in-out, padding 2s ease-out; */
    transition: opacity 0.6s ease-in-out, visibility 1s ease-in-out, max-height 0.5s ease-in-out, padding 1s ease-out;
    padding: 0px 10px 0px 23px;
    margin-bottom: 0rem;
}

.sub-menu-show {
    opacity: 1 !important;
    visibility: visible !important;
    max-height: 500px !important;
    padding: 10px 10px 10px 23px !important;
    margin-bottom: 1rem !important;
    box-shadow: #000000 0px 13px 20px -6px;
    box-shadow: #000000 0px 20px 18px -27px;
}

body {
    font-family: 'Segoe UI',
        Roboto,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        Oxygen,
        Ubuntu,
        Cantarell,
        'Open Sans',
        'Helvetica Neue',
        sans-serif;
    margin: 0px;
}

.navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 1198px;
    margin: auto;
    /* padding-left: 25px;
    padding-right: 25px; */
}

.navbar-content>img, .navbar-content>a>img{
    max-height: 66px;
}

.navbar-content>img:hover, .navbar-content>a>img:hover{
    filter: drop-shadow(2px 0px 8px #000000);
}

.navbar-content a, .client-login-btn .btn-gen .btn-copper, a.hero-btn.btn-gen.btn-copper, .section-explore-button a {
    margin: auto;
    font-weight: bold;
    font-style: italic;
}
 
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:focus {
    color: var(--copper);
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: var(--lightcopper);
}

.navbar-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 0px;
}

.navbar-menu>li {
    list-style-type: none;
}

.navbar-menu>li>a {
    text-decoration: none;
    color: white;
    font-family: var(--button);
    font-weight: bold;
    font-size: 16px;
}

.hero-section {
    position: relative;
}

.hero-section-bg {
    position: relative;
}

.hero-bg-media {
    background-image: url('../img/wow-hero.png');
    background-size: cover;
    background-position: center;
    height: 667px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.hero-bg-media-home {
    background-size: cover;
    background-position: center;
    height: 667px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 100%;
    object-fit: cover;
}

.small-header-page .hero-bg-media {
    background-image: url('../img/wow-services-hero.jpg');
    height: 395px;
    height: 609px;
}

body.personal-wealth > div.wrapper > header > div > div.hero-section > div.hero-section-bg > div.hero-bg-media {
    background-position: 100% 87%;
}

.small-header-page .hero-bg-grad {
    height: 395px;
    height: 609px;
}

.small-header-page .hero-section > .extra-small {
    top: 40%;
}

.contact > div.wrapper > header > div > div.hero-section > div.hero-section-bg > div.hero-bg-grad, .privacy-policy > div.wrapper > header > div > div.hero-section > div.hero-section-bg > div.hero-bg-grad, .accessibility-statement  > div.wrapper > header > div > div.hero-section > div.hero-section-bg > div.hero-bg-grad, .newsletter   > div.wrapper > header > div > div.hero-section > div.hero-section-bg > div.hero-bg-grad {
    height: 340px;
}

.contact > div.wrapper > header > div > div.hero-section > div.hero-section-bg > div.hero-bg-media, .privacy-policy > div.wrapper > header > div > div.hero-section > div.hero-section-bg > div.hero-bg-media, .accessibility-statement > div.wrapper > header > div > div.hero-section > div.hero-section-bg > div.hero-bg-media, .newsletter  > div.wrapper > header > div > div.hero-section > div.hero-section-bg > div.hero-bg-media {
    height: 340px;
}

div.wrapper > header > div > div.hero-section > div.hero-section-bg > div.extra-small {
    height: 340px;
}

.small-header-page .hero-overlay {
    top: 22%;
    top: 27%;
}

.single-insights .hero-overlay {
    top: 38%;
}

.contact > div.wrapper > header > div > div.hero-section > div.hero-overlay, .privacy-policy > div.wrapper > header > div > div.hero-section > div.hero-overlay, .accessibility-statement  > div.wrapper > header > div > div.hero-section > div.hero-overlay, .newsletter   > div.wrapper > header > div > div.hero-section > div.hero-overlay {
    top: 40%;
}

.small-header-page .hero-overlay h1 {
    font-size: 55px;
    margin-bottom: 24px;
}


.hero-bg-grad {
    /* og */
    /* background-color: rgb(255, 0, 0); */
    background: linear-gradient(90deg, rgb(0 0 0 / 93%) 0%, rgba(255, 255, 255, 0) 103%);
    
    /* A Little Darker */
    background: linear-gradient(88deg, rgb(0 0 0 / 92%) 35%, rgba(255, 255, 255, 0) 173%);
    
    /* Blue instead of black */
    /* background: linear-gradient(90deg, rgb(12 76 145 / 100%) -4%, rgba(255, 255, 255, 0) 145%), linear-gradient(90deg, rgb(0 0 0 / 100%) -4%, rgba(255, 255, 255, 0) 145%); */
    
    /* Lighter Blue, no black */
    /* background: linear-gradient(90deg, rgb(12 76 145 / 100%) -4%, rgba(255, 255, 255, 0) 145%); */
    
    /* Blue and Black, balanced but striking */
    /* background: linear-gradient(43deg, rgb(12 76 145 / 160%) -13%, rgba(255, 255, 255, 0) 50%), linear-gradient(51deg, rgb(0 0 0 / 100%) 34%, rgba(255, 255, 255, 0) 162%); */
    
    
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(8,8,9,1) 16%, rgba(13,14,15,0.8712141106442577) 40%, rgba(25,26,27,0.5686931022408963) 71%, rgba(228,237,254,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(8,8,9,1) 16%, rgba(13,14,15,0.8712141106442577) 40%, rgba(25,26,27,0.5686931022408963) 71%, rgba(228,237,254,0) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(8,8,9,1) 16%, rgba(13,14,15,0.8712141106442577) 40%, rgba(25,26,27,0.5686931022408963) 71%, rgba(228,237,254,0) 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#e4edfe",GradientType=1); */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#E4EDFA', GradientType=1); */
    /* filter: opacity(0.98); */
    opacity: 0.98;
    
    z-index: 2;
    height: 667px;
    position: absolute;
    width: 100%;
    margin-top: -1px;
}

.hero-overlay {
    position: absolute;
    /* top: 22%; */
    top: 27%;
    /* top: 23%; */
    left: 50%;
    transform: translateX(-106%);
    width: 565px;
    z-index: 3;
}

.hero-overlay h1 {
    color: white;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 43px;
    line-height: 53px;
}

.hero-overlay p {
    color: white;
    font-size: 22px;
    line-height: 30px;
    width: 98%;
    margin-block-start: 0em;
    margin-block-end: 2em;
}

.hero-overlay a {
    
}


.btn-gen {
    border-radius: 30px;
    color: white;
    text-decoration: none;
    font-family: var(--button);
    /* font-weight: bold; */
    line-height: 26px;
    font-size: 16px;
    border: 2px solid transparent;
    transition: border .2s, padding .2s;
}

.btn-copper {
    background-color: var(--lightcopper);
    /* padding: 9px 28px 10px 28px; */
    /* padding: 7px 26px 8px 26px; */
    padding: 7px 26px 6px 26px;
    padding: 7px 26px 8px 26px;
}

.btn-navy {
    background-color: var(--royalblue);
}

.hero-btn {
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
}

.service-btn {
    /* padding: 8px 15px 8px 15px; */
    padding: 5px 15px 8px 15px;
    font-size: 17px;
}

.hero-btn, .client-login-btn {
    /* font-style: italic; */
    /* font-weight: bold; */
}

.hero-btn:hover, .service-btn:hover, .modal-footer button:hover {
    border: 2px solid var(--copper);
    background-color: white;
    text-decoration: none;
    color: var(--copper);
}

.section-header {
    text-align: center;
}

.section-header h2 {
    font-size: 42px;
    font-family: var(--body);
    font-weight: bold;
    color: var(--royalblue);
    /* margin-block-start: 100px; */
    margin-block-start: unset;
    margin-block-end: 0.6em;
}

.contact .contact-section {
    display: flex;
    width: 59%;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 120px;
    max-width: 1248px;
    min-width: 920px;
    max-width: 1248px;
    min-width: 920px;

    justify-content: space-evenly;

    justify-content: space-between;
}

.contact .section-header h3 {
    font-size: 42px;
    font-family: var(--body);
    font-weight: bold;
    color: var(--royalblue);
    /* margin-block-start: 100px; */
    margin-block-start: unset;
}

.contact-information, .contact-section .contact-form {
    /* margin: auto; */
    /* width: 60%; */
    width: 50%;

    max-width: 450px;
    max-width: 413px;
}

.contact .contact-form p {
    width: fit-content;
}

.contact .nf-form-layout {
    margin-top: 10px;
}

.contact .nf-form-content {
    margin-top: 10px;
}

.contact .nf-form-content textarea.ninja-forms-field {
    height: 200px;
}

/* .contact .nf-form-content {
    input:not([type='button']),
    textarea,
    .list-select-wrap .nf-field-element > div {
        background: unset;
        border: 2px solid #BEC0C7;
        border-radius: 4px;
        font-size: 16px;
        background-color: #ffffff00;

        box-shadow: none;
        transition: all .5s;
        &:focus {
            background: $focus-background;
            border-color: $focus-border;
            //box-shadow: -3px 3px 10px #ccc;
            color: $focus-font;
            outline: none;
            transition: all .5s;
        }
    }
    input[type="submit"],
    input[type="button"],
    button {
        background: $accent;
        border: 0;
        color: $field-background;
        transition: all .5s;
        &:hover {
            background: $field-border;
            color: $field-font;
            transition: all .5s;
        }
    }
    select.ninja-forms-field {
        color: $field-font;
        &:focus {
            background: transparent;
            border: 0;
            box-shadow: none;
            outline: none;
        }
    }
} */


.contact .nf-form-content input:not([type='button']),
.contact .nf-form-content textarea,
.contact .nf-form-content .list-select-wrap .nf-field-element > div {
    /* background: unset;
    border: 2px solid #BEC0C7;
    border-radius: 4px;
    font-size: 16px; */
    background-color: rgba(255, 255, 255, 0); /* Replacing #ffffff00 */
    /* box-shadow: none;
    transition: all .5s; */

    height: 50px;
    border: 2px solid #BEC0C7;
    border-top-color: rgb(190, 192, 199);
    border-right-color: rgb(190, 192, 199);
    border-bottom-color: rgb(190, 192, 199);
    border-left-color: rgb(190, 192, 199);
    border-radius: 4px;
    padding-left: 18px;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
}

    /* SCSS-specific styles commented out */
    /* &:focus {
        background: $focus-background;
        border-color: $focus-border;
        color: $focus-font;
        outline: none;
        transition: all .5s;
    } */


.contact .nf-form-content input[type="submit"],
.contact .nf-form-content input[type="button"],
.contact .nf-form-content button {
    /* background: $accent; */ /* SCSS variable commented out */
    border: 0;
    /* color: $field-background; */ /* SCSS variable commented out */
    transition: all .5s;
    
    /* &:hover {
        background: $field-border;
        color: $field-font;
        transition: all .5s;
    } */
}

.contact .nf-form-content select.ninja-forms-field {
    /* color: $field-font; */ /* SCSS variable commented out */

    /* &:focus {
        background: transparent;
        border: 0;
        box-shadow: none;
        outline: none;
    } */
}


.contact .nf-error-msg {

}

.contact #nf-form-errors-1 > nf-errors > nf-section {
    display: flex;
    justify-content: center;
}

.contact .nf-form-content button, .contact .nf-form-content input[type=button], .contact .nf-form-content input[type=submit] {
    width: max-content;
    margin: auto;
    margin-top: 25px;
    padding: 5px 58px 5px 58px;
    font-size: 16px;
    border: 2px solid transparent;
    font-weight: bold;
    font-style: italic;
    background-color: var(--royalblue);
    border-radius: 30px;
    color: white;
    padding: 5px 58px 5px 58px;
}

.contact #nf-field-4-wrap > div.nf-field-element {
    display: flex;
}

.contact .maps-section, .contact .contact-social-section {
    margin-top: 25px;
}

.contact .section-header h4 {
    color: var(--copper);
    margin-bottom: 15px;
}

.contact-information .contact-social {
    color: black;
    font-size: 1rem;
} 

.contact-information .contact-social:hover {
    color: black;
    text-decoration: none;
}

.contact-information .contact-social i {
    margin-right: 7px;
    color: red;
} 

.contact .section-header {
    text-align: unset;
    margin-bottom: 30px;
}

.contact .section-header p {
    margin: unset;
}

.section-header p {
    font-size: 18px;
    font-family: var(--body);
    font-weight: 500;
    color: #707070;
    /* width: 1000px; */
    width: 855px;
    margin: auto;
}

.about .section-header p:not(:last-of-type) {
    margin-bottom: 34px;
}

.approach-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: linear-gradient(90deg, rgba(228,237,254,1) 0%, rgba(255,255,255,0) 50%, rgba(228,237,254,1) 100%); */
    /* background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 50%, rgb(0, 0, 0) 100%); */
    /* background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(254,254,255,0) 25%, rgba(255,255,255,0) 75%, rgb(0, 0, 0) 100%); */
    /* background: linear-gradient(131deg, rgba(228,237,254,1) 0%, rgba(254,254,255,0) 25%, rgba(255,255,255,0) 75%, rgba(228,237,254,1) 100%),
                linear-gradient(226deg, rgba(245, 227, 212, 1) 0%, rgba(254, 254, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(245, 227, 212, 1) 100%); */
    background: linear-gradient(131deg, rgba(228, 237, 254, 1) 0%, rgba(254, 254, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(228, 237, 254, 1) 100%), 
    linear-gradient(226deg, rgba(245, 227, 212, 1) 0%, rgba(254, 254, 255, 0) 18%, rgba(255, 255, 255, 0) 85%, rgba(245, 227, 212, 1) 100%);
    background-color: #FCFDFF;

}

.business-services-section,.services-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: linear-gradient(90deg, rgba(228,237,254,1) 0%, rgba(255,255,255,0) 50%, rgba(228,237,254,1) 100%); */
    /* background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 50%, rgb(0, 0, 0) 100%); */
    /* background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(254,254,255,0) 25%, rgba(255,255,255,0) 75%, rgb(0, 0, 0) 100%); */
    /* background: linear-gradient(131deg, rgba(228,237,254,1) 0%, rgba(254,254,255,0) 25%, rgba(255,255,255,0) 75%, rgba(228,237,254,1) 100%),
                linear-gradient(226deg, rgba(245, 227, 212, 1) 0%, rgba(254, 254, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(245, 227, 212, 1) 100%); */
    background: linear-gradient(131deg, rgba(228, 237, 254, 1) 0%, rgba(254, 254, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(228, 237, 254, 1) 100%), 
    linear-gradient(226deg, rgba(245, 227, 212, 1) 0%, rgba(254, 254, 255, 0) 18%, rgba(255, 255, 255, 0) 85%, rgba(245, 227, 212, 1) 100%);
    background-color: #FCFDFF;
}

.business-services-section .section-header {
    margin-top: 104px;
    margin-bottom: 121px;
}

.business-services-section .section-header h2 {
    margin-bottom: 9px;
}

.business-services-section .section-header h3 {
    margin-bottom: 24px;
    color: var(--royalblue);
}

.business-services-section .section-header p {
    width: 944px;
    font-weight: 400;
}

.approach-section .section-header {
    margin-top: 100px;
    margin-bottom: 154px;
}

.approach-content {
    display: flex;
    width: 1156px;
    /* justify-content: space-between; */
    justify-content: space-around;
    margin-bottom: 190px;
}

.business-services-content {
    display: flex;
    /* width: 1156px; */
    width: 1239px;
    justify-content: space-between;
    margin-bottom: 190px;
}

.approach-content>.approach-item>img {
    max-height: 188px;
    margin-bottom: 18px;
}

.approach-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;

}

.approach-item h3 {
    font-size: 36px;
    font-family: var(--body);
    font-weight: bold;
    text-align: center;
    margin-block-start: 0em;
    margin-block-end: 11.3px;
    color: var(--royalblue);
}

.approach-item p {
    text-align: center;
    margin-block-start: 0em;
}

.services-section .section-header {
    margin-top: 72px;
    margin-bottom: 116px;
}

.services-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.services-content .service-item {
    /* width: 1020px; REAL ONE, Padding gave issues */
    width: 976px;
    /* height: 268px;  REAL ONE, Padding gave issues  */
    /* height: 216px; */
    height: unset;
    min-height: 268px;
    border-radius: 30px;
    border: solid 2px var(--royalblue);
    padding: 26px 19px 22px 21px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 0px 41px #0000002b;
}

.homepage > div.services-section {
    background: none;
}

.homepage .services-content .service-item {
    background-color: #FCFDFF;
}

.services-content .service-item .service-item-text h3 {
    font-family: var(--body);
    font-size: 36px;
    font-weight: bold;
    color: var(--royalblue);
    /* margin-bottom: 20px; */
    margin-bottom: 10px;
}

.services-content .service-item .service-item-text p {
    font-family: var(--body);
    font-size: 17px;
    font-weight: regular;
    color: #707070;
}

.services-content .service-item .service-item-button {
    padding: 6px 15px 6px 0px;
}

.business-services-content .services-content, .service-category {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 43px;
}

.advising .services-section .business-services-content > .service-content {
    row-gap: 190px
}

.advising>.services-section>.business-services-content > .services-content, .advising>.services-section>.business-services-content > .services-content {
    row-gap: 192px;
}



.service-category {
    display: flex;
}

.service-category h2 {
    width: 100%;
    /* color: var(--royalblue); */
    font-weight: bold;
    font-size: 2.35rem;
    text-align: center;
    /* margin-bottom: 59px;
    color: #212529; */
    margin-bottom: 25px;
    color: var(--lightcopper);
}

.business-services-content .services-content .service-item{
    /* width: 1020px; REAL ONE, Padding gave issues */
    width: 597px;
    /* height: 268px;  REAL ONE, Padding gave issues  */
    /* height: 216px; */
    height: unset;
    /* min-height: 265px; */
    min-height: 225px;
    /* min-height: 242px; This is the one that is with a white border */
    border-radius: 30px;
    /* border: solid 2px var(--royalblue); Changed on 2/13/25 */
    border: solid 2px var(--copper);
    /* padding: 26px 19px 22px 21px; */
    padding: 26px 19px 22px 26px;
    /* padding: 26px 19px 0px 26px;  This is the one that is with a white border  */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 0px 41px #0000002b;
    background-color: #FCFDFF;
    background: linear-gradient(340deg, rgb(245, 227, 212) -26%, rgba(254, 254, 255, 0) 41%, rgba(255, 255, 255, 0) 76%);
    box-shadow: 0px 0px 45px -13px var(--royalblue);
    /* border: solid 15px white; */
    /* border: solid 2px #EDAB6E; */
    
}

.business-services-content .services-content .service-item .service-item-text h3, .service-category .service-item .service-item-text h4 {
    font-family: var(--body);
    /* font-size: 36px; */
    font-size: 28px;
    font-weight: bold;
    color: var(--royalblue);
    /* margin-bottom: 20px; */
    margin-bottom: 10px;
}

.business-services-content .services-content .service-item .service-item-text p {
    font-family: var(--body);
    font-size: 17px;
    font-weight: regular;
    color: #707070;
}

.business-services-content .services-content .service-item .service-item-button {
    padding: 6px 15px 6px 0px;
}

.business-services-content .services-content .service-item:last-of-type {
    /* margin: auto; */
}

.section-explore-button {
    display: flex;
    justify-content: center;
}

.section-explore-button .btn-gen {
    /* padding: 9px 40px 10px 40px; */
    padding: 7px 38px 6px 38px;
    padding: 7px 38px 8px 38px;
    border: 2px solid transparent;
    transition: border .4s;
    font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* font-weight: bold; */
    /* font-style: italic; */
    box-shadow: 0px 0px 40px rgb(0 0 0 / 16%);
}

.section-explore-button .btn-gen:hover, .team-member-content .btn-navy:hover {
    background-color: white;
    color: var(--royalblue);
    text-decoration: none;
    border: 2px solid var(--royalblue)
}

.services-section .section-explore-button {
    margin-top: 95px;
    margin-bottom: 76px;
}

.insights-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: linear-gradient(90deg, rgba(228,237,254,1) 0%, rgba(255,255,255,0) 50%, rgba(228,237,254,1) 100%); */
    /* background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 50%, rgb(0, 0, 0) 100%); */
    /* background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(254,254,255,0) 25%, rgba(255,255,255,0) 75%, rgb(0, 0, 0) 100%); */
    /* background: linear-gradient(131deg, rgba(228,237,254,1) 0%, rgba(254,254,255,0) 25%, rgba(255,255,255,0) 75%, rgba(228,237,254,1) 100%),
                linear-gradient(226deg, rgba(245, 227, 212, 1) 0%, rgba(254, 254, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(245, 227, 212, 1) 100%); */
    background: linear-gradient(131deg, rgba(228, 237, 254, 1) 0%, rgba(254, 254, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(228, 237, 254, 1) 100%), 
    linear-gradient(226deg, rgba(228, 237, 254, 1) 0%, rgba(254, 254, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(228, 237, 254, 1) 100%);
    background-color: #FCFDFF;

}


.insights-section .section-header {
    margin-top: 72px;
    margin-bottom: 91px;
}

.insights-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.insight-card {
    width: 319px;
    height: 636px;
    display: inline-table;
    border-radius: 30px;
    box-shadow: 0px 0px 41px #0000002b;
}

.insight-card .insight-card-top {
    height: 225px;
    border-radius: 30px 30px 0 0;
    border: 2px solid var(--lightcopper);
}

.insight-card img, .insight-card-top>a {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px 28px 0 0;
}

.insight-card .insight-card-bottom {
    background-color: #ffffff;
    height: 411px;
    border-radius: 0 0 30px 30px;
    border: 2px solid var(--lightcopper);
    border-top: 0px;
    /* padding: 24px 12px 0px 24px; */
    /* padding: 19px 12px 0px 19px; */
    padding: 19px 17px 0px 19px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(226deg, rgba(245, 227, 212, 1) -26%, rgba(254, 254, 255, 0) 41%, rgba(255, 255, 255, 0) 76%, rgba(245, 227, 212, 1) 114%);
}

.insight-card .insight-card-bottom h3 {
    font-family: var(--body);
    font-weight: 700;
    font-size: 21px;
    color: var(--royalblue);
    /* margin-bottom: 16px; */
    /* margin-bottom: 3px; */
    margin-bottom: 8px;
    line-height: 0.96;
}

.insight-card .insight-card-bottom h3 a {
    color: var(--royalblue);
    text-decoration: none;
}

.insights-card-category {
    display: none;
}

.insight-card .insight-card-bottom .published-date {
    font-family: var(--body);
    font-size: 20px;
    color: #9E9E9E;
    margin-bottom: 6px;
}

.insight-card .insight-card-bottom .insight-body {
    font-family: var(--body);
    font-weight: 600;
    font-size: 16px;
    color: #707070;
}

.insight-card .insight-card-bottom .read-more-button {
    margin-bottom: 25px;
}

.insight-card .insight-card-bottom .read-more-button a {
    padding: 8px 15px 8px 15px;
    transition: all 0.4s;
}

.insight-card .insight-card-bottom .read-more-button a:hover {
    color: var(--royalblue);
    background-color: #CEDCE9;
    text-decoration: none;
}

.insights-section .section-explore-button {
    margin-top: 95px;
    margin-bottom: 70px;
}

.newsletter-section {
    display: flex;
    justify-content: center;
}

.newsletter-section .newsletter-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 1336px;
    height: 534px;
    border: 2px solid var(--royalblue);
    border-radius: 30px;
    margin-top: 132px;
    margin-bottom: 114px;
}

.newsletter-section .newsletter-content .newsletter-image {
    /* height: 307px; */
    height: 100%;
    width: 50%;
    background: linear-gradient(131deg, rgba(228, 237, 254, 1) 0%, rgba(254, 254, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(228, 237, 254, 1) 100%), 
    linear-gradient(226deg, rgba(228, 237, 254, 1) 0%, rgba(254, 254, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(228, 237, 254, 1) 100%);
    background-color: #FCFDFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px 0 0 30px;
    border-right: 2px solid var(--royalblue);
}

.newsletter-section .newsletter-content .newsletter-image img {
    /* height: 100%; */
    height: 307px;
}

.newsletter-section .newsletter-content .newsletter-form {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsletter-section .newsletter-content .newsletter-form .newsletter-form-header {
    margin-bottom: 67px;
}

.newsletter-section .newsletter-content .newsletter-form .newsletter-form-header h2 {
    font-family: Oswald;
    font-weight: 500;
    color: var(--royalblue);
    font-size: 42px;
    text-align: center;
    margin-bottom: 15px;
}

.newsletter-section .newsletter-content .newsletter-form .newsletter-form-header p {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: var(--greytext);
    width: 393px;
}

.newsletter-section .newsletter-content .newsletter-form form {
    display: flex;
    flex-direction: column;
    /* margin-top: 15px; */
    gap: 10px;
}

.newsletter-section .newsletter-content .newsletter-form .input-container {
    position: relative; /* Position relative for absolute icon placement */
    display: flex;
    align-items: center;
}

.input-container input::placeholder {
    padding-left: -40px; /* Adjust this value as needed, was postitive orignally */
    color: #888; /* Optional: Change placeholder text color */
    opacity: 1; /* Ensure placeholder is fully visible */
    font-size: 18px;
}

.newsletter-section .newsletter-content .newsletter-form .input-container i {
    position: absolute; /* Position icon inside the input container */
    left: 13px; /* Adjust the position of the icon */
    font-size: 16px; /* Adjust icon size */
    color: var(--royalblue); /* Optional: Change icon color */
    font-size: 22px;
}

.newsletter-section .newsletter-content .newsletter-form form input[type="text"], .newsletter-section .newsletter-content .newsletter-form form input[type="email"] {
    width: 290px;
    height: 50px;
    border: 2px solid #BEC0C7;
    border-radius: 4px;
    padding-left: 47px;
    width: 230px;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
}

.newsletter-section .newsletter-content .newsletter-form form input:focus, .contact .nf-form-content input:not([type="button"]):focus, .contact .nf-form-content textarea:focus {
    border-color: var(--lightcopper);
    outline: none;
}


/* NEWSLETTER TEST PAGE  */
.container  {
    max-width: unset !important;
}

.newsletter-section .newsletter-content .newsletter-form form input[type="submit"], .newsletter-section .newsletter-content .newsletter-form #nf-form-2-cont .ninja-forms-form-wrap form .nf-form-content  input[type="button"] {
    border: none;
    width: max-content;
    margin: auto;
    margin-top: 25px;
    padding: 5px 58px 5px 58px;
    font-size: 16px;
    border: 2px solid transparent;
    font-weight: bold;
    font-style: italic;
}

.nf-form-content .label-hidden .nf-field .field-wrap {
    display: unset;
}

.newsletter-section .newsletter-content .newsletter-form #nf-form-2-cont .nf-field-container {
    clear: unset;
    position: unset;
    display: flex;
    justify-content: center;
    margin-bottom: unset;
}

#nf-form-2-cont > div > div.nf-form-layout > form > div > div.nf-form-content > nf-fields-wrap {
    display: flex    ;
    flex-direction: column;
    gap: 10px;
}

.newsletter-section .newsletter-content .newsletter-form form input[type="submit"]:hover {
    background-color: white;
    color: var(--royalblue);
    /* padding: 5px 58px 5px 58px; */
    border: 2px solid var(--royalblue);
}

.nf-error-msg, .ninja-forms-req-symbol {
    color: var(--lightcopper) !important;
}

.nf-after-field {
    text-align: center;
}

.footer .footer-content {
    display: flex;
    justify-content: center;
    color: white;
    flex-direction: column;
    align-items: center;
    /* width: 1031px; */
    width: 1227px;

}

.inactive-link{
    cursor: default;
    pointer-events: none;        
    text-decoration: none;
    color: rgb(97, 97, 97);
}

.footer .footer-content ul {
    padding-inline-start: 0px;
    margin-block-start: 0em;
}

.footer .footer-content li {
    color: white;
    list-style: none;
    line-height: 24px;
    font-size: 1rem;
}

.footer .footer-content li a {
    color: white;
    text-decoration: none;
}

.footer .footer-content li a:hover {
    color: #E4C7AB;
}

.footer .footer-content a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.4s;
}

.footer-third-section .social-media-icons a {
    display: flex    ;
    align-items: center;
    gap: 17px;
}

.footer-third-section .social-media-icons p {
    margin: unset;
    margin-bottom: 3px;
    transition: color 0.4s;
}

.footer-third-section .social-media-icons a:hover {
    color: #E4C7AB;
}

.footer .footer-first-section img {
    height: 78.49px;
    margin-bottom: 23.4px;
}

.footer .footer-first-section .footer-logo-text {
    width: 249.3px;
    font-size: 14px;
    margin-bottom: 30px;
}

.footer-first-two-sections {
    display: flex;
    flex-direction: row;
    width: 1031px;
    max-width: 1031px;
    justify-content: space-between;
    margin-bottom: 31.5px;
}

.footer-contact-info .footer-icon-email {
    margin-bottom: 10px;
}

.footer-contact-info i {
    margin-right: 9px;
    color: var(--royalblue);
    padding: 6px;
    background-color: white;
    border-radius: 35px;
}

.footer-second-section {
    display: flex;
    flex-direction: row;
}

.footer-second-section .footer-quicklinks {
    margin-right: 10px;
}

.footer-second-section h3 {
    margin-bottom: 10.2px;
}

.footer-second-section ul li {
    margin-bottom: 5px;
}

footer.footer > div > div.footer-first-two-sections > div.footer-second-section > div.footer-quicklinks {
    margin-right: 48px;
}

.footer-third-section {
    width: 100%;
}

.footer .footer-third-section .social-media-icons {
    display: flex;
    justify-content: center;
    gap: 47.6px;
    margin-top: 19.5px;
}

.footer .footer-third-section .social-media-icons a i {
    font-size: 33.16px;
    transition: color 0.4s;
}

.footer .footer-third-section .social-media-icons a i:hover {
    color: #E4C7AB;
}

.footer .footer-third-section .footer-social-copyright {
    position: relative;
}

.footer .footer-third-section .copyright-text {
    position: absolute;
    bottom: 6px;
    right: 0;
}

footer.footer > div > div.footer-third-section > div > hr {
    border-top: 1px solid rgb(255, 255, 255);
}


.footer {
    background-color: #002857;
    display: flex;
    justify-content: center;
    /* height: 445.09px; */
    height: 481.09px;

}

/* ---------------------------- MOBILE NAVBAR STYLING ---------------------------- */

.navbar-dark .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-dark .navbar-toggler:hover span,
.navbar-dark .navbar-toggler:focus span {
    background: #ccc;
    background: #ffffff;
}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.navbar-brand {
    width: 162px;
    height: 44px;
    background: url(../img/) left center no-repeat;
    border: 0;
    text-indent: -99999px;
}

.navbar-toggler {
    position: absolute;
    /* left: 5%; */
    left: 3%;
    top: 13px;
}

.navbar-toggler:focus {
    border: none !important;
    outline: none;
}

.navbar-dark .navbar-toggler span {
    display: block;
    width: 54px;
    height: 5px;
    margin: 10px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    border-radius: 10px;
}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(9px, 9px);
}

/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(11px, -13px);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.navbar-toggler {
    border: none !important;
    background: none;
    outline: 0;
}

.navbar .navbar-dark .fixed-top {
    
}

body > div.wrapper > header > div > nav {
    display: none;
    height: 84px;
    align-items: flex-start;
    transition: background-color 0.9s;
}

.navbar .container .mobile-nav-logo .header-img {
    min-height: 39.49px;
    /* margin-top: 13px; */
    margin-top: 17px;
}

.client-login-btn:hover {
    background-color: var(--royalblue);
    border: solid 2px white;
    color: white;
    text-decoration: none;
    /* padding: 7px 26px 8px 26px; */
}

/* ---------------------------- MOBILE NAVBAR STYLING END ---------------------------- */

.team-section {
    background: linear-gradient(131deg, rgba(228, 237, 254, 1) 0%, rgba(254, 254, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(228, 237, 254, 1) 100%), linear-gradient(226deg, rgba(245, 227, 212, 1) 0%, rgba(254, 254, 255, 0) 18%, rgba(255, 255, 255, 0) 85%, rgba(245, 227, 212, 1) 100%);
    background-color: #FCFDFF;
    display: inline-block;
    width: 100%;
}


.team .section-header {
    /* margin-top: 150px; */
    margin-top: 72px;
    /* margin-bottom: 100px;  Before the 2/11/25 changes */
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.team .team-section .team-img {
    width: 1355px;
    margin: auto;
    padding: 20px;
}

.team .team-section .team-img img {
    width: 100%;
    border-radius: 30px;
    aspect-ratio: 2.55;
    object-fit: cover;
    /* object-position: 0px -38px; */
    object-position: 0px -153px;
    margin-bottom: 20px;
    border: 2px solid var(--copper);
}

.team-grid .team-member .modal .modal-dialog {
    /* max-width: 55%; */
    max-width: 64%;
    /* display: flex;
    align-items: center;
    height: 100%; */
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(319px, 1fr));
    gap: 20px;
    padding: 20px;
    width: 1355px;
    margin: auto;
    /* margin-top: 100px; */
    /* margin-bottom: 100px; */
    /* margin-bottom: 76px; */
    margin-bottom: 132px;
    margin-top: 50px;    /* after 2/11/25 changes */
}

.team-member {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: overlay;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    /* padding: 15px; */
    padding: 0px 0px 15px 0px;
    position: relative;
    border: solid 2px var(--copper);
    box-shadow: 0px 0px 41px #0000002b;
    border-radius: 30px;
}

.modal-open .modal {

}

.team-member img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
    /* height: 590px; */
    height: 380px;
    object-fit: cover;
    /* border-radius: 30px; */
    border-radius: 28px 28px 0px 0px;
    object-position: top;
}

.modal-right, .modal-left {
    width: 50%;
    text-align: left;
}

.modal-right .modal-header {
    flex-direction: column;
}

.team-member .modal-dialog .modal-content .modal-left {
}

.team-member .modal-body img {
    height: 590px;
    border-radius: 30px;
    
}

.team-member-content h3 {
    /* margin: 10px 0 5px; */
    font-size: 1.2em;
    margin: 18px 0 5px;
}

.team-member-content p {
    margin: 5px 0;
    color: #555;
}

.team-member-content p:not(:first-child):not(:last-child) {
    Margin-bottom: 10px;
}

.bio-details {
    display: none;
    /* margin-top: 10px; */
    text-align: left;
    position: absolute;
    width: 100%;
    border-radius: 8px;
    overflow: auto; /* Allow scrolling if content exceeds the parent size */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
    padding: 15px;
    background-color: white;

    /* Center horizontally */
    left: 50%;
    transform: translateX(-50%);

    /* Start from the top and expand downward */
    top: 0;
    height: -webkit-fill-available;
}

.modal-dialog > .modal-content {
    flex-direction: row;

    border: 1px solid #ccc;
    border-radius: 8px;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    padding: 0px 0px 15px 0px;

    border: solid 2px var(--copper);
    box-shadow: 0px 0px 41px #0000002b;
    border-radius: 30px;
    padding: 1em;
}

.show-bio, .close-bio-btn, body > div.team-section > div.team-grid > div > div > button, .modal-footer button {
    padding: 7px 38px 6px 38px;
    margin-top: 15px;
}

.close-bio-btn {
    margin-top: 10px;
}


.awards-section {
    /* margin: 20px 0;  */
    display: flex;
    justify-content: center;
    gap: 107px;
    /* margin-bottom: 100px; */
    /* margin-bottom: 100px; */
    /* margin-bottom: 76px; */
    /* margin-bottom: 100px; */
    margin-bottom: 132px;
    flex-wrap: wrap;
}

.award {
    font-size: 10pt; /* Set the font size to 10pt */
    margin-bottom: 10px; /* Add spacing between awards */
    max-width: 500px;
    max-width: 430px;
}

.award p {
    line-height: 1.5; /* Improve readability with consistent line height */
    margin: 0; /* Remove default paragraph margin for better alignment */
    padding: 11px 11px 0px 11px;
}

.learn-more {
    /* margin-top: 100px; */
}

.learn-more a {
    margin-top: 38px;
}

.learn-more, .partners-section, .giving-section, .remember-section {
    /* margin-bottom: 78px;
    margin-bottom: 190px; */
    padding-bottom: 183px;
    /* padding-top: 100px; */
    padding-top: 144px;
}

.learn-more, .giving-section {
    background: linear-gradient(131deg, rgba(228, 237, 254, 1) 0%, rgba(254, 254, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(228, 237, 254, 1) 100%), linear-gradient(226deg, rgba(245, 227, 212, 1) 0%, rgba(254, 254, 255, 0) 18%, rgba(255, 255, 255, 0) 85%, rgba(245, 227, 212, 1) 100%);
    background-color: #FCFDFF;
}


.about .about-imgs {
    display: flex;
    gap: 20px;
    justify-content: center;

    flex-wrap: wrap;
}

.about .about-imgs img {
    /* height: 500px; */
    object-fit: cover;
    height: 600px;
    border-radius: 30px;
}

.about .partners-section .section-header, .about .remember-section .section-header {
    margin-bottom: 100px;
}

.about .partner-logos {
    display: flex;
    /* justify-content: space-evenly; */
    justify-content: center;
    gap: 29px;
    /* gap: 10px; */
    /* width: 75%; */
    /* width: 37%; */
    margin: auto;
    /* margin-top: 38px; */
    flex-wrap: wrap;
}

.about .partner-logos img {
    height: 155px;
    width: 255px;
    object-fit: contain;
}

.about blockquote {
    text-align: center;
    font-style: italic;
    /* margin-top: 30px; */
    /* margin-top: 172px; */
    margin-top: 34px;
}

.about .giving-section .section-header p {
    margin-bottom: 20px;
}

.client-login-btns {
    display: flex;
    justify-content: space-between;
    /* gap: 10px; */
    gap: 150px;
    margin: auto;
    /* margin-top: 30px; */
    margin-top: 116px;
    margin-bottom: 190px;
}

.client-login-btns div {
    width: 50%;
    text-align: center;
    /* border: solid 2px var(--copper); */
    background: linear-gradient(340deg, rgb(245, 227, 212) -26%, rgba(254, 254, 255, 0) 41%, rgba(255, 255, 255, 0) 76%);
    box-shadow: 0px 0px 41px #0000002b;
    padding: 26px 19px 22px 26px;
    border-radius: 30px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@property --grad-angle {
    syntax: '<angle>';
    initial-value: 340deg;
    inherits: false;
}

.client-login-btns div:first-of-type {
/* Set the initial angle */
--grad-angle: 340deg;
background: linear-gradient(var(--grad-angle), #368727 -26%, rgba(254,254,255,0) 41%, rgba(255,255,255,0) 76%);
border: 2px solid #368727;
transition: --grad-angle 1s ease-in-out;
}

.client-login-btns div:first-of-type:hover {
/* Change the angle on hover */
--grad-angle: 383deg;
}

.client-login-btns div:last-of-type {
    --grad-angle: 340deg;
    background: linear-gradient(var(--grad-angle), #037dae -26%, rgba(254, 254, 255, 0) 41%, rgba(255, 255, 255, 0) 76%);
    border: solid 2px #037dae;
    transition: --grad-angle 1s ease-in-out;
}

.client-login-btns div:last-of-type:hover {
/* Change the angle on hover */
--grad-angle: 383deg;
}


.client-login-btns div a {
    border-radius: 30px;
    padding: 7px 26px 6px 26px;
    background-color: var(--lightcopper);
    color: white;
    text-decoration: none;
    font-family: var(--button);
    line-height: 26px;
    font-size: 16px;
    border: 2px solid transparent;
    transition: border .2s, padding .2s;
}

.client-login-btns .client-btn-fidelity {
    background-color: #368727;
}


.client-login-btns .client-btn-schwab {
    background-color: #037dae;
}

.client-login-btns .client-btn-fidelity:hover {
    background-color: #ffffff;
    color: #368727;
    border: 2px solid #368727;
}


.client-login-btns .client-btn-schwab:hover {
    background-color: #ffffff;
    color: #037dae;
    border: 2px solid #037dae;
}

/**
 * @license
 * Copyright 2019 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */


/* Style for the custom button */
.buttonStyle {
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin: 10px;
    padding: 5px 10px;
    font-size: 16px;
}

.insights-container {
    margin-top: 78px;
    margin-bottom: 170px;
    margin-bottom: 100px;
}

.insights-container>div {
    display: flex;
    justify-content: center;
}

.insights #insights-toggle-buttons button {
    padding: 1px 8px 1px 8px;
    padding: 6px 16px 6px 16px;
    min-width: 100px;
    margin: 4px;
}

.insights #insights-toggle-buttons button:hover {
    background-color: var(--lightcopper) !important;
}

.insights #insights-toggle-buttons button:focus {
    outline: unset;
    background-color: var(--copper);
    color: white;
}

#insights-toggle-buttons {
    text-align: center;
    width: 93%;
    margin: auto;
}

.insights #insights-container {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: center;
    gap: 20px;
    margin: auto;
    margin-top: 60px;
    max-width: 1380px;
}

.insights .pagination {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.page-numbers {
    border: 2px var(--royalblue) solid;
    border-radius: 30px;
    padding: 8px 16px 8px 16px;
    background-color: #fff0d0;
}

.single-insight-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 60px 0px 60px 0px;  */
    width: min-content;
    margin: auto;
    padding: 74px 0px 100px 0px;
}

.single-insight-container h2 {
    /* width: fit-content; */
    width: 100%;
    
}

.single-insight-container .insight-content h2 {
    margin-top: 32px;
    color: var(--copper);
}

.single-insight-container img {
    border-radius: 22px;
    width: -webkit-fill-available;
    margin-bottom: 23px;
    margin-bottom: 54px;
    object-fit: cover;
    height: 530px;
}
.single-insight-container .insight-video {
    margin-bottom: 15px;
}

.single-insight-container .insight-video iframe {
    border-radius: 28px;
}

.insight-title, body > div.single-insight-container > h2 {
    font-size: 42px;
    color: var(--royalblue);
}

.single-insights .single-insight-container .insight-info {
    display: flex;
    width: 100%;
    color: var(--greytext);
}

.single-insights .single-insight-container .insight-info p:nth-of-type(2) {
    color: var(--copper);
}

.single-insights .single-insight-container .insight-content, .single-team-members .insight-summary {
    width: 820px;
}

.single-insights #insights-container .recent-insights {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.single-insights #insights-container .section-explore-button, .single-team-members #insights-container .section-explore-button {
    margin-top: 95px;
    margin-bottom: 76px;
}

.single-insights #insights-container .section-header, .single-team-members .section-header {
    padding-top: 72px;
    margin-bottom: 91px;
}

.single-insights #insights-container, .single-team-members #insights-container {
    background: linear-gradient(131deg, rgba(228, 237, 254, 1) 0%, rgba(254, 254, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(228, 237, 254, 1) 100%), linear-gradient(226deg, rgba(228, 237, 254, 1) 0%, rgba(254, 254, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(228, 237, 254, 1) 100%);
    background-color: #FCFDFF;
    padding-bottom: 91px;
    width: 100%;
}

#insights-container .insights-content {
    justify-content: center;
    margin: auto;
}

.privacy-section {
    display: flex;
    flex-direction: column;
    margin-top: 72px;
    margin-bottom: 92px;
}

.privacy-section table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.privacy-section th, .privacy-section td {
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
}
.privacy-section th {
    background-color: #f2f2f2;
}

.secondary-content {
    max-width: 1336px;
    width: 85%;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 87px;
    margin-bottom: 95px;
}


@media only screen and (max-width: 1430px) {
    .insights-content {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .hero-overlay {
        position: absolute;
        top: 22%;
        left: 26%;
        transform: translateX(-32%);
        width: 36%;
        z-index: 3;
        min-width: 564.47px;
    }

    .small-header-page .hero-overlay h1 {
        font-size: 42px;
        /* text-align: center; */
    }

    .team-grid {
        width: inherit;
        display: flex;
        grid-template-columns: unset;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .team .team-section .team-img {
        width: inherit;
   
    }

    .team-member {
        width: 420px;
    }

}

@media only screen and (max-width: 1366px) {
    .newsletter-section .newsletter-content {
        width: 90%;
    }

    .insights-content {
        width: 838px;
    }

    .business-services-content {
        width: 90.5%;
    }

    .business-services-content .services-content {
        margin: auto;
        justify-content: center;
        align-items: unset;
    }

    .business-services-section .section-header p {
        max-width: 944px;
        font-weight: 400;
        width: 88%;
    }

    .business-services-section .section-header h2, .business-services-section .section-header h3 {
        max-width: 944px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .business-services-content .services-content .service-item {
        row-gap: 39px;
        /* width: 514px; */
        width: 48%;
    }

    .business-services-content .services-content .service-item:last-of-type {
        /* margin: unset; */
    }
    
    .modal-dialog > .modal-content {
        flex-direction: column  ;
    }

    .modal-right, .modal-left {
        width: unset;
    }

}

@media only screen and (max-width: 1284px) {
    .approach-content {
        width: 80%;
        flex-wrap: wrap;
        
    }

    .services-content .service-item .service-item-button {
        margin-top: 25px; 
    }
}

@media only screen and (max-width: 1218px) {
    .services-content .service-item {
        width: 80%;
        min-height: 216px;
        height: unset;
    }
}

@media only screen and (max-width: 1156px) {
    .navbar-content {
        flex-wrap: wrap;
        gap: 13px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-menu {
        margin: auto;
        margin: auto;
        margin-block-start: 0px;
        margin-block-end: 0px;
        padding-inline-start: 0px;
    }

    .navbar-logo {
        margin: auto;
    }

    .hero-overlay {
        position: absolute;
        /* top: 20%;
        left: 30%; */
        top: 32%;
        left: 13%;
        /* transform: translateX(-32%); */
        transform: unset;
        width: 36%;
        z-index: 3;
        min-width: 657.47px;
    }

    .client-login-btn {
        margin: auto;
    }

    .navBar {
        /* height: 146px; */
        height: unset;
    }

    .footer-first-two-sections {
        width: 90%;
    }
    .footer .footer-content {
        width: 91%;
    }

    .contact .contact-section {
        flex-wrap: wrap;
    }

    .contact-information, .contact-section .contact-form {
        /* width: unset; */
        width: inherit;
        margin: auto;
    }

    .contact-section .contact-form {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
        position: unset;
        min-height: unset;
        padding-right: unset;
        padding-left: unset;
        margin-top: 72px;
    }

    .team .team-section .team-img img {
        object-position: 0px -116px;
    }

}

@media only screen and (max-width: 966px) {
    .approach-content {
        gap: 92px;
        justify-content: center;
    }

    .section-header p {
        width: 80%;
    }

    .business-services-content .services-content .service-item {
        width: 100%;
    }

    .newsletter-section .newsletter-content {
        flex-direction: column;
        width: 59%;
        /* height: 785px; */
        height: 815px;
        min-width: 397px;
    }

    .newsletter-section .newsletter-content .newsletter-image {
        width: 100%;
        border-radius: 30px 30px 0 0;
        border-bottom: 2px solid var(--royalblue);
        border-right: unset;
        max-height: 397px;
    }

    .newsletter-section .newsletter-content .newsletter-image img {
        min-height: 204px;
        /* max-height: 307px; */
        max-height: 257px;
        height: unset;
    }

    .newsletter-section .newsletter-content .newsletter-form .newsletter-form-header {
        /* margin-bottom: 33.6px; */
        margin-top: 34px;
    }

    .newsletter-section .newsletter-content .newsletter-form .newsletter-form-header p {
        font-size: 15px;
        width: 301px;
    }

    .newsletter-section .newsletter-content .newsletter-form {
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }

    .newsletter-section .newsletter-content .newsletter-form form input[type="submit"] {
        margin-bottom: 36px;
    }

    body > footer.footer > div > div.footer-first-two-sections > div.footer-second-section > div.footer-quicklinks {
        margin-right: 12px;
    }

    .footer .footer-first-section .footer-logo-text {
        max-width: 249.3px;
        margin-right: 10px;
    }

    .contact .contact-section {
        /* width: 100%;
        min-width: 90%; */
        width: 76%;
        min-width: unset;
    }

    .contact-information, .contact-section .contact-form {
        width: 90%;
    }

}

@media only screen and (max-width: 930px) {
    .footer {
        height: unset;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .footer .footer-content {
        width: 100%;
    }
    
    .footer .footer-third-section .copyright-text {
        position:static;
        text-align: center;
        margin-top: 40px;
    }

    .footer-content .footer-first-two-sections .footer-first-section, .footer-content .footer-first-two-sections .footer-first-section a {
        font-size: 14px;
    }

    body > footer.footer > div > div.footer-first-two-sections > div.footer-second-section h3 {
        font-size: 18px;
    }

    body > footer.footer > div > div.footer-third-section > div > hr {
        width: 90%;
    }

    .single-insights .single-insight-container .insight-content, .single-team-members .insight-summary {
        width: 100%;
    }

    
}



@media only screen and (min-width: 921px) {
    #insights-toggle-buttons {
        min-width: 900px;
    }
}

@media only screen and (max-width: 921px) {
    .team .team-section .team-img img {
        object-position: 0px -83px;
    }
}

@media only screen and (max-width: 846px) {
    .insights-content, #insights-container, .recent-insights {
        width: 100%;
    }

    

    .footer .footer-first-section img {
        height: 61.49px;
    }

    .footer .footer-first-section .footer-logo-text {
        max-width: 220.3px;
    }

    .small-header-page .hero-overlay {
        top: 27%; 
        /* top: 15%;  */
    }

    
}

@media only screen and (max-width: 780px) {
    #navbarNav {
        position: fixed;
        width: 94%;
        top: 96px;
    }
}

@media only screen and (max-width: 768px) {

    .hero-bg-grad {
        background: linear-gradient(180deg, #0E2D52 22%, rgb(0 0 0 / 80%) 57%, rgba(255, 255, 255, 0) 73%);
    }
    
    .hero-overlay {
        position: absolute;
        /* top: 20%; */
        /* top: 31%; */
        /* top: 32%; */
        top: 34%;
        /* left: unset; */
        transform: unset;
        /* width: 36%; */
        z-index: 3;
        min-width: 657.47px;
        min-width: unset;
        /* left: 13%;
        width: 77%; */
        /* left: 9%; */
        left: 13%;
        /* width: 83.77%; */
        /* width: 36%; */
        width: 73%;
        /* background-color: red; */
        /* max-width: 430px; */
    }

    .hero-overlay h1 {
        /* width: 565px; */
        /* font-size: 30px; */
        font-size: 31px;
        line-height: 1.2;
    }

    .hero-overlay p {
        /* width: 553.695px; */
        /* font-size: 14px; */
        font-size: 18px;
        line-height: 1.4;
    }

    .hero-overlay a {
        /* width: 65.922px; */
    }

    .navbar-content {
        display: none;
    }

    body > div.wrapper > header > div > nav {
        display: flex;
    }

    .insights-content, #insights-container, .recent-insights {
        width: 94%;
    }

    .small-header-page .hero-bg-grad, .small-header-page .hero-bg-media {
        height: 699px;
        /* height: 505px; */
    }

    .single-insight-container {
        width: 92%;
    }

    .single-insight-container .insight-video iframe, .single-insight-container .insight-video {
        width: 100%;
    }

    .team-grid .team-member .modal .modal-dialog {
        max-width: 86%;
        margin: auto;
        margin-top: 12px;
        margin-bottom: 12px;
    }

}

@media only screen and (max-width: 640px) {
    .insight-card, .insight-card .insights {
        display: flex;
        flex-direction: row;
        /* width: unset; */
        width: 100%;
        max-width: 481px;
        height: unset;
        border: solid 2px #c98b51;
        background: linear-gradient(324deg, rgba(245, 227, 212, 1) -19%, rgba(254, 254, 255, 0) 32%);
        align-items: center;
    }

    .insight-card .insight-card-top {
        height: 144px;
        min-width: 144px;
        max-width: 144px;
        border-radius:  28px 0px 0px 28px;
        /* background-color: red; */
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }

    .insight-card img {
        height: 108px;
        width: 106px;
        border-radius: 14px;
        /* margin: 17px 0px 17px 17px; */
    }

    .insight-card .insight-card-bottom {
        /* height: 144px; */
        height: 100%;
        border: none;
        border-radius: 30px;
        /* padding: 19px 12px 19px 19px; */
        /* padding: 19px 18px 19px 19px; */
        padding: 19px 18px 19px 0px;
        background: unset;
    }

    .insights-card-category {
        display: block;
        margin-top: auto;
        line-height: 1.1;
        margin-bottom: unset;
        color: #666666;
    }

    .insight-card .insight-card-bottom .insight-card-txt {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .insight-card .insight-card-bottom h3 {
        font-size: 16px;
        font-weight: 600;
    }

    .insight-card .insight-card-bottom .insight-body {
        display: none;
    }

    .insight-card .insight-card-bottom .read-more-button a, .read-more-button {
        display: none;
    }

    .insight-card .insight-card-bottom .published-date {
        font-size: 14px;
        font-weight: 200;
        font-family: var(--button);
        margin-bottom: 0px;
    }

    .insights-section .section-explore-button {
        margin-bottom: 89px;
    }

    .team-member .modal-body img {
        height: 61vw;
    }

    .team .team-section .team-img img {
        object-position: 0px -56px;
    }

/* 
    .contact .contact-section {
        width: 100%;
        min-width: unset;
    } */

}

@media (min-width: 576px) {
    /* .team-grid .team-member .modal .modal-dialog {
        max-width: 55%;

    } */
}

@media only screen and (max-width: 540px) {

    .insights-content {
        width: 93.3%
    }

    #insights-container, .recent-insights {
        width: 87.3%
    }
    
    .footer {
        padding-top: 49px;
    }

    .footer .footer-contact-info i {
        font-size: 17px;
    }

    .footer-first-two-sections {
        flex-direction: column;
    }

    .footer-second-section {
        flex-direction: column;
    }

    .footer .footer-first-section img {
        height: 78.49px;
    }

    .footer .footer-first-section .footer-logo-text {
        max-width: 255.84px;
    }

    .footer-content .footer-first-two-sections .footer-first-section {
        margin-bottom: 53.2px;
    }

    .footer .footer-content ul, body > footer.footer > div > div.footer-first-two-sections > div.footer-second-section > div.footer-more-info > ul:nth-child(2) {
        margin-block-end: 0em;
        margin-bottom: 36px;
    }

    .footer-first-two-sections {
        width: 81%;
    }

    .hero-overlay {
        top: 31%;
        left: 9%;
        width: 83.77%;
    }

    .single-insight-container h2 {
        font-size: 32px;
    }

    .awards-section {
        flex-wrap: wrap;
    }

    .award {
        width: 420px;
    }

    .award img {
        width: 100%;
    }

    .contact .contact-section {
        width: 100%;
        min-width: unset;
        padding-top: 70px;
    }

    .contact-information, .contact-section .contact-form {
        padding-left: 11px;
    }

    .contact .section-header h3 {
        font-size: 32px;
    }

    

}

@media only screen and (max-width: 430px) {
    
    .insights-section .section-header {
        margin-bottom: 68px;
    }
    
    .insights-section .section-header p {
        width: 81%;
    }
    
    .newsletter-section .newsletter-content {
        width: 92.8%;
        min-width: unset;
    }

    .newsletter-section .newsletter-content .newsletter-image img {
        width: 76%;
        max-height: unset;
        min-height: unset;
    }

    .newsletter-section .newsletter-content .newsletter-form .newsletter-form-header p {
        font-size: 15px;
        max-width: 301px;
        min-width: 242px;
    
        margin: auto;
    }

    .small-header-page .hero-overlay h1 {
        font-size: 27px;
        /* text-align: center; */
    }

    .about .partner-logos {
        gap: 13px;
    }

    .about .about-imgs img {
        width: 93.4%;
    }

    .section-header h2 {
        margin: auto;
        margin-block-start: unset;
        margin-block-end: 0.6em;
        max-width: 90%;
    }

    .award {
        width: 90%;
        min-width: 315px;
    }

    .contact .contact-section {
        padding-top: 34px;
    }

    .contact-information, .contact-section .contact-form {
        padding-left: 11px;
    }

    .team .team-section .team-img {
        display: none;
    }

}

@media only screen and (max-width: 390px) {
    .newsletter-section .newsletter-content .newsletter-form .newsletter-form-header p  {
        max-width: 297px;
        min-width: 242px;
        width: 99%;
    }
}


@media only screen and (max-width: 350px) {
    .insight-card .insight-card-top {
        padding: 19px 18px 19px 19px;
        height: 100%;
    }

    .insight-card img {
        height: 100%;
    }

    .insight-card .insight-card-bottom {
        
    }
}