/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    color: var(--white);
    background: var(--pale-peach);
}

body.page-id-15 #header {
    background: linear-gradient(to bottom,  #fd9982 0%,#fce8cd 93%,#fce8cd 100%);

}

#header-columns {
    display: flex;
    align-items: center;
}

#header-column-1 {
    flex-grow: 1;
    padding-left: 173px;
}

.header-column {
    padding-left: 15px;
    padding-right: 15px;
}

#header-logo {
    width: 100%;
    height: auto;
    max-width: 380px;
    margin-inline: auto;
}

.thirty-plus-year-icon {
    width: 158px;
    height: auto;
}

.thirty-plus-year-icon img {
    display: block;
}

#header .thirty-plus-year-icon {
    margin-top: -35px;
}


/*
* Header responsive style
*/
@media screen and (max-width: 767px) {
    .mobile-noscroll {
        overflow: hidden;
    }

    body.mobile-noscroll {
        position: fixed;
    }

    #header-wrap {
        padding-block: 10px;
    }

    #header-column-1 {
        padding-left: 15px;
    }

    #close-search-btn {
        font-size: 32px;
        padding-bottom: 2px;
    }

    #header-search-form-cnt .site-search-form input[type="search"] {
        font-size: 16px;
        padding-left: 42px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    #header-logo {
        max-width: 100px;
        margin-inline: initial;
    }

    #header .thirty-plus-year-icon {
        max-width: 45px;
        margin-top: -15px;
    }
}

@media screen and (min-width: 768px) {
    #page-wrap {
        opacity: 1 !important;
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #header-wrap {
        padding-block: 20px;
    }

    #header-column-1 {
        padding-left: 105px;
    }

    #header-logo {
        max-width: 200px;
    }

    #header .thirty-plus-year-icon {
        max-width: 80px;
    }

    #header .thirty-plus-year-icon {
        margin-top: -25px;
    }
}

/*--------------------------------------------------------------
# Desktop & Mobile Menus
--------------------------------------------------------------*/
#navigation.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}

#navigation.headroom--bottom,
#navigation.headroom--pinned:not(.headroom--top) {
    z-index: 999999 !important;
}

#navigation.headroom--unpinned {
    transform: translateY(-100%);
}

#navigation.headroom--pinned,
#navigation.headroom--unpinned.headroom--bottom {
    transform: translateY(0%);
}

#navigation:not(.navigation-fixed) {
    top: 0 !important;
}

#navigation {
    background: var(--salmon);
}

body.page-id-15 #navigation {
    background: var(--sky-blue);
}

#navigation-wrap {
    padding-block: 0;
}

#navbar ul,
#navbar li {
    margin: 0;
    list-style: none;
}

#navbar li,
#navbar a {
    position: relative;
}

#navbar ul {
    font-size: 0;
    text-align: center;
}

#navbar .main-list-wrap > li {
    margin-right: 35px;
    display: inline-block;
}

#navbar .main-list-wrap > li:last-child {
    margin-right: 0;
}

#navbar .main-list-wrap > li::before {
    content: '';
    display: block;
    position: absolute;
    background: var(--deep-teal);
    border-radius: 50%;
    margin: auto;
    height: 4px;
    width: 4px;
    bottom: 0;
    left: -18px;
    top: 0;
}

body.page-id-15 #navbar .main-list-wrap > li::before {
    background: var(--white);
}

#navbar .main-list-wrap > li:first-child:before {
    display: none;
}

#navbar a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: var(--deep-teal);
}

body.page-id-15 #navbar a {
    color: var(--white);
}

#navbar .main-list-wrap>li>a {
    padding: 15px 0;
    text-transform: uppercase;
}

#navbar .main-list-wrap>li:hover > a,
#navbar .main-list-wrap>li.current-menu-item > a,
#navbar .main-list-wrap>li.current-menu-ancestor > a {
    color: var(--deep-teal);
}

body.page-id-15 #navbar .main-list-wrap>li:hover > a,
body.page-id-15 #navbar .main-list-wrap>li.current-menu-item > a,
body.page-id-15 #navbar .main-list-wrap>li.current-menu-ancestor > a {
    color: var(--white);
}

#navbar .main-list-wrap > li > a::after {
    content: '';
    position: absolute;
    display: inline-block;
    background: var(--deep-teal);
    width: 0%;
    height: 2px;
    bottom: 20px;
    left: 0;
    transition: all 0.2s;
}

