/*
Theme Name: Glacial Theme - Zywie New
Author: Glacial Multimedia
Author URI: https://glacial.com
Description: Your custom created WordPress theme from Glacial Multimedia.
Version: 3.2.4
Text Domain: glacialtheme

GitHub Theme URI: https://github.com/Glacial-Web/glacial-theme
*/

:root {
    --gl-button-bg: #dddee0;
    --gl-button-bg-hover: #b0c75b;
    --gl-button-color: #3a434b;
    --gl-button-color-hover: #2f3e46;

    --gl-header-height: 70px;
    --gl-inner-pad-bottom: 4rem;
    --gl-inner-pad-top: 4rem;
    --gl-max-width: 1550px;
}

.home section:not(.hero) > div {
    max-width: 1430px;
}

body.blog {
    display: block;
    width: 100%;
}

.careers-wrap {
    margin-bottom: 90px;
    width: 100%;
}

.screen-readers {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-break: normal !important;
}

/* Skip Links */
.glacial-skip-link {
    left: -9999px;
    position: absolute;
    text-decoration: none;
    top: -9999px;
    -webkit-transition: 0s;
    transition: 0s;
}

.glacial-skip-link:focus {
    background: #333;
    border: 1px solid #ccc;
    color: #fff;
    font-size: 1.2em;
    left: 20px;
    padding: 1em 2em !important;
    top: 20px;
    z-index: 99999;
}

/* Full width blocks */
.alignfull {
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
    overflow-x: hidden;
    width: 100vw;
}

.standard-inner-wrapper, .glacial-footer {
    margin: 0 auto;
    max-width: var(--gl-max-width, 1350px);
    width: 90%;
}

.standard-inner-wrapper {
    padding-bottom: var(--gl-inner-pad-bottom);
    padding-top: var(--gl-inner-pad-top);
}

