@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --libre:  "Libre Baskerville", serif;
    --montserrat: "Montserrat", sans-serif;
    --roboto: "Roboto Condensed", sans-serif;
    --navy-dark: #022E59;
    --gray-medium: #969696;
    /*--gray-dark:#707070;*/
    --gray-dark:#6B6B6B;
    --gray-light:#F1F3F6;
    --sage: #7FA081;
    /*--peach: #DB986C;*/
    --peach: #D27E46;
    --yellow: #F4D797;
    --purple: #361335;
    --cream: #FCF4E2;
}

html{
    font-size:10px;
    overflow-x:hidden;
    scroll-padding-top: 140px;
}
body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}


/* Start Utilities */
.m-lr{
    margin-left: 140px;
    margin-right: 140px;
}

.p-lr{
    padding-left: 140px;
    padding-right: 140px;
}
.p-r{
    padding-right: 140px;
}
.padding-x-30{
    padding-inline: 30px;
}

.border-right{
    border-right: 1px solid;
}
.border-left{
    border-left: 1px solid;
    color: white;
}
.border-right-nav{
    border-right: 1px solid white;
}
.border-gray-dark{
    border-color: #707070!important;
}
.second-row img{
    max-width: 323px;
    display: block;
    margin-left: auto;
}


.h-0{
    height: 0;
}

.hidden{
    visibility: hidden;
    opacity: 0;
}

.section-padding-1{

}

.section-container-1{
    max-width: 1300px;
    margin: 0 auto;
}
.section-container-2{
    max-width: 1620px;
    margin: 0 auto;
}

.text-navy-dark{
    color: var(--navy-dark);
}
.text-gray-medium{
    color: var(--gray-medium);
}
.text-gray-dark{
    color: var(--gray-dark)!important;
}
.text-sage{
    color: var(--sage);
}
.text-peach{
    color: var(--peach)!important;
}
.text-yellow{
    color:var(--yellow)
}
.text-purple{
    color:var(--purple)
}
.w-170{
    max-width: 170px;
}
.mw-280{
    max-width: 280px;
}
.mw-600{
    max-width: 600px;
}

.line-height-36{
    line-height: 36px!important;
}
.bg-cream{
    /*background-color: var(--cream);*/
    background-color: #FFFFEE;
}
.bg-gray-light{
    background-color: var(--gray-light);
}
.bg-cream-white {
    background-color: #fefbf9;
}
.column-count-2{
    column-count: 2;
    column-gap: 95px;
}
.sub-curve-gradient{
    filter: drop-shadow(2px -35px 18px rgba(2, 46, 89, 0.17));
    -webkit-filter: drop-shadow(2px -35px 18px rgba(2, 46, 89, 0.17));
    -moz-filter: drop-shadow(2px -35px 18px rgba(2,46,89,0.17));
    margin-top: 180px;
}
.sub-curve-gradient-down{
    filter: drop-shadow(2px 55px 18px rgba(2, 46, 89, 0.17));
    -webkit-filter: drop-shadow(2px 55px 18px rgba(2, 46, 89, 0.17));
    -moz-filter: drop-shadow(2px 55px 18px rgba(2,46,89,0.17));
    margin-top: 180px;
}
.contact-page.sub-curve-gradient-down{
    margin-top: 0;
    opacity: 50%;
}
.fw-600{
    font-weight: 600;
}
/* End Utilities */


/* Start Navigation */
#mean-container{
    display:block;
    position:relative;
    clear:both;
}
.mean-container .mean-bar{
    background:var(--navy-dark);
    display:block;
}
.mean-container a.meanmenu-reveal span{
    background:white;
}
.mean-container a.meanmenu-reveal{
    color:white;
    font-size: 18px;
    text-indent: 0;
    display: flex;
    font-weight:300;
}
.mean-container a.meanmenu-reveal svg{
    margin-left:10px;
}
.mean-nav .collapse{
    border:none;
}
.mean-container .mean-nav ul li a{
    background: var(--secondary);
    font-size: 1.6rem;
}
.mean-container .mean-nav ul{
    position:relative;
    top:0;
}
.dropdown-toggle::after{
    display:none;
}
/* End Navigation */

