/*
Theme Name: EyeSouth Partners
Template: glacial-theme
Template URI: https://glacial.com
Description: Glacial Child Theme
Author: Glacial Multimedia
Author URI: https://glacial.com
Version: 1.0
*/

:root {
    --gl-inner-pad-top: 8rem;
    --gl-max-width: 1500px;
    --wp--style--global--content-size: var(--gl-max-width);
    --gl-svg-color: #4879c9;

    --gl-button-color: #fff;
    --gl-button-bg: #2e5e79;
    --gl-button-color-hover: #fff;
    --gl-button-bg-hover: var(--midnight-blue);

    --global-row-gutter-md: 4rem
}

body {
    overflow-x: hidden;
}

p a {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.contact_form_block iframe {
    min-height: 520px;
}

.blog-post-meta-date {
    margin-bottom: 2em;
    font-weight: bold;
}

select#wp-block-archives-2 {
    padding: 10px;
    width: 100%;
}

.benefits_wrapper_new .percent_text {
    display: none;
}

.leadership_img_div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
}

.wp-container-core-buttons-layout-1.wp-container-core-buttons-layout-1 {
    gap: 2em;
}

.affiliated-filter-map a.see-all-button.ui-button {
    display: none;
}

.kt-inside-inner-col p:last-child {
    margin-bottom: 0;
}

.logo-svg-padding .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic {
    height: 0;
    padding-bottom: 30%;
}

.logo-svg-padding .kb-gallery-ul .kadence-blocks-gallery-item:nth-of-type(4) .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic {
    padding-bottom: 46%;
}

.logo-svg-padding-2 .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic {
    padding-bottom: 14%;
}

.logo-svg-padding-2 .kb-gallery-ul {
    justify-content: center;
}

.logo-svg-padding .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img {
    object-fit: contain;
}

.entry .kb-gallery-type-grid.kb-gallery-id-3502_6e39d6-01 .kadence-blocks-gallery-item {
    margin-bottom: 25px;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    width: 90%;
}

.wp-block-group.has-background {
    padding: 4rem 0;
}

.achievements {
    grid-template-columns: repeat(2, 1fr);
}

.achievement-flex {
    gap: 10px;
}

.achievement-content {
    flex: 1
}

.achievement-flex a.ui-button {
    margin-bottom: 0;
    margin-top: 0;
}

.achievement-img-wrapper img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
}

.achievement-img-wrapper {
    width: 20%;

}

.anchor-fix {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.entry .mb-0 {
    margin-bottom: 0;
}

/* NAV Overrides */

button.toggle-dropdown {
    top: -2px;
}

.site-navigation > ul {
    flex-wrap: nowrap;
}

ul.gl-dropdown-1 {
    background-color: #fff;
    border-bottom: 1px solid #000;
    padding: 0 5%;
    justify-content: flex-start;
}

.site-navigation ul li {
    margin-right: 0;
}

.site-navigation ul ul {
    position: fixed;
    top: 90px;
    width: 100vw;
    grid-column-gap: 0rem;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
}

.no-js .site-navigation ul, .site-navigation .sub-menu.toggled-on, .site-navigation ul li:hover > ul {
    display: grid;
}

.gl-dropdown-1 > li > a {
    display: flex;
    flex-direction: column;
}

.site-navigation ul li:first-of-type > ul {
    /*display: flex!important;*/
}

.site-navigation ul ul li {
    /*width: 20%;*/
}

.menu-icon {
    width: 100%;
    max-width: 40px;
    padding-bottom: 1em
}

p#breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
}

.related-pages-bottom {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #051924;
    padding: 1em 0;
    margin-bottom: 2em;
}

.entry .related-pages-bottom ul {
    color: #fff;
    margin-bottom: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--gl-max-width);
}

.entry .related-pages-bottom ul li {
    margin: 0 1em 0 0;
}

.entry .related-pages-bottom ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

