* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body img {
    display: none
}

body * img {
    display: block
}

html, body {
    font-family: "Roboto",Arial,sans-serif;
    font-size: 20px;
    font-weight: 500;
    height: auto;
    margin: 0;
    overflow-x: hidden;
    width: 100%
}
.skipNav {
    position: absolute;
    display: block;
    width: 10em;
    top: -20em;
    left: 50%;
    margin: 0 0 0 -5em;
    padding: .5em;
    font-size: 1em;
    line-height: 1.2em;
    color: #000;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid #000;
    z-index: -1
}

    .skipNav.back {
        position: fixed;
        top: auto;
        bottom: -200px
    }

    .skipNav:focus {
        top: 0;
        z-index: 9999
    }

    .skipNav.back:focus {
        z-index: 9999;
        top: auto;
        bottom: 0
    }

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
    width: 1px
}
p {
    font-family: 'Roboto',Tahoma,sans-serif;
    margin: 1em 0 0 0;
}
p a, .alert-link, li a {
     color: #11537f
}
.default-cta, .alert-cta {
    background: #D1008A;
    border: 2px solid #D1008A;
    border-radius: 5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    font-family: "Roboto Condensed", Impact, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.22em;
    padding: .6rem 1.6rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}
.default-cta.outlined {
    color: #d1008a;
    border-color: #d1008a;
    background: transparent;
}
.pink-bg .default-cta.outlined {
    color: #fff;
    border-color: #fff;
    background: transparent;
}
.default-cta.inverse-cta {
    background: #fff;
    border-color: #fff;
    color: #d1008a;
}
    .default-cta:hover, .nav-inner .default-cta:hover {
        outline: none;
        background: #fff;
        color: #D1008A;
        border: 2px solid #D1008A;
    }
        .default-cta.outlined:hover {
            background: #D1008A;
            color: #fff;
        }
                .pink-bg .default-cta.outlined:hover {
                    background: #fff;
                    color: #d1008a;
                }
                .default-cta.inverse-cta:hover {
                    background: transparent;
                    color: #fff;
                    border: 1px solid #fff;
                }

    .default-cta.outlined:hover {
        background: #D1008A;
        color: #fff;
    }

    .default-cta.inverse-cta:hover {
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
    }



.loadmore {
    text-align: center;
    cursor: pointer
}
.overflow-hidden{
    overflow:hidden;
}
.alert-cta {
    background: #000;
    border-color: #000;
    color: #fff;
    margin-top: 1rem
}
h2, .h2-style, p.h2-style {
    color: #0A0906;
    font-family: "Roboto Condensed", Impact, sans-serif;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.1em;
}
h2.small,
.h2-style.small,
p.h2-style.small {
    font-size: .7rem;
    line-height: 1.2em;
    margin: .4em 0 .9em 0;
    text-transform: uppercase;
}
h2.pink,
.h2-style.pink {
    color: #D1008A;
}
.logo-img {
    width: 100%;
}
.nav-search-img {
    max-width: 1.2rem;
}
.full-nav-wrap {
    display: block;
    position: fixed;
    top: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    z-index: 600
}
.fixed .full-nav-wrap {
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.25);

}
.logged-in .full-nav-wrap {
    top: 32px;
}
.full-nav-wrap .center {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 78.25rem;
    padding: 0 1rem;
    width: 100%
}
.subinner-back{
    display:none;
}
.full-nav-wrap .main-nav .center {
    align-items: center
}
.nav-upper {
    background: #F4F4F4;
    display: block;
    height: auto;
    padding: 0;
    width: 100%
}
.full-nav-wrap.fixed .nav-upper {
    display: block;
}

.nav-upper .center {
    max-width: 77.75rem
}

.alert-wrap {
    display: block;
    position: relative;
}

    .alert-wrap .alert-bar-text {
        color: #757575;
        font-family: "Roboto", Tahoma, sans-serif;
        font-size: 0.7rem;
        font-weight: 700;
        line-height: normal;
        margin: 0;
    }

        .alert-wrap .alert-bar-text a {
            align-items: center;
            color: #757575;
            display: inline-flex;
            font-weight: 700;
        }
        .alert-wrap .alert-bar-text a:after,
        .alert-wrap .alert-bar-text a::after{
            content: url(../../assets/images/icons/svg/expand_more.svg);
			display: inline-block;
			margin-left: 5px;
			vertical-align: middle;
        }
.alert-toggle {
    color: #595959;
    font-family: 'Montserrat';
    font-size: .8rem
}

.alert-inner {
    background: linear-gradient(270.02deg,#D9D9D9 10.94%,#F4F4F4 99.31%);
    box-shadow: 0 0 15px rgba(0,0,0,.25);
    display: none;
    left: 0;
    max-height: 100vh;
    overflow: scroll;
    padding: 3.4rem 0 8rem 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 50
}

.close-alert {
    height: 1.75rem;
    padding: .25rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 1.75rem;
    z-index: 50
}

    .close-alert img {
        bottom: 0;
        display: block;
        height: 1.25rem;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 1.25rem
    }

.secondary-nav .nav-link, .secondary-nav .nav-link.parent {
    color: #0A0906;
    font-family: "Roboto Condensed", Impact, sans-serif;
    font-size: .7rem;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0;
    position: relative;
}

.alert-content {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    margin: 0 auto;
    max-width: 78rem;
    padding: 0 1rem
}

.alert-block {
    flex: 1 1 48%;
    width: 48%
}

.alert-header {
    font-family: "Montserrat",Arial,sans-serif;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.1em;
    margin-top: 0;
    position: fixed
}

.alert-body, .alert-body p {
    color: #757575;
    font-family: "Arimo",Arial,sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 2em
}

.alert-body p:first-child {
	margin-top: 0
}

#map {
	height: 100%;
	bottom: 0;
    margin: auto;
    min-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50vw;
}

@media screen and (max-width: 1200px) {
.map-section .section-map-block #map {
    left: 0;
    margin: auto;
    right: 0;
    width: 100vw;
}
}

.secondary-nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 2.5rem;
    padding: 0 0 0 1.5em;
    position: relative;
}

    .secondary-nav .nav-item {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        width: 43%
    }

    .secondary-nav .nav-link, .secondary-nav .nav-link.parent {
        line-height: 1.2em;
        text-decoration: none
    }

        .secondary-nav .nav-link.parent:hover, .secondary-nav .nav-item:hover .nav-link.parent {
            color: #000;
            font-weight: 700
        }

    .secondary-nav .menu-item-has-children .nav-link::after, .secondary-nav .menu-item-has-children .nav-link:after {
        background: url(https://dauenhauerplumbing.com/wp-content/themes/dauenhauer-wp-theme/assets/images/down-arrow.png) no-repeat center;
        background-size: 100% auto;
        content: '';
        display: block;
        height: .55rem;
        margin: auto;
        position: absolute;
        right: 0;
        top: 1.3rem;
        width: .7rem
    }

    /* .secondary-nav .menu-item-has-children.nav-item:nth-child(2) .nav-link::after, .secondary-nav .menu-item-has-children.nav-item:nth-child(2) .nav-link:after {
        right: .8rem
    } */

.main-nav {
    background: #fff;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    display: block;
    padding: 0;
    position: relative;
    transition: all .2s ease;
    z-index: 20
}

.full-nav-wrap.fixed .main-nav {
    box-shadow: 0 10px 15px rgba(0,0,0,.25);
    padding: 0
}

.nav-inner {
    display: flex;
}

    .nav-inner.left {
        align-items: center;
        flex-direction: row;
    }

    .nav-inner.right {
        flex-direction: column;
        gap: 0.8rem;
    }

    .nav-inner.left {
        gap: 2.4rem;
        width: 60.87%;
    }
    .alternate-nav-active .nav-inner.left {
        gap: 1rem;
    }
    .nav-inner.right {
        width: 28.4%
    }

.nav-right-top-wrap {
    align-items: center;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between;*/
    justify-content: flex-end;
}
.nav-right-top-wrap.alternate-nav-ctas,
.alternate-nav-active .nav-right-top-wrap {
    display: none;
}
.alternate-nav-active .nav-right-top-wrap.alternate-nav-ctas {
    align-items: flex-end;
    display: flex;
    gap: .6rem;
}
.main-logo {
    display: block;
    height: 3.7rem;
    position: relative;
    width: 7.55rem;
    min-width: 7.55rem;
}

    .main-logo img {
        display: block;
        height: auto;
        left: 0;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }

.nav-link-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    /* gap: 1.2rem; */
    gap: 0;
}