/* Start Header */
#site-header{
    background: white;
    padding: 10px 140px;
    position: fixed;
    width: 100%;
    z-index: 99;
}


#logo-header-container .logo-desktop{
    max-width: 300px;
}

#logo-header-container .logo-desktop img{
    max-width: 100%;
}

#logo-header-container .logo-mobile{
    display: none;
}

#main-nav{
    /*display:block;*/
    margin:0;
    padding:0;
    width: fit-content;
    display: flex;
    align-items: flex-end;
    position: relative;
    border-bottom: 1px solid #707070;
}
#main-nav ul.nav{
    display:flex;
    align-items:stretch;
}
#main-nav ul.nav > .dropdown{
    padding:0 !important;
    margin:0;
    display:flex;
    align-items:stretch;
    justify-content: center;
    text-align:center;
    position: unset;
}
#main-nav ul.nav > .dropdown > a{
    color: var(--navy-dark);
    font-size:2.8rem;
    font-weight:300;
    padding:0 20px 0 0;
    margin: 30px 0 13px 0;
    font-family: var(--roboto);
    font-stretch: condensed;
    line-height:1em;
    display:flex;
    word-wrap:break-word;
    border-right:1px solid var(--green);
    align-items:center;
    text-wrap:wrap;
}
#main-nav ul.nav > .dropdown > a:hover{
    color: var(--gray-medium);
}
#main-nav ul.nav > .dropdown:last-child > a{
    border:none;
    padding-right: 0;
}

#main-nav .dropdown-menu{
    position:absolute;
    top:100%;
    padding: 30px;
    width:1px;
    min-width: 270px;
    left: -500%;
    border-bottom: #ffffff;
    text-align:left;
    display: block;
    opacity: 0;
    height: 1px;
    overflow: hidden;
    background-color: rgb(2 46 89 / 74%);
}
#main-nav .dropdown-menu.header-subnav{
    padding:20px;
    list-style:none;
}
#main-nav .dropdown-menu.header-subnav li{
    break-inside: avoid-column;
    width: 100%;
    padding: 0 5px;
}
#main-nav .dropdown-menu.header-subnav li:hover{
    background: white;
}
#main-nav .dropdown-menu.header-subnav a{
    display: block;
    font-family:var(--fjalla);
    font-size:2.2rem;
    color:white;
    text-decoration: none;
    font-weight:normal;
    line-height: 1;
    width: 100%;
    padding: 10px 0;
    white-space: normal;
}
#main-nav .dropdown-menu.header-subnav a:hover{
    color: var(--secondary);
}
#main-nav .dropdown-menu img{
    width:100%;
}
#main-nav ul.dropdown-menu{
    border:none;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius:0;
    padding:0;
    left:-4000px;
    display: block;
    opacity: 0;
    height: 1px;
    overflow: hidden;
}
#main-nav ul.nav .nav-item.last ul.dropdown-menu{
    /*left:unset;*/
    right:0;
}
#main-nav ul.dropdown-menu a{
    text-decoration:none;
    color:var(--white);
    font-weight:700;
    padding:5px 15px;
    display:block;
    font-size:28px;
    font-family:'Oswald', sans-serif;
    /*text-transform: uppercase;*/
}
#main-nav ul.dropdown-menu a:hover{
    text-decoration:none;
    color:#F04F00;
}
.nav-panel-title{
    font-family: var(--libre);
    font-size: 3.3rem;
    line-height: 36px;
    color:var(--peach);
    font-style: italic;
}
.nav-panel-links{
    list-style: none;
}
.nav-panel-links a{
    font-family: var(--montserrat);
    font-size: 1.9rem;
    font-weight: 300;
    color:white;
    text-decoration: none;
}
.nav-panel-links a:hover{
    color: #ff9650;
}

#header-phone-small{
    display: none;
}
#header-phone a{
    /*color: var(--sage) !important;*/
    color:#5D7E5E;
    text-decoration: none;
    font-size: 3.2rem;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin: 30px 0 15px 0;
    /* font-family: var(--fjalla); */
    line-height: 1em;
    display: flex;
    word-wrap: break-word;
    border-right: 1px solid var(--green);
    align-items: center;
    text-wrap: wrap;
}