body.page-id-15 #navbar .main-list-wrap > li > a::after {
    background: var(--white);
}

#navbar .main-list-wrap > li:hover > a::after,
#navbar .main-list-wrap > li.current-menu-item > a::after,
#navbar .main-list-wrap > li.current-menu-ancestor > a::after {
    width: 100%;
}

#navbar .main-list-wrap>li>ul {
    left: -15px;
    z-index: 999;
    display: none;
    min-width: 100%;
    padding: 0 15px;
    background: var(--white);
    position: absolute;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
}

#navbar .main-list-wrap>li:hover>ul {
    display: block;
}

#navbar .main-list-wrap>li>ul>li {
    white-space: nowrap;
    border-top: 1px solid #dfdfdf;
}

#navbar .main-list-wrap>li>ul>li:first-child {
    border: none;
}

#navbar .main-list-wrap>li>ul>li>a {
    padding: 8px 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
}

#navbar .main-list-wrap>li>ul>li:hover>a,
#navbar .main-list-wrap>li>ul>li.current-menu-item>a {
    color: var(--red);
}

#navbar .main-list-wrap>li>ul>li>ul {
    top: 0;
    left: 100%;
    display: none;
    background: #000;
    position: absolute;
}

#navbar .main-list-wrap>li>ul>li:hover>ul {
    display: block;
}

#navbar .main-list-wrap>li>ul>li>ul>li>a {
    padding: 15px;
    font-size: 14px;
}

#navbar .main-list-wrap>li>ul>li>ul>li:hover>a,
#navbar .main-list-wrap>li>ul>li>ul>li.current-menu-item>a {
    color: var(--red);
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
/*
* Toggle Menu
*/
#toggle-menu {
    width: 100%;
    display: none;
}

#toggle-menu ul,
#toggle-menu li {
    margin: 0;
    list-style: none;
}

#toggle-menu li {
    float: left;
    width: 50%;
    height: 50px;
    display: block;
    overflow: hidden;
    position: relative;
}

#toggle-menu li::before {
    content: '';
    position: absolute;
    display: inline-block;
    background: #e6826b;
    height: 100%;
    width: 1px;
    margin: auto;
    top: 0;
    left: -0;
    bottom: 0;
}

body.page-id-15 #toggle-menu li::before {
    background: #2b9ab7;
}

#toggle-menu li:first-child {
    margin-left: 0;
}

#toggle-menu li:first-child::before {
    display: none;
}

#toggle-menu li:hover * {
    cursor: pointer;
}

#toggle-menu li i,
#toggle-menu li a {
    width: 100%;
    height: 50px;
    font-size: 8px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    font-weight: 500;
    line-height: 72px;
    text-align: center;
    font-style: normal;
    position: relative;
    color: var(--white);
}

#menu-toggle i span::before,
#menu-toggle i span::after {
    content: '';
}

#menu-toggle i span,
#menu-toggle i span::before,
#menu-toggle i span::after {
    width: 22px;
    height: 3px;
    margin: auto;
    background: var(--white);
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#menu-toggle i span {
    top: 0;
    bottom: 8px;
}

#menu-toggle i span::before {
    top: -7px;
}

#menu-toggle i span::after {
    bottom: -7px;
}

#menu-toggle i.mobile-btn-open span {
    background: none;
}

/* #menu-toggle i.mobile-btn-open span::before,
#menu-toggle i.mobile-btn-open span::after {
    background: var(--red);
}

#menu-toggle i.mobile-btn-open span::before {
    -webkit-transform: rotate(-45deg) translateY(4px) translateX(-4px);
    -moz-transform: rotate(-45deg) translateY(4px) translateX(-4px);
    -ms-transform: rotate(-45deg) translateY(4px) translateX(-4px);
    -o-transform: rotate(-45deg) translateY(4px) translateX(-4px);
    transform: rotate(-45deg) translateY(4px) translateX(-4px);
}

#menu-toggle i.mobile-btn-open span::after {
    -webkit-transform: rotate(45deg) translateY(-6px) translateX(-6px);
    -moz-transform: rotate(45deg) translateY(-6px) translateX(-6px);
    -ms-transform: rotate(45deg) translateY(-6px) translateX(-6px);
    -o-transform: rotate(45deg) translateY(-6px) translateX(-6px);
    transform: rotate(45deg) translateY(-6px) translateX(-6px);
} */