/* Related Pages bottom */
.related-pages-bottom {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.related-pages-bottom h2 {
    width: 100%;
}

.entry .related-pages-bottom h3 {
    margin: 0;
}

.entry .related-pages-bottom ul {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.related-pages-bottom ul li {
    margin-right: 1em;
}

/* Pillar Link Buttons*/

.pillar-link-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: 1fr;
    grid-gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.pillar-link-grid a.ui-button {
    align-items: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-color: rgba(255, 255, 255, 0.8);
    border-width: 2px;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: flex-end;
    left: 10px;
    margin: auto;
    right: 10px;
    top: 10px;
    width: 100%;
}

.pillar-link-grid a.ui-button span {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    padding: 10px;
    width: 100%;
}

.children-pages a.ui-button {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 15px;
}

/* Blog containers */

.outer-flex-wrapper {
    gap: 4rem;
}

.main-content {
    flex: 1;
}

aside {
    background: #fff;
    border-left: 1px solid #cecece;
    flex-basis: 25%;
    padding-left: 15px;
}

h2 a {
    text-decoration: none !important;
}

.related-topics-div ul {
    padding-left: 0;
}

.related-topics-div li {
    list-style: none;
}

.related-topics-div li a {
    text-decoration: none;
}

.related-pages-bottom li:first-of-type {
    margin-left: 0;
}

/* Format Content */
.entry h2, .entry h3, .entry h4, .entry p, .entry ul, .entry ol, .entry blockquote, .attachment-post-thumbnail, article h2, article h3, article h4, article p, article ul, article ol, article hr, article blockquote, .wp-block-group, .wp-block-image, .wp-block-media-text {
    margin-bottom: 30px;
}

.entry p, .entry li {
    line-height: 180%;
}

.entry hr {
    margin: 50px auto;
}

blockquote {
    color: var(--gl-button-bg);
    font-style: italic;
    font-weight: 400;
    line-height: 1.5em;
}

cite {
    color: #757575;
    font-style: normal;
    font-weight: 400;
}

.wp-caption-text {
    font-style: italic;
    margin-top: 30px;
    text-align: center;
}

img, .entry img {
    height: auto
}

a {
    -o-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.entry a {
    color: #030c07;
    text-decoration: underline;
}

.entry a:hover {
    color: #174677;
}

.size-medium-large img {
    max-width: 650px;
    width: 100%;
}

/* Button Code */
a.ui-button, a.wp-block-button__link, .entry a.moretag {
    background: var(--gl-button-bg);
    border-radius: 50px;
    color: var(--gl-button-color);
    display: inline-block;
    font-size: 1em;
    margin: 0 20px 30px 0;
    padding: 0.6em 1.2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

a.ui-button:hover, a.wp-block-button__link:hover, .entry a.moretag:hover {
    background: var(--gl-button-bg-hover);
    box-shadow: 0 0 12px 4px #0000004f;
    color: var(--gl-button-color-hover);
}

.search-submit {
    -webkit-appearance: none;
    background: var(--gl-button-bg);
    border: none;
    color: var(--gl-button-color);
    cursor: pointer;
    padding: 0 15px;
}

.search-submit:hover {
    background: var(--gl-button-bg-hover);
    color: var(--gl-button-color-hover);
}

.search-form {
    display: -webkit-box;
    display: flex;
    margin-bottom: 30px;
}

.search-field, .search-submit {
    height: 35px;
}

.search-field {
    border: 1px solid #666;
    border-radius: 0;
    padding-left: 5px;
}

.entry a.moretag {
    display: block;
    margin: 15px 0;
    padding: 0.6em;
    width: 150px;
}

/* Button Code End */
h2 a {
    text-decoration: none;
}

/* Alignment */
.alignleft {
    float: left;
    margin: 0 15px 8px 0;
}

.alignright {
    float: right;
    margin: 0 0 8px 15px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.embed-container {
    height: 0;
    margin: auto;
    margin-bottom: 20px;
    max-width: 80%;
    overflow: hidden;
    padding-bottom: 45.25%;
    position: relative;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.flex-wrapper, .flex-wrapper .wp-block-group__inner-container {
    -webkit-box-pack: justify;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.entry aside .wp-block-group__inner-container {
    display: block
}

.featured-img-post img {
    width: 100%;
}

.flex-wrapper .ui-button, .flex-wrapper .wp-block-button {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: flex !important;
    display: -webkit-box !important;
    justify-content: center;
    margin-bottom: 30px;
    margin-right: 0 !important;
    width: 260px;
}

.flex-wrapper .wp-block-button__link {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box !important;
    display: flex !important;
    height: 100%;
    justify-content: center;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    width: 100%;
}

.flex-item {
    margin-bottom: 30px;
    text-align: center;
}

#primary-sidebar h2 {
    border-bottom: 1px solid #2f7896;
    color: #2f7896;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#primary-sidebar ul {
    margin-bottom: 30px;
    padding-left: 0;
}

#primary-sidebar ul li {
    list-style: none;
}

#primary-sidebar ul li a {
    text-decoration: none;
}

hr {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    border: 0;
    height: 1px;
}

.menu-footer-menu-container {
    width: 100%;
}

.sb-link.current-page {
    color: var(--gl-button-bg-hover);
}

#menu-footer-menu {
    -webkit-box-pack: justify;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
}

#menu-footer-menu li {
    list-style: none;
}

.menu-level-1 {
    display: none
}

/* Dropdown Menus End */

.wp-block-group.has-background {
    padding: 2rem;
}

.footer-menu-link {
    padding: 1em;
}

/** Column Shadow Boxes **/
.wp-block-columns.box-columns {
    margin-bottom: 30px !important;
}

.box-columns .wp-block-column {
    background-color: #fbfbfb;
    border: 1.2px solid #e5e5e5;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .19);
    height: auto;
    min-height: 280px;
    padding: 20px 20px 0 20px;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.box-columns .wp-block-column:hover {
    /*box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .49);*/
}

/*** GUTTENBERG CALLOUT BOX GROUPS ***/
.box-outline {
    border: 1px solid var(--gl-button-bg);
    display: block;
    margin: 0 0 30px 0;
    padding: 30px 30px 0 30px;
}

.box-solid {
    background-color: var(--gl-button-bg);
    color: #fff !important;
    display: block;
    margin: 0 0 30px 0;
    padding: 30px 30px 0 30px;
}

.box-solid h2, .box-solid h3, .box-solid h4, .box-solid p, .box-solid a, .box-solid li, .box-solid figcaption, .box-solid blockquote, .box-solid cite {
    color: #fff !important;
}

.box-solid .ui-button, .box-solid .wp-block-button__link {
    background-color: #fff !important;
    color: var(--gl-button-bg) !important;
}

.box-solid .ui-button:hover, .box-solid .wp-block-button__link:hover {
    background: var(--gl-button-bg-hover) !important;
    color: var(--gl-button-color) !important;
}

/*** KADENCE OVERRIDES ***/

/*** BIO ROW HOVER REVERSE TO COLOR/BLACK WHITE ***/
.kt-info-animate-grayscale img, .kt-info-animate-grayscale-border-draw img {
    -webkit-filter: none !important;
    filter: none !important;
}

.kt-blocks-info-box-link-wrap:hover .kt-info-animate-grayscale img, .kt-blocks-info-box-link-wrap:hover .kt-info-animate-grayscale-border-draw img {
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}

.top-floating-button {
    background-color: var(--gl-button-bg);
    border: none;
    border-radius: 0;
    bottom: 20px;
    color: white;
    display: none;
    font-size: 15px;
    opacity: .7 !important;
    outline: none;
    padding: 10px;
    position: fixed;
    right: 20px;
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 999;
}

.top-floating-button:hover {
    background-color: var(--gl-button-bg-hover);
}

.tabs-content-2 {
    background-color: hsl(0deg 0% 90% / 73%);
}

/*** BLOG START ***/
.post-excerpt {
    box-shadow: 1px 1px 11px 0 rgb(68 68 70 / 17%);
    margin-bottom: 30px;
    padding: 20px;
}

.blog-entry-wrapper {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: flex;
    display: -webkit-box;
    justify-content: space-between;
}

.blog-entry-wrap {
    width: 65%;
}

.featured-img-post {
    -webkit-box-pack: center;
    display: flex;
    display: -webkit-box;
    justify-content: center;
    width: 30%;
}

.blog-logo {
    max-width: 270px;
    width: 100%;
}

h2.blog-title-excerpt {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 5px;
    margin-top: 0;
}

.blog-grid .blog-grid-wrapper {
    display: -ms-grid;
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    margin: 0 auto 3rem auto;
}

.blog-grid-wrapper .grid-excerpt {
    max-width: 550px;
}

a.grid-excerpt {
    background-color: var(--gl-button-bg);
    padding: 20px;
    position: relative;
    text-decoration: none;
}

a.grid-excerpt:hover {
    background-color: var(--gl-button-bg-hover);
}

p.blog-grid-meta {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.grid-excerpt img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.grid-excerpt img.post-logo, .grid-excerpt .post-logo img {
    -o-object-fit: contain;
    object-fit: contain;
}

h2.blog-grid-title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 0;
}

a.grid-excerpt * {
    color: var(--gl-button-color);
}

a.grid-excerpt:hover * {
    color: var(--gl-button-color-hover);
}

.nav-links {
    -webkit-box-pack: justify;
    display: flex;
    display: -webkit-box;
    justify-content: space-between;
}

.nav-link-buttons .nav-links {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nav-link-buttons .nav-links {
    -webkit-box-pack: center;
    justify-content: center;
}

.nav-link-buttons .nav-links > * {
    border-radius: 0;
    font-size: 1.2em;
    margin-right: 10px;
    margin-top: 1em;
    padding: 10px;
    text-align: center;
    width: 40px;
}

.nav-link-buttons .nav-links a {
    background: var(--gl-button-bg);
    color: var(--gl-button-color);
    text-decoration: none;
}

.nav-link-buttons .nav-links a:hover, .nav-link-buttons .nav-links .current {
    background: var(--gl-button-bg-hover);
    color: var(--gl-button-color-hover);
}

.wp-block-image.img-50 figure {
    width: 49% !important;
}

.services-single-image {
    border: 1px solid #c5c5c5;
    display: grid;
    grid-template-columns: 30% 70%;
    width: 100%;
}

.services-single-image .links {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 0;
}

.services-single-image .links a {
    align-items: center;
    border-bottom: 1px solid #c5c5c5;
    display: flex;
    flex: 1;
    margin: 0;
    text-align: left;
}

.services-single-image a svg {
    margin-left: 5px;
    transition: 0.2s ease-in-out transform;
}

.services-single-image a:hover svg {
    transform: translateX(10px);
}

.services-single-image .links a:last-child {
    border-bottom: none;
}

.services-single-image img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

/*** Search modal ***/

.search-button-modal {
    align-items: center;
    background: none;
    background: var(--gl-button-bg);
    border: 1px solid #666;
    border-radius: 50%;
    color: var(--gl-button-color);
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 0;
    transition: 0.1s;
    width: 40px;
}

.search-button-modal:hover {
    background: var(--gl-button-bg-hover);
    color: var(--gl-button-color-hover);
}

.search-button-modal svg {
    height: 15px;
    width: 15px;
}

.modal__overlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.modal__container {
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    max-height: 100vh;
    max-width: 500px;
    overflow-y: auto;
    padding: 30px;
    position: relative;
    width: 95%;
}

.modal__content button {
    display: block;
    padding: 5px 1em;
}

.modal__close {
    background: transparent;
    border: 0;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal__close:before {
    content: "\2715";
}

@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.modal__container .search-field {
    flex: 1;
}

/*** BLOG END ***/

/**** STYLE OVERRIDES ****/

/*** Home ***/

/*** Secondary Pages ***/

/*** Footer ***/

.contact-5050 {
    align-items: flex-start;
}

.footer-menu-small {
    display: flex;
    gap: 10px;
}

.bottom-footer-div.disclaimer p {
    font-size: 14px;
    margin-bottom: 10px;
}

.brand-2 {
    margin-bottom: 10px;
}

.background-video-2 {
    min-height: auto;
}

.article-overflow {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.blog {
    width: 100%;
}

a.team-member-link {
    line-height: 1.2;
    text-decoration: none;
}

a.team-member-link h4 {
    font-size: 24px;
    margin-bottom: 5px;
}

.team-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

a.team-member-link {
    width: 100%;
}

.team-member-link picture {
    display: block;
}

.entry .team-member-photo img {
    border-radius: 100%;
    height: 200px;
    margin-bottom: 20px;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    width: 200px;
}

.wp-50 {
    align-items: flex-start;
}

.wp-50.dark {
    align-items: flex-end;
    max-width: 100%;
}

.single-clinical-article .standard-inner-wrapper,
.page-template-page-zywie-difference .standard-inner-wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}

.single-clinical-article .breadcrumbs-inner a {
    color: #fff;
}

.single-article-max-width {
    display: flex;
    flex-direction: column;
    max-width: 680px;
}

.article-img-div {
    overflow: hidden;
    width: 30%;
}

.article-img-div img {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.clinical-article-container {
    --gap: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);

}

.clinical-article-container > a {
    flex: 0 0 calc((100% - var(--gap)) / 2);
    /* Formula: (100% / number_of_columns) - (total_gap_width / number_of_columns) */
    /* For 3 columns: (100% / 3) - (40px / 3) if gap is 20px (there are 2 gaps) */
    text-decoration: none;
}

.clinical-article-container > a:first-child {
    flex: 0 0 100%;
    width: 100%;
}

.clinical-article-container > a img {
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* Use translate3d/translateZ to trigger GPU acceleration */

}

.clinical-article-container > a:hover img {
    opacity: 0.9;
    transform: scale(1.1);
}

.clinical-article-container > a:hover * {
    color: #dddee0;
}

.clinical-article-container > a:not(.article-flex-horizontal) img {
    aspect-ratio: 16/9;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

a.article-flex-horizontal {
    width: 100%;
}

.article-50 {
    width: auto;
}

.alignfull .wp-block-kadence-column {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--gl-max-width);
    width: 90%;
}

.feature-div-whole {
    background: #e8e8e8
}

.feature-text-div {
    font-size: 1em;
}

.white-paper-wall .wp-50 > div {
    max-width: 680px;
    width: 100%;
}

@media (max-width: 1080px) {

    .wp-block-image.img-50 figure {
        width: 100% !important;
    }

    /** Center images to avoid narrow text wrap **/
    .alignleft, .alignright, .aligncenter, .wp-block-image .alignright, .wp-block-image .alignleft {
        display: block;
        float: none;
        margin: auto;
        margin-bottom: 20px;
        text-align: center;
    }

    figcaption {
        display: block !important;
    }

    .blog-entry-wrapper {
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .blog-entry-wrap, .featured-img-post {
        width: 100%;
    }

    .featured-img-post {
        margin-bottom: 0px;
        text-align: center;
    }

    .attachment-post-thumbnail {
        float: none;
    }

    .blog-entry-wrapper {
        -webkit-box-pack: center;
        justify-content: center;
    }

    .blog-title-excerpt, .blog-entry-wrap p {
        text-align: center;
    }

    .entry a.moretag {
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 991px) {

    .counter-top-items .heading {
        margin-bottom: 5px;
    }

    .chart-holder, .img-max {
        text-align: center;
        width: 100%;
    }

    .img-contain._48 {
        flex-direction: column;
    }

    .brand {
        max-width: 120px;
    }

    .w-icon-nav-menu:before {
        color: #fff;
    }

    .hero {
        margin-top: var(--gl-header-height);
    }

    .hero-top-content-div {
        padding-top: 20px;
    }

    .search-button-modal {
        margin-left: 10px;
        margin-top: 1em;
    }

    .modal__overlay {
        align-items: flex-start;
    }

    .modal__container {
        margin-top: 100px;
    }

    .services-single-image {
        display: flex;
        flex-direction: column-reverse;
    }

    .w--open .w-icon-nav-menu:before {
        content: "\e900";
    }

    aside {
        border-left: none;
        flex-basis: auto;
        padding: 1em 0;
        width: 100%;
    }

    .pillar-link-grid a {
        padding: 1.5em;
    }

    /* Blog Containers */
    .main-content {
        padding-right: 0;
        width: 100%;
    }

    .embed-container {
        max-width: 100%;
        padding-bottom: 56.25%;
    }

    /* Rollover LASIK Callouts */
    .colorbox {
        display: block;
        opacity: 1 !important;
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) !important;
        transform: translateX(0px) translateY(0px) translateZ(0px) !important;
        z-index: 99999999;
    }

    .project-name {
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) !important;
        transform: translateX(0px) translateY(0px) translateZ(0px) !important;
    }
}

@media (max-width: 800px) {
    /** Stack Gutenberg Columns & Media Text **/
    .wp-block-columns {
        display: block
    }

    .wp-block-column {
        margin-left: 0px;
        margin-right: 0;
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 0 !important;
    }

    .wp-block-media-text {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        display: -webkit-box !important;
        display: flex !important;
        flex-direction: column;
        margin-bottom: 0;
    }

    .wp-block-media-text__media img, .wp-block-media-text__media video {
        padding-bottom: 30px;
    }

    .wp-block-media-text .wp-block-media-text__content {
        padding: 0;
    }

    /* Column Shadow Boxes Mobile */
    .box-columns .wp-block-column {
        flex-basis: unset;
        margin-bottom: 20px;
        margin-left: 0;
        width: 100%;
    }

    .wp-block-columns.box-columns {
        flex-wrap: wrap;
    }

    .box-columns .wp-block-column:not(:first-child) {
        margin-left: 0;
    }

}

@media (max-width: 767px) {

    :root {
        --gl-header-height: 55px;
    }

    figure.alignleft, img.alignleft, figure.alignright, img.alignright {
        display: block !important;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .kt-sc-textcol {
        margin: 0 !important;
    }

    .kt-row-column-wrap {
        max-width: 100% !important;
    }

    .wp-block-buttons > .wp-block-button {
        width: 100%;
    }

    .blog-grid-wrapper .grid-excerpt {
        max-width: 100%;
    }

    .article-overflow::-webkit-scrollbar {
        height: 6px;
    }

    .article-overflow::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .article-overflow::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

    .article-overflow::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .article-overflow {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
        scrollbar-width: thin;
    }

    .article-overflow .blog {
        flex: 0 0 calc(100% - 10px);
    }

}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}

@media (max-width: 600px) {
    .hero-green-tint {
        background-color: #222;
    }

    .new-slide-in-hero-items {
        align-items: stretch;
        width: 100%;
    }
}

@media (max-width: 479px) {

    .footer-items h5 {
        padding-top: 10px
    }

    .slide-in-div {
        padding-top: 5px;
    }

    .hero {
        height: 497px;
    }

    a.ui-button, a.wp-block-button__link, .entry a.moretag {
        width: 100%;
    }

    .featured-img-post {
        float: none;
        margin: 0 0 30px 0;
        text-align: center;
    }

}

.related-page-section {
    background-color: var(--color-6);
    padding-bottom: 5%;
    padding-top: 5%;
    position: relative;
}

.related-page-div {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: left;
    width: 90%;
}

@media screen and (max-width: 991px) {

    .related-page-div {
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .related-page-div {
        flex-flow: column;
        margin-top: 30px;
        width: 75%;
    }
}

.sb-link.current-page {
    color: var(--gl-button-bg-hover);
}

.related-page-div ul {
    display: grid;
    font-size: 24px;
    gap: 30px;
    grid-template-columns:repeat(3, 1fr);
    list-style: none;
    max-width: 1000px;
    padding-left: 0;
    width: 100%;
}

h2.related-title {
    color: #dddee0;
    text-align: center;
}

.related-page-div ul a {
    color: #dddee0;
    display: block;
    transition: 0.5s;
}

.related-page-div ul li:hover a {
    color: #6b8b23;
    transform: translateX(15px);
}

@media (max-width: 991px) {
    .related-page-div ul {
        font-size: 16px;
        gap: 10px;
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 479px) {
    .related-page-div ul {
        font-size: 16px;
        gap: 10px;
        grid-template-columns:1fr;
        text-align: center;
    }
}

.breadcrumbs {
    display: block;
    padding: 1% 0;
}

.breadcrumbs-inner {
    color: #fff;
    margin: 0 auto;
    max-width: var(--gl-max-width);
    padding: 0;
    width: 90%;
}

/*! CSS Used from: https://zwyie-healthcare-makeover.local/wp-content/themes/glacial-theme/style.css ; media=all */
@media all {
    .ip-header {
        margin-top: var(--gl-header-height);
        padding: 110px 0;
    }

    .ip-header-container {
        margin: 0 auto;
        max-width: var(--gl-max-width);
        width: 90%;
    }

    .ip-header h1 {
        font-size: clamp(1.8rem, 0.0400rem + 5.8667vw, 4rem);
        line-height: 1.1;
        margin: 0;
    }

    @media (max-width: 479px) {
        .ip-header {
            margin-top: var(--gl-header-height);
            padding: 40px 0;
        }
    }
}

.modal__overlay {
    align-items: center;
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.modal__container {
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    max-height: 95vh;
    max-width: 1000px;
    overflow: scroll;
    overflow-y: auto;
    padding: 30px;
    position: relative;
    width: 95%;
}

.modal__content button {
    display: block;
    padding: 5px 1em;
}

.modal__close {
    background: 0 0;
    border: 0;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal__close:before {
    content: "\2715";
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0, .0, .2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
    will-change: transform;
}

.team-modal img {
    aspect-ratio: 3/4;
    object-fit: cover;
    width: 100%;
}

.team-modal {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}

.team-modal-header {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
}

.team-modal-image {
    width: 30%;
}

.team-modal-header > div:nth-child(2) {
    flex: 1;
    width: auto;
}

.team-modal-header h3 {
    margin-bottom: 5px;
}

.team-modal-header p {
    line-height: 1.3;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .team-modal-image {
        width: 40%;
    }

    .team-modal-header {
        gap: 10px;
    }

    .modal__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .modal__overlay {
        align-items: flex-start;
    }

    .modal__container {
        margin-top: 10px;
    }
}

/* Flashing Dot for Word Holder */
.feature-div-whole {
    align-items: center;
    /*display: flex !important;*/
    gap: 10px; /* Space between dot and text */
}

.flashing-dot {
    animation: flash 0.8s infinite alternate;
    background-color: var(--color-3); /* Adjust color as needed */
    border: 1px solid var(--color-3);
    border-radius: 50%;
    height: 15px;
    width: 15px;
}

@keyframes flash {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0.2;
        transform: scale(0.8);
    }
}

.circles-wrapper {
    display: flex;
    gap: 35px;
    justify-content: center;
    margin-bottom: 30px;
}

.circle-container {
    text-align: center;
}

.circle-label {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.circle {
    height: 100%;
    max-height: 200px;
    max-width: 200px;
    position: relative;
    width: 100%;
}

.circle svg {
    height: 100%;
    transform: rotate(-90deg);
    width: 100%;
}

.circle-bg {
    fill: none;
    stroke: #021314;
    stroke-width: 16;
}

.circle-progress {
    fill: none;
    stroke: #b0e629;
    stroke-dasharray: 565.48;
    stroke-dashoffset: 565.48;
    stroke-linecap: round;
    stroke-width: 16;
    transition: stroke-dashoffset 2s ease-out;
}

.circle-text {
    color: #333;
    font-size: clamp(20px, 4vw, 36px);
    font-weight: 700;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.footer-text {
    color: #666;
    font-size: 14px;
    font-style: italic;
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .circles-wrapper {
        flex-wrap: wrap;
        gap: 10px;
    }

    .circle {
        height: 150px;
        width: 150px;
    }

    .circle-label {
        font-size: 20px;
    }
}

@media (min-width: 1800px) {
    .hero-text-bold-line {
        font-size: clamp(80px, 4vw, 100px);
        line-height: 1.1;
    }

    .hero-sub {
        font-size: clamp(20px, 2vw, 50px);
    }

    body {
        font-size: 19px;
    }
}