/* End Header */

/* Start Containers*/
.body-container{
    display:block;
    max-width: 1642px;
    width:100%;
    margin:0 auto;
    position:relative;
}

section:first-of-type {
    margin-top: 197px;
}

.container-1{
    max-width:1655px;
    margin: 0 auto;
}
.container-2{
    max-width: 1920px;
    margin: 0 auto;
}
.container-3{
    max-width: 1000px;
    margin: 0 auto;
}

/* End Containers*/

/* Start Typography */
.text-styles {
    font-family: var(--montserrat);
    font-size: 1.9rem;
    /*color: var(--gray-dark);*/
    color: #6B6B6B;
}
.text-styles a{
    color:var(--navy-dark);
    text-decoration: none;
}
.text-1{
    font-family:var(--roboto);
    font-size:4.0rem;
    font-weight: 300;
    line-height:1;
}
.text-2{
    font-family:var(--libre);
    font-size:3.3rem;
    line-height:44px;
}
.text-3{
    font-family:var(--roboto);
    font-size:5.5rem;
    font-weight: 300;
    line-height:1;
}
.text-4{
    font-family:var(--roboto);
    font-size:3.6rem;
    font-weight: 300;
    line-height:1;
}
.text-5{
    font-family:var(--montserrat);
    font-size:2.4rem;
    line-height:1;
}
.text-6{
    font-family:var(--libre);
    font-size:2.8rem;
    line-height:1.2;
}
.text-7{
    font-family:var(--libre);
    font-size:5rem;
    line-height:60px;
}
.fnt-size-5{
    font-size: 5rem;
}
/* End Typography */

/* Start Buttons*/
.btn, .btn-default, a.btn-default{
    font-family:'Montserrat', sans-serif;
    font-size:1.8rem;
    text-decoration:none;
    border:none;
    width: fit-content;
}
a.btn-primary, .btn-primary{
    background-color:white;
    color: black;
    padding: 10px 20px;
}
.g-recaptcha.btn-primary{
    display: block;
    margin-left: auto;
    width: fit-content;
}
a.btn-tertiary, .btn-tertiary{
    background-color:white;
    color: #020101!important;
    padding: 10px 20px;
    border: 1px solid transparent;
}
a.btn-tertiary:hover, .btn-tertiary:hover{
    background-color:#020101!important;
    color: white!important;
    border: 1px solid white;
}
a.btn-secondary, .btn-secondary,
#button-navs a.btn-secondary:hover,#button-navs .btn-secondary:hover{
    border: 1px solid var(--gray-dark);
    background-color:transparent;
    color: var(--navy-dark)!important;
    padding: 10px 20px;
}
a.btn-primary:hover, .btn-primary:hover{
    background-color:var(--navy-dark)!important;
    color: white!important;
}
a.btn-secondary:hover, .btn-secondary:hover,
#button-navs a.btn-secondary, #button-navs .btn-secondary{
    background-color:var(--navy-dark);
    border: 1px solid var(--navy-dark);
    color: white!important;
}
.btn-arrow img{
    width: 18px;
}
/* End Buttons*/


