body *, body *::before, body *::after {
    -webkit-font-smoothing: auto;
}

.header-titles .site-description {
    display: none;
}

#site-header .header-inner {
    max-width: 1400px;
    padding: 35px 0;
    position: relative;
}

.site-logo img {
    max-width: 365px;
    width: 100%;
    object-fit: contain;
}

#site-header.header-footer-group {
    z-index: 9999;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    position: fixed;
    top: 0;
    width: 100%;
}

body #site-header .header-inner .primary-menu > li.menu-item > ul.sub-menu .current-menu-item.megamenu-mobile-link a,
body #site-header .header-inner .primary-menu > li.menu-item > ul.sub-menu .megamenu-view-all.current-menu-item a {
    color: #d92176;
    display: inline-block;
    background-color: #ffffff;
    text-decoration: underline;
}

#site-header .header-inner .primary-menu > li.menu-item > a {
    color: #4b4b4b;
    font-size: 14px;
    text-transform: uppercase;
    font-family: MetropolisRegular, "Source Sans Pro", Helvetica, sans-serif;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    letter-spacing: -0.3px;
}

#site-header .header-inner .primary-menu > li.menu-item > span.icon:after {
    display: none;
}

#site-header .header-inner .primary-menu > li.menu-item:hover > span.icon:before {
    transform: rotate(-135deg);
    top: 2px;
}

#site-header .header-inner .primary-menu > li.menu-item > ul.sub-menu {
    border: 2px solid #E4E4E4;
    background-color: #ffffff;
    margin-top: 35px;
}

#site-header .header-inner .primary-menu > li.menu-item.megamenu-parent > ul.sub-menu {
    column-count: 2;
    padding: 30px 107px 50px;
    width: 832px;
    left: calc( 50% - 416px );
}

#site-header .header-inner .primary-menu > li.menu-item > ul.sub-menu a {
    color: #4b4b4b;
    font-size: 15px;
    text-transform: none;
    -webkit-font-smoothing: auto;
}

.blog-page div#index-blog-sticky article > .text-container .post-meta {
    margin-bottom: 10px;
    font-size: 14px;
}

#site-header .header-inner .primary-menu > li.menu-item > ul.sub-menu:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 11px 8.5px;
    border-color: transparent transparent #268b92 transparent;
    position: absolute;
    left: calc( 50% - 5.5px );
}

#site-header .header-inner .primary-menu > li.menu-item > ul.sub-menu .megamenu-mobile-link a,
#site-header .header-inner .primary-menu > li.menu-item > ul.sub-menu .megamenu-view-all a {
    color: #d92176;
    display: inline-block;
}

.header-inner .header-navigation-wrapper .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before,
.header-inner .header-navigation-wrapper .primary-menu-wrapper + .header-toggles .toggle-wrapper .toggle-inner .toggle-text,
.header-inner .header-navigation-wrapper .primary-menu-wrapper + .header-toggles .toggle-wrapper .toggle-inner svg.svg-icon {
    display: none;
}

.header-inner .header-navigation-wrapper .primary-menu-wrapper + .header-toggles .toggle-wrapper .toggle {
    padding: 0;
    height: auto;
}