/*
* Mobile hamberger main menu
*/
#mobile-navigation {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    position: fixed;
    background: var(--deep-teal);
    -webkit-transform: translateY(-125%);
    -moz-transform: translateY(-125%);
    -ms-transform: translateY(-125%);
    -o-transform: translateY(-125%);
    transform: translateY(-125%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

#mobile-navigation-top {
    padding-top: 15px;
    position: relative;
    background: var(--pale-peach);
}

#mobile-menu-close,
#mobile-menu-close-btn {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

#mobile-menu-close {
    position: absolute;
    right: 15px;
    top: 8px;
}

#mobile-menu-close-btn {
    font-size: 50px;
    line-height: 1;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: var(--salmon);
    border: 1px solid var(--deep-teal);
    transition: color 0.2s;
}

#mobile-menu-close-btn:hover {
    color: var(--red);
}

#mobile-menu {
    width: 100%;
    padding: 0 30px;
    backface-visibility: hidden;
}

#mobile-menu ul,
#mobile-menu li {
    margin: 0;
    list-style: none;
}

#mobile-menu li,
#mobile-menu a {
    position: relative;
}

#mobile-menu a {
    display: block;
    font-size: 18px;
    padding: 16px 0;
    color: var(--deep-teal);
}

.mobile-sub-menu-toggle {
    right: 0;
    top: 2px;
    z-index: 2;
    width: 60px;
    height: 60px;
    display: flex;
    cursor: pointer;
    overflow: hidden;
    align-items: center;
    position: absolute;
    text-align: center;
}

#mobile-menu ul>li>ul li.menu-item-has-children>.mobile-sub-menu-toggle {
    top: 0;
    height: 56px;
}

#mobile-menu .mobile-main-list-wrap > li {
    border-top: 1px solid #e5d1b6;
}

#mobile-menu .mobile-main-list-wrap > li > a {
    font-weight: 500;
}

#mobile-menu li.menu-item-has-children>a {
    width: calc(100% - 60px);
}

#mobile-menu li.menu-item-has-children>ul {
    display: none;
    position: relative;
}

#mobile-menu .mobile-main-list-wrap>li>ul>li>a {
    padding: 12px 0 12px 25px;
}

#mobile-menu .mobile-main-list-wrap>li>ul>li>ul>li>a {
    padding: 12px 0 12px 50px;
}

#mobile-menu li>a:hover,
#mobile-menu li.current-menu-item>a:not([href*="#"]),
#mobile-menu li.current-menu-ancestor>a {
    color: var(--salmon);
}

.mobile-sub-menu-toggle i {
    inset: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    transform: rotate(-135deg);

}

.mobile-sub-menu-toggle.mobile-sub-menu-toggle-reverse i {
    transform: rotate(45deg);
}

#mobile-menu-contact-info {
    text-align: center;
    position: relative;
    color: var(--white);
    background: var(--deep-teal);
    font-size: var(--b-font-size);
    font-weight: var(--b-font-weight);
}

#mobile-menu-contact-info-inner {
    z-index: 2;
    padding: 35px 30px;
    position: relative;
}

#mobile-menu-contact-info a {
    color: var(--white);
    display: inline-block;
}

#mobile-menu-contact-info a:hover {
    color: var(--salmon);
}

#mobile-logo {
    padding: 0;
    width: 100%;
    max-width: 100px;
    margin-left: 15px;
    margin-bottom: 15px;
}

#mobile-menu-contact-info-inner .widget {
    margin-top: 35px;
}

#mobile-menu-contact-info-inner .widget:first-child {
    margin-top: 0;
}

#mobile-menu-contact-info .contact-icon {
    width: 40px;
    height: 40px;
    margin-inline: auto;
    margin-bottom: 15px;
    border: 1px solid var(--white);
}

#mobile-menu-contact-info .contact-icon .phone-icon {
    width: 16px;
    height: 16px;
}

#mobile-menu-contact-info .contact-icon .email-icon {
    width: 18px;
    height: 13px;
}

/*--------------------------------------------------------------
## Social Links Menu
--------------------------------------------------------------*/
.menu-social-links-menu-container ul,
.menu-social-links-menu-container li {
    margin: 0;
    font-size: 0;
    list-style: none;
}

.menu-social-links-menu-container ul {
    text-align: center;
    white-space: nowrap;
}

.menu-social-links-menu-container li {
    display: inline-block;
}

.menu-social-links-menu-container li {
    margin-right: 10px;
    margin-bottom: 16px;
}

.menu-social-links-menu-container li:last-child {
    margin-right: 0;
}