/*start image with curves*/
.curve-image{
    background-color: #ffffee ;
}
.curve-image .left-col {
    position: relative;
    display: inline-block;
}
.curve-image.home{
    background-color: #FBF1D9;
}
.curve-image.home .left-col::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: #FBF3EE;
    background: linear-gradient(270deg, rgba(251, 243, 238, 1) 0%, rgba(251, 243, 238, 1) 30%, rgba(251, 243, 238, 0) 100%);
    z-index: 1;
    pointer-events: none;
}
.curve-image.estate-planning{
    /*background-color: #FBF3EE;*/
    background-color: #FEFCFB;
}
.curve-image.estate-planning .left-col::before{
    /*background: #FBF3EE;*/
    /*background: linear-gradient(270deg, rgba(251, 243, 238, 1) 0%, rgba(251, 243, 238, 1) 30%, rgba(251, 243, 238, 0) 100%);*/
    background-color: #FEFCFB;
    background: linear-gradient(270deg, rgb(254, 252, 251, 1) 0%, rgba(254, 252, 251, 1) 30%, rgba(254, 252, 251, 0) 100%);
}
.curve-image.probate-administration{
    background-color: #ffffee ;
}
.curve-image.probate-administration .left-col::before{
    background: #ffffee ;
    background: linear-gradient(270deg, rgba(255, 255, 238, 1) 0%, rgba(255, 255, 238, 1) 30%, rgba(255, 255, 238, 0) 100%);
}
.curve-image.special-needs{
    background-color: #faedd1;
}
.curve-image.special-needs .left-col::before{
    background: #FAEDD1;
    background: linear-gradient(270deg, rgba(250, 237, 209, 1) 0%, rgba(250, 237, 209, 0.83) 30%, rgba(250, 237, 209, 0) 100%);
}
.curve-image.kids-plan,
.curve-image.young-adults{
    background-color: #f1f3f6;
}
.curve-image.kids-plan .left-col::before,
.curve-image.young-adults .left-col::before{
    background: #F1F3F6;
    background: linear-gradient(270deg, rgba(241, 243, 246, 1) 0%, rgba(241, 243, 246, 0.83) 47%, rgba(241, 243, 246, 0) 100%);
}
.curve-image.family-protection{
    background-color: #f0f6f3;
}
.curve-image.family-protection .left-col::before{
    background: #F0F6F3;
    background: linear-gradient(270deg, rgba(240, 246, 243, 1) 0%, rgba(240, 246, 243, 0.83) 30%, rgba(240, 246, 243, 0) 100%);
}
.curve-image .left-col::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.curve-image .right-col{
    padding-top:140px ;
    padding-bottom:200px ;
    max-width: 980px;
}
.curve-image .left-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 0;
}
.sub-curve-top{
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 3;
}
.sub-curve-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
/*end image with curves*/




/*Start Insights*/
.insights-panel{
    position: relative;
}
.insights-panel .bg-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.32;
}
.insights-panel .image-left-container{
    max-width: 215px;
}
.insights-panel .image-left-container img{
    min-width: 215px;
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid var(--gray-dark);
}
.insights-panel .left-col{
    padding: 64px 64px 64px 0;
}
.insights-panel .right-col{
    padding: 64px;
    position: relative;
}
.insights-panel .right-col .bg-color{
    position: absolute;
    width: 100vh;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: hsl(209.66deg 95.6% 17.84% / 63%);
    z-index: -1;
}

.insights-panel .right-col ul {
    list-style: none;
    padding: 0;
}
.insights-panel .right-col ul li {
    padding-left: 35px;
    background: url(../img/arrow-gray.svg) no-repeat 0px 4px;
    background-size: 22px;
    padding-bottom: 15px;
}
.insights-panel .right-col a:hover{
    color: var(--navy-dark) !important;
}
/*End Insights*/