.entry .related-pages-bottom ul li a.current-page,
.entry .related-pages-bottom ul li a:hover {
    color: var(--green-yellow);
}

.page-id-3205 .related-pages-bottom {
    margin-bottom: 0;
}

.hide-related-pages .related-pages-bottom {
    display: none;
}

.has-hero .standard-inner-wrapper {
    padding-top: 4rem;
}

.no-top-pad .standard-inner-wrapper {
    padding-top: 0 !important;
}

.no-bottom-pad .standard-inner-wrapper {
    padding-bottom: 0 !important;
}

.pillar-link-grid a.ui-button {
    height: 100%;
    padding: 1em 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.entry .wp-block-kadence-advancedgallery .kb-gallery-ul,
.entry ul.menu .wp-block-kadence-advancedgallery ul.kb-gallery-ul.kb-gallery-ul {
    align-items: center;
}

.entry p, .entry li {
    font-size: 17px;
}

.page-title-wrapper {
    --margin-bottom: 5px;
}

.entry h1 {
    font-size: clamp(1.8rem, 0.5200rem + 2.9333vw, 2.5rem);
    line-height: 1.2;
    margin-bottom: 0.7em;
}

.entry h1.has-position {
    margin-bottom: var(--margin-bottom);
}

.entry h2 {
    font-size: clamp(1.3rem, 0.7800rem + 2.4000vw, 2rem);
    line-height: 1.2;
    margin-bottom: 2rem;
}

.entry h2.member-position {
    font-size: clamp(1.1rem, 0.7800rem + 1.0667vw, 1.3rem);
    margin-bottom: 2em;
    font-weight: 400;
}

.entry h2.member-position.has-linkedin {
    margin-bottom: var(--margin-bottom);
}

.bio-linkedin {
    margin-bottom: 2rem;
}

.entry > h2:not(.wp-block-columns + h2):not(.kb-row-layout-wrap + h2):not(.entry > h2:first-of-type) {
    padding-top: 1em;
}

.entry h3 {
    font-style: normal;
    color: #434d65;
    font-size: clamp(1.2rem, 0.8000rem + 1.3333vw, 1.7rem);
    letter-spacing: normal;
    font-weight: 600;
    margin-bottom: 0.4em;
    line-height: 1.2;
}

.entry .leader_name {
    color: #36779c;
    margin-bottom: 5px;
    font-size: 1.2em;
}

.entry h4 {
    margin-bottom: 15px;
    line-height: 1.2;

}

.wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 2.5em 3.5em;
}

.wp-block-image .alignleft {
    float: left;
    margin: 0.5em 3.5em 2.5em 0;
}

a.ui-button, a.wp-block-button__link, .entry a.moretag {
    margin-right: 0;
}

.panel .ui-button {
    margin-bottom: 0;
}

.panel p {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home_testimonials_slide p {
    font-weight: 300;
    color: #fff;
}

.map_div {
    position: relative;
}

.svg-map {
    width: 110%;
}

.states {
    position: relative;
    width: 100%;
    height: 100%;
}

.states a text {
    text-anchor: middle;
}

.states a text {
    font-size: 12px;
}

.states text {
    cursor: default;
    opacity: 0;
    transition: 300ms ease-in-out;
}

.states .has-locations text {
    opacity: 1;
    display: block;
    fill: #fff;
}

.states a.has-locations,
.states a.has-locations text {
    outline: none !important;

}

.states a.has-locations:hover path,
.states a.has-locations:focus path,
.states a.has-locations.active path {
    cursor: pointer;
    fill: #fff;
    color: #000;
}

.states a.has-locations:hover text,
.states a.has-locations:focus text,
.states a.has-locations.active text {
    outline: none !important;
    cursor: pointer;
    fill: #000;
}

.states a:hover {
    color: #e2e8f0;
}

.states a path {
    fill: #96bca6;
    transition: 300ms ease-in-out;
}

.states a.has-locations path {
    fill: #2e5d79;
}

.panel button.close {
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 5px 10px;
}

.panel {
    display: none;
    position: absolute;
    padding: 10px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    width: 350px;
    text-align: center;
}

.panel.active {
    display: block;
}

.map-svg {
    /*position: relative;*/
    width: 100%;
    height: 100%;
}

.affiliated-practices {
    padding-top: 4em;
    padding-bottom: 6em;
    background-color: var(--midnight-blue);
}

.affiliated-practices-inner {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--midnight-blue);
    width: 90%;
    max-width: var(--gl-max-width);
    margin: auto;
}