.menu-social-links-menu-container li a {
    padding: 0;
    width: 48px;
    height: 48px;
    display: block;
    font-size: 14px;
    overflow: hidden;
    font-weight: 400;
    text-indent: 100%;
    position: relative;
    white-space: nowrap;
    background: var(--black);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
* Desktop & Mobile Menus responsive style
*/
@media screen and (max-width: 767px) {
    #mobile-navigation.mobile-menu-open {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }

    #toggle-menu {
        display: block !important;
    }

    #navbar {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #navbar a {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/
.list-item-no-bullet ul,
.list-item-no-bullet li {
    margin-left: 0;
    list-style: none;
}

.has-gradient-bg {
    isolation: isolate;
    position: relative;
}

.has-gradient-bg::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(to bottom, rgba(85, 112, 119, 0) 0%, rgba(0, 55, 70, 0.81) 100%);
    z-index: 0;
}

.has-text-shadow {
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.img-scale-from-left-top,
.img-scale-from-right-top {
    will-change: transform;
}

.main-banner-title,
.main-banner-sub-title,
.main-banner-btn {
    opacity: 0;
    filter: blur(24px);
    transform: scale(0.96);
    will-change: opacity, filter, transform;
}


/*
* Buttons
*/
.salmon-text-border-btn a {
    font-weight: 500;
    position: relative;
    padding-bottom: 6px;
    color: var(--salmon);
}

.salmon-text-border-btn a::after {
    content: '';
    display: block;
    position: absolute;
    background: var(--salmon);
    transition: all 0.2s;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.salmon-text-border-btn a:hover {
    color: var(--salmon);
}

.salmon-text-border-btn a:hover::after {
    width: 0%;
}

.salmon-solid-btn a,
.post-content-cta-btn {
    font-size: 21px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    padding: 12px 35px;
    display: inline-block;
    color: var(--deep-teal);
    background: var(--salmon);
    transition: all 0.3s ease;
}

/* Hover state */
.salmon-solid-btn a:hover,
.post-content-cta a:hover .post-content-cta-btn {
    color: var(--deep-teal);
    background: linear-gradient(to right, #fd9982 0%, #fd9a83 8%, #fce8cd 100%);
    transform: translateY(-2px);
    /* subtle lift */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    /* soft shadow */
}

/* Subtle "shine" effect */
.salmon-solid-btn a::after,
.post-content-cta-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    transition: left 0.6s ease;
}

/* shine sweeps across */
.salmon-solid-btn a:hover::after,
.post-content-cta-btn:hover::after {
    left: 125%;
}

.has-dark-text-link a {
    color: var(--deep-teal);
}

.has-dark-text-link a:hover {
    color: var(--salmon);
}

/*
* Homepage
*/
.home-banner-title-cnt>.vc_column-inner {
    display: flex;
    min-height: 50vh;
    align-items: center;
    justify-content: center;
}

.home-banner-cta>.vc_column-inner>.wpb_wrapper {
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.home-banner-cta-img img {
    transition: transform 0.5s ease;
}

.home-banner-cta-img a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.home-banner-cta-title {
    top: 50%;
    margin: 0;
    width: 100%;
    /* font-size: 1.9vw; */
    font-weight: 500;
    position: absolute;
    z-index: 2;
    text-align: center;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.home-banner-cta-title a {
    padding: 10px 15px;
    position: relative;
    color: var(--white);
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.home-banner-cta-img a::before,
.home-banner-cta-title a::before {
    content: '';
    position: absolute;
    display: block;
}

.home-banner-cta-title a::before {
    width: calc(100% - 30px);
    transition: transform 0.5s ease;
    background: var(--white);
    margin: auto;
    height: 2px;
    bottom: 5px;
    right: 0;
    left: 0;
    z-index: 1;
}

.home-banner-cta-title.home-banner-cta-title-reverse-underline a::before {
    display: none;
}

.home-banner-cta-img a::before {
    inset: 0;
    transition: opacity 0.2s ease;
    background: rgba(0, 0, 0, .26);
}

.home-banner-cta>.vc_column-inner>.wpb_wrapper:hover img,
.home-banner-cta>.vc_column-inner>.wpb_wrapper:hover .home-banner-cta-title a {
    transform: scale(1.05);
}

.home-banner-cta>.vc_column-inner>.wpb_wrapper:hover .home-banner-cta-img a::before {
    opacity: 0;
}

.home-banner-cta>.vc_column-inner>.wpb_wrapper:hover .home-banner-cta-title a::before {
    transform: scaleX(0);
}

.cbs-icon,
.cbs-cta-title,
.cbs-main-title {
    opacity: 0;
    will-change: transform;
}

.cbs-icon,
.cbs-main-title {
    transform: scale(0);
}

.cbs-cta-title {
    transform: translateY(25px);
}

.cbs-icon,
.cbs-icon use {
    width: 116px;
    height: 116px;
    display: block;
    border-radius: 50%;
}

.cbs-icon {
    margin-inline: auto;
    border: 4px solid var(--white);
    box-shadow: 0 3px 8px 0 rgba(1, 41, 52, .34);
}

.pool-management-title-cnt {
    padding-block: 150px;
}

/*
* Pacific Islands
*/
.country-title {
    display: flex;
    align-items: center;
}

.country-title span {
    padding-left: 20px;
}

.flag-icon,
.flag-icon use {
    width: 80px;
    height: 40px;
    display: inline-block;
}

/*
* Contact Us
*/
.contact-icon {
    width: 50px;
    height: 50px;
    position: relative;
    margin-bottom: 25px;
    border: 1px solid var(--deep-teal);
}

.contact-number-section .contact-icon,
.contact-email-section .contact-icon,
.contact-address-section .contact-icon {
    margin-bottom: 0;
}

.contact-number-section > .wpb_wrapper,
.contact-email-section > .wpb_wrapper,
.contact-address-section > .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-number-section a,
.contact-email-section a,
.contact-address-section a {
    color: var(--deep-teal);
}

.contact-icon svg,
.contact-icon use {
    display: block;
}

.contact-icon svg {
    inset: 0;
    margin: auto;
    position: absolute;
}

.contact-icon .phone-icon {
    width: 30px;
    height: 30px;
}

.contact-icon .email-icon {
    width: 30px;
    height: 21px;
}

.contact-icon .location-icon {
    width: 19px;
    height: 30px;
}

/*
* Blog Section
*/
#blog-grid {
    margin-left: -15px;
    margin-right: -15px;
}

.blog-post-item {
    float: left;
    padding: 15px;
    width: 33.33333%;
}

.blog-post-item-thumb {
    height: 300px;
    overflow: hidden;
    margin-bottom: 25px;
}

.blog-post-item-thumb a,
.blog-post-item-thumb img {
    display: block;
    width: 100% !important;
    height: 300px !important;
}

.blog-post-item-thumb img {
    object-fit: cover;
}

.blog-post-item-content {
    position: relative;
}

.blog-post-item-title {
    font-size: 21px;
    font-weight: 500;
}

.blog-post-item-title a {
    color: var(--black);
}

.blog-post-item-title a:hover {
    color: var(--dark-charcoal);
}

body.single-post .single-post-has-featured-img::before {
    content: '';
    position: absolute;
    display: inline-block;
    background: #fafafa;
    width: 100%;
    height: 70%;
    max-height: 500px;
    left: 0;
    top: 0;
}

body.single-post #content-wrap {
    max-width: 1010px;
    padding-bottom: 35px;
}

.post-entry-title {
    font-size: 42px;
    margin-bottom: 35px;
    text-align: center;
}

#post-featured-img {
    overflow: hidden;
    max-height: 500px;
    object-fit: cover;
    text-align: center;
    margin-bottom: 35px;
}

#post-featured-img img {
    width: 100%;
    height: 100%;
    display: block;
}

#single-post-content-wrap {
    display: grid;
    grid-template-columns: calc(100% - 340px) 270px;
    gap: 70px;
}