/*start resources*/
.resources-list div:not(:last-child){
    margin-bottom: 15px;
}
.resources a:hover {
    color: var(--sage)!important;
}
.resources-icon{
    max-width: 17px;
    align-self: flex-start;
    margin-top: 4px;
}
.resources-image{
    mix-blend-mode: multiply;
    opacity: .41;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.resources.probate-administration{
    background-color: #FFFFEE;
}
.resources.kids-plan{
    background-color: #f2f4f7;
}
/*end resources*/

/*start tools section*/
.tools-container{
    position: relative;
    min-height: 226px;
    padding: 80px 185px 20px 80px;
    margin-bottom: 82px;
}
.tools-container .square-bg{
    position: absolute;
    background-color: #fefaf3;
    height: 100%;
    width: 100%;
    max-width: 257px;
    top: 0;
    left: 0;
    z-index: -1;
}
/*end tools section*/

/*start 3 column blocks*/
.block-container{
    padding: 69px 85px;
    height: 100%;
}
/*end 3 column blocks*/

/*Start Video Modal*/
.video-container{
    position: relative;
    padding-bottom: 56.25%;
}
.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*End Video Modal*/

/*Start section nav*/
.section-nav ul{
    list-style: none;
    padding: 0;
}
.section-nav-image{
    mix-blend-mode: multiply;
    opacity: .28;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*end section nav*/

/*Start Testimonials*/
.testimonials{
    padding: 95px 130px;
}
.double-quotes{
    max-width: 284px;
    width: 100%;
    position: absolute;
    z-index: 0;
    opacity: .03;
    left: 0;
    top: 0;
}
/*End Testimonials*/

/*Start Process section*/
.steps-container{
    position: relative;
}
.steps-number{
    font-size: 220px;
    font-weight: 800;
    color: #969696;
    opacity: .12;
    line-height: 1;
}
.steps-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*end Process section*/

/*Start Staff section*/
.staff-section .row{
    padding: 50px 0;
}
.staff-detail {
    position: relative;
    max-height: 125px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.staff-detail.expanded {
    max-height: none;
}
.staff-detail.expanded::after {
    opacity: 0;
}
.staff-detail::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 110px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.read-more-btn{
    background: none;
    border: none;
    font-family: var(--montserrat);
    color: black;
    font-size: 16px;
    font-weight: bold;
}
/*End Staff section*/

/*Start Resources*/
.section-links{
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.section-links a:hover{
    color: var(--navy-dark) !important;
}

#video-insights-large-tabs ul, #video-insights-small ul,
#articles-large-tabs ul, #articles-small ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
#video-insights-large-tabs ul li,
#articles-large-tabs ul li {
    display: inline-block;
    margin-bottom: 0;
    line-height: unset;
}
#video-insights-large-tabs ul li button, #video-insights-small ul li button,
#articles-large-tabs ul li button, #articles-small ul li button {
    color: var(--gray-dark);
    font-family: var(--roboto);
    font-size: 2.4rem;
    padding: 15px 20px;
    background: #EDF0F6;
    border: 1px solid gray;
    border-bottom: 0;
}
#video-insights-large-tabs ul li button.collapsed,
#articles-large-tabs ul li button.collapsed {
    background: none;
    border: none;
}
#video-insights-large-body,
#articles-large-body {
    background: #EDF0F6;
    padding: 60px 0;
}
#articles-large-body{
    background: transparent;
}
.videos-container,.blogs-container{
    max-height: 800px;
    overflow-y: auto;
}
#articles,#video-insights{
    position: relative;
    z-index: 1;
}
.video-insights-container{
    background: #EDF0F6;
    border-top: 1px solid gray;
    margin-top: -1px;
    position: relative;
    z-index: 0;
}
.video-insights-container.articles-page{
    background: #EDF0F6;
    background: linear-gradient(180deg, rgba(237, 240, 246, 1) 0%, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 1) 100%);
}
.scroll-buttons{
    max-width: 120px;
    text-align: center;
}
.scroll-buttons p{
    font-family: var(--libre);
    color: var(--navy-dark);
    font-style: italic;
    line-height: 1;
    margin-top: 10px;
}
.scroll-button-up img,
.scroll-button-down img{
    width: 100%;
    max-width: 48px;
}
.scroll-button-up,
.scroll-button-down{
    background: none;
    border: none;
}
.scroll-button-up img{
    transform: rotate(-90deg);
}
.scroll-button-down img{
    transform: rotate(90deg);
}
.videos-container::-webkit-scrollbar,
.blogs-container::-webkit-scrollbar{
    width: 0px;
}
.blogs-container{
    padding: 40px 40px 40px 100px ;
}
.blog-block{
    border-bottom: 1px solid var(--gray-dark);
    padding: 20px 0 20px 0px;
}
.blog-block img{
    width: 91px;
    height: 91px;
    object-fit: cover;
    border: 1px solid var(--gray-dark);
}
.video-thumb{
    height: 217px;
    width: 400px;
}
.video-thumb img{
    max-width: 480px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}