.affiliated-practices-inner .map_div {
    width: 100%;
}

.affiliated-practices-inner .map_div a {
    text-decoration: none;
}

.affiliated-practices-inner div.filter-list {
    width: 37%;
    overflow: scroll;
    max-height: 70vh;
    min-height: 70vh;
    color: #fff;
}

.affiliated-practices-inner .affiliated-filter-map {
    flex: 1;
}

.mobile-filter-buttons {
    display: none;
}

.practice-item {
    margin-right: 3em;
    padding-right: 20px;

    /*border-bottom: 1px solid #fff;*/
    /*border-right: 1px solid rgba(255, 255, 255, 0.53);*/
    padding-bottom: 20px;
    width: 100%;
}

.practice-item img[src$=".png"], .practice-item img[src$=".svg"] {
    -webkit-filter: grayscale(100%);
    filter: brightness(0) grayscale(100%) contrast(1) brightness(1.5) saturate(0.5) invert(1);
    max-width: 200px;
    margin-bottom: 20px;
}

.practice-item:only-child {
    border-bottom: none;
}

.practice-item h2 {
    color: var(--green-yellow);
    margin-bottom: 0;
    text-align: center;
}

.location-card a.ui-button {
    margin-bottom: 10px;
    width: 100%;
    font-size: 14px;
    padding: 8px 20px;
}

.location-card a.ui-button:hover {
    color: var(--midnight-blue);
    background: #fff;
}

.practice-item .location-card h3 {
    color: #fff;
    padding-top: 20px;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.practice-item .location-card h4 {
    color: var(--green-yellow);
    font-size: 1.1rem;
    margin-bottom: 10px
}

.location-card {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.53);
    grid-gap: 2em;

}

.location-card p {
    line-height: 1.2;
    margin-bottom: 15px
}

.location-card .practice-logo {
    display: block;
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
}

.practice-locations .location {
    margin-bottom: 10px;
    padding-top: 20px;
}

.location-card ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

