﻿@charset "UTF-8";

.o-aspect {
    position: relative;
}

.aligncenter, .alignleft, .alignnone, .alignright, .c-category .c-row__image, .c-logo-wrap, .c-main-content, .c-page-header, .c-page-header--full, .c-page-header--twothirds, .c-skip, .embed-container, .flexbox .o-module, .gallery, .review-text, .slick-list, html.open, svg:not(:root) {
    overflow: hidden;
}

.o-btn{
    overflow: visible;
}

img, legend {
    border: 0;
}

.slick-loading .slick-slide, .slick-loading .slick-track, blockquote:after {
    visibility: hidden;
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.u-alpha, .u-beta, .u-gamma, h1, h2, h3, tbody th {
    font-weight: 400;
}


.c-home-icon:hover, .c-nav__mobile, .o-btn, .slick-list.dragging, a {
    cursor: pointer;
}

.c-gray {
    background: #f2f2f2;
}

.center {
    text-align: center;
}

html {
    box-sizing: border-box;
    font-size: 1em;
    background-color: #fff;
    color: #333;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: Avenir-Medium,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1rem;
}

.c-features--enquiry--form, .c-warranty--form {
    max-width: 450px;
    margin: 0 auto;
}

    .c-features--enquiry--form h2, .c-warranty--form h2 {
        text-align: center;
        font-size: 27px;
        margin-bottom: 24px;
    }

    .c-features--enquiry--form .wpcf7-response-output, .c-new-content .wpcf7-validation-errors {
        text-align: center !important;
    }

    .c-features--enquiry--form .form-header, .c-features--enquiry--form input, .c-warranty--form .form-header, .c-warranty--form input {
        margin-bottom: 12px;
        height: 45px;
        color: #666;
        background: #fff;
        padding-left: 12px;
        width: 100%;
    }

    .c-features--enquiry--form .form-header, .c-warranty--form .form-header {
        line-height: 3;
    }

    .c-features--enquiry--form textarea, .c-warranty--form textarea {
        color: #666;
        width: 100%;
        padding-left: 12px;
    }

.c-features--enquiry--form p, .c-warranty--form p {
    margin: 0;
    padding: 0;
}

.c-features--enquiry--form .wpcf7-submit, .c-warranty--form .wpcf7-submit {
    margin-top: 24px;
}

.u-alpha, h1 {
    margin-bottom: .28571em;
}

.u-beta, h2 {
    margin-bottom: .375em;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3;
}

.u-gamma, h3 {
    margin-bottom: .92308em;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.84615;
}

.c-cms-content li {
    padding-left: 16px;
    text-indent: -15px;
}

.u-flydirt, small {
    font-size: 11px;
    font-size: .6875rem;
    line-height: .75;
}

.has-minortext li, .has-minortext p, .u-minortext {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.71429;
}

.o-layout {
    list-style: none;
    margin: 0 0 0 -24px;
    padding: 0;
}

.o-layout__item {
    display: inline-block;
    padding-left: 24px;
    vertical-align: top;
    width: 100%;
}

.o-layout--tiny {
    margin-left: -6px;
}

    .o-layout--tiny > .o-layout__item {
        padding-left: 6px;
    }

.o-layout--small {
    margin-left: -18px;
}

    .o-layout--small > .o-layout__item {
        padding-left: 18px;
    }

.o-layout--large {
    margin-left: -36px;
}

    .o-layout--large > .o-layout__item {
        padding-left: 36px;
    }

.o-layout--flush {
    margin-left: 0;
}

    .o-layout--flush > .o-layout__item {
        padding-left: 0;
    }

.o-wrapper {
    max-width: 2000px;
    margin: 0 auto;
    padding: 0 24px;
}

@media all and (min-width:960px) {
    .o-wrapper {
        padding: 0 48px;
    }
}

.o-wrapper--auto {
    width: auto;
}

.o-wrapper--small {
    max-width: 900px;
}

.o-wrapper--medium {
    max-width: 1200px;
}

.o-wrapper--xlmedium {
    max-width: 1300px;
}

.o-wrapper--xxlmedium {
    max-width: 1400px;
}

.o-wrapper--page {
    max-width: 1700px;
}

.o-wrapper--flush {
    padding: 0;
    max-width: 100%;
}

.o-wrapper--flush-padding {
    max-width: 100%;
}

.o-wrapper--video {
    max-width: 1300px;
}

.o-btn {
    display: inline-block;
    vertical-align: middle;
    font: inherit;
    text-align: center;
    margin: 0;
    background-color: #000;
    border: none;
    border-radius: 3px;
}

    .o-btn, .o-btn:active, .o-btn:focus, .o-btn:hover {
        text-decoration: none;
        color: #FFF;
    }

        .o-btn::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

.o-btn {
    background: #46b5b9;
    padding: 8px 26px;
    transition: .33s;
    font-weight: 700;
    letter-spacing: 1px;
}

.o-btn--page, .o-btn--page-second {
    padding: 8px 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.o-btn:hover {
    background: #001d4d;
}

.o-btn--page-second, .o-btn--page:hover {
    background: 0 0;
    color: #46b5b9;
}

.o-btn--home-icons {
    border: 1px solid #46b5b9;
    margin: 0 auto;
    text-transform: uppercase;
}

.o-btn--page {
    border-radius: 4px;
    border: 3px solid #46b5b9;
    font-size: 15px;
}

.o-btn--page-second {
    border: 3px solid #46b5b9;
    border-radius: 4px;
}

    .o-btn--page-second:hover {
        background: #46b5b9;
        color: #fff;
    }

.o-btn--read-more {
    margin-top: 24px;
}

.o-btn--hero {
    border: 1px solid #fff;
    font-weight: 600;
}

.o-btn--outline {
    padding: 8px 40px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #46b5b9;
    border: 3px solid #46b5b9;
    font-weight: 700;
    letter-spacing: 1px;
    background: 0 0;
}

    .o-btn--outline:hover {
        background: #46b5b9;
        color: #fff;
    }

.flexbox .o-module {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexbox .o-module__item {
    display: -ms-flexbox;
    display: flex;
}

.flexbox .o-module__content {
    -ms-flex: 1;
    flex: 1;
}

.flexbox .o-module__content--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.o-aspect:before {
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 100%;
    float: left;
}

.o-aspect--69:before {
    padding-bottom: 69%;
}

.o-aspect--4by3:before {
    padding-bottom: 66.667%;
}

.o-aspect--16by9:before {
    padding-bottom: 56.25%;
}

.o-fluid-object, .o-fluid-object--69 {
    padding-bottom: 69%;
}

.o-aspect > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.o-fluid-object {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
}

    .o-fluid-object iframe, .o-fluid-object object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.o-fluid-object--56 {
    padding-bottom: 56%;
}

.o-fluid-object--4by3 {
    padding-bottom: 66.667%;
}

.o-fluid-object--16by9 {
    padding-bottom: 56.25%;
}

.c-skip {
    position: absolute;
    width: 1px;
    height: 1px;
    top: -10px;
    z-index: -999;
}

    .c-skip:active, .c-skip:focus, .c-skip:hover {
        width: auto;
        height: auto;
        display: inline-block;
        top: 12px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 999;
    }

.c-logo-wrap {
    max-width: 160px;
    padding-bottom: 6px;
    float: left;
}

.c-site-nav {
    display: inline-block;
    float: right;
}

    .c-site-nav.open {
        position: relative;
        height: 100vh;
        width: 100%;
        margin-top: 0;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none !important;
        scrollbar-width: none !important;
    }

        .c-site-nav.open ::-webkit-scrollbar {
            display: none;
            width: 0;
            background: 0 0;
        }

        .c-site-nav.open ::-webkit-scrollbar-thumb {
            display: none;
            background: #001d4d;
        }

.c-site-nav {
    margin-top: 24px;
}

    .c-site-nav ul li {
        display: inline-block;
        padding: 0 12px;
    }

        .c-site-nav ul li a {
            color: #fff;
            font-weight: 600;
            text-decoration: none;
        }

            .c-site-nav ul li a:hover {
                color: #46b5b9;
            }

    .c-site-nav .sub-menu {
        background: #001d4d;
        padding-top: 12px;
    }

        .c-site-nav .sub-menu li {
            display: block;
            padding-top: 6px;
        }

.c-nav__mobile {
    width: 40px;
    height: 45px;
    position: relative;
    top: 12px;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: .5s ease-in-out;
    float: right;
}

@media (min-width:1270px) {
    .c-nav__mobile {
        display: none;
    }
}

.c-nav__mobile span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: .25s ease-in-out;
}

    .c-nav__mobile span:nth-child(even) {
        left: 50%;
    }

    .c-nav__mobile span:nth-child(odd) {
        left: 0;
    }

    .c-nav__mobile span:nth-child(1), .c-nav__mobile span:nth-child(2) {
        top: 0;
    }

    .c-nav__mobile span:nth-child(3), .c-nav__mobile span:nth-child(4) {
        top: 12px;
    }

    .c-nav__mobile span:nth-child(5), .c-nav__mobile span:nth-child(6) {
        top: 24px;
    }

.c-nav__mobile.open span:nth-child(1), .c-nav__mobile.open span:nth-child(6) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-nav__mobile.open span:nth-child(2), .c-nav__mobile.open span:nth-child(5) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-nav__mobile.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

.c-nav__mobile.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

.c-nav__mobile.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.c-nav__mobile.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.c-footer__social .c-social__icon .c-svgicon:hover, .c-home-icon:hover, .c-widget__content ul li a:hover {
    opacity: .75;
}

.c-nav__mobile.open span:nth-child(5) {
    left: 5px;
    top: 18px;
}

.c-nav__mobile.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 18px;
}

.c-nav__mobile--home span {
    background: #fff;
}

@media (max-width:1270px) {
    .c-nav {
        display: none;
    }

        .c-nav.open {
            display: block;
            height: 100vh;
            padding-bottom: 50%;
            overflow: scroll;
        }

            .c-nav.open li {
                width: 100%;
                display: block;
                text-align: center;
                padding-bottom: 24px;
            }

                .c-nav.open li .sub-menu {
                    display: none;
                    position: relative;
                }

            .c-nav.open .c-nav--phone svg {
                display: inline-block;
                width: 20px;
                height: 20px;
                margin-right: 8px;
                margin-top: 0;
                padding-top: 0;
                vertical-align: text-top;
            }

            .c-nav.open li.menu-item-has-children {
                position: relative;
            }

                .c-nav.open li.menu-item-has-children::after {
                    content: url(https://naked-pools.com/wp-content/themes/nakedpools/assets/img/inline/plus-mob.svg);
                    position: absolute;
                    top: 0;
                    right: 12px;
                    color: #fff;
                    width: 20px;
                    height: 20px;
                    fill: #fff;
                }

                .c-nav.open li.menu-item-has-children.open {
                    margin-bottom: -24px;
                }

                    .c-nav.open li.menu-item-has-children.open::after {
                        content: url(https://naked-pools.com/wp-content/themes/nakedpools/assets/img/inline/minus-mob.svg);
                    }
}

.c-nav--phone {
    display: inline-block;
}

    .c-nav--phone svg {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: -6px;
        padding-top: 3px;
    }

    .c-nav--phone a {
        display: inline-block !important;
    }

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sf-menu li {
        position: relative;
        white-space: nowrap;
        transition: background .2s;
    }

    .sf-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
        min-width: 12em;
    }

    .sf-menu a, .sf-menu li.sfHover > ul, .sf-menu li:hover > ul {
        display: block;
    }

    .sf-menu > li {
        float: left;
    }

    .sf-menu a {
        position: relative;
        margin: .5em;
        text-decoration: none;
        zoom: 1;
    }

    .sf-menu ul ul {
        top: 0;
        left: 100%;
    }

.sf-menu {
    float: right;
}

    .sf-menu li.sfHover, .sf-menu li:hover {
        transition: none;
    }

        .sf-menu li.sfHover a:after, .sf-menu li:hover a:after {
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.sf-arrows .sf-with-ul {
    padding-right: .5em;
}

    .sf-arrows .sf-with-ul:after {
        content: '';
        -webkit-mask: url(https://naked-pools.com/wp-content/themes/nakedpools/assets/img/inline/chevron-right.svg) no-repeat 50% 50%;
        mask: url(https://naked-pools.com/wp-content/themes/nakedpools/assets/img/inline/chevron-right.svg) no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        position: absolute;
        top: 50%;
        right: -1em;
        margin-top: -7px;
        height: 15px;
        width: 15px;
        background: #fff;
        transition: .33s;
    }

.c-hero, .c-top {
    position: relative;
}

.sf-with-ul:hover:after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #46b5b9;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent transparent transparent #dFeEFF;
    border-left-color: rgba(255,255,255,.5);
}

.sf-arrows ul .sfHover > .sf-with-ul:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul li > .sf-with-ul:focus:after {
    border-left-color: #fff;
}

.c-top {
    background-color: #001d4d;
    z-index: 3;
}

.c-header {
    padding-top: 6px;
    padding-bottom: 6px;
}

.c-header--logo {
    max-width: 150px;
}

.c-hero {
    height: 100%;
    min-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.c-hero--content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 700px;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

.c-hero--title {
    margin-bottom: 24px;
}

    .c-hero--title h2 {
        color: #fff;
        text-shadow: 0 0 5px rgba(0,0,0,.61);
        font-size: 2.5em;
        font-weight: 600;
        letter-spacing: .03em;
    }

.c-home-content h2, .c-home-image--box h2 {
    color: #46b5b9;
}

.c-home-image {
    padding-top: 48px;
    padding-bottom: 48px;
}

.c-home-image--box {
    padding-bottom: 24px;
    text-align: center;
}

    .c-home-image--box img {
        padding: 24px;
    }

.c-home-content, .c-home-icons--title {
    padding-top: 48px;
    padding-bottom: 24px;
}

.c-home-image--box .o-btn {
    margin-top: 24px;
}

.c-home-icons {
    background-color: #001d4d;
}

.c-home-icons--title {
    color: #fff;
    text-align: center;
}

.c-home-icons p {
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.c-home-icons--box {
    max-width: 80%;
    margin: 0 auto;
}

@media (max-width:679px) {
    .c-home-icons--box {
        max-width: 100%;
    }
}

.c-home-icon {
    text-align: center;
    transition: .33s;
}

    .c-home-icon img {
        max-width: 80px;
        margin: 0 auto;
    }

    .c-home-icon p {
        color: #fff;
        padding-top: 12px;
        padding-bottom: 12px;
    }

.c-testimonials--home {
    padding-top: 48px;
    padding-bottom: 48px;
}

    .c-testimonials--home h2 {
        text-align: center;
        color: #46b5b9;
    }

.c-testimonials--home__button {
    width: 100%;
    text-align: center;
}

.c-testimonials--page {
    margin-top: 48px;
    margin-bottom: 48px;
}

    .c-testimonials--page .c-cms-content {
        margin-bottom: 24px;
    }

        .c-testimonials--page .c-cms-content h1, .c-testimonials--page .c-cms-content h2 {
            margin-bottom: 48px;
            color: #46b5b9;
        }

    .c-testimonials--page > div {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0;
        height: 100%;
    }

.c-testimonials--page__content {
    margin-bottom: 48px;
    background-color: #f9f9f9;
    transition: background-color 2s;
    padding: 10px;
}

    .c-testimonials--page__content .p-name {
        margin-bottom: 0;
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 18px;
    }

    .c-testimonials--page__content span {
        color: #666;
    }

    .c-testimonials--page__content .circle {
        background-color: #46b5b9 !important;
        width: 60px;
        height: 60px;
        text-align: center;
        position: relative;
        border-radius: 50%;
        float: left;
    }

        .c-testimonials--page__content .circle span {
            color: #fff;
            font-size: 1.5em;
            text-shadow: 1px 1px 10px rgba(0,0,0,.2);
            position: absolute;
            top: 50%;
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

    .c-testimonials--page__content .text {
        margin-left: 100px;
    }

    .c-testimonials--page__content.active {
        background-color: #46b5b9;
    }

.c-testimonials--video {
    padding-bottom: 48px;
}

    .c-testimonials--video iframe {
        width: 100% !important;
        height: auto !important;
    }

@media (max-width:679px) {
    .c-testimonials--video iframe {
        height: 335px !important;
    }
}

.c-testimonials--image {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 24px;
}

.c-page-header {
    position: relative;
    height: 400px;
    background: url(https://naked-pools.com/wp-content/themes/nakedpools/assets/img/header_bg.png) repeat-x;
    background-size: auto 400px;
}

    .c-page-header.full {
        background: 0 0;
    }

        .c-page-header.full h2 {
            text-shadow: 1px 0 8px #000;
        }

.c-page-header--full {
    height: 400px;
    background-position: center;
    position: relative;
    background-size: cover;
}

.c-page-header h1, .c-page-header h2, .c-page-header h3, .c-page-header p {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.c-page-header h2 {
    font-size: 33px;
}

@media (max-width:1200px) {
    .c-page-header h2 {
        font-weight: 800;
        text-shadow: 1px 0 8px #000;
    }
}

.c-page-header--image {
    max-width: 400px;
}

.c-page-header--twothirds--background {
    position: absolute;
    background-position: center center;
    height: 400px;
    background-size: cover;
}

.c-page-header--twothirds .c-page-header__content {
    height: 400px;
    min-width: 400px;
    position: relative;
    z-index: 2;
    -ms-transform: translateY(20%);
    transform: translateY(20%);
}

.c-page-header--full .c-page-header__content {
    padding: 24px;
}

    .c-page-header--full .c-page-header__content.center {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .c-page-header--full .c-page-header__content.left {
        margin: 0 auto;
        padding: 0 48px;
        max-width: 1350px;
        text-align: left;
        -ms-transform: translateY(150%);
        transform: translateY(150%);
    }

.c-page--title, .c-page-header.category h1 {
    font-weight: 800;
    margin-top: 24px;
    letter-spacing: 1px;
}

.c-page-header--full .c-page-header__content.left .g-center {
    text-align: left;
}

.c-page-header__content {
    color: #fff;
}

    .c-page-header__content.left {
        text-align: left;
    }

.c-page-header--default {
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

    .c-page-header--default .center {
        text-align: center;
    }

        .c-page-header--default .center p {
            color: #fff;
            font-size: 33px;
        }

.c-page-header.category {
    margin-bottom: 72px;
}

    .c-page-header.category h1 {
        font-size: 22px;
    }

    .c-page-header.category .c-page-header--default .center {
        -ms-transform: translateY(20%);
        transform: translateY(20%);
    }

@media (max-width:700px) {
    .c-page-header.category .c-page-header--default .center p {
        font-size: 28px;
    }
}

.c-page h1, .c-page h2 {
    color: #46b5b9;
    margin-bottom: 1.375em;
}

.c-how-to, .c-post .u-alpha {
    margin-bottom: 48px;
}

.c-page--title {
    font-size: 18px;
    color: #46b5b9;
}

.c-page .c-page--second-content--text p, .c-page--content p {
    font-size: 18px;
    line-height: 1.7;
}

.c-page--content--bottom-buttons, .c-page--second-content--bottom-buttons {
    padding-bottom: 36px;
}

.c-page--new-block {
    margin-top: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
}

    .c-page--new-block:nth-child(even) {
        background-color: #efefef;
    }

.c-page--image-caption {
    margin-top: 12px;
}

.c-how-to, .c-how-to .c-cms-content {
    margin-top: 48px;
}

.c-page--image-caption p {
    font-size: 14px;
    color: #000;
}

.c-post .u-alpha {
    text-align: center;
    font-weight: 700;
}

.c-how-to h1.u-alpha {
    margin-bottom: 24px;
    color: #001d4d;
    font-weight: 700;
}

.c-how-to .embed-container {
    margin-bottom: 0;
}

.c-how-to .video-title {
    font-size: 22px;
    font-weight: 700;
    margin-top: 12px;
    color: #46b5b9;
    transition: .33s;
}

    .c-how-to .video-title:hover {
        color: #001d4d;
    }

.c-how-to a {
    text-decoration: none;
}

.error404 .c-content {
    text-align: center;
    color: #fff;
    padding-top: 196px;
    padding-bottom: 196px;
    background: #46b5b9;
}

    .error404 .c-content .c-main-content {
        color: #fff;
    }

.c-new-content {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

    .c-new-content .o-layout {
        padding-top: 48px;
        padding-bottom: 48px;
    }

.c-new-content--block--buttons {
    margin-top: 36px;
    display: -ms-flexbox;
    display: flex;
}

    .c-new-content--block--buttons .o-btn {
        width: 45%;
        margin: 0 auto;
        font-size: 13px;
    }

.c-new-content--bottom-buttons {
    text-align: center;
    margin-bottom: 48px;
}

.c-new-content h2 {
    margin-bottom: .375em;
}

.c-new--block--content {
    overflow: auto;
    position: relative;
    z-index: 1;
    padding: 0 24px;
}

    .c-new--block--content h3 {
        line-height: 1.6;
    }

    .c-new--block--content iframe {
        width: 100%;
    }

@media (max-width:669px) {
    .c-new-content .o-layout__item {
        position: relative;
    }

    .c-new--block--content h2, .c-new--block--content h3 {
        margin-top: 24px;
    }
}

.c-new--block-background {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: auto;
    z-index: 0;
}

.o-layout__item:nth-child(odd) .c-new--block-background {
    right: 40%;
    position: absolute;
    background-size: 50% 100%;
}

@media (max-width:669px) {
    .o-layout__item:nth-child(odd) .c-new--block-background {
        right: unset;
    }
}

.c-manuals {
    margin-top: 0;
}

.c-manuals--files {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 24px;
}

.c-manuals--download {
    padding: 10px 24px;
    margin: 5px;
    width: 100%;
}

    .c-manuals--download .pdf-icon {
        width: 50px;
    }

    .c-manuals--download a {
        text-decoration: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .c-manuals--download p {
        margin: auto auto auto 12px;
    }

    .c-manuals--download:nth-child(odd) {
        background: #fff;
    }

.c-post {
    margin-top: 48px;
    margin-bottom: 48px;
}

.c-post--title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding-top: 24px;
    margin-bottom: 48px;
    color: #46b5b9;
}

.c-post--content h1, .c-post--content h2, .c-post--content h3, .c-post--content h4 {
    color: #46b5b9;
    margin-bottom: 1.357em;
}

.c-post .wp-post-image {
    padding-bottom: 48px;
}

.c-post--next, .c-post--previous {
    background: #f9f9f9;
    color: #000;
    padding: 20px;
    width: 100%;
}

    .c-post--next a, .c-post--previous a {
        color: #000;
        font-size: 20px;
        text-decoration: none;
        vertical-align: middle;
        font-weight: 700;
    }

    .c-post--next:hover, .c-post--previous:hover {
        background: #46b5b9;
        color: #fff;
    }

        .c-post--next:hover a, .c-post--previous:hover a {
            color: #fff;
        }

@media (max-width:679px) {
    .c-post--next, .c-post--previous {
        text-align: center !important;
        margin-top: 6px;
        margin-bottom: 6px;
    }
}

.c-post--previous {
    text-align: left;
}

.c-post--next {
    text-align: right;
}

.c-cms-meta {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}

    .c-cms-meta a {
        color: #46b5b9;
        text-decoration: none;
    }

        .c-cms-meta a:hover {
            text-decoration: underline;
        }

.img-responsive {
    width: auto !important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    max-width: 100%;
    height: auto;
    margin-bottom: 48px;
}

    .embed-container embed, .embed-container iframe, .embed-container object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.c-category--header {
    height: 107px;
    border-bottom: 1px solid green;
}

.c-category .u-alpha {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 96px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    color: #46b5b9;
}

.c-category .c-row {
    margin-bottom: 48px;
}

.c-category .c-row__image {
    max-width: 400px;
    float: left;
    height: 252px;
}

.c-category .c-row__content {
    margin-left: 424px;
}

@media (max-width:750px) {
    .c-category .c-row__image {
        max-width: 100%;
        margin-bottom: 24px;
        height: auto;
    }

    .c-category .c-row__content {
        margin-left: 0;
        margin-top: 24px;
    }
}

.c-category .c-row__description p {
    margin-bottom: 0;
}

.c-category .c-row--child, .c-faq__content {
    margin-bottom: 48px;
}

.c-category .c-row__heading a {
    text-decoration: none;
}

.c-category--content .nav-links {
    display: block;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 12px;
}

    .c-category--content .nav-links .page-numbers {
        display: inline-block;
        background: #46b5b9;
        width: auto;
        min-width: 40px;
        padding: 10px;
        height: auto;
        color: #fff;
        margin: 3px;
        line-height: 1;
        border: 1px solid #fff;
        text-decoration: none;
        transition: all .33s;
    }

        .c-category--content .nav-links .page-numbers.current, .c-category--content .nav-links .page-numbers:hover {
            border: 1px solid #46b5b9;
            color: #46b5b9;
            background: #fff;
        }

.c-google-reviews {
    padding-top: 48px;
    padding-bottom: 48px;
}

    .c-google-reviews h2 {
        color: #46b5b9;
        text-align: center;
    }

.c-google-reviews--button {
    width: 100%;
    text-align: center;
    padding-top: 48px;
}

#map-plug {
    display: none;
}

#google-reviews {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.review-item {
    margin: 0 auto;
    padding: 1em;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
}

@media (max-width:1200px) {
    .review-item {
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
    }
}

@media (max-width:450px) {
    .review-item {
        -ms-flex: 1 1 90%;
        flex: 1 1 90%;
    }
}

.review-meta, .review-stars {
    text-align: center;
    font-size: 115%;
}

.review-author {
    text-transform: capitalize;
    font-weight: 700;
}

.review-date {
    opacity: .6;
    display: block;
}

.review-text {
    line-height: 1.55;
    text-align: left;
    max-width: 32em;
    margin: auto;
    max-height: 145px;
}

    .review-text.open {
        max-height: 100%;
    }

.review-stars ul {
    display: inline-block;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

    .review-stars ul li {
        float: left;
        list-style: none !important;
        margin-right: 1px;
        line-height: 1;
    }

.c-features__list ul, .c-widget__content ul, .slick-dots {
    list-style: none;
}

.review-stars ul li i {
    color: #E4B248;
    font-size: 1.4em;
    font-style: normal;
}

    .review-stars ul li i.inactive {
        color: #c6c6c6;
    }

.star:after {
    content: "\2605";
}

.c-google-reviews img {
    padding-top: 12px;
    height: 70px;
    width: auto;
    margin: auto;
}

.c-footer {
    padding-top: 36px;
    background: #001d4d;
}

.c-footer__copy {
    margin-top: 24px;
    text-align: center;
    font-size: 13px;
}

    .c-footer__copy p {
        color: #fff;
    }

    .c-footer__copy a {
        color: #fff;
        text-decoration: none;
    }

        .c-footer__copy a:hover {
            text-decoration: underline;
        }

.c-footer__social {
    margin-top: 40px;
    text-align: center;
}

    .c-footer__social .c-social__icon {
        display: inline-block;
        margin: 4px;
    }

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
}

.c-footer__social .c-social__icon .c-svgicon {
    width: 36px;
    height: 36px;
    fill: #46b5b9;
    color: #fff;
    stroke: #46b5b9;
    stroke-width: 2px;
    background: #fff;
    transition: .33s;
    border-radius: 50%;
}

.c-footer__logos {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
}

    .c-footer__logos div {
        text-align: center;
    }

        .c-footer__logos div img {
            width: auto;
            max-height: 90px;
            margin: 0 auto;
        }

.c-footer--brand-logo {
    max-width: 258px;
    margin: auto;
}

.c-footer__widgets {
    margin-top: 36px;
    margin-bottom: 12px;
}

.c-widget__content ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: .33s;
}

.slick-dots li button, .slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    background: 0 0;
    outline: 0;
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: 0;
    }

    .slick-list.dragging {
        cursor: hand;
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide {
    display: inline-block;
}

.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0;
}

.slick-next, .slick-prev {
    font-size: 16px;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    border: none;
}

    .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
        opacity: 1;
    }

    .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
        opacity: .25;
    }

    .slick-next:before, .slick-prev:before {
        font-family: "Font Awesome 5 Free";
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
        opacity: .75;
    }

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}

    .slick-prev:before, [dir=rtl] .slick-prev:before {
        content: "\f053";
    }

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "\f054";
}

[dir=rtl] .slick-next:before {
    content: 'â†';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    bottom: -25px;
    width: 100%;
    margin: 0;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            border: 0;
        }

            .slick-dots li button:focus, .slick-dots li button:hover {
                outline: 0;
            }

                .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: Font-Awesome;
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: 'â€¢';
                text-align: center;
                opacity: .25;
                color: #000;
            }

.c-acc--title, .c-faq--title {
    position: relative;
    cursor: pointer;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

.aligncenter, .alignleft, .alignnone, .alignright {
    display: block;
    height: auto;
    margin-bottom: .75em;
}

    .aligncenter img, .alignleft img, .alignnone img, .alignright img {
        display: block;
        width: auto;
        height: auto;
    }

.alignleft {
    width: auto;
    margin: 0 auto;
}

    .alignleft img {
        display: block;
        width: auto;
        height: auto;
    }

.alignright {
    width: 100%;
    margin-bottom: .75em;
}

@media all and (min-width:459px) {
    .alignleft {
        float: left;
        clear: left;
        margin-right: 1.5em;
    }

    .alignright {
        width: 40%;
        max-width: 40%;
        float: right;
        clear: right;
        margin-left: 1.5em;
    }
}

.aligncenter {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.alignnone {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.wp-caption-text {
    margin: 6px 12px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.71429;
    font-style: italic;
    text-align: center;
}

.gallery {
    clear: both;
}

.gallery-item {
    display: block;
    float: left;
}

.gallery-icon a {
    display: block;
    padding: 6px;
    background: #FFF;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
}

    .gallery-icon a:active, .gallery-icon a:focus, .gallery-icon a:hover {
        box-shadow: 0 0 6px rgba(0,0,0,.15);
    }

.gallery img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery figcaption {
    display: none;
}

.c-acc--title, .c-features__content div {
    display: inline-block;
}

.c-faq--title h3 {
    border-bottom: 1px solid #46b5b9;
}

.c-faq--title.open {
    color: #46b5b9;
}

    .c-faq--title.open h3 {
        border-bottom: 1px solid #FFF;
    }

    .c-faq--title.open:before {
        -webkit-mask: url(https://naked-pools.com/wp-content/themes/nakedpools/assets/img/inline/minus.svg) no-repeat 50% 50%;
        mask: url(https://naked-pools.com/wp-content/themes/nakedpools/assets/img/inline/minus.svg) no-repeat 50% 50%;
        background: #46b5b9;
    }

.c-faq--title:before {
    content: '';
    -webkit-mask: url(https://naked-pools.com/wp-content/themes/nakedpools/assets/img/inline/plus.svg) no-repeat 50% 50%;
    mask: url(https://naked-pools.com/wp-content/themes/nakedpools/assets/img/inline/plus.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 50%;
    left: -2em;
    margin-top: -10px;
    height: 20px;
    width: 20px;
    background: #000;
    transition: .33s;
}

.c-acc--title:after, .c-store--name:after {
    -webkit-mask: url(https://naked-pools.com/wp-content/themes/nakedpools/assets/img/inline/chevron-right.svg) no-repeat 50% 50%;
    top: 50%;
}

@media (max-width:990px) {
    .c-faq--title h3 {
        font-size: 22px;
        line-height: 1.4;
    }
}

@media (max-width:679px) {
    .c-faq--title h3 {
        font-size: 18px;
        line-height: 1.4;
    }
}

.c-faq--page-content {
    margin-top: 48px;
}

.c-features--hero .c-page--title {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-150%);
    transform: translate(-50%,-150%);
    font-size: 3em;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,.61);
}

.c-acc--img {
    float: left;
    max-width: 40px;
    margin-top: -5px;
}

.c-acc--title {
    border-bottom: 1px solid #46b5b9;
    margin-bottom: 16px;
    padding-bottom: 12px;
    width: 100%;
}

    .c-acc--title:after, .c-features__list ul li:before {
        position: absolute;
        transition: .33s;
        content: '';
    }

    .c-acc--title.open:after {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .c-acc--title:after {
        mask: url(https://naked-pools.com/wp-content/themes/nakedpools/assets/img/inline/chevron-right.svg) no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        right: 0;
        margin-top: -16px;
        height: 20px;
        width: 20px;
        background: #46b5b9;
    }

.c-acc--gallery--1, .c-acc--gallery--2, .c-acc--gallery--3, .c-features--hero {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.c-acc--title h3 {
    font-size: 20px;
    display: block;
    margin-bottom: 0;
    margin-left: 55px;
    padding-right: 24px;
    line-height: 30px;
}

@media (max-width:900px) {
    .c-acc--title h3 {
        font-size: 18px;
    }
}

.c-acc--content {
    margin-left: 18px;
}

.c-acc--gallery {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
}

@media (max-width:679px) {
    .c-acc--gallery {
        display: none;
    }
}

.c-acc--gallery--1, .c-acc--gallery--2, .c-acc--gallery--3 {
    padding-top: 56%;
}

.c-acc--gallery--2, .c-acc--gallery--3 {
    width: 50%;
    padding-top: 36%;
    border-top: 12px solid #fff;
}

.c-acc--gallery--2 {
    float: left;
    border-right: 6px solid #fff;
}

.c-acc--gallery--3 {
    float: right;
    border-left: 6px solid #fff;
}

.c-benefits__accordion {
    margin: 48px 24px;
}

@media (max-width:959px) {
    .c-benefits__accordion {
        margin-left: 0;
        margin-top: 48px;
        margin-right: 0;
    }
}

.c-features h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1em;
}

.c-features--hero {
    height: 500px;
    background-attachment: fixed;
}

.c-features--hero--overlay {
    width: 100%;
    max-width: 550px;
    margin: -200px auto 0;
    padding: 12px;
}

.c-features__list {
    margin-left: 24px;
}

@media (max-width:959px) {
    .c-features__list {
        margin-left: 0;
        padding-top: 24px;
    }
}

.c-features__list ul li:nth-child(odd) {
    background: #e8f7fb;
}

.c-features__list ul li:before {
    -webkit-mask: url(https://naked-pools.com/wp-content/themes/nakedpools/assets/img/inline/check.svg) no-repeat 50% 50%;
    mask: url(https://naked-pools.com/wp-content/themes/nakedpools/assets/img/inline/check.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    left: 6px;
    height: 20px;
    width: 20px;
    background: #46b5b9;
}

.c-features__list ul li {
    position: relative;
    padding: 10px 10px 10px 40px;
    font-size: 16px;
}

.c-features--enquiry {
    background: #46b5b9;
    padding-bottom: 48px;
}

.c-features--enquiry--header {
    max-width: 450px;
    padding-top: 48px;
    margin: 0 auto;
}

    .c-features--enquiry--header h1, .c-features--enquiry--header h2, .c-features--enquiry--header h3, .c-features--enquiry--header h4, .c-features--enquiry--header h5, .c-features--enquiry--header p {
        color: #fff;
    }

    .c-features--enquiry--header h1, .c-features--enquiry--header h2, .c-features--enquiry--header h3 {
        margin-bottom: .3em;
    }

.c-features--enquiry--form {
    max-width: 400px;
}

    .c-features--enquiry--form .wpcf7-submit {
        padding-left: 0;
    }

.c-features .c-page--content .o-layout__item {
    padding-left: 72px;
}

@media (max-width:1200px) {
    .c-features .c-page--content .o-layout__item {
        padding-left: 24px;
    }
}

.c-features c-new-content {
    max-width: 1100px;
}

.c-features .c-new--block--content {
    margin: 0 43px;
}

.c-freshwater-content {
    max-width: 1000px;
    margin: auto;
}

.c-freshwater--table {
    margin-bottom: 48px;
    margin-top: 96px;
}

.c-freshwater--table--header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .c-freshwater--table--header div {
        -ms-flex: 1;
        flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 33%;
        margin-top: auto;
    }

        .c-freshwater--table--header div p {
            font-size: 18px;
            font-weight: 700;
        }

    .c-freshwater--table--header img {
        width: 150px;
        margin: 0 auto 24px;
    }

.c-freshwater--table--row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .c-freshwater--table--row div {
        max-width: 33%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .c-freshwater--table--row div p {
            margin: auto auto auto 6px;
        }

        .c-freshwater--table--row div .inner-icon {
            width: 30px;
            height: 30px;
            margin: auto;
        }

        .c-freshwater--table--row div .main-icon {
            margin-left: 12px;
            width: 60px;
            padding: 5px;
            height: 60px;
            margin-top: auto;
            margin-bottom: auto;
        }

    .c-freshwater--table--row:nth-child(even) {
        background: #f2f2f2;
    }

.c-freshwater--summary {
    margin-bottom: 74px;
    margin-top: 96px;
}

    .c-freshwater--summary h2 {
        margin-bottom: 1.275em;
    }

.c-products h2 {
    margin-top: 48px;
    font-size: 40px;
}

.c-products--button {
    padding-bottom: 48px;
    width: 100%;
    text-align: center;
}

    .c-products--button .o-btn {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
    }

.c-products__notice {
    max-width: 80%;
    padding-top: 48px;
    padding-bottom: 48px;
    margin: 0 auto;
    font-size: 12px;
    color: #000;
    text-align: center;
}

.c-product--box--info {
    text-align: center;
    margin-top: 24px;
    margin-left: 6px;
    margin-right: 6px;
    padding-bottom: 50px;
}

.c-product--box h3 {
    font-size: 22px;
    line-height: 1;
    color: #231f20;
}

.c-product--box--desc, .c-product--box--gst, .c-product--box--price {
    letter-spacing: 0;
    line-height: 1;
    color: #43494c;
}

.c-product--box--img {
    background: center top no-repeat #fff;
    padding-top: 66%;
    height: 50%;
    background-size: contain;
}

.c-product--box--desc {
    font-size: 15px;
}

.c-product--box--price {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 12px;
}

.c-product--box--gst {
    font-size: 15px;
    font-weight: 500;
}

.o-box {
    margin-top: 24px;
}

    .o-box:nth-child(even) .c-product--box {
        border: 1px solid #efefef;
        background: #efefef;
    }

    .o-box:nth-child(odd) .c-product--box {
        border: 1px solid #e8f7fb;
        background: #e8f7fb;
    }

.c-where-to-buy {
    margin-top: -100px;
    position: relative;
    min-height: calc(100vh + 450px);
    height: 100%;
    background-color: #46b5b9;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

    .c-where-to-buy .c-page {
        padding-top: 140px;
    }

    .c-where-to-buy h1 {
        text-transform: none;
        color: #001d4d;
        font-size: 50px;
        margin-bottom: 20px;
        text-align: left;
    }

#wpsl-search-btn, #wpsl-search-wrap input, .c-search input {
    height: 63px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.c-search {
    max-width: 500px;
    margin: 0 auto;
}

    .c-search form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        box-shadow: 0 9px 4px rgba(0,0,0,.19);
    }

    .c-search input {
        -ms-flex-positive: 2;
        flex-grow: 2;
        border: none;
        padding: 12px;
    }

        .c-search input:focus {
            outline: 0;
        }

#wpsl-stores, #wpsl-stores-custom {
    background: rgba(250,250,250,.7);
    padding: 12px;
}

#wpsl-stores {
    margin-right: -4px;
}

.wpsl-search {
    margin-bottom: 12px;
    padding: 0;
    background: #fff;
}

#wpsl-search-btn, #wpsl-search-wrap div {
    margin-right: 0;
}

#wpsl-search-btn {
    border: 2px solid #fff !important;
    background: #00a0e1;
    color: #fff !important;
    padding: 12px !important;
    text-transform: uppercase !important;
    box-shadow: none;
}

#wpsl-search-btn, #wpsl-search-wrap input {
    -ms-flex-positive: 2;
    flex-grow: 2;
    border: none;
    padding: 12px;
    color: #666;
}

.wpsl-input {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-bottom: 0;
}

#wpsl-search-input {
    width: 100% !important;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
    padding: 0;
}

#wpsl-direction-details, #wpsl-gmap, #wpsl-stores {
    display: none;
    height: auto !important;
    overflow-y: auto;
}

#wpsl-result-list img {
    display: block;
    max-width: 20px;
    margin: 0 auto;
}

#wpsl-result-list .wpsl-no-results-msg {
    text-align: center;
    font-size: 18px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    background: #46b5b9;
    color: #fff;
}

.c-store--box {
    margin-bottom: 12px;
    margin-right: -10px;
}

.c-store--name {
    position: relative;
    color: #001d4d !important;
    font-size: 20px;
    font-weight: 600;
    padding-right: 12px;
    display: unset;
}

    .c-store--name:after {
        content: '';
        mask: url(https://naked-pools.com/wp-content/themes/nakedpools/assets/img/inline/chevron-right.svg) no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        position: absolute;
        right: 0;
        margin-right: -18px;
        margin-top: -10px;
        height: 16px;
        width: 16px;
        background: #46b5b9;
        transition: .33s;
    }

    .c-store--name.open:after {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.c-store--list {
    display: none;
    margin-bottom: 24px;
    padding-top: 24px;
    padding-right: 22px;
    margin-right: -8px;
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .c-store--list.open {
        display: block;
    }

    .c-store--list ::-webkit-scrollbar {
        width: 2px !important;
        margin-right: -12px !important;
    }

.c-store--details {
    margin-right: -6px;
    margin-bottom: 0;
    padding-top: 12px;
    border-top: 1px solid #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.page-template-tmpl-contact-page .c-content .c-post--title, .wpsl_stores-template-default .c-content .c-post--title {
    display: none;
}

.c-store--details .p-name {
    cursor: pointer;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.c-store--details .o-btn {
    background: #00a0e1;
    max-height: 40px;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
    margin-right: 6px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #46b5b9;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #001d4d;
    }

.wpsl_stores-template-default .c-post {
    padding-top: 48px;
    margin-top: 0;
}

.wpsl_stores-template-default .c-content {
    height: 100%;
    background-image: url(https://naked-pools.com/wp-content/themes/nakedpools/assets/img/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.page-template-tmpl-contact-page .c-content {
    height: 100%;
    background-image: url(https://naked-pools.com/wp-content/themes/nakedpools/assets/img/naked-pools-contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.c-contact-store {
    margin-top: 96px;
}

    .c-contact-store .back-link {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        margin-left: 24px;
        padding-bottom: 12px;
        text-shadow: 1px 0 8px #000;
        display: inline-block;
        text-decoration: none;
    }

        .c-contact-store .back-link:hover {
            color: #001d4d;
            text-shadow: none;
        }

    .c-contact-store .o-layout {
        margin-left: 0;
    }

    .c-contact-store .o-left {
        padding-left: 0;
        padding-right: 12px;
    }

    .c-contact-store .o-right {
        padding-left: 0;
    }

.c-contact-store--details {
    margin-top: 24px;
    margin-bottom: 24px;
}

    .c-contact-store--details .phone {
        color: #001d4d;
        font-weight: 600;
        font-size: 18px;
        text-decoration: none;
    }

    .c-contact-store--details .store-name {
        font-size: 16px;
    }

.c-contact-store--details--info {
    margin-top: 48px;
}

    .c-contact-store--details--info p {
        margin-bottom: 0;
    }

    .c-contact-store--details--info .o-btn-view {
        padding: 3px 30px;
        margin-top: 4px;
    }

.c-contact-store--map {
    padding: 40px;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
}

    .c-contact-store--map #wpsl-base-gmap_0 {
        height: 436px;
    }

    .c-contact-store--map h2 {
        font-weight: 700;
        color: #46b5b9;
        margin-bottom: 1.357em;
    }

    .c-contact-store--map img {
        max-width: 150px;
    }

.c-contact-store--form {
    position: relative;
    padding: 40px;
    background: #46b5b9;
    color: #fff;
}

    .c-contact-store--form h2 {
        color: #fff;
        margin-bottom: 12px;
        font-weight: 700;
    }

    .c-contact-store--form p {
        font-size: 18px;
    }

.c-store-form input, .c-store-form textarea {
    width: 100%;
    color: #666;
    padding: 6px;
    font-size: 20px;
}

.c-contact-store--form .success {
    margin-top: 24px;
}

.c-store-form input {
    height: 40px;
    margin-bottom: 12px;
}

.c-store-form textarea {
    margin-bottom: 24px;
}

.c-store-form .o-btn {
    display: block;
    color: #fff;
    text-transform: uppercase;
    max-width: 120px;
    margin: 0 auto;
    background: #666;
    font-weight: 700;
}

    .c-store-form .o-btn:hover {
        background: #001d4d;
    }

.triangle-right {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 25px solid #fff;
    border-bottom: 25px solid transparent;
    margin-left: -28px;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.acf-map {
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
    margin: 20px 0;
}

    .acf-map img {
        max-width: inherit !important;
    }

.wpcf7-submit {
    display: block;
    color: #fff !important;
    background: #666 !important;
    text-transform: uppercase;
    border-radius: 4px;
    max-width: 120px;
    margin: 0 auto;
    font-weight: 700;
    border: 1px solid transparent;
    transition: all .33s;
}

    .wpcf7-submit:hover {
        background: #001d4d !important;
        border: 1px solid #001d4d !important;
    }

.screen-reader-response, .wpcf7-not-valid-tip {
    display: none !important;
}

.c-contact--no-map {
    background: #f6f6f6;
    padding: 24px;
}

    .c-contact--no-map .contact-logo {
        width: 90%;
    }

    .c-contact--no-map .new-form--input {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: "row";
        flex-direction: "row";
        border: none;
    }

    .c-contact--no-map .new-form--input--label {
        background: #46b5b9;
        width: 80px;
        height: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        font-weight: 500;
        padding: 0 13px;
    }

    .c-contact--no-map .new-form--input p {
        margin: 0;
        padding: 0;
        -ms-flex: 1;
        flex: 1;
    }

        .c-contact--no-map .new-form--input p .installation-date input {
            text-align: right;
            text-transform: uppercase;
            color: #cacaca;
        }

        .c-contact--no-map .new-form--input p .pool-size input {
            text-align: center;
        }

    .c-contact--no-map .new-form--input input {
        width: 100%;
        border: none;
    }

    .c-contact--no-map .new-form--textarea {
        margin-top: 24px;
        border: none;
    }

        .c-contact--no-map .new-form--textarea textarea {
            border: none;
        }

    .c-contact--no-map .new-form--textarea--label {
        font-weight: 500;
        letter-spacing: 1px;
    }

    .c-contact--no-map .new-form--button {
        text-align: right;
    }

        .c-contact--no-map .new-form--button .wpcf7-submit {
            display: unset;
            background: #00adee !important;
            max-width: 170px;
            letter-spacing: 1px;
        }

    .c-contact--no-map .new-form--select-area {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }

@media (max-width:900px) {
    .c-contact--no-map .new-form--select-area {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.c-contact--no-map .new-form--select {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 6px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .c-contact--no-map .new-form--select p {
        margin: 0;
        padding: 0;
    }

    .c-contact--no-map .new-form--select select {
        border: none;
        outline: 0;
    }

        .c-contact--no-map .new-form--select select option {
            background: red;
            padding: 6px;
        }

.c-contact--no-map .new-form--select-label {
    padding-right: 12px;
}

.c-contact--no-map .new-form--select:nth-child(1) {
    -ms-flex: 1;
    flex: 1;
    margin-right: 12px;
}

.c-contact--no-map .new-form--select:nth-child(2) {
    -ms-flex: 2;
    flex: 2;
    margin-left: 12px;
}

@media (max-width:900px) {
    .c-contact--no-map .new-form--select:nth-child(1) {
        -ms-flex: 1;
        flex: 1;
        margin-right: 0;
        margin-bottom: 6px;
    }

    .c-contact--no-map .new-form--select:nth-child(2) {
        -ms-flex: 1;
        flex: 1;
        margin-left: 0;
        margin-top: 6px;
    }
}

.c-contact--no-map .new-form--full {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .c-contact--no-map .new-form--full .new-form--input--label {
        width: auto;
    }

.c-contact--no-map .new-form--one-third {
    width: 34%;
}

    .c-contact--no-map .new-form--one-third label {
        width: auto;
        padding: 0 5px;
    }

.c-contact--no-map .new-form--two-thirds {
    width: 65%;
}

.c-contact--no-map .new-form--three-fifths {
    width: 59%;
}

.c-contact--no-map .new-form--two-fifths {
    width: 39%;
}

@media (max-width:900px) {
    .c-contact--no-map .new-form--full {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-contact--no-map .new-form--one-half, .c-contact--no-map .new-form--one-third, .c-contact--no-map .new-form--three-fifths, .c-contact--no-map .new-form--two-fifths, .c-contact--no-map .new-form--two-thirds {
        width: 100%;
    }
}

.select2-container {
    width: auto !important;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
}

.select2-dropdown {
    border: none !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    outline: 0 !important;
    padding-left: 12px;
    padding-right: 12px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: unset !important;
    overflow-y: auto;
    border: none !important;
    outline: 0 !important;
}

li.select2-results__option {
    background: rgba(70,181,185,.6) !important;
    border-bottom: 3px solid #fff;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
}

    li.select2-results__option:hover {
        background: #46b5b9 !important;
    }

.new-form--select-label {
    position: relative;
}

    .new-form--select-label.open:after {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .new-form--select-label:after {
        content: '';
        -webkit-mask: url(https://naked-pools.com/wp-content/themes/nakedpools/assets/img/inline/right-chevron.svg) no-repeat 50% 50%;
        mask: url(https://naked-pools.com/wp-content/themes/nakedpools/assets/img/inline/right-chevron.svg) no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        position: absolute;
        top: 50%;
        right: -1em;
        margin-top: -11px;
        height: 20px;
        width: 20px;
        background: #46b5b9;
        transition: .33s;
    }

::-webkit-input-placeholder {
    color: #cacaca !important;
    opacity: 1;
}

:-moz-placeholder {
    color: #cacaca !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #cacaca !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #cacaca !important;
    opacity: 1;
}

.c-gallery {
    margin-bottom: 48px;
}

    .c-gallery h1, .c-gallery h2, .c-gallery h3 {
        color: #46b5b9;
    }

    .c-gallery .gallery {
        margin-top: 48px;
    }

.gallery-img {
    padding: 12px;
    float: left;
}

body.hidden-scroll {
    overflow: hidden;
}

.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: .7;
    display: none;
    z-index: 1035;
}

.sl-wrapper .sl-close, .sl-wrapper .sl-counter {
    top: 30px;
    display: none;
    color: #000;
    position: fixed;
}

.sl-wrapper {
    z-index: 1040;
}

    .sl-wrapper button {
        border: 0;
        background: 0 0;
        font-size: 28px;
        padding: 0;
        cursor: pointer;
    }

        .sl-wrapper button:hover {
            opacity: .7;
        }

    .sl-wrapper .sl-close {
        right: 30px;
        z-index: 10060;
        margin-top: -14px;
        margin-right: -14px;
        height: 44px;
        width: 44px;
        line-height: 44px;
        font-family: Arial,Baskerville,monospace;
        font-size: 3rem;
    }

        .sl-wrapper .sl-close:focus {
            outline: 0;
        }

    .sl-wrapper .sl-counter {
        left: 30px;
        z-index: 1060;
        font-size: 1rem;
    }

    .sl-wrapper .sl-navigation {
        width: 100%;
        display: none;
    }

        .sl-wrapper .sl-navigation button {
            position: fixed;
            top: 50%;
            margin-top: -22px;
            height: 44px;
            width: 22px;
            line-height: 44px;
            text-align: center;
            display: block;
            z-index: 10060;
            font-family: Arial,Baskerville,monospace;
            color: #000;
        }

            .sl-wrapper .sl-navigation button.sl-next {
                right: 5px;
                font-size: 2rem;
            }

            .sl-wrapper .sl-navigation button.sl-prev {
                left: 5px;
                font-size: 2rem;
            }

            .sl-wrapper .sl-navigation button:focus {
                outline: 0;
            }

@media (min-width:35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px;
    }

        .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem;
        }

        .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem;
        }

    .sl-wrapper .sl-image img {
        border: 0;
    }
}

@media (min-width:50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px;
    }

        .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem;
        }

        .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem;
        }

    .sl-wrapper .sl-image img {
        border: 0;
    }
}

.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000;
}

    .sl-wrapper .sl-image img {
        margin: 0;
        padding: 0;
        display: block;
        border: 0;
        width: 100%;
        height: auto;
    }

    .sl-wrapper .sl-image iframe {
        background: #000;
        border: 0;
    }

@media (min-width:35.5em) {
    .sl-wrapper .sl-image iframe {
        border: 0;
    }
}

@media (min-width:50em) {
    .sl-wrapper .sl-image iframe {
        border: 0;
    }
}

.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgba(0,0,0,.8);
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0;
    }

    .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto;
    }

.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000;
    z-index: 1060;
}

.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
    animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.sl-transition {
    transition: -ms-transform ease .2s;
    transition: transform ease .2s;
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media (max-width:450px) {
    .c-page-header__content {
        min-width: 300px !important;
        position: absolute !important;
    }

        .c-page-header__content h2 {
            font-size: 28px;
        }

    .c-page--title {
        position: relative;
        z-index: 3;
        width: 300px;
    }

    .c-freshwater--table .c-freshwater--table--header div {
        max-width: 20%;
    }

        .c-freshwater--table .c-freshwater--table--header div p {
            font-size: 15px;
        }

        .c-freshwater--table .c-freshwater--table--header div img {
            width: 60px;
        }

        .c-freshwater--table .c-freshwater--table--header div:first-child {
            width: 50%;
            max-width: 60%;
        }

    .c-freshwater--table .c-freshwater--table--row {
        margin-bottom: 12px;
    }

        .c-freshwater--table .c-freshwater--table--row div {
            max-width: 33%;
            -ms-flex-positive: unset;
            flex-grow: unset;
            margin-right: 12px;
        }

            .c-freshwater--table .c-freshwater--table--row div .main-icon {
                width: 40px;
                height: 40px;
            }

            .c-freshwater--table .c-freshwater--table--row div p {
                font-size: 12px;
                padding: 0;
                margin: 0;
            }

            .c-freshwater--table .c-freshwater--table--row div .inner-icon {
                width: 20px;
                height: 20px;
            }

            .c-freshwater--table .c-freshwater--table--row div:first-child {
                width: 50%;
                max-width: 60%;
            }

    .wpsl-search-btn-wrap {
        margin-top: 5px;
    }

    .wpsl-input {
        margin-bottom: 0;
    }

    #wpsl-search-btn, #wpsl-search-wrap input {
        font-size: 17px;
        margin-top: 6px;
    }

    .c-page-header--full .c-page-header__content.left {
        -ms-transform: translateY(49%);
        transform: translateY(49%);
        max-width: 100%;
    }
}

.clearfix:after, .o-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.u-one-whole {
    width: 100%;
}

.u-five-tenths, .u-four-eighths, .u-one-half, .u-six-twelfths, .u-three-sixths, .u-two-quarters {
    width: 50%;
}

.u-four-twelfths, .u-one-third, .u-three-ninths, .u-two-sixths {
    width: 33.3333333%;
}

.u-eight-twelfths, .u-four-sixths, .u-six-ninths, .u-two-thirds {
    width: 66.6666666%;
}

.u-one-quarter, .u-three-twelfths, .u-two-eighths {
    width: 25%;
}

.u-nine-twelfths, .u-six-eighths, .u-three-quarters {
    width: 75%;
}

.u-one-fifth, .u-two-tenths {
    width: 20%;
}

.u-four-tenths, .u-two-fifths {
    width: 40%;
}

.u-six-tenths, .u-three-fifths {
    width: 60%;
}

.u-eight-tenths, .u-four-fifths {
    width: 80%;
}

.u-one-sixth, .u-two-twelfths {
    width: 16.6666666%;
}

.u-five-sixths, .u-ten-twelfths {
    width: 83.3333333%;
}

.u-one-eighth {
    width: 12.5%;
}

.u-three-eighths {
    width: 37.5%;
}

.u-five-eighths {
    width: 62.5%;
}

.u-seven-eighths {
    width: 87.5%;
}

.u-one-ninth {
    width: 11.1111111%;
}

.u-two-ninths {
    width: 22.2222222%;
}

.u-four-ninths {
    width: 44.4444444%;
}

.u-five-ninths {
    width: 55.5555555%;
}

.u-seven-ninths {
    width: 77.7777777%;
}

.u-eight-ninths {
    width: 88.8888888%;
}

.u-one-tenth {
    width: 10%;
}

.u-three-tenths {
    width: 30%;
}

.u-seven-tenths {
    width: 70%;
}

.u-nine-tenths {
    width: 90%;
}

.u-one-twelfth {
    width: 8.3333333%;
}

.u-five-twelfths {
    width: 41.6666666%;
}

.u-seven-twelfths {
    width: 58.3333333%;
}

.u-eleven-twelfths {
    width: 91.6666666%;
}

@media all and (min-width:319px) {
    .u-medium-palm-one-whole {
        width: 100%;
    }

    .u-medium-palm-five-tenths, .u-medium-palm-four-eighths, .u-medium-palm-one-half, .u-medium-palm-six-twelfths, .u-medium-palm-three-sixths, .u-medium-palm-two-quarters {
        width: 50%;
    }

    .u-medium-palm-four-twelfths, .u-medium-palm-one-third, .u-medium-palm-three-ninths, .u-medium-palm-two-sixths {
        width: 33.3333333%;
    }

    .u-medium-palm-eight-twelfths, .u-medium-palm-four-sixths, .u-medium-palm-six-ninths, .u-medium-palm-two-thirds {
        width: 66.6666666%;
    }

    .u-medium-palm-one-quarter, .u-medium-palm-three-twelfths, .u-medium-palm-two-eighths {
        width: 25%;
    }

    .u-medium-palm-nine-twelfths, .u-medium-palm-six-eighths, .u-medium-palm-three-quarters {
        width: 75%;
    }

    .u-medium-palm-one-fifth, .u-medium-palm-two-tenths {
        width: 20%;
    }

    .u-medium-palm-four-tenths, .u-medium-palm-two-fifths {
        width: 40%;
    }

    .u-medium-palm-six-tenths, .u-medium-palm-three-fifths {
        width: 60%;
    }

    .u-medium-palm-eight-tenths, .u-medium-palm-four-fifths {
        width: 80%;
    }

    .u-medium-palm-one-sixth, .u-medium-palm-two-twelfths {
        width: 16.6666666%;
    }

    .u-medium-palm-five-sixths, .u-medium-palm-ten-twelfths {
        width: 83.3333333%;
    }
}

@media all and (min-width:459px) {
    .u-wide-palm-one-whole {
        width: 100%;
    }

    .u-wide-palm-five-tenths, .u-wide-palm-four-eighths, .u-wide-palm-one-half, .u-wide-palm-six-twelfths, .u-wide-palm-three-sixths, .u-wide-palm-two-quarters {
        width: 50%;
    }

    .u-wide-palm-four-twelfths, .u-wide-palm-one-third, .u-wide-palm-three-ninths, .u-wide-palm-two-sixths {
        width: 33.3333333%;
    }

    .u-wide-palm-eight-twelfths, .u-wide-palm-four-sixths, .u-wide-palm-six-ninths, .u-wide-palm-two-thirds {
        width: 66.6666666%;
    }

    .u-wide-palm-one-quarter, .u-wide-palm-three-twelfths, .u-wide-palm-two-eighths {
        width: 25%;
    }

    .u-wide-palm-nine-twelfths, .u-wide-palm-six-eighths, .u-wide-palm-three-quarters {
        width: 75%;
    }

    .u-wide-palm-one-fifth, .u-wide-palm-two-tenths {
        width: 20%;
    }

    .u-wide-palm-four-tenths, .u-wide-palm-two-fifths {
        width: 40%;
    }

    .u-wide-palm-six-tenths, .u-wide-palm-three-fifths {
        width: 60%;
    }

    .u-wide-palm-eight-tenths, .u-wide-palm-four-fifths {
        width: 80%;
    }

    .u-wide-palm-one-sixth, .u-wide-palm-two-twelfths {
        width: 16.6666666%;
    }

    .u-wide-palm-five-sixths, .u-wide-palm-ten-twelfths {
        width: 83.3333333%;
    }
}

@media all and (min-width:672px) {
    .u-lap-one-whole {
        width: 100%;
    }

    .u-lap-five-tenths, .u-lap-four-eighths, .u-lap-one-half, .u-lap-six-twelfths, .u-lap-three-sixths, .u-lap-two-quarters {
        width: 50%;
    }

    .u-lap-four-twelfths, .u-lap-one-third, .u-lap-three-ninths, .u-lap-two-sixths {
        width: 33.3333333%;
    }

    .u-lap-eight-twelfths, .u-lap-four-sixths, .u-lap-six-ninths, .u-lap-two-thirds {
        width: 66.6666666%;
    }

    .u-lap-one-quarter, .u-lap-three-twelfths, .u-lap-two-eighths {
        width: 25%;
    }

    .u-lap-nine-twelfths, .u-lap-six-eighths, .u-lap-three-quarters {
        width: 75%;
    }

    .u-lap-one-fifth, .u-lap-two-tenths {
        width: 20%;
    }

    .u-lap-four-tenths, .u-lap-two-fifths {
        width: 40%;
    }

    .u-lap-six-tenths, .u-lap-three-fifths {
        width: 60%;
    }

    .u-lap-eight-tenths, .u-lap-four-fifths {
        width: 80%;
    }

    .u-lap-one-sixth, .u-lap-two-twelfths {
        width: 16.6666666%;
    }

    .u-lap-five-sixths, .u-lap-ten-twelfths {
        width: 83.3333333%;
    }
}

@media all and (min-width:800px) {
    .u-lap-wide-one-whole {
        width: 100%;
    }

    .u-lap-wide-five-tenths, .u-lap-wide-four-eighths, .u-lap-wide-one-half, .u-lap-wide-six-twelfths, .u-lap-wide-three-sixths, .u-lap-wide-two-quarters {
        width: 50%;
    }

    .u-lap-wide-four-twelfths, .u-lap-wide-one-third, .u-lap-wide-three-ninths, .u-lap-wide-two-sixths {
        width: 33.3333333%;
    }

    .u-lap-wide-eight-twelfths, .u-lap-wide-four-sixths, .u-lap-wide-six-ninths, .u-lap-wide-two-thirds {
        width: 66.6666666%;
    }

    .u-lap-wide-one-quarter, .u-lap-wide-three-twelfths, .u-lap-wide-two-eighths {
        width: 25%;
    }

    .u-lap-wide-nine-twelfths, .u-lap-wide-six-eighths, .u-lap-wide-three-quarters {
        width: 75%;
    }

    .u-lap-wide-one-fifth, .u-lap-wide-two-tenths {
        width: 20%;
    }

    .u-lap-wide-four-tenths, .u-lap-wide-two-fifths {
        width: 40%;
    }

    .u-lap-wide-six-tenths, .u-lap-wide-three-fifths {
        width: 60%;
    }

    .u-lap-wide-eight-tenths, .u-lap-wide-four-fifths {
        width: 80%;
    }

    .u-lap-wide-one-sixth, .u-lap-wide-two-twelfths {
        width: 16.6666666%;
    }

    .u-lap-wide-five-sixths, .u-lap-wide-ten-twelfths {
        width: 83.3333333%;
    }
}

@media all and (min-width:960px) {
    .u-desk-one-whole {
        width: 100%;
    }

    .u-desk-five-tenths, .u-desk-four-eighths, .u-desk-one-half, .u-desk-six-twelfths, .u-desk-three-sixths, .u-desk-two-quarters {
        width: 50%;
    }

    .u-desk-four-twelfths, .u-desk-one-third, .u-desk-three-ninths, .u-desk-two-sixths {
        width: 33.3333333%;
    }

    .u-desk-eight-twelfths, .u-desk-four-sixths, .u-desk-six-ninths, .u-desk-two-thirds {
        width: 66.6666666%;
    }

    .u-desk-one-quarter, .u-desk-three-twelfths, .u-desk-two-eighths {
        width: 25%;
    }

    .u-desk-nine-twelfths, .u-desk-six-eighths, .u-desk-three-quarters {
        width: 75%;
    }

    .u-desk-one-fifth, .u-desk-two-tenths {
        width: 20%;
    }

    .u-desk-four-tenths, .u-desk-two-fifths {
        width: 40%;
    }

    .u-desk-six-tenths, .u-desk-three-fifths {
        width: 60%;
    }

    .u-desk-eight-tenths, .u-desk-four-fifths {
        width: 80%;
    }

    .u-desk-one-sixth, .u-desk-two-twelfths {
        width: 16.6666666%;
    }

    .u-desk-five-sixths, .u-desk-ten-twelfths {
        width: 83.3333333%;
    }
}

@media all and (min-width:1025px) {
    .u-deskplus-one-whole {
        width: 100%;
    }

    .u-deskplus-five-tenths, .u-deskplus-four-eighths, .u-deskplus-one-half, .u-deskplus-six-twelfths, .u-deskplus-three-sixths, .u-deskplus-two-quarters {
        width: 50%;
    }

    .u-deskplus-four-twelfths, .u-deskplus-one-third, .u-deskplus-three-ninths, .u-deskplus-two-sixths {
        width: 33.3333333%;
    }

    .u-deskplus-eight-twelfths, .u-deskplus-four-sixths, .u-deskplus-six-ninths, .u-deskplus-two-thirds {
        width: 66.6666666%;
    }

    .u-deskplus-one-quarter, .u-deskplus-three-twelfths, .u-deskplus-two-eighths {
        width: 25%;
    }

    .u-deskplus-nine-twelfths, .u-deskplus-six-eighths, .u-deskplus-three-quarters {
        width: 75%;
    }

    .u-deskplus-one-fifth, .u-deskplus-two-tenths {
        width: 20%;
    }

    .u-deskplus-four-tenths, .u-deskplus-two-fifths {
        width: 40%;
    }

    .u-deskplus-six-tenths, .u-deskplus-three-fifths {
        width: 60%;
    }

    .u-deskplus-eight-tenths, .u-deskplus-four-fifths {
        width: 80%;
    }

    .u-deskplus-one-sixth, .u-deskplus-two-twelfths {
        width: 16.6666666%;
    }

    .u-deskplus-five-sixths, .u-deskplus-ten-twelfths {
        width: 83.3333333%;
    }
}

@media all and (min-width:1250px) {
    .u-wall-one-whole {
        width: 100%;
    }

    .u-wall-five-tenths, .u-wall-four-eighths, .u-wall-one-half, .u-wall-six-twelfths, .u-wall-three-sixths, .u-wall-two-quarters {
        width: 50%;
    }

    .u-wall-four-twelfths, .u-wall-one-third, .u-wall-three-ninths, .u-wall-two-sixths {
        width: 33.3333333%;
    }

    .u-wall-eight-twelfths, .u-wall-four-sixths, .u-wall-six-ninths, .u-wall-two-thirds {
        width: 66.6666666%;
    }

    .u-wall-one-quarter, .u-wall-three-twelfths, .u-wall-two-eighths {
        width: 25%;
    }

    .u-wall-nine-twelfths, .u-wall-six-eighths, .u-wall-three-quarters {
        width: 75%;
    }

    .u-wall-one-fifth, .u-wall-two-tenths {
        width: 20%;
    }

    .u-wall-four-tenths, .u-wall-two-fifths {
        width: 40%;
    }

    .u-wall-six-tenths, .u-wall-three-fifths {
        width: 60%;
    }

    .u-wall-eight-tenths, .u-wall-four-fifths {
        width: 80%;
    }

    .u-wall-one-sixth, .u-wall-two-twelfths {
        width: 16.6666666%;
    }

    .u-wall-five-sixths, .u-wall-ten-twelfths {
        width: 83.3333333%;
    }
}

@media all and (min-width:1500px) {
    .u-wall-plus-one-whole {
        width: 100%;
    }

    .u-wall-plus-five-tenths, .u-wall-plus-four-eighths, .u-wall-plus-one-half, .u-wall-plus-six-twelfths, .u-wall-plus-three-sixths, .u-wall-plus-two-quarters {
        width: 50%;
    }

    .u-wall-plus-four-twelfths, .u-wall-plus-one-third, .u-wall-plus-three-ninths, .u-wall-plus-two-sixths {
        width: 33.3333333%;
    }

    .u-wall-plus-eight-twelfths, .u-wall-plus-four-sixths, .u-wall-plus-six-ninths, .u-wall-plus-two-thirds {
        width: 66.6666666%;
    }

    .u-wall-plus-one-quarter, .u-wall-plus-three-twelfths, .u-wall-plus-two-eighths {
        width: 25%;
    }

    .u-wall-plus-nine-twelfths, .u-wall-plus-six-eighths, .u-wall-plus-three-quarters {
        width: 75%;
    }

    .u-wall-plus-one-fifth, .u-wall-plus-two-tenths {
        width: 20%;
    }

    .u-wall-plus-four-tenths, .u-wall-plus-two-fifths {
        width: 40%;
    }

    .u-wall-plus-six-tenths, .u-wall-plus-three-fifths {
        width: 60%;
    }

    .u-wall-plus-eight-tenths, .u-wall-plus-four-fifths {
        width: 80%;
    }

    .u-wall-plus-one-sixth, .u-wall-plus-two-twelfths {
        width: 16.6666666%;
    }

    .u-wall-plus-five-sixths, .u-wall-plus-ten-twelfths {
        width: 83.3333333%;
    }
}

@media all and (min-width:1800px) {
    .u-wall-wide-one-whole {
        width: 100%;
    }

    .u-wall-wide-five-tenths, .u-wall-wide-four-eighths, .u-wall-wide-one-half, .u-wall-wide-six-twelfths, .u-wall-wide-three-sixths, .u-wall-wide-two-quarters {
        width: 50%;
    }

    .u-wall-wide-four-twelfths, .u-wall-wide-one-third, .u-wall-wide-three-ninths, .u-wall-wide-two-sixths {
        width: 33.3333333%;
    }

    .u-wall-wide-eight-twelfths, .u-wall-wide-four-sixths, .u-wall-wide-six-ninths, .u-wall-wide-two-thirds {
        width: 66.6666666%;
    }

    .u-wall-wide-one-quarter, .u-wall-wide-three-twelfths, .u-wall-wide-two-eighths {
        width: 25%;
    }

    .u-wall-wide-nine-twelfths, .u-wall-wide-six-eighths, .u-wall-wide-three-quarters {
        width: 75%;
    }

    .u-wall-wide-one-fifth, .u-wall-wide-two-tenths {
        width: 20%;
    }

    .u-wall-wide-four-tenths, .u-wall-wide-two-fifths {
        width: 40%;
    }

    .u-wall-wide-six-tenths, .u-wall-wide-three-fifths {
        width: 60%;
    }

    .u-wall-wide-eight-tenths, .u-wall-wide-four-fifths {
        width: 80%;
    }

    .u-wall-wide-one-sixth, .u-wall-wide-two-twelfths {
        width: 16.6666666%;
    }

    .u-wall-wide-five-sixths, .u-wall-wide-ten-twelfths {
        width: 83.3333333%;
    }
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

.g-center {
    text-align: center;
}

.g-pb-48 {
    padding-bottom: 48px;
}

.g-grey {
    background-color: #efefef;
}