.video-thumb.featured{
    width: 100%;
    height: 100%;
}
.video-thumb.featured img{
    max-height: 390px;
    max-width: 100%;
    height: 100%;
}
.video-block{
    margin-bottom:20px;
}
.video-block p{
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
}
.blogs-container:first-child,
.blog-block:first-of-type{
    padding-top: 0;
}
/*End Resources*/

/*Start helpful links*/
.links-list{
    list-style: none;
    padding: 15px 0 0 0;
}
.links-list li {
    padding-bottom: 15px;
}
.links-list li a{
    /*color: var(--gray-dark);*/
    color:#6B6B6B;
}
.column-count-2 div{
    break-inside: avoid;
}
.helpful-section > div{
    padding: 55px 95px;
}
/*End helpful links*/

/*Form*/
#forms-large-tabs ul{
    padding: 0;
    border-bottom: 1px solid var(--gray-dark);
}
#forms-large-tabs li{
    list-style: none;
    display: inline-block;
    margin-bottom: 0;

}
#forms-large-tabs li button{
    background: none;
    border: 1px solid var(--gray-dark);
    border-bottom: 0;
    line-height: unset;
    font-size: 3rem;
    font-family: var(--roboto);
    color: var(--gray-dark)!important;
    font-weight: 300;
    text-align: center;
}
#forms-large-tabs li button.collapsed{
    border: none;
}
.form-group label{
    font-size: 16px;
    color: black;
    font-family: var(--montserrat);
}
.form-control, .form-select{
    font-size: 20px;
    border-radius: 7px;
}
#forms-large-body{
    padding: 20px 0;
}
form .btn{
    font-size: 1.8rem;
    background: white;
    border: 1px solid var(--gray-dark);
    border-radius: 7px;
    color: black;
}
.form-builder-row{
    display: flex;
    gap: 15px;
}
/*End Form*/

/*start info box*/
.info-box{
    padding: 80px 60px;
    background-color: white;
}
.info-phone{
    font-size: 30px;
    font-weight: 600;
}
/*end info box*/

/*Start Contact us*/
.contact-section{
    margin-top: -115px;
}
.contact-us {
    background: #F3F8F6;
}
.curve-image.contact-us .left-col::before{
    background: #F3F8F6;
    background: linear-gradient(270deg, rgba(243, 248, 246, 1) 0%, rgba(243, 248, 246, 0.83) 30%, rgba(243, 248, 246, 0) 100%);
}
.contact-info{
    border: 1px solid var(--gray-dark);
    padding: 30px;
}
.contact-info iframe{
    border: 1px solid var(--gray-dark) !important;
}
.contact-info a{

}
/*End Contact us*/

/*Start Articles*/
.article-container h4, #articles-large-body h4,
.article-container h5, #articles-large-body h5,
.article-container h6, #articles-large-body h6{
    font-size: 1.9rem;
}
.share-fb{
    background: #183058;
}
.share-x{
    background: #d27e46;
}
.share-buttons a{
    color: white;
    padding: 4px;
    margin-bottom: 10px;
    font-style: var(--montserrat);
    max-width: 360px;
    display: block;
    text-align: center;
    border-radius: 7px;
}
.pagination li{
    margin-left: 5px;
    background: none;
}
.pagination li a{
    padding: 15px 20px;
}
.articles-list{
    list-style: none;
    padding: 0;
}
.articles-list li{
    margin-bottom: 20px;
}
.articles-list li a{
    color: var(--gray-dark)!important;
}
.form-page.sub-curve-gradient-down{
    margin-top: -166px;
    position: relative;
    z-index: -1;
    opacity: 50%;
}

/*End Articles*/

