.site-header .container{
    padding: 0 20px !important;
}
.left-navigation > li {
    margin-right: 0px !important;
}
.right-navigation > li {
    margin-left: 0px !important;
}
.left-navigation a, .right-navigation a{
    font-size: 15px !important;
}
.left-navigation, .right-navigation{
    gap: 20px !important;
}
/* CF7 */
.form-row.input-control.three-columns .wpcf7-form-control-wrap {
    flex: 1;
}
::-webkit-input-placeholder {
    color: #707070 !important;
}
.form-row.input-control.two-col,
.form-row.input-control.two-col .wpcf7-radio .wpcf7-list-item-label {
    display: flex;
    align-items: center;
}
.form-row.input-control.two-col{
    gap: 20px;
}
.input-control .radio-label {
    color: #707070;
}
.how-to-contact{
    margin-bottom: 8px !important;
}
span.wpcf7-acceptance a, .wpcf7-form a {
    color:#1c3f95;
}
#msform input[type="radio"]+span:after {
    background: #1c3f95 !important;
}
#msform .wpcf7-acceptance .wpcf7-list-item-label {
    height: auto !important;
    line-height: 25px !important;
    font-size: 12px !important;
}
.form-row.input-control.three-columns ,
.wpcf7-form .wpcf7-form-control.wpcf7-radio{
    display: flex;
    gap: 15px;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0 0 20px 0;
}
.wpcf7-file{
    width: 100%;
    margin-top: 10px;
}
.msform-panel-navigation{
    padding-top: 0 !important;
}
/* CF7 */
/*Top Bar Header */
#site-header{
    background: #fff;
    transform: none !important;
    position: sticky !important;
    top: 0;
}
.sticky-tablet{
    top: 88px !important;
}
#mobile-menu-open{
    margin: 23px 0 !important;
}
#mobile-menu-open:after, 
#mobile-menu-open:before, 
#mobile-menu-open>span:before{
    background: #fff !important;
}
.call-us-today{
    width: 100%;
}
#wp_top-bar, #site-navigation{
    background-color: #004175 !important;
    background: #004175 !important;
}
.wp-top-bar-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.wp-top-bar-container.mobile {
    flex-direction: column;
    align-items: end;
    gap: 0 !important;
}
.wp-top-bar-container.mobile .wp-top-bar{
    font-size: 15px !important;
}
.wp-top-bar-container .wp-top-bar{
    text-transform: capitalize;
}
.wp-top-bar-container .wp-top-bar{
    color: #fff;
    font-family: "Avenir LT Std Book", sans-serif
}
.wp-top-bar-container .wp-top-bar strong,
.wp-top-bar-container .wp-top-bar a{
    color: #fff;
    font-family: "Avenir Black", sans-serif
}
.sticky-tablet {
    top: 110px !important;
}
.plt-mobile .site-logo{
    margin-bottom: 0 !important;
}
/*End Top Bar Header */
.home .wp-award-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
}
.home #section-award-carousel .siema img {
    object-fit: contain;
    aspect-ratio: 0 / 0;
}

/* pool styles with filters */
.search-filters {
    background: #f2f2f2;
    margin: 1px 0;
    padding: 10px 0;
}

#style-filters-wrapper {
    width: 100%;
    padding: 20px 10px;
    margin: auto;
    text-align: center;
}

.search-filters * {
    font-weight: 300;
    font-family: mr-eaves-modern,sans-serif !important;
}

#style-filters-wrapper> p {
    padding-bottom: 30px;
    font-weight: normal;
}

#style-filters {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

#style-filters div.filter-category {
    position: relative;
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
    text-align: center;
}

#style-filters div.filter-category:last-of-type {
    margin-bottom: 0;
}

#style-filters .filter-category input[type='checkbox'] {
    opacity: 0;
    position: absolute;
}

#style-filters .filter-category input[type='checkbox'] + label {
    display: inline-block;
    border: 1px solid #1c3f95;
    padding: 3px 10px;
    width: 100%;
    max-width: 200px;
    background: white;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.4s;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align:center;
}

#style-filters .filter-category input[type='checkbox'] + label.active {
    background: #1c3f95;
    color: white;
}

#style-filters .filter-category input[type='checkbox'] + label.active:hover {
    opacity: 1;
}
.filter-label{
    flex-direction: column;
}
@media (hover: hover) {
    #style-filters .filter-category input[type='checkbox'] + label:hover {
        background: #1c3f95;
        color: white;
        opacity: 0.65;
    }
}

div#no-pools-available {
    margin-top: 20px;
    text-align: center;
}

#style-filters div.filter-category label.label-icon {
    display: block;
    margin: 0 0 25px;
}

#style-filters label.label-icon img.filter-icon {
    width: 56px;
    height: auto;
    margin: auto;
    display: block;
}