body.single-post .entry-content h2 {
    font-size: 26px;
    font-weight: 600;
}

body.single-post .entry-content h3 {
    font-size: 24px;
    font-weight: 600;
}

.post-about-img {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.post-about-img img {
    display: block;
    border-radius: 50%;
    border: 3px solid #fcfcfc;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);
}

.post-about-bio {
    padding: 25px;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 35px;
    background: #fafafa;
    border-radius: 12px;
    position: relative;
}

.post-about-bio *:last-child {
    margin-bottom: 0;
}

.post-about-bio::before {
    content: '';
    position: absolute;
    display: inline-block;
    margin: auto;
    width: 0;
    height: 0;
    top: -38px;
    left: 0;
    right: 0;
    border: 20px solid #fafafa;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.post-about-bio a {
    font-size: 16px;
    font-style: normal;
}

/*--------------------------------------------------------------
## Post Content CTA
--------------------------------------------------------------*/
.post-content-cta {
    position: relative;
    text-align: center;
    margin-bottom: 70px;
    background: #fff;
    border: 2px solid #000;
}

.post-content-cta.post-cta-with-floating-btn {
    margin-bottom: 95px;
}

.post-content-cta a {
    display: block;
    padding: 60px 70px 50px;
}

.post-content-cta a:hover {
    text-decoration: none;
}

.post-content-cta.post-cta-with-floating-btn a {
    padding-bottom: 0;
}

.post-content-cta-content-cnt {
    padding-bottom: 25px;
}

.post-cta-with-floating-btn .post-content-cta-content-cnt {
    padding-bottom: 1px;
}

.post-content-cta-content-cnt * {
    color: #333;
}

.post-content-cta-content-cnt p {
    margin-bottom: 0;
}

.post-content-cta-content-cnt h3 {
    color: #000;
    font-size: 26px !important;
    font-weight: 800 !important;
}

.post-cta-with-floating-btn .post-content-cta-btn {
    bottom: -43px;
}

@media screen and (max-width: 575px) {
    .post-content-cta {
        margin-bottom: 60px;
    }

    .post-content-cta  a {
        padding: 40px 25px;
    }

    .post-cta-with-floating-btn .post-content-cta-content-cnt {
        padding-bottom: 7px;
    }

    .post-content-cta-content-cnt h3 {
        font-size: 24px !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .post-content-cta  a {
        padding-inline: 35px;
    }
}

/*--------------------------------------------------------------
## FAQS
--------------------------------------------------------------*/
/*
* Simple FAQs
*/
.simple-faq-post-title {
    font-size: 30px;
}

.simple-faq-answer {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px dotted #e8e8e8;
}

/*
* Accordion FAQs
*/
#accordion-faqs-cnt {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.accordion-faq-post-item {
    margin: 0;
    padding-top: 10px;
    border-bottom: 1px solid #e8e8e8;
}

.accordion-faq-post-item:first-child {
    padding-top: 0;
}

.accordian-faq-post-title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    border: 1px solid #e8e8e8;
    border-bottom: none;
}