.header-inner .header-navigation-wrapper .primary-menu-wrapper + .header-toggles .toggle-wrapper .toggle-inner:before {
    color: #4b4b4b;
    content: "\f002";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body .header-footer-group .search-modal {
    display: none;
    background-color: #ffffff;
    border-top: 3px solid #93c5c9;
    position: absolute;
    right: -45px;
    top: 85px !important;
    width: 400px;
    z-index: 1000;
    -moz-box-shadow: 0 1px 20px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 20px rgba(0,0,0,0.15);
    box-shadow: 0 1px 20px rgba(0,0,0,0.15);
    left: auto;
    height: 80px;
    padding: 0;
}

body .header-footer-group .search-modal .search-form {
    padding: 20px;
}

body .header-footer-group .search-modal.active {
    display: block;
}

body .header-footer-group .search-modal .search-modal-inner.modal-inner .section-inner {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

body .header-footer-group .search-modal .search-modal-inner.modal-inner .section-inner button.toggle {
    display: none;
}


body .header-footer-group .search-modal .search-modal-inner.modal-inner .section-inner .search-field {
    height: 34px;
    width: 100%;
    margin: 0;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #4b4b4b;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
}

body .header-footer-group .search-modal .search-modal-inner.modal-inner .section-inner .search-field::-webkit-input-placeholder { /* Edge */
    color: #e6e6e6;
    line-height: 34px;
}

body .header-footer-group .search-modal .search-modal-inner.modal-inner .section-inner .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e6e6e6;
    line-height: 34px;
}

body .header-footer-group .search-modal .search-modal-inner.modal-inner .section-inner .search-field::placeholder {
    color: #e6e6e6;
    line-height: 34px;
}

body .header-footer-group .search-modal .search-modal-inner.modal-inner {
    box-shadow: none;
    transform: none;
}

.header-inner .toggle-wrapper button.desktop-search-toggle:hover,
.header-inner .toggle-wrapper button.desktop-search-toggle:focus {
    color: #268b92;
    background-color: transparent;
    text-decoration: none;
    border: none;
    outline: none;
}

body .header-inner .header-navigation-wrapper .primary-menu-wrapper + .header-toggles .toggle-wrapper button.desktop-search-toggle:hover .toggle-inner:before {
    color: #268b92;
}

#site-header .header-inner .primary-menu > li.menu-item > ul.sub-menu .megamenu-heading a,
#site-header .header-inner .primary-menu > li.menu-item.current-menu-parent > a {
    color: #007a80;
}

#site-header .header-inner .primary-menu > li.menu-item > ul.sub-menu a:hover {
    color: #d92176;
    text-decoration: underline;
}

.primary-menu .sub-menu li.current-menu-item {
    background-color: #d92176;
}

#site-header .header-inner .primary-menu > li.menu-item > ul.sub-menu li.current-menu-item a {
    color: #ffffff;
    text-decoration: none;
}

#site-header .header-inner .primary-menu > li.menu-item > a:hover {
    color: #268b92;
    text-decoration: none;
}

#site-header .header-inner .primary-menu > li.menu-item > ul.sub-menu .megamenu-heading a:hover {
    color: #268b92;
    text-decoration: none;
}

@media screen and (min-width: 1251px) {
    .header-inner .header-navigation-wrapper .primary-menu-wrapper + .header-toggles .toggle-wrapper .toggle-inner:before {
        margin-top: 2px;
    }
}

@media screen and (max-width: 1250px) and (min-width: 1000px) {
    .header-inner .header-navigation-wrapper .primary-menu-wrapper + .header-toggles .toggle-wrapper .toggle-inner:before {
        margin-top: -2px;
    }

}

@media screen and (min-width: 1000px) {
    #site-header .header-inner .primary-menu > li.menu-item > ul.sub-menu {
        display: none;
        top: 80px;
    }

    #site-header .header-inner .primary-menu > li.menu-item:hover > ul.sub-menu {
        display: block;
    }

    #site-header .header-inner .primary-menu > li {
        padding: 50px 0;
        flex-grow: 1;
        min-width: 1%;
    }

    body #site-header .header-inner {
        padding: 0;
        max-width: 1465px;
    }

    .header-navigation-wrapper {
        width: calc(100% - 360px);
    }

    ul.primary-menu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    #site-header .header-inner .primary-menu > li.menu-item > span.icon {
        display: none;
    }

    #site-header .header-inner .primary-menu > li.menu-item.menu-item-has-children > a:after {
        border: 1px solid #4F4F4F;
        border-top: 0;
        border-left: 0;
        content: ' ';
        display: inline-block;
        height: 6px;
        position: relative;
        transform: rotate(45deg);
        width: 6px;
        background-color: transparent;
        vertical-align: middle;
        margin-bottom: 5px;
        margin-left: 10px;
    }

    #site-header .header-inner .primary-menu > li.menu-item.menu-item-has-children > a:hover::after {
        transform: rotate(-135deg);
        margin-bottom: 2px;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1000px) {
    #site-header .header-inner .primary-menu > li.menu-item.megamenu-parent > ul.sub-menu  {
        margin: 0;
        position: fixed;
        top: 122px;
    }

    .header-titles-wrapper .site-logo {
        margin: 0.3rem 0 0 2.4rem;
    }

    #site-header .header-inner .header-titles-wrapper {
        max-width: 350px;
    }

    .header-navigation-wrapper {
        width: calc(100% - 370px);
    }

    .header-navigation-wrapper ul.primary-menu {
        justify-content: center;
    }

    .primary-menu-wrapper + .header-toggles {
        margin: 0;
    }
    .header-inner .section-inner .header-titles-wrapper .header-titles{
        margin: -0.3rem 0 0 -2.4rem;
    }
}