.nav-inner.left .nav-item {
    cursor: pointer;
    display: block;
    padding: 0 .8rem;
    position: relative;
    white-space: nowrap;
}

    
.nav-search-icon-wrap span {
    color: #757575;
    font-size: 1.5rem;
    line-height: 1.2em;
}

.nav-inner.left .nav-item::after, .nav-inner.left .nav-item:after {
    background: #E3027F;
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 0
}

.nav-link-wrap .nav-item:hover::after, 
.nav-link-wrap .nav-item:hover:after,
.nav-link-wrap .nav-item:focus::after,
.nav-link-wrap .nav-item:focus:after {
    width: 100%
}

.nav-inner.left .nav-link {
    color: #221F1F;
    display: block;
    font-family: "Roboto Condensed", Impact, sans-serif;
    
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2em;
    height: 100%;
    padding: 2.6em 0;
    position: relative;
    text-decoration: none
}

.emergency-info-block {
    color: #000;
    displaY: flex;
    flex-direction: column;
    /*    padding: 0 0 0 3.3rem;*/
    justify-content: center;
    position: relative
}

    .emergency-info-block img {
        bottom: 0;
        color: #000;
        height: 2.5rem;
        left: 0;
        margin: auto;
        position: absolute;
        top: 0;
        width: 2.5rem
    }

    .emergency-info-block .link-with-title {
        color: #000;
        font-family: "Roboto Condensed", Impact, sans-serif;
        font-size: .9rem;
        font-weight: 700;
        padding-right: 1.2rem;
        text-decoration: none;
        text-align: center;
    }

        .emergency-info-block .link-with-title .link-title,
        .link-with-title .link-title {
            color: #D1008A;
            display: block;
            font-size: .6rem;
            font-weight: 500;
            position: relative;
        }
.alternate-nav-ctas .link-with-title .link-title {
    display: block;
    margin-bottom: .2rem;
    text-align: center;
}
        .emergency-info-block .link-with-title .link-sub-title {
            color: #221F1F;
            display: block;
            font-size: 1.2rem;
            font-weight: 600;
            position: relative;
            white-space: nowrap;
        }

.review-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
    transition: all .2s ease;
}
.fixed .review-wrapper {
    display: none;
}
    .review-wrapper p {
        color: #221F1F;
        font-size: .6rem;
        font-family: "Roboto Condensed", Impact, sans-serif;
        font-weight: 400;
        line-height: 1.2em;
        margin-top: 0;
    }

    .review-wrapper .review-star-icon {
        color: #FFB800;
        font-size: 0.8rem;
    }