.accordian-faq-post-title a {
    display: block;
    position: relative;
    padding: 15px 85px 15px 35px;
}

.accordian-faq-post-title a::before {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    height: 12px;
    width: 12px;
    right: 35px;
    bottom: 0;
    top: 0;
    border-left: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    border-radius: 0 0 0 2px;
    transform: rotate(-45deg);
}

.accordian-faq-post-title a.active::before {
    transform: rotate(135deg);
}

.accordion-faq-answer {
    display: none;
    padding: 1px 35px 35px;
    border: 1px solid #e8e8e8;
    border-top: none;
}

.faq-answer *:last-child {
    margin-bottom: 0;
}

/*
* Main content section responsive style
*/
@media screen and (max-width: 575px) {
    .blog-post-item {
        float: none;
        clear: both;
        width: 100%;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }

    .blog-post-item-thumb,
    .blog-post-item-thumb a,
    .blog-post-item-thumb img {
        height: auto !important;
    }

}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .blog-post-item {
        width: 50%;
    }

    .blog-post-item:nth-child(2n+1) {
        clear: left;
    }

    .blog-post-item-thumb,
    .blog-post-item-thumb a,
    .blog-post-item-thumb img {
        height: 175px !important;
    }
}

@media screen and (max-width: 767px) {
    :root {
        --h1-font-size: 30px;

        --h2-font-size: 28px;

        --h3-font-size: 26px;

        --h4-font-size: 24px;

        --h5-font-size: 22px;

        --h6-font-size: 20px;
    }

    #single-post-content-wrap {
        display: block;
    }

    #single-post-content-cnt {
        margin-bottom: 35px;
    }

    .blog-post-item {
        margin-bottom: 20px;
    }

    .wp-pagenavi,
    .custom-posts-wrap {
        padding-bottom: 35px;
    }

    .accordian-faq-post-title {
        font-size: 18px;
    }

    .accordian-faq-post-title a {
        padding-left: 15px;
        padding-right: 65px;
    }

    .accordian-faq-post-title a::before {
        right: 20px;
        width: 10px;
        height: 10px;
    }

    .simple-faq-post-title {
        font-size: 24px;
    }

    .pool-management-title-cnt {
        padding-block: 70px;
    }

    .home-banner-cta > .vc_column-inner > .wpb_wrapper {
        margin-bottom: 0;
    }

    .home-banner-cta-title {
        font-size: 21px;
    }
}