@media screen and (max-width: 1250px) and (min-width: 1000px) {
    #site-header .header-inner .primary-menu > li {
        margin: 0;
    }

    #site-header .header-inner .primary-menu > li.menu-item > a {
        margin-right: 0;
    }

    html body {
        padding-top: 110px;
    }
}


@media screen and (max-width: 999px) {
    .header-inner .header-titles-wrapper {
        justify-content: start;
        padding: 0 2rem;
    }

    #site-header .header-inner {
        padding: 15px 0;
        width: 100%;
    }

    #site-header .header-inner .header-titles {
        float: left;
        display: inline-block;
    }

    .header-inner .header-titles-wrapper button.toggle.nav-toggle.mobile-nav-toggle {
        right: 0;
        background-color: transparent;
        border: none;
    }

    .header-inner .header-titles-wrapper button.toggle.nav-toggle.mobile-nav-toggle span.toggle-text {
        display: none;
    }

    .header-inner .header-titles-wrapper button.toggle.nav-toggle.mobile-nav-toggle span.toggle-icon:before {
        display: inline-block;
        font: normal normal normal 22px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0c9";
        color: #4b4b4b;
    }

    .header-inner .header-titles-wrapper button.toggle.nav-toggle.mobile-nav-toggle svg.svg-icon {
        display: none;
    }


    .header-inner .header-titles-wrapper button.toggle.nav-toggle.mobile-nav-toggle svg.svg-icon {
        display: none;
    }

    .header-inner .header-titles-wrapper button.toggle.nav-toggle.mobile-nav-toggle span.toggle-icon {
        height: 22px;
        width: 25px;
    }

    .header-inner .header-titles-wrapper button.toggle.nav-toggle.mobile-nav-toggle span.toggle-inner {
        padding: 0;
        height: auto;
    }

    .header-inner .header-titles-wrapper button.toggle.search-toggle.mobile-search-toggle {
        left: auto;
        right: 40px;
    }

    .header-inner .header-titles-wrapper button.toggle.search-toggle.mobile-search-toggle .toggle-icon:before {
        color: #4b4b4b;
        content: "\f002";
        display: inline-block;
        font: normal normal normal 2rem/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .header-inner .header-titles-wrapper button.toggle.search-toggle.mobile-search-toggle .toggle-icon svg.svg-icon {
        display: none;
    }

    .header-inner .header-titles-wrapper button.toggle.search-toggle.mobile-search-toggle .toggle-icon + .toggle-text {
        display: none;
    }

    #site-header .toggle:hover,
    #site-header .toggle:focus {
        background-color: transparent;
        border: none;
        outline: none;
    }

    body .header-footer-group .search-modal.active {
        display: block;
        position: absolute;
        top: 65px !important;
        left: 0;
        right: 0;
        width: 100%;
    }

    .menu-modal.active {
        width: calc( 100% - 25px );
        z-index: 9999;
    }

    .menu-modal.active:before {
        background-color: rgba(0,0,0,0.5);
        content: ' ';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 80px;
        width: 25px;
        z-index: 0;
    }

    .modal-menu > li > .ancestor-wrapper > a {
        color: #444444;
        font-size: 15px;
        padding: 15px 15px 15px 30px;
        text-transform: none;
        width: calc(100% - 45px);
        border: none;
        font-weight: 400;
        -webkit-font-smoothing: auto;
        letter-spacing: -0.3px;
    }

    .menu-wrapper .menu-item,
    .mobile-menu button.toggle.sub-menu-toggle {
        border: none;
    }

    .mobile-menu button.toggle.sub-menu-toggle {
        padding: 0 3.5rem;
    }

    .mobile-menu button.toggle.sub-menu-toggle:hover,
    .mobile-menu button.toggle.sub-menu-toggle:focus {
        background-color: transparent;
        border: none;
        outline: none;
    }

    .mobile-menu button.toggle.sub-menu-toggle:before {
        background-size: contain;
        border: 1px solid #4B4B4B;
        border-left: 0;
        border-top: 0;
        display: block;
        content: ' ';
        float: right;
        height: 8px;
        width: 8px;
        transform: rotate(-45deg);
    }


    .mobile-menu button.toggle.sub-menu-toggle svg.svg-icon {
        display: none;
    }

    .menu-wrapper .mobile-menu .modal-menu {
        position: relative;
    }

    .menu-wrapper .mobile-menu .menu-item {
        z-index: 1;
    }

    .menu-wrapper .mobile-menu .menu-item.menu-item-has-children.show_links {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #ffffff;
        z-index: 2;
        align-content: flex-start;
        justify-content: flex-start;
        min-height: 400px;
    }


    .menu-wrapper .mobile-menu .menu-item.menu-item-has-children.show_links ul.sub-menu {
        display: block;
    }

    .menu-wrapper .mobile-menu .menu-item.menu-item-has-children.show_links > .ancestor-wrapper > a {
        text-align: center;
        color: #268b92;
        text-decoration: none;
        width: 100%;
        padding: 15px 0;
    }

    .menu-wrapper .mobile-menu .menu-item.menu-item-has-children.show_links > .ancestor-wrapper {
        position: relative;
    }

    .menu-wrapper .mobile-menu .menu-item.menu-item-has-children.show_links > .ancestor-wrapper > button.toggle.sub-menu-toggle {
        position: absolute;
        left: 0;
        top: -10px;
        padding: 2rem 3.5rem;
    }

    .menu-wrapper .mobile-menu {
        padding-top: 10px;
    }

    .menu-wrapper .mobile-menu .menu-item.menu-item-has-children.show_links > .ancestor-wrapper > button.toggle.sub-menu-toggle::before {
        transform: rotate(135deg);
    }

    .menu-wrapper .mobile-menu .menu-item.menu-item-has-children.show_links ul.sub-menu li a {
        padding: 10px 30px;
        width: calc(100% - 15px);
        font-size: 15px;
        -webkit-font-smoothing: auto;
        color: #444;
    }

    .menu-wrapper .mobile-menu .menu-item.menu-item-has-children.show_links ul.sub-menu li.megamenu-mobile-link a {
        color: #d92176;
        text-align: center;
        text-decoration: underline;
    }

    .menu-wrapper .mobile-menu .menu-item.menu-item-has-children.show_links ul.sub-menu li.megamenu-mobile-link a:after {
        display: none;
    }

    .menu-wrapper .mobile-menu .menu-item.menu-item-has-children.show_links ul.sub-menu li.megamenu-heading a {
        color: #268b92;
        width: 100%;
    }

    .menu-wrapper .mobile-menu .menu-item.current-menu-item a {
        color: #268b92;
        text-decoration: none;
    }

    .menu-modal .menu-top button.toggle.close-nav-toggle {
        padding: 3.1rem 0;
    }


    #site-header .header-inner .primary-menu > li.menu-item > span.icon:before {
        border: 1px solid #4F4F4F;
        border-top: 0;
        border-left: 0;
        content: ' ';
        display: block;
        height: 6px;
        position: absolute;
        top: calc( 50% - 6px );
        transform: rotate(45deg);
        right: 0;
        width: 6px;
        background-color: transparent;
    }

    .menu-wrapper .mobile-menu .menu-item.menu-item-has-children.show_links ul.sub-menu li.megamenu-view-all a 	{
        color: #d92176;
        text-align: center;
        text-decoration: underline;
    }

    #site-header.header-footer-group.hide {
        display: none;
    }

    .singular #site-content article .author-bio {
        padding: 30px 15px 30px;
    }

    .author-bio .author-title-wrapper {
        display: inline-block;
    }

    .author-avatar.vcard {
        display: inline-block;
        margin: 15px 0;
        width: 100%;
    }

    .singular #site-content article .author-bio .avatar,
    .singular #site-content article .author-bio .author-avatar.vcard img {
        top: 0;
        transform: none;
        width: 100px;
        height: auto;
        margin: auto;
        position: relative;
    }
}