/*start footer*/
footer{
    background-color: var(--navy-dark);
    padding-top: 84px;
    padding-bottom: 84px;
    margin-top: auto;
}
#footer-socials img{
    max-width: 30px;
}
.logo-footer{
    max-width: 260px;
}
#footer-address .address-link{
    color: white;
    font-size: 2.4rem;
    font-family: var(--montserrat);
    text-decoration: none;
}
#footer-address .address-link:hover{
    color: var(--peach)!important;
}
.footer-phone{
    font-size:3rem;
    color:var(--peach);
    font-family: var(--montserrat);
    text-decoration: none;
    font-weight: bold;
}
.footer-phone:hover{
    color: white;
}
#footer-cta a{
    background-color: var(--navy-dark);
    color: var(--peach)!important;
    border: 1px solid white;
    font-size: 2.6rem;
    font-weight: bold;
    max-width: 400px;
    padding: 45px;
    line-height: 1;
}
#footer-cta a:hover{
    border: 1px solid var(--peach);
}
ul.footer-menu {
    list-style:none;
    padding:0;
    margin:0 0 20px 0;
}
ul.footer-menu li a{
    font-family:var(--montserrat);
    color:var(--peach);
    font-size:2.4rem;
    text-transform: uppercase;
    margin:0 30px 5px 0;
    display:block;
    text-decoration: none;
    font-weight: bold;
}
ul.footer-menu li a:hover{
    color: white;
}
ul.footer-menu .levelChild{
    list-style:none;
}
ul.footer-menu li .levelChild a{
    font-family:var(--montserrat);
    color:white;
    font-size:1.9rem;
    text-transform: uppercase;
    margin:0 30px 5px 0;
    display:block;
    text-decoration: none;
    font-weight: 300;
}
ul.footer-menu li .levelChild a:hover{
    color: var(--peach)
}
#footer-phone-small a {
    display: block;
    text-align: center;
    padding: 10px 0;
    color: white;
    font-size: 4rem;
}
.footer-menu >li{
    position:relative;
    padding: 15px 0;
}
.footer-menu .levelChild{
    padding-left: 0!important;
}
.footer-menu >li:not(:last-child):after{
    content: "";
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 50%;
}
#footer-inside > div > div{
    width: 50%;
}
#footer-socials a{
    padding: 0 5px 5px 0;
}
#footer-socials div{
    margin-bottom: 5px;
}
#footer-socials a:hover img{
    opacity: .6;
}
/*end footer*/
#membership-carousel .owl-carousel .owl-item{
    position: relative;
    height: 300px;
}
#membership-carousel .owl-carousel .owl-item img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 240px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.page-item.disabled .page-link{
    height: 100%;
    line-height: 38px;
}
.rounded-circle{
    border: 1px solid gray;
}
.image-border{
    border: 1px solid var(--gray-dark);
}
.staff-image{
    max-width: 390px;
    width: 100%;
}
.resources-circle-image{
    max-width: 335px;
}
.border-radius-15{
    border-radius: 15px;
}
.rounded-img-circle {
    --size: min(400px, 80%); /* Max size: 200px, otherwise 80% of container */
    width: var(--size);
    aspect-ratio: 1; /* Ensures height = width (perfect square) */
    border-radius: 50%; /* Makes it a circle */
    overflow: hidden; /* Clips image to circle */
    margin: 0 auto; /* Centers the circle */
}

.rounded-img-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Crops image to fill circle */
    display: block;
}

.get-started-page .padding-right,
.home-section-1 .left-col{
    padding-right: 80px;
}
.padding-left-40{
    padding-left: 40px;
}
.padding-right-60{
    padding-right: 60px;
}
.padding-right-100{
    padding-right: 100px;
}
.padding-y-50{
    padding: 50px 0;
}
.margin-top-40{
    margin-top: 40px;
}

.margin-top-90{
    margin-top: 90px;
}
.margin-bottom-80{
    margin-bottom: 80px;
}
.max-width-600{
    max-width: 600px;
}
.margin-top-n-90{
    margin-top: -90px;
}
#get-started.sub-curve-gradient{
    margin-top: -75px;
}
.google-review-container .google-logo{
    max-width: 230px;
    margin: 0 auto;
    display: block;
}
.google-review-container span{
    display: flex;
    gap: 9px;
    justify-content: center;
}
.google-review-container img.star-icon{
    max-width: 40px;
    margin-top: 10px;
}
.google-review-container a{
    display: block;
    transition: transform 0.3s ease;
}
.google-review-container a:hover{
    transform: translateY(-5px);
}
.page-item.active .page-link{
    background-color: var(--navy-dark);
}