@media screen and (min-width: 768px) {
    .blog-post-item:nth-child(3n+1) {
        clear: left;
    }

    .md-home-banner-p-top-zero>.vc_column-inner {
        padding-top: 0 !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .blog-post-item {
        margin-bottom: 35px;
    }

    .blog-post-item-thumb,
    .blog-post-item-thumb a,
    .blog-post-item-thumb img {
        height: 160px !important;
    }

    .wp-pagenavi,
    .custom-posts-wrap {
        padding-bottom: 50px;
    }

    .banner-cta-cols-4 .home-banner-cta-title {
        font-size: 2.8vw;
    }

    .banner-cta-cols-4 .home-banner-cta > .vc_column-inner > .wpb_wrapper {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .blog-post-item {
        margin-bottom: 55px;
    }

    .custom-posts-wrap {
        padding-bottom: 70px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-post-item-thumb,
    .blog-post-item-thumb a,
    .blog-post-item-thumb img {
        height: 200px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 32px;
    }

    .banner-cta-cols-3 .home-banner-cta-title {
        font-size: 2.4vw;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .banner-cta-cols-4 .home-banner-cta-title {
        font-size: 1.8vw;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-post-item-thumb,
    .blog-post-item-thumb a,
    .blog-post-item-thumb img {
        height: 252px !important;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: var(--deep-teal);
}

body.page-has-fixed-img-bg #footer {
    padding-top: 500px;
    background: linear-gradient(to bottom, rgba(85, 112, 119, 0) 0%, rgba(1, 41, 52, .56) 100%);
}

#footer,
#footer a {
    color: var(--white);
}

#footer a:hover {
    color: var(--salmon);
}

#footer-wrap {
    padding-block: 70px 0;
}

#footer-columns {
    display: flex;
    align-items: stretch;
}

.footer-column {
    display: flex;
    padding-inline: 15px;
    flex-direction: column;
}

#footer-column-1,
#footer-column-2 {
    padding-bottom: 70px;
}

#footer-column-1 {
    text-align: center;
    align-self: center;
}

#footer-column-3 {
    align-self: flex-end;
}

.footer-column .widget {
    margin-top: 35px;
}

.footer-column .widget:first-child {
    margin-top: 0;
}

.footer-column .widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 16px;
}

.footer-column .widget .widget-title a {
    display: inline-block;
}

.footer-column .widget_nav_menu ul,
.footer-column .widget_nav_menu ul li:last-child {
    margin-bottom: 0;
}

.footer-column .widget_nav_menu ul,
.footer-column .widget_nav_menu ul li {
    margin-left: 0;
    list-style: none;
}

#footer-logo {
    width: 100%;
    height: auto;
    max-width: 380px;
    margin-inline: auto;
}

/*
* Footer responsive style
*/
@media screen and (max-width: 767px) {
    #footer-column-1,
    #footer-column-2 {
        padding-bottom: 0;
    }

    #footer-column-1,
    #footer-column-2 {
        padding-bottom: 35px;
    }

    #footer-logo {
        max-width: 200px;
    }

    #footer .thirty-plus-year-icon {
        max-width: 120px;
    }
}

@media screen and (max-width: 991px) {
    body.page-has-fixed-img-bg #footer {
        padding-top: 0;
    }

    #footer-columns {
        flex-direction: column;
    }

    .footer-column {
        float: none;
        clear: both;
        width: 100%;
        margin-top: 30px;
    }

    #footer-columns .footer-column:first-child {
        margin-top: 0;
    }

    #footer .thirty-plus-year-icon {
        margin-inline: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #footer-column-1,
    #footer-column-2 {
        padding-bottom: 50px;
    }

    #footer-logo {
        max-width: 300px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    body.page-has-fixed-img-bg #footer {
        padding-top: 200px;
    }
}

@media screen and (min-width: 992px) {
    #footer-column-2 {
        flex-grow: 1;
    }
}

/*--------------------------------------------------------------
## Copyright
--------------------------------------------------------------*/
#copyright {
    font-size: 11px;
    text-align: center;
    background: var(--deep-teal);
    border-top: 1px solid #001c27;
}

body.page-has-fixed-img-bg #copyright {
    border: none;
}

#copyright,
#copyright a {
    color: var(--white);
}

#copyright *:last-child {
    margin-bottom: 0;
}

#nav_menu-2 {
    text-align: center;
}