@media screen and (max-width: 374px) {
    .site-logo img {
        max-width: 210px;
    }
}

@media screen and (max-width: 768px) and (min-width: 375px){
    .site-logo img {
        max-width: 250px;
    }
}

/*=============
    Footer
==============*/
.footer-nav-widgets-wrapper, .reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper {
    background-color: #F2F2F2;
    padding-top: 0;
    padding-bottom: 40px;
    margin: 0;
    border-top: 1px solid #d92176;
    text-align: center;
}

.footer-top-visible .footer-nav-widgets-wrapper {
    margin-top: 0;
}

.footer-nav-widgets-wrapper .footer-top.has-footer-menu {
    border: none;
    align-items: center;
    justify-content: center;
}

.footer-nav-widgets-wrapper .footer-top.has-footer-menu .footer-menu {
    align-items: center;
    justify-content: center;
}

.footer-nav-widgets-wrapper .footer-top.has-footer-menu a {
    color: #83bfc7;
    padding: 10px 25px;
    font-size: 16px;
    letter-spacing: -0.3px;
}

.footer-nav-widgets-wrapper .footer-top.has-footer-menu .current-menu-item a {
    color: #fff;
}
.footer-nav-widgets-wrapper .footer-widgets {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding: 0 40px;
}
.pre-footer-header {
    font-size: clamp(24px, 28px, 36px) !important;
    font-weight: 700;
    color: #443d3d !important;
    margin: 0;
}
.footer-nav-widgets-wrapper {
	border: none !important;
}
.footer-nav-widgets-wrapper .footer-widgets .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
	width: 60%;
	margin: 0 auto;
}
.footer-nav-widgets-wrapper .column-one .widget_media_gallery,.footer-nav-widgets-wrapper .column-one .widget_media_gallery .wp-block-gallery {
	margin-top: 0 !important;
}
footer#site-footer.header-footer-group {
    background-color: #005b64;
    border: none;
    padding: 20px 0;
    margin: 0;
}