.nav-item.menu-item .nav-search-icon-wrap {
    border: none;
}
.mobile-nav-toggle, .mobile-only {
    display: none
}
.default-cta.mobile-only{
    display:none;
}
.nav-inner .nav-item.mobile-only.nav-alt-button,
.nav-inner .nav-item.mobile-only {
    display: none;
}
.nav-inner .default-cta {
    margin-right: 0;
    padding: 0.6rem 1.6rem;
}
.nav-inner .default-cta.with-icon {
    padding-left: 2.4rem;
}
.nav-inner .default-cta.with-icon.with-phone-text {
    padding: .6rem 1.2rem .6rem 2.4rem;
}
.nav-inner .default-cta.with-icon::before, 
.nav-inner .default-cta.with-icon:before {
    left: 14%;
}
.nav-inner .default-cta.with-icon.with-phone-text::before, 
.nav-inner .default-cta.with-icon.with-phone-text:before {
    left: 10%;
}
.nav-inner .alternate-nav-ctas .default-cta.outline-cta {
    background: #fff;
    color: #201e1e;
    border-color: #cfcfcf;
}
.nav-inner .alternate-nav-ctas .default-cta.outline-cta:hover {
    background: #fff;
    border-color: #d1008a;
    color: #d1008a;
}
.subnav.sub-menu {
    background: linear-gradient(273.34deg,#E2E2E2 -.29%,#FBFBFB 80.39%);
    box-shadow: 0 10px 15px rgba(0,0,0,.25);
    display: none;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: auto;
    width: 100vw;
    z-index: 1
}
/* .subnav.sub-menu.two-column-width {
    width: 65.4rem;
} */
.two-column-width .subnav-link-wrap {
    padding: 3rem 1rem 2rem;
}
.secondary-nav .nav-item.menu-item .nav-link {
    padding: 0.831rem .9rem;
    white-space: nowrap;
}
.secondary-nav .nav-item.menu-item .nav-link:after,
.secondary-nav .nav-item.menu-item .nav-link::after{
    content: "";
    background: #CECECE;
    height: 0.8rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px; 
}
.secondary-nav .nav-item.menu-item .nav-search-icon-wrap {
    padding-right: 0;
}
.secondary-nav .nav-item.menu-item .nav-search-icon-wrap:after,
.secondary-nav .nav-item.menu-item .nav-search-icon-wrap::after{
    display:none;
}
.secondary-nav .subnav.sub-menu {
    background: #F4F4F4;
    border-radius: 1.25rem;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
    display: none;
    flex-direction: column;
    left: -5rem;
    margin: auto;
    max-width: 19.1rem;
    padding: 2rem 2.5rem;
    position: absolute;
    right: -5rem;
    top: 100%;
    z-index: 50
}
.secondary-nav .nav-item.menu-item:hover .subnav.sub-menu {
    display: block;
}
.secondary-nav .nav-item.menu-item:hover .nav-link {
    font-weight:700;
}
.secondary-nav .menu-item-has-children:hover .subnav.sub-menu {
    display: block
}
.nav-link-wrap .nav-item.has-dropdown:hover .subnav.sub-menu,
.nav-link-wrap .nav-item.has-dropdown:focus .subnav.sub-menu,
.nav-link-wrap .nav-item.has-dropdown .nav-link:focus + .subnav.sub-menu {
    display: block;
}
.subnav-link-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 78rem;
    position: relative;
    padding: 4rem 1rem 4rem;
}
.subnav-link-wrap .sub-menu-item-wrap {
    display: block;
    padding: 0 0 2.8rem 0;
}
.secondary-nav .subnav.sub-menu .subnav-link-wrap {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: .75rem;
    padding: 0
}
.secondary-nav .subnav.sub-menu .subnav-link-wrap .subnav-link{
    color:#595959;
    font-size:1rem;
    font-weight:500;
}
.secondary-nav .subnav.sub-menu .subnav-link-wrap .subnav-link:hover{
    padding-left:1rem;
    padding-right: 0;
}
.subnav-link-wrap .three-column-nav-side-layout {
    /* min-width: 26.6rem; */
}
.subnav-link-wrap .three-column-nav-mid-layout {
    /* min-width: 22.6rem; */
    flex: 1 0 22%;
}
.subnav-link-wrap .three-column-spacing {
    /* padding: 0 0 0 4.8rem; */
    padding: 0 2rem;
}
.multi-column-links .subnav-link-wrap .three-column-spacing:first-child {
    column-count: 2;
}
.subnav-link-wrap .three-column-spacing:first-child {
    padding-left: 0;
}
.subnav-link-wrap .two-column-nav-left-layout {
    min-width: 18.75rem;
}
.subnav-link-wrap .two-column-nav-right-layout {
    min-width: 28rem;
    padding: 0 0 0 4.8rem;
}
.subnav-link-wrap:first-of-type .menu-item {
    border-right: 1px solid rgba(89,89,89,.1)
}
.secondary-nav .subnav-link-wrap:first-of-type .menu-item {
    border-right: none
}
.secondary-nav .subnav-link-wrap:first-of-type .menu-item {
    padding:0;
}
.secondary-nav .subnav-link-wrap .sub-menu-item-wrap {
    display: block;
    padding: 0;
}
.subnav-link-wrap:first-of-type .menu-item:last-child {
    border-right: none
}
.display-flex {
    display: flex;
}
.secondary-nav-menus.mobile-only.display-flex {
    display: none;
}
.subnav.sub-menu .subnav.sub-menu {
    background: none;
    box-shadow: none;
    position: relative;
    top: auto;
    width: auto
}
.subnav.sub-menu .subnav-view-all-wrap {
    display: block;
    position: relative;
    padding: 1.2rem 0 0 0;
}
.subnav.sub-menu .subnav-view-all-wrap .subnav-view-all-link {
    align-items: center;
    color: #E3027F;
    display: flex;
    font-family: "Roboto Condensed", Impact, sans-serif;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.66em;
    padding: 0 1rem 0 0;
    text-decoration: none;
    transition: all .2s ease;
}
.subnav.sub-menu .subnav-view-all-wrap .subnav-view-all-link:hover {
    padding: 0 0 0 1rem;
}
.subnav.sub-menu .subnav-view-all-wrap .subnav-view-all-link span {
    font-size: 1.6rem;
    line-height: inherit;
}
.subnav.sub-menu .subnav-back, .subnav.sub-menu .main-navigation-menu-close {
    display: none;
}
.subnav-link-wrap:first-of-type .subnav-link-wrap .menu-item {
    border-right: 0;
    width: fit-content;
}
.subnav.sub-menu .subnav.sub-menu .subnav-link-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
    padding: 0;
    flex-wrap: wrap;
    max-height: 30vh;
}
.subnav.sub-menu .subnav-link-wrap .subnav-link {
    color: #000;
    display: block;
    font-family: "Roboto Condensed", Impact, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.66em;
    padding-bottom: .2em;
    padding-right: 1em;
    text-decoration: none;
    transition: all .2s ease
}
.subnav.sub-menu .subnav-link-wrap .subnav-sub-link {
    color: #595959;
    font-size: .9rem;
    font-weight: 500;
    text-transform: none;
    white-space: nowrap;
}
.subnav.sub-menu .subnav-link-wrap .subnav-sub-link {
    color: #595959;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Roboto Condensed", Impact, sans-serif;
    padding: .25em 1em .25em 0;
    position: relative;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.subnav.sub-menu .subnav-link-wrap .subnav-sub-link:hover{
    padding-left: 1em;
    padding-right: 0;
}
.two-column-nav-right-layout .subnav.sub-menu .subnav-link-wrap .subnav-sub-link,
.three-column-nav-side-layout.three-column-spacing .subnav.sub-menu .subnav-link-wrap .subnav-sub-link {
    max-width: 30rem;
    line-height: 1.7em;
    white-space: normal;
}
/* FOOTER */
.footer-wrap {
    background: #161616;
    padding: 6rem 0 0 0;
    position: relative;
    z-index: 10;
}
.footer-wrap .center {
    display: block;
    margin: 0 auto;
    max-width: 77.5rem;
    padding: 0 1rem;
    position: relative;
}
.footer-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.footer-main {
    padding: 0 0 6.4rem 0
}

.footer-identity {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    justify-content: flex-start;
    width: 10.35rem
}

.footer-logo {
    display: block;
    height: 7.2rem;
    margin: 0 auto;
    position: relative;
    width: 10.3rem
}

    .footer-logo img {
        display: block;
        height: auto;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }

.social-links-wrap {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 1.1em;
    justify-content: center;
    margin: .5em 0 1em 0
}

.social-link {
    background: #D1008A;
    border: 2px solid #D1008A;
    border-radius: 50%;
    display: block;
    height: 1.8rem;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 1.8rem
}

    .social-link .icon {
        bottom: 0;
        display: block;
        height: .85rem;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: .85rem
    }

    .social-link.fb .icon {
        background: url(../images/facebook.png) no-repeat center;
        background-size: auto 100%;
    }

    .social-link.tw .icon {
        background: url(../images/twitter-x.png) no-repeat center;
        background-size: 100% auto;
    }

    .social-link.yt .icon {
        background: url(../images/youtube.png) no-repeat center;
        background-size: 100% auto;
    }

    .social-link.ins .icon {
        background: url(../images/instagram.png) no-repeat center;
        background-size: auto 100%;
    }
                .social-link.em .icon {
                    background: url(../images/email.png) no-repeat center;
                    background-size: 100% auto;
                }
    .social-link.prnt .icon {
        background: url(../images/print.png) no-repeat center;
        background-size: auto 100%;
    }
    .social-link:hover {
        background: transparent;
        border-color: #fff;
    }

.footer-cta-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    padding: 0;
    position: relative;
    width: 100%
}

.footer-wrap .default-cta {
    border: 3px solid #D1008A;
    margin-top: 1rem;
    padding: .68em 0;
    width: 100%
}
.footer-wrap .default-cta:hover {
    border-width: 3px;
    padding: .68em 0;
}

.footer-wrap .phone-link {
    color: #fff;
    font-family: "Roboto Condensed", Impact, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1em;
    text-decoration: none;
}

.footer-wrap .default-cta:hover, .default-cta.white:hover {
    background: transparent;
    color: #fff
}

.footer-wrap .default-cta.alt-cta:hover {
    background: #fff;
    color: #000
}

.footer-link-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 6.5rem;
    max-width: 53.6rem;
    padding: .85rem 0 0 0;
    width: 100%
}

.footer-link-block {
    display: flex;
    flex-direction: column;
}

.footer-link-column {
    display: flex;
    flex: row wrap;
    gap: 5.8rem;
    justify-content: flex-start;
    flex-basis: 40%
}

    .footer-link-column ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        list-style-type: none;
        margin: 0;
        padding: 0
    }

        .footer-link-column ul li {
            display: block;
            padding: .65em 0 .3em 0;
            position: relative
        }


.column-header, .footer-link {
    color: #fff;
    font-family: "Roboto Condensed", Impact, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2em;
    margin-top: 0;
    padding: .3em 0;
    text-decoration: none
}

.column-header {
    width: 100%;
}

.footer-link, .footer-link-column ul li a, .location-link, .location-phone {
    color: #bababa;
    font-family: "Roboto Condensed", Impact, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    padding: .1em 0 .5em 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration:none;
}

    .footer-link:hover {
        color: #fff;
    }

.location-link {
    line-height: 2em
}