.location-card ul li,
.location-card ul a {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.location-card ul svg {
    margin-right: 10px;
    width: 20px;
}

.location-card ul a {
    color: #fff;
    text-decoration: none;
}

.single-brand .location-card ul {
    flex-direction: column;
}

.single-brand .location-card ul a {
    color: var(--midnight-blue);
}

.single-brand .location-card ul a:hover {
    color: #000;
}

.single-brand .location-address {
    min-height: 4em
}

.practice-locations-all {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}

.all-locations.location-card ul {
    display: block;
    color: #000;
}

.all-locations.location-card ul li {
    display: flex;
}

.all-locations.location-card ul a {
    color: #000;
}

.location-card ul a:hover {
    color: var(--green-yellow);
}

.logo-wrapper {
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-info {
    padding-left: 2em;
}

.filter-info-inner {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.filter-info-inner > div * {
    margin-right: 20px;
    margin-left: 0;
}

.filter-info a.ui-button {
    max-width: 200px;
    font-size: 14px;
}

.filter-info-inner > div:nth-child(1) {
    padding-right: 20px;
    flex: 1;
    display: flex;
    align-items: center;

}

.filter-info .filter-info-inner h2 {
    font-size: 1.5rem;
    color: var(--green-yellow);
    margin-bottom: 0;
    line-height: 1;
}

.filter-info .filter-info-inner h3 {
    line-height: 1;
    margin-bottom: 0;
    font-size: 1.2rem;
}

.filter-info .filter-info-inner h3 {
    color: #e2e8f0;
}

.open-locations {
    display: block;
    color: #000;
    padding: 5px 10px;
}

#clearFilters {
    margin: 0;
    width: 200px;
    display: block;
}

.welcome_section {
    padding: 100px 0;
}

.welcome_wrapper {
    width: 95%;
    margin: auto;
}

.welcome_wrapper a.ui-button {
    margin: 1em auto;
    display: block;
    max-width: 320px;
}

.w-nav-overlay {
    top: 0;
}

.glacial-top-banner {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    padding: 10px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 17%);
}

.brand {
    width: 100%;
    max-width: 230px;
}

.site-navigation ul li {
    margin-bottom: 0;
}

.why_choose_section {
    padding: 5% 3% 3%;
}

.benefits_wrapper_new {
    display: grid;
    grid-template-columns: repeat(4, 330px);
    grid-auto-rows: 1fr;
}

.benefits_main_div {
    width: 330px;
    height: 330px;
    margin: auto;
}

.benefits_inner_text_div {
    background: #103447;
    border-radius: 50%;
    height: 100%;
}

.inner-hero-section {
    --header-height: 91px;
    padding: 2em 0;
    background: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: var(--header-height);
    height: calc(75vh - var(--header-height));
    width: 100%;
}

.inner-hero-section.hero-video {
    height: auto;
    max-height: calc(100vh - var(--header-height));
    aspect-ratio: 16/8;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 5%, rgba(235, 248, 255, .99));
    z-index: 1;
    width: 100%;
    height: 100%;
}