footer#site-footer.header-footer-group .section-inner {
    justify-content: center;
    text-align: center;
    color: #83bfc7;
}

.header-footer-group a.scroll-to-the-top {
    background-color: #ccc;
    background-color: rgba(0,0,0,0.2);
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 44px;
    height: 42px;
    text-align: center;
    z-index: 1003;
    line-height: 50px;
    color: #ffffff;
}

.fa {
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-footer-group a.scroll-to-the-top .fa:before {
    content: "\f106";
}

#site-footer .footer-copyright {
    font-size: 18px;
    color: #ffffff;
}
.footer-copyright a{
    color: #fff;
}

#site-footer .footer-copyright a:hover {
    font-size: 18px;
    color: #ffffff;
}

.footer-nav-widgets-wrapper .footer-top.has-footer-menu a:hover {
    color: #ffffff;
    text-decoration: none;
}

html body.adhesion,
html body {
    padding-bottom: 0 !important;
}

.showing-search-modal.showing-modal #site-header .search-toggle:before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: transparent;
}

@media screen and (max-width: 1000px) {
    .footer-nav-widgets-wrapper .footer-top.has-footer-menu ul.footer-menu {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }

    .footer-nav-widgets-wrapper .footer-top.has-footer-menu ul.footer-menu .menu-item {
        padding-bottom: 10px;
    }

    .footer-nav-widgets-wrapper .footer-top.has-footer-menu a {
        display: inline-block;
    }

    html body {
        padding-top: 65px;
    }
}
@media screen and (min-width:1100px) and (max-width:1200px) {
    #site-header .header-inner .primary-menu>li.menu-item>ul.sub-menu{
        right: -40px;
    }  
    .header-inner .section-inner .header-navigation-wrapper{
        width: calc(100% - 192px);
    }
    .site-logo img {
    max-width: 450px;
    }
}
@media screen and (min-width:1011px) and (max-width:1099px) {
    #site-header .header-inner .primary-menu>li.menu-item>ul.sub-menu{
        right: -30px;
    }  
        .site-logo img {
        max-width: 400px;
    }
        .header-navigation-wrapper{
        width: calc(100% - 100px);
    }
    .header-inner .section-inner .header-titles-wrapper .header-titles .site-logo{
        margin: 0rem 0 0 2.4rem;
    }
    .header-inner{
        width: calc(100% - 1rem);
    }
}
@media screen and (min-width:1000px) and (max-width:1010px) {
    .site-logo img {
        max-width: 300px;
    }
        #site-header .header-inner .primary-menu>li.menu-item>ul.sub-menu{
        right: -40px;
    } 
   .header-inner .section-inner .header-titles-wrapper .header-titles .site-logo{
        margin: 0rem 0 0 2.4rem;
    }
    .header-inner{
        width: calc(100% - 1rem);
    }
    .header-inner .header-navigation-wrapper{
        width: calc(100% - 320px);
    }
}
@media screen and (min-width:1250px) {
    .header-titles-wrapper .site-logo{
        margin: 1rem 0 0 2.4rem;
    }
}