.location-name {
    color: #bababa;
    font-family: "Roboto Condensed", Impact, sans-serif;

    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

.location-link, .location-phone {
    font-size: 1rem;
    line-height: 1.6em;
    padding: .4rem 0 0 0;
}
.location-link:hover,
.location-phone:hover {
    color: #fff;
}
.location-phone {
    padding-top: 0;
    text-decoration: none;
}


.footer-link-column.locations {
    flex-basis: 48%;
}

    .footer-link-column.locations .footer-link-block {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0 4.5rem;
        justify-content: space-between;
        width: 100%;
    }

.location-block {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 1 22%;
    margin: .05rem 0 1.4rem 0;
}

    .location-block:nth-child(odd) {
        padding-left: .5rem;
    }

.footer-lower {
    background: #000;
    padding: .5rem 0 .5rem 0
}

    .footer-lower .footer-inner {
        align-items: center;
        justify-content: space-between
    }

.footer-inner .footer-lower-block {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: .5rem;
}

.footer-copy {
    color: #bababa;
    font-family: "Roboto Condensed", Impact, sans-serif;
    font-size: .7rem;
    font-weight: 400;
    line-height: 1.2em
}

    .footer-copy a {
        color: #bababa;
        text-decoration: none;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease
    }

        .footer-link-column ul li a:hover, .footer-copy a:hover {
            color: #fff
        }


/*RESOURCE PAGE*/
.resource-page-title-wrapper {
    display: block;
    padding: 7.85rem 0 5rem 0;
    position: relative;
    width: 100%;
}

.resource-page-title-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 3.2rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 78.25rem;
    padding: 0 1rem;
    position: relative;
    width: 100%;
}

.resource-page-title-wrap {
    display: inline-block;
    width: 53%;
}
.breadcrumbs{
    margin:0;
}
.breadcrumbs a {
    color: #D1008A;
    text-align: center;
    font-family: Roboto;
    font-size: .7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.7px;
    padding: 0 0 0.4rem 0;
    text-transform: uppercase;
    text-decoration: none;
}
.breadcrumbs a:hover{
    text-decoration:underline;
}

.h1-title {
    color: #201E1E;
    font-family: Roboto Condensed;
    font-size: 3.6rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1.16em;
    margin: 0;
    padding:.4rem 0;
    position: relative;
}

p,
.description-text {
    color: #757575;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0;
    padding: .4rem 0;
    position: relative;
}

.breadcrumbs-pipe {
    color: #757575;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8em;
    position: relative;
}

.resources-wrapper {
    display: block;
    padding: 0 0 5rem 0;
    position: relative;
    width: 100%;
}

.resources-inner-wrap {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem;
    margin: 0 auto;
    max-width: 78.25rem;
    padding: 0 1rem;
    position: relative;
    width: 100%;
}

.resource-box-wrapper {
    flex-basis: calc(33.33% - 2.15rem);
    text-decoration: none;
}