.inner-hero-image img {
    position: absolute;
    object-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.hero-text {
    width: 44%;
}

.hero-content-wrapper {
    z-index: 2;
    width: 90%;
    height: 100%;
    max-width: var(--gl-max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hero-text h1 {
    color: #103447;
    font-size: clamp(1.4rem, 0.5200rem + 2.9333vw, 2.5rem);
}

a.wp-block-button__link {
    background: none;
}

a.wp-block-button__link:hover {
    background: none;
}

.hero-button, .entry a.wp-block-button__link {
    display: inline-block;
    margin-top: 2em;
    border-bottom: 1px solid var(--midnight-blue);
    color: var(--midnight-blue);
    text-transform: uppercase;
    padding: 28px;
    font-weight: 700;
    background-image: linear-gradient(var(--midnight-blue), var(--midnight-blue));
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: .4s all;
    margin-bottom: 0;
}

.page-id-3068 .hero-button {
    border-bottom: 1px solid var(--midnight-blue);
    color: #fff;
    background: var(--midnight-blue);
}

.page-id-3068 .hero-button:hover {
    color: var(--midnight-blue);
    background: transparent;
    box-shadow: none;
}

.white-buttons a.wp-block-button__link {
    color: #fff;
    border-color: #fff;
    background-image: linear-gradient(#fff, #fff);
}

.entry a.wp-block-button__link {
    margin-top: 0;
}

.hero-button:hover,
.entry a.wp-block-button__link:hover {
    color: #fff;
    background-size: 100% 100%;
    box-shadow: none;
}

.white-buttons a.wp-block-button__link:hover {
    color: var(--midnight-blue);
    border-color: #fff;
}

.policy_link {
    padding: 5px 0;
}

.footer_text {
    margin-bottom: 10px;
}

.footer-menu-small {
    margin-top: 10px
}

.phone-no-break {
    white-space: nowrap;
}

.mb-2.wp-post-image {
    display: block;
}

.leadership_div {
    background-color: rgba(221, 238, 248, 0);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

a.inner_callout_btn {
    text-decoration: none;
    color: var(--green-yellow);
}

a.inner_callout_btn:hover {
    color: #fff
}

.page-id-3205 .kt-blocks-testimonial-carousel-item {
    border: 1px solid rgba(211, 236, 77, .36);
    background: #06273a;
    padding: 20px;
}

.page-id-3205 .entry .kt-blocks-testimonials-wrap3205_611de8-d5 .kt-testimonial-media-inner-wrap .kadence-testimonial-image-intrisic {
    padding-bottom: 180px;
}

.career-testimonials .kt-blocks-testimonials-wrap3205_ef5a38-cd .kt-testimonial-media-inner-wrap .kadence-testimonial-image-intrisic {
    padding-bottom: 40%;
}

.leadership_wrapper.testimonials {
    margin-bottom: 4em;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.testimonials-2466.testimonials {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
}

.testimonials-2466.testimonials > div:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
}

.testimonials-2466.testimonials > div:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
}

.testimonials-2466.testimonials > div:nth-of-type(3) {
    grid-column: 1 / span 2;
    grid-row: 2;
}

.career-testimonials .kt-testimonial-media-inner-wrap .kt-testimonial-image {
    margin: auto;
    max-width: 200px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    right: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

.doctor-testimonials h3 {
    margin-bottom: 30px;
}

.practice-span {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto Serif', sans-serif;
}

.testimonial-block {
    background: #e9edee;
    padding: 30px 20px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.practice-logo-testimonials {
    width: 100%;
    max-width: 100px;
}

.bio-image {
    width: 100%;
    max-width: 300px;
    margin: 0 40px 20px 0;
}

.inner-quote {
    width: 50px;
    color: #53999e;
    position: absolute;
    top: -15px;
    left: 15px
}

.testimonial-name {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.testimonial-name h4,
.testimonial-name p {
    margin-bottom: 0;
}

.testimonial-name img:not(.practice-logo-testimonials) {
    object-fit: cover;
    object-position: top;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.community-blocks .wp-block-kadence-column {
    background: var(--midnight-blue);
    color: #fff;
}

.community-blocks .wp-block-kadence-column p {
    padding: 0 1em
}

.community-blocks .wp-block-kadence-column p a {
    color: #dedede;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-gap: 20px;
    margin-bottom: 3rem;
}

.chart_part_div._2 {
    width: fit-content;
}

@media screen and (max-width: 1430px) {

    .brand {
        width: 100%;
        max-width: 140px;
    }

    .site-navigation {
        font-size: 14px;
    }

    .benefits_wrapper_new {
        justify-content: center;
        grid-template-columns: repeat(2, 330px);
        grid-gap: 1em 4em;
    }

}

@media screen and (max-width: 1280px) {
    .chart_part_div {
        width: 100%;
        justify-content: space-between;
    }

    .chart_wrapper {
        flex-flow: wrap;
        justify-content: flex-start;
    }

    .chart_part_div._2 {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .tablet_chart_wrapper {
        width: 100%;
        padding-left: 75px;
        padding-right: 75px;
        display: block;
    }

    .tablet_line_div1 {
        width: 100%;
        height: 20px;
        border-right: 3px solid var(--dark-slate-grey);
        padding-bottom: 0;
        padding-right: 0;
    }

    .tablet_line2 {
        width: 100%;
        height: 3px;
        background-color: var(--dark-slate-grey);
        padding-bottom: 0;
        padding-right: 0;
    }

    .tablet_line3 {
        width: 100%;
        height: 20px;
        border-left: 3px solid var(--dark-slate-grey);
        padding-bottom: 0;
        padding-right: 0;
    }

    .chart_line_div.middle {
        display: none;
    }

    .chart_line_div img {
        width: 17px;
        margin: 0 auto;
    }

    .contact_form_block iframe {
        min-height: 650px;
    }

}

@media screen and (max-width: 1080px) {

    .hero-button, .entry a.wp-block-button__link {
        background: #103447;
        color: #fff;
    }

    .bio-image {
        max-width: 375px;
        margin: 1em auto;
    }

    .wp-block-image .alignright,
    .wp-block-image .alignleft {
        float: none;
        margin: 1em auto;
    }

}

@media screen and (max-width: 991px) {

    .practice-item {
        padding-right: 0;
    }

    .achievements {
        grid-template-columns: 1fr;
    }

    .achievement-img-wrapper {
        margin-bottom: 1em;
    }

    .top-floating-button {
        right: 5px;
        bottom: 5px;
        font-size: 12px;
        padding: 7px;
    }

    .practice-item .location-card h3 {
        font-size: 1.1rem;
        text-align: center;
    }

    .open-locations {
        display: block;
        margin: 1em auto;
    }

    .practice-item h2 {
        padding-top: 1em;
    }

    .svg-map {
        width: 100%;
    }

    .welcome_section {
        padding-top: 20px;
    }

    .welcome_wrapper {
        flex-direction: column-reverse;
    }

    #navigation {
        z-index: 0;
    }

    .gl_menu-icon, .rl_navbar5_container {
        z-index: 1;
    }

    .rl_navbar5_container, .glacial-top-banner {
        z-index: 99;
    }

    .w-nav-overlay {
        top: 53px;
        z-index: 1;
    }

    .menu-icon {
        display: none;
    }

    .site-navigation .sub-menu.toggled-on {
        display: flex;
        flex-wrap: wrap;
        /*position: relative;*/
    }

    .site-navigation > ul > li:hover > ul {
        display: none;
    }

    ul.gl-dropdown-1 {
        background-color: var(--dark-slate-grey);
        border-bottom: none;
        padding: 10px;
        justify-content: flex-start;
    }

    .site-navigation ul ul a {
        font-size: 16px;
        color: #fff;
        display: flex;
    }

    .dropdown_text {
        margin-top: 10px;
        padding-top: 10px;
        margin-bottom: 15px;
        font-size: 0.9em;
    }

    .site-navigation ul ul {
        position: static;
        flex: auto;
    }

    .gl-dropdown-1 > li > a {
        display: block;
    }

    .site-navigation {
        padding-left: 0;
        padding-right: 0;
    }

    .gl_navbar5_menu-button {
        padding: 0;
    }

    .gl_navbar5_menu-button.w--open {
        background-color: rgba(0, 0, 0, 0);
    }

    .gl_menu-icon_line-bottom {
        width: 24px;
        height: 2px;
        background-color: var(--green-yellow);
        padding-bottom: 0;
        padding-right: 0;
    }

    .gl_menu-icon_line-middle {
        width: 24px;
        height: 2px;
        background-color: var(--green-yellow);
        justify-content: center;
        align-items: center;
        margin-top: 6px;
        margin-bottom: 6px;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .rl_menu-icon_line-middle-inner {
        width: 4px;
        height: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .gl_menu-icon_line-top {
        width: 24px;
        height: 2px;
        background-color: var(--green-yellow);
        padding-bottom: 0;
        padding-right: 0;
    }

    .gl_menu-icon_line-top, .gl_menu-icon_line-bottom {
        transform-style: preserve-3d;
        transition: 0.3s;
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    .w--open .gl_menu-icon_line-top {
        transform: translate3d(0px, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    }

    .w--open .gl_menu-icon_line-bottom {
        transform: translate3d(0px, -8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    }

    .gl_menu-icon {
        width: 48px;
        height: 48px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-right: -.5rem;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .gl_menu-icon_line-middle-inner {
        width: 4px;
        height: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .gl_navbar5_menu {
        padding-left: 0;
        padding-right: 0;

    }

    .inner-hero-section {
        --header-height: 73px;
    }

    .brand {
        padding-left: 0;
    }

    .gl_menu-icon_line-middle {
        transition: 0.2s ease-in-out;
        width: 24px !important;
        height: 2px !important;
    }

    .w--open .gl_menu-icon_line-middle {
        width: 0 !important;
    }

    #navigation {
        display: none;
    }

    .header-logo {
        max-width: 170px;
    }

    .benefits_wrapper_new {
        justify-content: space-around;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2em;
    }

    .benefits_text_wrapper {
        opacity: 0 !important;
        display: none !important;
    }

    .benefits_rev_div {
        opacity: 1 !important;
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
        transform-style: preserve-3d;
    }

    :root {
        --gl-inner-pad-top: 5rem;
    }

    .page-template-affiliated-practices-page .map_div,
    .filter-info,
    .page-template-affiliated-practices-page .hero-content-wrapper a {
        display: none;
    }

    .affiliated-practices-inner > div.filter-list {
        width: 100%;
        overflow: scroll;
        max-height: 100%;
        min-height: auto;
        color: #fff;
    }

    .affiliated-practices-inner > div:nth-of-type(2) {
        width: 100%;
        flex: auto;
    }

    .mobile-filter-buttons {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
        grid-gap: 10px;
    }

    .mobile-filter-buttons button {
        display: block;
        -webkit-appearance: none;
        padding: 5px
    }

    .mobile-filter-buttons button.active {
        background: var(--green-yellow);
        color: #000;
    }

    .logo-wrapper {
        flex-direction: column;
    }

}

@media screen and (max-width: 767px) {

    :root {
        --global-row-gutter-md: 2rem
    }

    .testimonials-2466.testimonials {
        grid-template-columns: 1fr;
    }

    .entry .testimonials-2466.testimonials > div {
        grid-column: auto;
        grid-row: auto;
    }

    .inner-hero-section {
        --header-height: 66px;
    }

    .welcome_section {
        padding-top: 120px;
    }

    .chart_line_div,
    .chart_line_div.middle,
    .chart_line_div.last {
        transform: rotate(90deg);
        width: 17px;
        display: block;
    }

    .chart_part_div, .chart_part_div._2 {
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .tablet_chart_wrapper {
        display: none;
    }

    .chart_circle_div.final {
        margin-top: 0;
    }

    .wp-block-group.has-background {
        padding: 2rem 0;
    }

    .achievement-flex {
        gap: 10px;
        display: block;
    }

    .achievement-flex a.ui-button {
        width: auto;
        display: inline-block;
    }

    .achievement-img-wrapper img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .achievement-img-wrapper {
        width: 100%;
    }

    .hero-text {
        width: 100%;
    }

    .hero-content-wrapper {
        z-index: 2;
        width: 90%;
        max-width: var(--gl-max-width);
        margin: auto;
        align-items: flex-end;

    }

    .hero-overlay {
        background: linear-gradient(171deg, rgba(255, 255, 255, 0) 23%, #ebf8ff 89%)
    }

    .main_tagline_wrapper {
        top: auto;
    }

    .main_tagline_wrapper {
        padding-left: 0;
        padding-right: 0;
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        left: 0;
        right: 0;
    }

    .main_button {
        margin: auto;
    }

    .main_buttons_section {
        top: 85%;
        position: absolute;
        background: transparent;

    }

    .benefits_wrapper_new {
        justify-content: center;
        grid-template-columns:  1fr;
        grid-gap: 2em;
    }

}

@media screen and (max-width: 479px) {

    .hero-overlay {
        background: linear-gradient(171deg, #ffffff00 23%, #ebf8ffd1 49%);
    }

    .inner-hero-section {
        height: calc(85vh - var(--header-height));
    }

    .inner-hero-section {
        --header-height: 60px;
    }

    .glacial-top-banner {
        padding: 3px 8px;
    }

    .benefits_main_div {
        width: 100%;
        max-width: 330px;
        height: 100%;
        margin: auto;
    }

    .hero_video {
        /*height: 800px;*/
    }

    .welcome_wrapper {
        padding-top: 148px;
    }

    .logo-wrapper {
        gap: 0;
    }

}