@media (min-width: 450px ) {
    #style-filters div.filter-category label.label-icon, .filter-label {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #style-filters label.label-icon img.filter-icon {
        margin: 0 5px 0 0;
    }

    #style-filters div.filter-category {
        width: 50%;
    }

    #style-filters div.filter-category:nth-of-type(3), #style-filters div.filter-category:nth-of-type(4) {
        margin-bottom: 0;
    }
}

@media (min-width: 850px) {
    #style-filters-wrapper {
        padding: 30px 20px;
    }

    #style-filters div.filter-category {
        width: 25%;
        margin-bottom: 0;
    }

    .pool-range {
        width: calc(50% - 22.5px);
    }

}

/*pool landing page rebuild - no flip box*/

.pool-ranges-not-found {
    margin-top: 50px;
    display: none;
}
.pool-range-container {
    flex-wrap: wrap;
    display: flex;
    flex: 1;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    row-gap: 70px;
    column-gap: 45px;
    padding: 30px 0;
    justify-content: center;
}

.pool-range-intro *, .pool-range * {
    text-align: center;
}
.pool-range .pool-range-container {
    align-items: initial;
}
.pool-range .fusion-column-wrapper > div:nth-child(3) {
    margin: 10px 0 20px;
}
.pool-range .fusion-column-wrapper > div:nth-child(4) {
    margin-bottom: 20px;
}
.pool-range .fusion-column-wrapper > div:nth-child(5) {
    margin-top: auto;
}

.pool-range .fusion-layout-column {
    margin-bottom: 60px;
}
.fusion-image-switch-link{
    cursor: pointer !important;
}
.fusion-image-switch-link  img:nth-child(1){
    z-index: 1;
    transition: 2s ease;
}
.pool-range .fusion-image-before-after-wrapper .fusion-image-before-after-element {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 56%
}
.pool-range .fusion-image-before-after-wrapper .fusion-image-before-after-element img {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    height: 100%;
    object-fit: contain;
    transition: opacity .8s ease-in-out;
}
.fusion-image-switch-link  img:nth-child(1) {
    opacity: 1;
    z-index: 2;
}
.fusion-image-switch-link  img:nth-child(2) {
    opacity: 0;
    z-index: 1;
}
.fusion-image-switch-link:hover img:nth-child(1) {
    opacity: 0;
}
.fusion-image-switch-link:hover img:nth-child(2) {
    opacity: 1;
}
.accordion-block .accordion-tab__head:after, .accordion-block summary:after{
    background: url(/wp-content/uploads/icon-accordion-arrow.svg) no-repeat center !important;
}
.pool-range table{
    min-width: 100% !important;
}
.pool-range table thead tr{
    background-color: #1c3f95;
}
.pool-range table tbody tr:last-of-type {
    border-bottom: 2px solid #1c3f95;
}
.accordion-block section{
    border-bottom: 0 !important;
}
.pool-range .fusion-title {
    margin: -25px 0 0!important;
    position: relative;
}
.pool-range .fusion-text {
    padding: 0 15px;
}
.cd-section {
    margin-bottom: 0 !important;
}
.post-fiberglass-swimming-pools h2{
    font-size: 30px !important;
    color: #1c3f95 !important;
}
.post-fiberglass-swimming-pools .cd-columns{
    align-items: self-start !important;
}
.post-fiberglass-swimming-pools .fiberglass-design {
    max-width: 1100px;
    margin: auto;
}
.pool-range h2{
    margin: 30px 0 15px !important;
}
body h2.accordion-tab__head {
    text-align: left;
    font-size: 22px !important;
    margin: 0 !important;
}
.fusion-text p:first-child{
    margin-bottom: 15px !important;
}
.youtube-video {
    text-align: center;
}
.youtube-video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}
@media (max-width: 1580px){
    .site-branding amp-img{
        width: 180px !important;
        height: 50px !important;
    }
}
@media (max-width: 1440px){
    .left-navigation a, .right-navigation a {
        font-size: 14px !important;
    }
}
@media (max-width: 1380px){
    .left-navigation a, .right-navigation a {
        font-size: 12px !important;
    }
    .site-branding amp-img {
        width: 150px !important;
        height: 40px !important;
    }
    .left-navigation, .right-navigation {
        gap: 10px !important;
    }
}
@media (max-width: 767px) {
    .form-row.input-control.three-columns, 
    .wpcf7-form .wpcf7-form-control.wpcf7-radio {
        flex-direction: column;
    }
    #msform fieldset, #msform .subpanel {
        padding: 40px 20px !important;
    }
    .form-field-panel-head,
    .form-row.input-control.two-col{
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px;
    }
    br.br{
        display: none;
    }
    .pool-range {
        width: 100%;
    }
    body h2.accordion-tab__head {
        margin-bottom: 0 !important;
    }
    .pool-range table tr th, .pool-range table tr td{
        padding: 5px !important;
        font-size: 14px !important;
    }
}