.resource-img-wrap {
    background-color: #d9d9d9;
    border: none;
    border-radius: .8rem;
    display: block;
    overflow: hidden;
    padding: 69.015% 0 0 0;
    position: relative;
    width: 100%;
}

    .resource-img-wrap img {
        bottom: 0;
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

.resource-video .resource-img-wrap:after,
.resource-video .resource-img-wrap::after {
    content: url(../../assets/images/icons/svg/play_arrow.svg);
	display: inline-block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.resource-content-wrap {
    display: block;
    padding: 2rem 0;
    position: relative;
}

.filter-dropdown-wrap {
    align-self: end;
    margin-bottom: .9rem;
    max-width: 21rem;
    width: 100%;
}

.filter-dropdown .nice-select {
    border: solid 1px #AAAAAA;
    border-radius: .4rem;
    height: 72px;
    font-family: Roboto Condensed;
    line-height: 72px;
    padding: 0 1.25rem
}
 .filter-dropdown .nice-select,
 .filter-dropdown .nice-select .list {
     width: calc(100% + 2px);
}
 .filter-dropdown .nice-select .list{
    border: solid 1px #AAAAAA;
    border-top:none;
    border-radius:0 0 .4rem .4rem;
    box-shadow: 0 .1rem .4rem 0 rgba(0, 0, 0, 0.08);
    left: -1px;
    margin-top:0;
    max-height: 15rem;
    overflow-y: auto;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border: solid 1px #AAAAAA;
}
.nice-select.open {
    border-radius: .4rem .4rem 0 0;
}
.filter-dropdown .nice-select:after,
.filter-dropdown .nice-select::after {
    content: url(../../assets/images/icons/svg/expand_more_filter.svg);
    display: inline-block;
    position: absolute;
    right: .7rem;
    transform: translateY(-25%) rotate(0deg);
    transform-origin: center center; /* Added transform-origin for rotation pivot */
    width: auto;
	height: auto;
    border: 0;
    transition: transform 0.3s ease; /* Added transition for smooth animation */
}

.filter-dropdown .nice-select.open:after,
.filter-dropdown .nice-select.open::after {
    transform: translateY(-60%) rotate(-180deg);
}

.nice-select .current {
    font-size: 1.2rem;
    font-weight: 700;
}
.filter-dropdown .nice-select .list::-webkit-scrollbar {
    display: none;
}
.filter-dropdown .nice-select .list {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.filter-dropdown .nice-select .option {
    font-size: 1rem;
    line-height: 48px;
    min-height: 48px;
    padding: 0 1.25rem;
}
.resource-content-date {
    color: #757575;
    display: block;
    font-family: Roboto;
    font-size: .7rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.7px;
    margin: 0;
    padding: .3rem 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.resource-content-title {
    color: #0A0906;
    display: block;
    font-family: "Roboto Condensed";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.14em;
    margin: 0;
    padding: .3rem 0;
    position: relative;
    text-decoration: none;
}
.resource-content-description {
    color: #757575;
    display: block;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    padding: .3rem 0;
    position: relative;
    text-decoration: none;
}
.load-more-wrap {
    display: block;
    margin: 0 auto;
    max-width: 78.25rem;
    padding: 2rem 1rem;
    position: relative;
}
/*SEARCH PAGE*/
.search-outer-wrapper {
    background: linear-gradient(342deg, #D1008A -0.69%, #E64097 100%);
    display: none;
    position: fixed;
    top: 8rem;
    width: 100%;
    z-index: 10;
}
.search-outer-wrapper.search-open{
    display:block;
}
.search-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    margin: auto;
    max-width: 78.25rem;
    padding: 3.8rem 1rem 7.5rem 1rem;
    position: relative;
}
.search-close-wrap {
    align-items: end;
    display: flex;
    justify-content: end;
    position: relative;
    width: 100%;
}
.search-close-wrap span{
    color:#fff;
    font-size:3rem;
    font-weight: 200;
}
.search-close-wrap span img {
    filter: invert(1);
}
.searchbar-wrap {
    display: block;
    max-width: 33rem;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.search-input {
    background-color: #fff;
    border: none;
    border-radius: 3rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    color:#757575;
    display: block;
    font-family: "Roboto Condensed", Impact, sans-serif;
    font-size: .9rem;
    line-height: 1em;
    padding: 1.25rem 1.5rem;
    position: relative;
    width: 100%;
}
.search-input::-webkit-input-placeholder { 
   color:#757575;
}
.search-input:-ms-input-placeholder {
   color:#757575;
}
.search-input::placeholder {
    color:#757575;
}
.search-input:focus{
    outline:none;
}
.default-cta.search-cta {
    cursor: pointer;
    padding: 0.541rem 1.2rem;
    position: absolute;
    right: .5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-page-outer-wrapper {
    background: linear-gradient(342deg, #D1008A -0.69%, #E64097 100%);
    display: block;
    position: relative;
    width: 100%;
}
.search-page-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    justify-content: center;
    margin: auto;
    max-width: 78.25rem;
    padding: 8.7rem 1rem 7.5rem 1rem;
    position: relative;
}
.h1-title {
    color: #201E1E;
    font-family: Roboto Condensed;
    font-size: 3.6rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1.16em;
    margin: 0;
    padding: .4rem 0;
    position: relative;
}
.search-page-outer-wrapper .h1-title {
    color:#fff;
}
div#___gcse_0 {
    max-width: 40rem;
    width: 100%;
}
.gsib_a {
    padding: 0;
}
.gsc-input-box {
    background: none !important;
    border: none !important;
}
input.gsc-input {
    background: #fff;
    border-radius: 1.25rem;
    padding: 1rem !important;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25) !important;
}
.gsc-search-button-v2 {
    border-color: #fff !important;
    background: #db1d90 !important;
    border-radius: 50% !important;
    padding: 1rem !important;
}
.gsc-search-button-v2 svg {
    width: 20px !important;
    height: 20px !important;
}
.gsc-control-cse {
    max-width: 50rem;
    margin: 0 auto;
}
.styleable-title,
.gs-result .gs-title *,
.gsc-cursor-page,
.gs-spelling a,
.styleable-title {
    color: #0A0906 !important;
    font-weight: bold !important;
}
.gs-promotion .gs-visibleUrl,
.gs-webResult .gs-visibleUrl,
.styleable-visurl {
    color: #db1d90 !important;
}
.gs-webResult .gs-snippet,
.gs-fileFormatType,
.styleable-description {
    color: #757575 !important;
}
/*ALERTS*/
.alert-collapsible-wrapper {
    background-color: #EFEFEF;
    display: none;
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.alert-collapsible-wrapper.alert-open{
    display:block;
}
.alert-collapsible-inner {
    display: flex;
    gap: 4rem;
    margin: 0 auto;
    max-width: 72.4rem;
    padding: 3rem 1rem;
    position: relative;
}
.alert-collapsible-close {
    align-items: center;
    display: flex;
    height: 1.6rem;
    position: absolute;
    right: -2rem;
    text-decoration: none;
    vertical-align: middle;
    width: 1.6rem;
}
.alert-collapsible-close span{
    color: #000000;
    font-size:1.5rem;
}
.alert-content-heading-wrap {
    display: inline-block;
    width: 49.8%;
}
.alert-content-description-wrap {
    display: inline-block;
    width: 46%;
}
.alert-content-heading {
    color: #000;
    font-family: Roboto Condensed;
    font-size: 2.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.11em;
}
.alert-content-description {
    color: #757575;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8em;
    padding: 0 0 1rem 0;
}
.alert-collapsible-inner .default-cta{
    margin-top:1rem;
}
/* DEFAULT STYLES */
#content {
    padding-top: 6.85rem;
}
.center {
    display: block;
    margin: 0 auto;
    max-width: 78rem;
    padding: 0 1rem;
    position: relative;
    width: 100%;
}
/*COOKIES*/
.cookies-wrap {
    background-color: #d60e8d;
    border-radius: 1.25rem;
    border: 1px solid #fff;
    bottom: 1.2rem;
    display: block;
    left: 1.25rem;
    padding: 1.25rem 1.1rem;
    position: fixed;
    width: 17.35rem;
    z-index: 1000;
}
.cookies-description {
    color: #fff;
    display: block;
    font-family: Roboto Condensed, Tahoma, sans-serif;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.6em;
    padding: 0;
    position: relative;
}
.cookies-arrow {
    color: #ffffff;
    font-size: 1.2rem;
    position: relative;
}
.cookies-learn-more {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: Roboto Condensed, Tahoma, sans-serif;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1.6em;
    padding: 0.4rem 0 1.5rem 0;
    text-decoration: none;
    
}
.cookies-btn {
    background-color: #ffffff;
    border-radius: 3rem;
    color: #dc2091;
    display: block;
    font-family: Roboto Condensed, Tahoma, sans-serif;
    font-size: .8rem;
    font-weight: 700;
    position: relative;
    padding: 0.45rem 1rem;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}
/*MEDIA QUERY*/
@media screen and (max-width: 1500px),print {
    /*NAVIGATION*/
    .full-nav-wrap .center {
        max-width: 62.4rem;
    }
    .nav-inner.left {
        justify-content: flex-start;
    }
    .main-logo {
        height: 3.2rem;
        width: 7rem
    }
    .search-outer-wrapper {
        top: 6rem;
    }
    .subnav-link-wrap,
        .two-column-width .subnav-link-wrap {
        padding: 2rem 7rem
    }
        .subnav-link-wrap .sub-menu-item-wrap {
            padding: 0 0 1rem 0;
        }
                .subnav.sub-menu .subnav-view-all-wrap {
                    padding: .6rem 0 0 0;
                }
    .subnav-link-wrap .three-column-nav-side-layout {
        /* min-width: 25rem; */
    }

        .subnav-link-wrap .three-column-nav-mid-layout {
            flex: 1 1 22%;
        }
.subnav.sub-menu .subnav-link-wrap .subnav-sub-link {
    font-size: .9rem;
}
        .subnav-link-wrap .three-column-spacing {
            /* padding: 0 0 0 3.5rem; */
            padding: 0 1rem;
        }

    .subnav.sub-menu .subnav-link-wrap a {
        font-size: .85rem
    }
.secondary-nav .subnav.sub-menu .subnav-link-wrap .subnav-link, 
    .subnav.sub-menu .subnav.sub-menu .subnav-link-wrap a {
        font-size: .8rem
    }
.subnav.sub-menu .subnav-link-wrap .subnav-link {
    font-size: 1.1rem;
    line-height: 1.3em;
    padding-bottom: 0;
}
    .nav-link-wrap {
        width: 68%
    }

    .nav-inner.left .nav-link {
        font-size: .8rem
    }

    .nav-inner .default-cta {
        font-size: .8rem;
        white-space: nowrap;
    }

    .standard-content .wp-block-pullquote p {
        font-size: 2.25rem
    }

    .secondary-nav .subnav.sub-menu {
        left: auto;
        padding: 1.5rem 1.8rem;
        max-width: 14rem;
        right: -1rem
    }

    .emergency-info-block {
        padding: 0 0 0 2.6rem
    }

        .emergency-info-block img {
            height: 2rem;
            width: 2rem
        }

        .emergency-info-block .link-with-title {
            font-size: .8rem
        }

    .alert-inner {
        padding: 3rem 2rem 6rem 2rem
    }

    .alert-content {
        max-width: 62.4rem
    }

    .close-alert {
        right: 2rem;
        top: 1rem
    }

    .alert-header {
        font-size: 2.2rem
    }
    /*FOOTER*/
    .footer-wrap {
        padding: 5.2rem 0 0 0
    }
    .footer-wrap .center {
        max-width: 62rem;
    }
    .footer-identity {
        width: 14rem
    }
    .footer-logo {
        height: 10rem;
        margin: 0 auto;
        width: 100%
    }
    .footer-link-wrapper {
        max-width: 72%;
        gap: 4rem;
    }
    .social-links-wrap {
        gap: .8em;
    }
    .footer-link-row {
        gap: 4.88rem
    }
    .footer-link-column {
        gap: 1.8rem;
        flex-direction: row;
        flex-basis: 100%;
        justify-content: space-between;
    }
    .footer-link-block {
        flex-basis: 44%;
    }
    .footer-link,
    .footer-link-column ul li a,
    .location-link,
    .location-phone {
        font-size: 1rem;
    }
    .footer-link-column.locations {
        flex-basis: 60%;
    }
    .footer-link-column.locations .footer-link-block {
        gap: 0;
        flex-basis: 100%;
    }
    .location-block:nth-child(odd) {
        padding-left: 0;
    }
    .location-block {
        flex: 1 1 52%;
        margin-bottom: 2rem;
    }
    .location-name {
        font-size: 1rem;
        
    }
    .location-link,
    .location-phone {
        font-size: 1rem;
        line-height: 1.5em;
    }
    /*RESOURCES*/
    .resource-page-title-wrapper {
        padding: 7rem 0 5rem 0;
    }
    /*ALERTS*/
    .alert-collapsible-inner {
        gap: 2rem;
        max-width: 60rem;
    }
    .alert-content-description-wrap{
        padding:0 2rem 0 0;
    }
    .alert-collapsible-close {
        right: 0;
    }
}

@media screen and (max-width: 1200px),print {
    .main-logo {
        height: auto;
        width: 5rem;
        min-width: 5rem;
        padding: .4rem 0;
    }

        .main-logo img {
            position: relative;
        }

    /* h2, .h2-style {
        font-size: 1.2rem;
    } */
        .nav-link-wrap .nav-item.has-dropdown:hover .subnav.sub-menu,
        .nav-link-wrap .nav-item.has-dropdown:focus .subnav.sub-menu,
        .nav-link-wrap .nav-item.has-dropdown .nav-link:focus+.subnav.sub-menu {
            min-height: 100%;
        }
        .h2-style.small,
     p.h2-style.small {
        font-size: .7rem
    }

    .nav-inner.left {
        justify-content: space-between;
        width: 100%;
    }


    .nav-link-wrap, .emergency-info-block, .nav-inner .default-cta, .secondary-nav, .nav-inner.right {
        display: none
    }

    .nav-inner .default-cta {
        padding: 0.541rem 1rem;
    }
    .alternate-nav-active .main-logo {
        order: 2;
    }
    .mobile-nav-toggle {
        background: #000;
        border-radius: 50%;
        display: block;
        height: 1.75rem;
        position: relative;
        right: -0.15rem;
        top: auto;
        width: 1.75rem;
        z-index: 200
    }
    .alternate-nav-active .mobile-nav-toggle {
        order: 1;
    }
    .alternate-nav-active .nav-inner .nav-item.mobile-only.nav-alt-button {
        background: #d1008a url("../../assets/images/call.svg");
        background-repeat: no-repeat;
        background-size: 1.15rem auto;
        background-position: center;
        border-radius: 50%;
        display: block;
        height: 2rem;
        
        order: 3;
        width: 2rem;
    }
    .alert-active .nav-open .mobile-nav-toggle,
    .nav-open .mobile-nav-toggle {
        top: -1.2rem;
    }
    .nav-open .mobile-nav-toggle {
        right: 1rem;
        position: absolute;
        top: 0.5rem;
    }
    .alert-wrap .alert-bar-text {
        padding: .4rem 1.5rem .4rem 0;
    }
        .alert-wrap .alert-bar-text a:after,
        .alert-wrap .alert-bar-text a::after {
            font-size: 1.9rem;
            right: 0.2rem;
        }
    .alert-collapsible-inner {
        flex-direction: column;
        gap: 1rem;
        height: 90%;
        padding: 4.5rem 1rem 2rem;
        overflow-y: auto;
    }
    .alert-collapsible-arrow.mobile-only {
        align-items: center;
        display: flex;
        height: 1rem;
        justify-content: center;
        position: absolute;
        right: 1rem;
        top: 1.7rem;
        text-decoration: none;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        width: 1rem;
        z-index: 1;
    }
    .alert-collapsible-arrow span {
        font-size: 1.9rem;
        color: #757575;
    }
    .alert-collapsible-close {
        display: none;
    }
    .alert-content-heading-wrap,
    .alert-content-description-wrap {
        width: 100%;
    }
    .alert-content-heading {
        font-size: 1.8rem;
        line-height: 1em;
    }
    .alert-content-description {
        font-size: .9rem;
        line-height: 1.55em;
    }
    .alert-collapsible-wrapper.alert-open {
        height: 100vh;
    }
    .full-nav-wrap .center {
        padding: .25rem 1.25rem;
    }

    .mobile-nav-toggle .menu-bar {
        background: #fff;
        display: block;
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: .55em;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        width: 1.05rem;
    }

        .mobile-nav-toggle .menu-bar.mb2 {
            top: .85em
        }

        .mobile-nav-toggle .menu-bar.mb3 {
            top: 1.15em
        }

    .nav-open .mobile-nav-toggle .menu-bar.mb1 {
        top: .85em;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .nav-open .mobile-nav-toggle .menu-bar.mb2 {
        opacity: 0
    }

    .nav-open .mobile-nav-toggle .menu-bar.mb3 {
        top: .85em;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .nav-open .nav-link-wrap {
        background: #fff;
        display: block;
        height: 100%;
        left: 0;
        overflow: hidden;
        padding: 3.75rem 1.25rem 2rem 1.25rem;
        position: fixed;
        top: 0;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        width: 100vw;
        z-index: 150
    }

    .inner-nav-open .inner-nav-open {
        overflow: hidden;
    }

    .fixed.nav-open .nav-link-wrap {
        padding: 3.85rem 1.25rem 2rem 1.25rem;
    }

    .fixed.alert-active.nav-open, .alert-active.nav-open .nav-link-wrap {
        padding-top: 5.75rem
    }

    .two-column-width .subnav-link-wrap {
        padding: 1.4rem 0;
    }

    .subnav.sub-menu .subnav.sub-menu .subnav-link-wrap {
        gap: 0;
        max-height: none;
    }
.nav-inner.left .nav-item {
    padding: 0;
}
    .nav-inner.left .nav-link, .secondary-nav .nav-link {
        border-bottom: 1px solid #d9d9d9;
        font-size: 1.2rem;
        height: auto;
        padding: .506rem 0;
        text-align: left
    }

    .nav-inner.left .nav-item::after, .nav-inner.left .nav-item:after {
        display: none
    }

    .nav-inner.left .nav-link::after,
    .nav-inner.left .nav-link:after,
    .nav-inner.left .subnav-link::after,
    .nav-inner.left .subnav-link:after {
		content: url(../../assets/images/icons/svg/arrow_forward.svg);
		display: inline-block;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
    }

    .subnav.sub-menu, .subnav.sub-menu .subnav.sub-menu, 
    .nav-link-wrap .nav-item:hover .subnav.sub-menu, 
    .nav-link-wrap .nav-item:focus .subnav.sub-menu, 
    .nav-link-wrap .nav-item:hover .subnav.sub-menu, 
    .nav-link-wrap .nav-item:focus .subnav.sub-menu,
    .nav-link-wrap .nav-item.has-dropdown .nav-link:focus + .subnav.sub-menu {
        background: #fff;
        box-shadow: none;
        display: none;
        padding: 0 1.25rem;
        top: 1.2rem;
        z-index: 20
    }

        .subnav.sub-menu .subnav-link-wrap a.subnav-link {
            color: #0A0906;
            font-size: 1.2rem;
            font-weight: 500;
            line-height: inherit;
            padding: 0.25em 1.5em 0.5em 0;
            position: relative;
            text-transform: none;
        }

    .nav-link-wrap .secondary-nav.mobile-only {
        display: block;
        height: auto;
        padding: 0;
        width: 100%
    }

    .secondary-nav-menus.mobile-only.display-flex {
        display: flex;
        gap: 0.35rem;
        margin: .75rem 0;
    }

    .fixed .nav-upper {
        display: none
    }

    .alert-active .nav-upper {
        display: block
    }

    .secondary-nav .nav-item {
        height: auto
    }

    .secondary-nav-menus .nav-inner.left .nav-item {
        align-items: center;
        display: inline-flex;
        gap: 0.5rem;
    }

    .nav-link-wrap .default-cta.mobile-only {
        display: block;
        font-size: 1rem;
        position: relative
    }
    .alternate-nav-active .nav-link-wrap .default-cta.mobile-only {
        display: none;
    }
    .alternate-nav-active .nav-link-wrap .default-cta.mobile-only.nav-alt-button {
        display: block;
    }
    .alternate-nav-active .nav-link-wrap .default-cta.mobile-only.nav-alt-button.outlined {
        margin-top: 1rem;
    }
    .emergency-info-block .link-with-title .link-title {
        color: #221F1F;
        display: block;
        font-size: .8rem;
        font-weight: 700;
        position: relative;
    }

    .nav-link-wrap .emergency-info-block {
        background-color: #F4F4F4;
        bottom: 0;
        display: block;
        left: 0;
        margin-top: 1.5rem;
        position: fixed;
        padding: 0;
        right: 0;
        width: 100%;
    }

    .review-wrapper {
        justify-content: center;
    }

        .review-wrapper.mobile-only {
            display: flex;
            margin: 0.75rem 0;
        }

    .nav-link-wrap .emergency-info-block img {
        display: none
    }

    .secondary-nav .nav-item {
        display: inline-block;
        width: 100%
    }

    .secondary-nav-menus .nav-item.menu-item .nav-link {
        border: none;
        color: #757575 !important;
        display: inline-block;
        font-size: .8rem;
        font-weight: 600;
    }

        .secondary-nav-menus .nav-item.menu-item .nav-link:after,
        .secondary-nav-menus .nav-item.menu-item .nav-link::after {
            display: none;
        }

    .secondary-nav-menus {
        align-items: center;
        justify-content: center;
    }

    .nav-link-pipe {
        color: #D6D6D6;
        margin: 0 0.55rem;
    }

    .secondary-nav .nav-item.menu-item .nav-link::after,
    .secondary-nav .nav-item.menu-item .nav-link::after {
        display: none;
    }

    .nav-link-wrap .emergency-info-block a {
        align-items: center;
        color: #757575;
        display: flex;
        flex-direction: row;
        font-size: .9rem;
        gap: .75rem;
        justify-content: center;
        padding: 0.725rem 0;
    }

    .subnav-link-wrap {
        flex-direction: column;
        max-width: 100%
    }

    .inner-nav-open .nav-link-wrap .subnav.sub-menu .subnav.sub-menu {
        padding: 0;
    }

    .subnav-link-wrap .three-column-spacing {
        padding: 0;
    }
    .multi-column-links .subnav-link-wrap .three-column-spacing:first-child {
        column-count: 1;
    }
    .subnav.sub-menu .subnav.sub-menu .subnav-link-wrap a,
    .subnav.sub-menu .subnav-link-wrap .subnav-sub-link {
        border-bottom: 1px solid #d9d9d9;
        color: #0A0906;
        font-size: 1.2rem;
        padding: 0.334em 1.5em 0.5em 0;
        white-space: break-spaces;
    }

    .subnav.sub-menu .subnav-link-wrap .menu-item:last-child a {
        border-bottom: none;
    }

    .subnav-link-wrap .sub-menu-item-wrap {
        display: block;
        padding: 0;
    }

    .subnav.sub-menu .subnav-link-wrap .subnav-link {
        border-bottom: 1px solid #d9d9d9;
        cursor: pointer;
        margin: 0;
        padding: 0.23rem 0;
    }

    .three-column-nav-mid-layout .subnav.sub-menu .subnav-link-wrap .subnav-link {
        border-bottom: none;
    }

    .subnav.sub-menu .subnav-link-wrap .subnav-sub-link:hover {
        padding-left: 0;
        padding-right: 0;
    }

    .subnav.sub-menu .subnav.sub-menu .subnav-link-wrap a:after,
    .subnav.sub-menu .subnav.sub-menu .subnav-link-wrap a::after {
        height: 1.65rem;
        margin: auto;
        position: absolute;
        right: 0.8rem;
        top: 0;
        transform: rotate(-90deg);
        width: 0.85rem;
    }

    .subnav-link-wrap {
        padding: 1.4rem 0;
    }

    .alert-active .subnav-link-wrap {
        padding: 3rem 0
    }

    .nav-inner.left .subnav.sub-menu .menu-item-has-children .subnav.sub-menu .subnav-link::after,
    .nav-inner.left .subnav.sub-menu .menu-item-has-children .subnav.sub-menu .subnav-link:after {
        display: none
    }

    .inner-nav-open .subnav.sub-menu .subnav-back,
    .inner-sub-nav-open .subnav.sub-menu .subinner-back {
        color: #757575;
        display: block;
        margin-left: -0.3rem;
        position: relative;
        text-decoration: none;
    }
    .inner-level-open .subnav.sub-menu .subinner-back {
        display: none;
    }
    .inner-sub-level-open .subnav.sub-menu .subnav-back {
        display: none;
    }
    .inner-sub-level-open .subnav.sub-menu .subinner-back {
        display: block;
        top: -1.3rem;
    }
    .inner-nav-open .subnav.sub-menu .subnav-back:after,
    .inner-nav-open .subnav.sub-menu .subnav-back::after,
    .inner-sub-nav-open .subnav.sub-menu .subinner-back:after,
    .inner-sub-nav-open .subnav.sub-menu .subinner-back::after {
        content: 'Back';
        font-family: "Roboto Condensed", Impact, sans-serif;
        font-size: .8rem;
        font-weight: 700;
        display: inline-block;
        left: 1.4rem;
        top: 0.1rem;
        position: absolute;
        vertical-align: top;
    }

    .subnav-link-wrap:first-of-type .menu-item {
        border-right: none;
        border-bottom: none;
    }

    .subnav-link-wrap .subnav-link-wrap .menu-item {
        border-right: none;
        /* border-bottom: 1px solid #d9d9d9*/
    }

    .secondary-nav .subnav.sub-menu .subnav-link-wrap {
        gap: 0
    }

    .subnav-link-wrap .menu-item {
        min-width: 100%
    }

    .subnav-link-wrap:first-of-type .menu-item:last-child {
        border-bottom: none;
    }

    .menu-item.two-column-nav-right-layout {
        display: none;
    }

    .inner-nav-open .nav-link-wrap .inner-level-open .subnav.sub-menu,
    .inner-nav-open .nav-link-wrap .inner-level-open.nav-item:hover .subnav.sub-menu,
    .inner-nav-open .nav-link-wrap .inner-level-open.nav-item .subnav.sub-menu {
        display: block;
        height: 100%;
        width: 100%;
    }

    .secondary-nav .subnav.sub-menu {
        background-color: #fff !important;
        bottom: 0;
        height: 100%;
        left: 0;
        max-width: none;
        position: fixed;
        right: 0;
        top: 0 !important;
        width: 100vw !important;
    }

        .secondary-nav .subnav.sub-menu .subnav-back {
            display: block;
        }

    .secondary-nav .nav-item.menu-item:hover .subnav.sub-menu {
        padding: 3.75rem 1.25rem;
    }

    .inner-level-open .three-column-nav-side-layout .sub-menu-item-wrap .subnav.sub-menu .subnav-link-wrap,
    .inner-level-open .three-column-nav-side-layout .sub-menu-item-wrap .subnav.sub-menu .subnav-view-all-wrap,
    .inner-level-open .three-column-nav-mid-layout .sub-menu-item-wrap .subnav.sub-menu .subnav-link-wrap,
    .inner-level-open .three-column-nav-mid-layout .sub-menu-item-wrap .subnav.sub-menu .subnav-view-all-wrap {
        display: none;
    }

    .inner-sub-level-open .three-column-nav-side-layout .sub-menu-item-wrap .subnav.sub-menu .subnav-link-wrap,
    .inner-sub-level-open .three-column-nav-mid-layout .sub-menu-item-wrap .subnav.sub-menu .subnav-link-wrap {
        display: block;
    }

    .inner-level-open .two-column-width .sub-menu-item-wrap .subnav-link,
    .inner-sub-level-open .three-column-nav-mid-layout .sub-menu-item-wrap .subnav-link,
    .inner-sub-level-open .three-column-nav-side-layout .sub-menu-item-wrap .subnav-link {
        display: none;
    }

    .three-column-spacing:last-child {
        display: none;
    }

    .subnav.sub-menu .subnav.sub-menu .subnav-link-wrap a:after,
    .subnav.sub-menu .subnav.sub-menu .subnav-link-wrap a::after,
    .subnav.sub-menu .subnav-link-wrap .subnav-sub-link:after,
    .subnav.sub-menu .subnav-link-wrap .subnav-sub-link::after {
        content: url(../../assets/images/icons/svg/arrow_forward.svg);
		display: inline-block;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
    }

    .inner-nav-open .subnav.sub-menu .subnav.sub-menu, .nav-link-wrap .nav-item.inner-nav-open .subnav.sub-menu .subnav.sub-menu {
        display: none;
        top: 0
    }

    .alert-wrap {
        max-width: 100%;
        padding: .5em 0
    }

    .alert-toggle {
        font-size: .6rem
    }

    .alert-content {
        flex-direction: column;
        gap: 1rem;
        max-width: 100%
    }

    .close-alert {
        right: .6rem;
        top: .6rem
    }

    .alert-block {
        width: 100%
    }

    .alert-header {
        font-size: 1.4rem;
        position: relative
    }

    .footer-wrap {
        padding: 3rem 0 0 0
    }

        .footer-wrap .center {
            max-width: 100%;
            padding: 0 1.25rem
        }

    .footer-link-row {
        gap: 2.5rem
    }

    .footer-link, .footer-link-column ul li a, .location-link, .location-phone {
        font-size: .8rem
    }
    /*RESOURCES*/
    .resource-page-title-wrapper {
        padding: 4rem 0 5rem 0;
    }
    .resources-inner-wrap {
        gap: 2.5rem;
        padding:0 1.25rem;
    }
    .resource-box-wrapper {
        flex-basis: calc(33.33% - 1.74rem);
    }
    .resource-video .resource-img-wrap:after,
    .resource-video .resource-img-wrap::after {
        font-size: 6rem;
    }
    #content {
        padding-top: 8.2rem;
    }

    .resource-content-description{
        font-size:.9rem;
    }
}

@media screen and (max-width: 900px),print {
    /*navbar*/
    .main-logo {
        height: 3.2rem;
        min-width: 5.7rem;
        width: 5.7rem;
    }
    
    .alert-active .nav-open .mobile-nav-toggle,
    .nav-open .mobile-nav-toggle {
        top: -.5rem;
    }

    .nav-inner .nav-item.mobile-only {
        display: block;
    }
    .alternate-nav-active .nav-inner .nav-item.mobile-only {
        display: none;
    }
    .alternate-nav-active .nav-inner .nav-item.mobile-only.nav-alt-button {
        display: block;
    }
    .alternate-nav-active .nav-inner .nav-item.mobile-only.nav-alt-button .mobile-nav-call {
        display: block;
        height: 100%;
        font-size: 0;
        width: 100%;
    }
    .default-cta {
        font-size: .8rem
    }
    .cta-outlined {
        font-size: 1.1rem;
        padding: 0.43rem 1.6rem;
    }

    .footer-wrap {
        padding: 3.2rem 0 0 0
    }

        .footer-wrap .center, .footer-link-wrapper {
            max-width: 100%
        }

    .footer-main {
        padding: 0 0 2.5rem 0
    }

    .footer-inner {
        align-items: center;
        flex-direction: column;
        justify-content: center
    }

    .footer-link-wrapper {
        flex-direction: column;
        gap: 4rem;
        padding: 2rem 0 0 0
    }

    .footer-divider p {
        display: block;
        margin: 0 auto;
        max-width: 11.2em;
        padding: .25em 1em;
        text-align: center
    }

    .footer-link-row {
        flex-direction: column;
        gap: 1.25rem
    }

    .footer-link, .footer-link-column ul li a, .location-link, .location-phone {
        font-size: .8rem
    }
    /*RESOURCES PAGE*/
    p {
        font-size: .9rem;
        line-height: 1.55em;
    }
    .h1-title {
        font-size: 2.3rem;
        line-height: 1.13em;
        padding: 0.2rem 0 0.4rem 0;
    }
    .filter-dropdown .nice-select {
        height: 48px;
        line-height: 48px;
    }
    .nice-select .current {
        font-size: 1rem;
    }
    .resource-page-title-wrapper {
        padding: 3rem 0;
    }
    .resource-box-wrapper {
        flex-basis: 100%;
    }
    .resource-content-description {
        font-size: .9rem;
        line-height: 1.55em;
    }
    .resource-page-title-inner {
        flex-direction: column;
        gap: 2rem;
        padding: 0 1.25rem;
    }
    .resource-content-wrap {
        padding: 1rem 0;
    }
    .resource-page-title-wrap,
    .filter-dropdown-wrap {
        width: 100%;
    }
    .filter-dropdown-wrap .nice-select {
        padding: 0 1.25rem;
        width: 100%;
    }
    .filter-dropdown .nice-select:after{
        right:.7rem;
    } 
    /*SEARCH PAGE*/
    .search-outer-wrapper {
        bottom: 0;
        height: 100vh;
        top: 0;
        z-index: 601;
    }
    .default-cta.search-cta {
        font-size: .8rem;
        padding: 0.363rem 1.2rem;
        right: .4rem;
        width: auto;
    }
    .search-input {
        padding: 0.7rem 1rem;
    }
    .search-cta{
        right:.2rem;
    }
    .search-inner {
        height:100%;
        padding: 3.8rem 1rem;
    }
    .search-close-wrap {
        position: absolute;
        top: 8rem;
        right: 0.45rem;
    }
   .search-close-wrap span {
         font-size: 2rem;
   }
}

@media screen and (max-width: 600px),print {
    .default-cta, .default-cta.alt-cta {
        display: block;
        width: 100%
    }
    .default-cta.with-icon::before, 
    .default-cta.with-icon:before, 
    .wp-block-button__link.with-icon::before, 
    .wp-block-button__link.with-icon:before, 
    .with-icon.wp-block-button .wp-element-button::before,
     .with-icon.wp-block-button .wp-element-button:before {
        height: 1rem;
        width: 1rem;
     }
    .footer-link-wrapper {
        gap: 1.7rem;
    }
    .footer-link-column {
        flex-direction: column;
        gap: 1.7rem;
    }
    .footer-identity {
        width: 100%
    }
    .footer-logo {
        height: 8rem;
        width: 10rem
    }
    .location-block {
        flex: 1 1 100%;
    }
    .footer-lower .footer-inner {
        gap: .75rem;
    }
    .footer-inner .footer-lower-block {
        flex-direction: column;
        gap: .2rem;
        justify-content: center;
        text-align: center;
    }
    /*COOKIES*/
    .cookies-wrap {
        left: 1rem;
        margin: auto;
        right: 1rem;
        width: 90%;
    }
}
.acf-map {
    width: 100%;
    height: 100%;
    /*min-height: 1100px;*/
    border: #ccc solid 1px;
}
.markerClass {
    padding-top: 65px;
    font-size: 16px !important;
    text-transform: capitalize;
}

.filter-dropdown-wrap.loading:before {
    content: "";
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s ease-in-out infinite;
    position: absolute;
    left: 0;
    right: -30%;
    margin: 0 auto;
    z-index: 9;
}