#nav_menu-2 ul,
#nav_menu-2 li {
    margin: 0;
    list-style: none;
}

#nav_menu-2 li {
    margin-right: 35px;
    display: inline-block;
    position: relative;
}

#nav_menu-2 li::before {
    content: '';
    display: block;
    position: absolute;
    background: var(--white);
    border-radius: 50%;
    margin: auto;
    height: 4px;
    width: 4px;
    bottom: 0;
    left: -19px;
    top: 0;
}

#nav_menu-2 li:first-child::before {
    display: none;
}

#nav_menu-2 li:last-child {
    margin-right: 0;
}

#nav_menu-2 li a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

#nav_menu-2 li a:hover,
#nav_menu-2 li.current-menu-item a {
    color: var(--salmon);
}

@media screen and (max-width: 767px) {
    #nav_menu-2 li {
        margin-right: 10px;
    }

    #nav_menu-2 li::before {
        left: -8px;
        width: 2px;
        height: 2px;
    }

    #nav_menu-2 li a {
        font-size: 8px;
        padding-block: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #nav_menu-2 li a {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Sprite
--------------------------------------------------------------*/
#toggle-menu li#call-btn a::before,
#post-404 .entry-title-group::before,
.menu-social-links-menu-container li a::after,
.site-search-form .search-submit-field::before,
#header-search-form-cnt .site-search-form::before {
    background: url(../images/sprite@1x.webp) no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

    #toggle-menu li#call-btn a::before,
    #post-404 .entry-title-group::before,
    .menu-social-links-menu-container li a::after,
    .site-search-form .search-submit-field::before,
    #header-search-form-cnt .site-search-form::before {
        background: url(../images/sprite@2x.webp) no-repeat;
        background-size: 250px 250px;
    }
}

#toggle-menu li#call-btn a::before,
#post-404 .entry-title-group::before,
.menu-social-links-menu-container li a::after,
.site-search-form .search-submit-field::before,
#header-search-form-cnt .site-search-form::before {
    content: '';
    position: absolute;
    display: inline-block;
}

#toggle-menu li#call-btn a::before,
#post-404 .entry-title-group::before,
.menu-social-links-menu-container li a::after,
.site-search-form .search-submit-field::before,
#header-search-form-cnt .site-search-form::before {
    margin: auto;
}

.menu-social-links-menu-container li a::after,
.site-search-form .search-submit-field::before {
    inset: 0;
}

#header-search-form-cnt .site-search-form::before {
    top: 0;
    bottom: 0;
    left: 15px;
    width: 20px;
    opacity: 0.8;
    height: 20px;
    background-position: -197px -45px;
}

#toggle-menu li a::before {
    top: 12px;
    left: 0;
    right: 0;
}

#toggle-menu li#call-btn a::before {
    width: 16px;
    height: 17px;
    background-position: -204px -20px;
}

#toggle-menu li#location-btn a::before {
    width: 12px;
    height: 17px;
    background-position: -225px -20px;
}

#post-404 .entry-title-group::before {
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-position: 0 0;
}

.site-search-form .search-submit-field::before {
    z-index: 1;
    width: 20px;
    height: 20px;
    background-position: -105px 0;
}

.menu-social-links-menu-container li.icon-facebook a::after {
    width: 12px;
    height: 26px;
    background-position: -168px -117px;
}

.menu-social-links-menu-container li.icon-twitter a::after {
    width: 31px;
    height: 26px;
    background-position: -102px -117px;
}

.menu-social-links-menu-container li.icon-pinterest a::after {
    width: 20px;
    height: 26px;
    background-position: -140px -117px;
}

.menu-social-links-menu-container li.icon-linkedin a::after {
    width: 25px;
    height: 26px;
    background-position: -70px -117px;
}

.menu-social-links-menu-container li.icon-instagram a::after {
    width: 26px;
    height: 26px;
    background-position: 0 -118px;
}

.menu-social-links-menu-container li.icon-youtube a::after {
    width: 26px;
    height: 18px;
    background-position: -187px -117px;
}

.menu-social-links-menu-container li.icon-vimeo a::after {
    width: 31px;
    height: 26px;
    background-position: -32px -117px;
}

.menu-social-links-menu-container li.icon-website a::after {
    width: 25px;
    height: 25px;
    background-position: -218px -98px;
}

.menu-social-links-menu-container li.icon-email a::after {
    width: 25px;
    height: 18px;
    background-position: -195px -73px;
}