<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.topSlider
{  
    position:relative;
}

.sliderContainer .item 
{
    width:100%;
    height:650px;    
    background-repeat:no-repeat;
    background-position:center center;
}

.sliderContainer div.slide {
    cursor:pointer;
}

.topSlider a.next
{
    display:block; 
    width:64px; 
    height:64px; 
    position:absolute; 
    top:0; 
    bottom:0; 
    right:0; 
    z-index:10; 
    margin:auto 0; 
    background:url(/images/arrow_slide_next_white.png) no-repeat top left; 
    background-size:64px 64px;
}

.topSlider .overlay {
    width: 100%;
    height: 100%;
    /*padding: 315px 270px 0 40px;*/
    background: url(/images/home/bg_overlay.png) no-repeat bottom left;
    background-size: auto 77%;
    padding-top: 33.85%;
}

.topSlider .overlay h1
{
    color:#FFF;
    font-weight:bold;
    font-size:52px;
    line-height:46px;
    padding:0 0 35px 0;
}

.topSlider a.shopBy
{
    display:inline-block; 
    margin-right: 15px;
    text-transform:uppercase; 
    font-size:18px; 
    font-weight:bold;
}

.topSlider a.shopBy.brand
{
    color:#1D1D1B
}

.topSlider a.shopBy.product
{
    color:#6CC3C7
}

@media only screen and (min-width:641px) and (max-width: 800px)
{
    .topSlider .overlay
    {
        background: url(/images/home/bg_overlay_tablet.png) no-repeat bottom left;
        /*padding:390px 368px 0 40px;  */
    }
}

@media only screen and (max-width:640px)
{
    .topSlider, .slide
    {
        height: 400px;
        background-size:cover
    }

    .topSlider .overlay
    {
        background: url(/images/home/bg_overlay_mobile.png) no-repeat bottom left;
        /*width:480px;
        height:400px;
        padding:190px 265px 0 15px;    
        background-size:280px 279px*/
    }

    .topSlider .overlay h1
    {
        font-size: 24px;
        line-height: 26px;
        padding-bottom:15px;
    }
}

.rangeContainer
{
    padding-top:100px; 
    padding-bottom:100px
}

.rangeImages
{
    overflow: hidden;
}

.rangeImages .slick-slider
{
    margin: 0;
}

.rangeImage
{
    background:url(/images/home/basins.jpg) no-repeat center center; 
    background-size:contain;
    overflow:hidden
}

.rangeImages a.prev
{
    display:block; 
    width:64px; 
    height:64px; 
    position:absolute; 
    top:0; 
    bottom:0; 
    left:0; 
    z-index:10; 
    margin:auto 0; 
    background:url(/images/arrow_slide_prev_grey.png) no-repeat top left; 
    background-size:64px 64px;
}

.rangeImage a.rangeLink
{
    position:absolute;
    bottom:0;
    left:50px;
    z-index:99
}

.rangeImage a.rangeLink span
{
    color:#6CC3C7
}

.rangeContainer h2
{
    /*font-size:66px; 
    line-height:60px; */
    font-size:52px; 
    line-height:46px; 
    color:#3C3C3B; 
    font-weight:bold; 
    padding-bottom:40px; 
}

@media only screen and (min-width:641px) and (max-width: 1024px)
{
    .rangeContainer h2
    {
        font-size:56px;
        line-height:50px;
    }
}

@media only screen and (max-width:640px)
{
    .rangeContainer h2
    {
        font-size:46px;
        line-height:40px;
    }
}

.rangeLinks
{
    padding-bottom:35px
}

.rangeLinks a, a.rangeLink
{
    text-transform:uppercase; 
    color:#9C9B9B; 
    font-size:16px; 
    font-weight:bold; 
    padding-bottom:6px;
}

.rangeContainer a.all
{
    display:inline-block; 
    background:#6CC3C7; 
    color:#FFF; 
    font-size:16px; 
    font-weight:bold; 
    text-transform:uppercase; 
    padding:7px 20px
}

@media only screen and (max-width:640px)
{
    .rangeContainer
    {
        padding-top:70px;
        padding-bottom:70px;
    }
}

.homeBoxes {
    padding-left: 8px;
    padding-right: 8px;
}

    .homeBoxes a {
        position: relative;
        margin-bottom: 16px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .homeBoxes a:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 8px;
        height: 100%;
        background: white;
        z-index: 5;
        content: '';
    }
    .homeBoxes a:after {
        position: absolute;
        top: 0;
        right: 0;
        width: 8px;
        height: 100%;
        background: white;
        z-index: 5;
        content: '';
    }

.homeBoxes a img {
    position: relative;
    z-index: 1;
}
    .homeBoxes a img.play {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 100px;
        z-index: 2;
    }

.homeBoxes a.action
{    
    display:block; 
    width:64px; 
    height:64px; 
    position:absolute; 
    top:0; 
    bottom:0; 
    left:0; 
    right:0;
    z-index:10; 
    margin:auto; 
    background-size:64px 64px;
    background-repeat:no-repeat;
    background-position:top left;
}

.homeBoxes a.more
{
    background-image:url(/images/icon_plus_blue_white_border.png);
}

.homeBoxes a.play
{
    background-image:url(/images/icon_play_white.png)
}

.home2024slider {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 100%;
}
    .home2024slider .slick-slider {
        margin: 0;
    }

    .home2024slider .main-slider {
        width: calc(100% - 530px);
        flex-basis: calc(100% - 530px);
        flex-shrink: 0;
        flex-grow: 0;
        position: relative;
        align-self: stretch;
        background-color: #f0f0f0;
    }
        .home2024slider .main-slider .slick-slider, .home2024slider .main-slider .slick-list, .home2024slider .main-slider .slick-track {
            height: 100%;
        }

        .home2024slider .main-slider .slide-div {
            max-width: 100%;
            width: 100%;
            height: 100%;
            background-position: center center;
            background-size: cover;
        }

            .home2024slider .main-slider .slide-div:before {
                display: block;
                content: '';
                width: 100%;
                padding-top: 37.79%;
            }

            .home2024slider .main-slider .slide-div a {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

        .home2024slider .main-slider a.prev {
            display: block;
            width: 48px;
            height: 48px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            z-index: 10;
            margin: auto 0;
            background: url(/images/arrow_slide_prev_white.png) no-repeat top left;
            background-size: 48px 48px;
        }

        .home2024slider .main-slider a.next {
            display: block;
            width: 48px;
            height: 48px;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            z-index: 10;
            margin: auto 0;
            background: url(/images/arrow_slide_next_white.png) no-repeat top left;
            background-size: 48px 48px;
        }

    .home2024slider .sub-group {
        width: 530px;
        flex-basis: 530px;
        flex-shrink: 0;
        flex-grow: 0;
        align-self: stretch;
        padding-left: 15px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
        .home2024slider .sub-group .stock-check {
            background: #1D1D1B;
            width: 100%;
            padding: 25px;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 220px;
            flex-grow: 1;
        }
        .home2024slider .sub-group .stock-check h3 {
            font-size: 24px;
            color: #ffffff;
            text-align: center;
            padding-bottom: 20px;
        }
            .home2024slider .sub-group .stock-check .inner {
                width: 100%;
            }
            .home2024slider .sub-group .stock-check .stock-spacer {
                height: 120px;
            }
            .home2024slider .sub-group .stock-check .inputs {
                display: flex;
                width: 100%;
            }
                .home2024slider .sub-group .stock-check .inputs .sku-search {
                    flex-basis: 50%;
                    padding-right: 7.5px;
                    position: relative;
                }
                .home2024slider .sub-group .stock-check .inputs .description-search {
                    flex-basis: 50%;
                    padding-left: 7.5px;
                    position: relative;
                }
                    .home2024slider .sub-group .stock-check .inputs .sku-search input[type=text], .home2024slider .sub-group .stock-check .inputs .description-search input[type=text] {
                        border: 4px solid white;
                        background: #1D1D1B;
                        color: #FECB37;
                        text-transform: uppercase;
                        font-size: 14px;
                        font-weight: bold;
                        margin: 0;
                    }
                        .home2024slider .sub-group .stock-check .inputs .sku-search input[type=text]::placeholder, .home2024slider .sub-group .stock-check .inputs .description-search input[type=text]::placeholder {
                            color: #FECB37;
                        }
                    .home2024slider .sub-group .stock-check .inputs .sku-search a, .home2024slider .sub-group .stock-check .inputs .description-search a {
                        position: absolute;
                        top: 6px;
                        right: 18px;
                        text-transform: uppercase;
                        font-size: 24px;
                        font-weight: bold;
                        color: #FECB37;
                    }
                    .home2024slider .sub-group .stock-check .inputs .description-search a {
                        right: 11.5px;
                    }
                    .home2024slider .sub-group .stock-check .inputs .description-search a {
                        right: 11.5px;
                    }
            .home2024slider .sub-group .stock-check .stock-details {
                padding-top: 15px;
            }
                .home2024slider .sub-group .stock-check .stock-details .name {
                    color: #FECB37;
                    font-size: 12px;
                    font-weight: bold;
                    padding-bottom: 15px;
                }
                .home2024slider .sub-group .stock-check .stock-details .stock-buttons {
                    display: flex;
                    justify-content: stretch;
                    flex-wrap: wrap;
                }
                    .home2024slider .sub-group .stock-check .stock-details .stock-buttons .result {
                        background: #FDC336;
                        color: #ffffff;
                        margin-right: 12px;
                        margin-bottom: 12px;
                        text-transform: uppercase;
                        padding: 10px 15px;
                        font-weight: bold;
                        font-size: 12px;
                    }
                        .home2024slider .sub-group .stock-check .stock-details .stock-buttons .result a {
                            margin-left: 10px;
                            color: #F18A29;
                        }
                        .home2024slider .sub-group .stock-check .stock-details .stock-buttons .result:last-child {
                            margin-right: 0;
                        }
        .home2024slider .sub-group .consumer-promo {
            width: 100%;
            flex-grow: 1;
        }
            .home2024slider .sub-group .consumer-promo .img {
                height: 100%;
                background-color: #f0f0f0;
                padding: 25px;
                min-height: 220px;
                background-size: cover;
                background-position: center center;
                flex-grow: 1;
                position: relative;
            }
            .home2024slider .sub-group .consumer-promo .img a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
            .home2024slider .sub-group .consumer-promo .showroom-locator {
                height: 100%;
                background-color: #efefef;
                padding: 25px 25px 0 25px;
                min-height: 220px;
                background-image: url(/images/bg_footer_map.png);
                background-size: contain;
                background-position: top right;
                background-repeat: no-repeat;
                flex-grow: 1;
                position: relative;
                display: flex;
                flex-direction: column;
                justify-content: start;
                align-items: start;
            }
                .home2024slider .sub-group .consumer-promo .showroom-locator h2 {
                    color: #A6B800;
                    font-weight: bold;
                    padding: 0 0 15px 0;
                    margin: 0;
                    font-size: 30px;
                    line-height: 24px;
                    text-transform: uppercase;
                    width: 50%;
                }
                .home2024slider .sub-group .consumer-promo .showroom-locator h3 {
                    color: #4F8B24;
                    font-weight: bold;
                    font-size: 18px;
                    text-transform: uppercase;
                    padding: 0 0 0 0;
                    margin: 0;
                    line-height: 15px;
                    width: 50%;
                }
                .home2024slider .sub-group .consumer-promo .showroom-locator .search-container {
                    position: relative;
                    flex-basis: 100%;
                    display: flex;
                    align-items: center;
                    width: 60%;
                }
                .home2024slider .sub-group .consumer-promo .showroom-locator .search-container .inner {
                    position: relative;
                    width: 100%;
                }
                    .home2024slider .sub-group .consumer-promo .showroom-locator .search-container input[type=text] {
                        width: 100%;
                        height: 46px;
                        border: 6px solid #FFFFFF;
                        color: #A6B800 !important;
                        background: transparent;
                        font-size: 12px;
                        font-weight: bold;
                        text-transform: uppercase;
                        margin: 0;
                        background: #efefef;
                    }
                        .home2024slider .sub-group .consumer-promo .showroom-locator .search-container input[type=text]::placeholder {
                            color: #A6B800;
                        }
                        .home2024slider .sub-group .consumer-promo .showroom-locator .search-container input[type=text]::-ms-input-placeholder {
                            color: #A6B800;
                        }
                    .home2024slider .sub-group .consumer-promo .showroom-locator .search-container input[type=image] {
                        height: 26px;
                        position: absolute;
                        top: 10px;
                        right: 11px;
                    }
        .home2024slider .sub-group .mini-promos {
            display: flex;
            padding-top: 15px;
        }
        .home2024slider .sub-group .mini-promos.hidden {
            display: none;
        }
        .home2024slider .sub-group .mini-slider {
            width: 50%;
            flex-basis: 50%;
            padding-right: 7.5px;
        }
            .home2024slider .sub-group .mini-slider .slick-dots {
                position: absolute;
                bottom: 15px;
                left: 15px;
                width: auto;
            }
            .home2024slider .sub-group .mini-slider .slick-dots li {
                margin: 0;
            }
                .home2024slider .sub-group .mini-slider .slick-dots li button:before {
                    font-size: 12px;
                    opacity: .6;
                    color: white;
                    text-shadow: 0px 0px 12px rgba(0,0,0,0.2.5);
                }
                .home2024slider .sub-group .mini-slider .slick-dots li.slick-active button:before {
                    opacity: 1;
                    color: white;
                }
            .home2024slider .sub-group .mini-slider .slide-div {
                max-width: 100%;
                width: 100%;
                background-color: #f0f0f0;
                background-position: center center;
                background-size: cover;
            }
                .home2024slider .sub-group .mini-slider .slide-div a {
                    display: block;
                    padding-top: 100%;
                }

        .home2024slider .sub-group .promo-image {
            width: 50%;
            flex-basis: 50%;
            padding-left: 7.5px;
        }
            .home2024slider .sub-group .promo-image .img {
                padding-top: 100%;
                background-size: cover;
                background-position: center center;
                position: relative;
                background-color: #f0f0f0;
            }

            .home2024slider .sub-group .promo-image .img a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

@media only screen and (max-width:1560px) {
    .home2024slider .main-slider {
        flex-basis: calc(100% - 400px);
        width: calc(100% - 400px);
    }

    .home2024slider .sub-group {
        flex-basis: 400px;
        width: 400px;
    }
    .home2024slider .sub-group .consumer-promo .showroom-locator {
        background-position: center right -25%;
    }
}

@media only screen and (max-width:1280px) {
    .home2024slider {
        flex-wrap: wrap;
    }
    .home2024slider .main-slider {
        flex-basis: 100%;
        width: 100%;
    }
    .home2024slider .sub-group {
        flex-basis: 100%;
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
        flex-direction: row;
    }
        .home2024slider .sub-group .stock-check {
            flex-basis: 66.66%;
            width: 66.66%;
            min-height: 0;
        }
        .home2024slider .sub-group .mini-promos {
            flex-basis: 33.33%;
            width: 33.33%;
            padding-top: 0;
        }
            .home2024slider .sub-group .mini-promos .mini-slider {
                flex-basis: 100%;
                width: 100%;
                padding-right: 0;
                padding-left: 15px;
            }
    .home2024slider .sub-group .promo-image {
        display: none;
    }
        .home2024slider .sub-group .consumer-promo .showroom-locator {
            justify-content: center;
            background-position: center right;
            padding: 25px;
        }
            .home2024slider .sub-group .consumer-promo .showroom-locator h2 {
                width: 30%;
            }

            .home2024slider .sub-group .consumer-promo .showroom-locator h3 {
                padding: 0 0 40px;
                width: 50%;
            }

            .home2024slider .sub-group .consumer-promo .showroom-locator .search-container {
                flex-basis: auto;
            }
}

@media only screen and (max-width:800px) {
    .home2024slider .sub-group .mini-promos.consumer {
        flex-basis: 40%;
        width: 40%;
        padding-top: 0;
    }
    .home2024slider .sub-group .consumer-promo .showroom-locator {
        padding: 15px;
    }
    .home2024slider .sub-group .consumer-promo .showroom-locator h2 {
        font-size: 22px;
        line-height: 18px;
    }
    .home2024slider .sub-group .consumer-promo .showroom-locator h3 {
        padding: 0 0 20px;
        width: 60%;
        font-size: 18px;
        line-height: 15px;
    }
}

@media only screen and (max-width:640px) {
    .home2024slider {
        padding: 0;
    }

        .home2024slider .main-slider .slide-div:before {
            padding-top: 50%;
        }

        .home2024slider .main-slider a.prev {
            width: 28px;
            height: 28px;
            background-size: 28px 28px;
        }

        .home2024slider .main-slider a.next {
            width: 28px;
            height: 28px;
            background-size: 28px 28px;
        }

        .home2024slider .sub-group {
            margin-top: 0;
            flex-wrap: wrap;
        }

            .home2024slider .sub-group .stock-check {
                flex-basis: 100%;
                width: 100%;
                padding-top: 60px;
                padding-bottom: 60px;
            }

            .home2024slider .sub-group .mini-promos, .home2024slider .sub-group .mini-promos.consumer {
                flex-basis: 100%;
                width: 100%;
                padding-top: 0;
            }

                .home2024slider .sub-group .mini-promos.hidden {
                    display: flex;
                }

                .home2024slider .sub-group .mini-promos .mini-slider {
                    padding-right: 0;
                    padding-left: 0;
                }
}

@media only screen and (max-width:480px) {
    .home2024slider .sub-group .stock-check .inputs {
        display: block;
        width: 100%;
    }

        .home2024slider .sub-group .stock-check .inputs .sku-search {
            flex-basis: 100%;
            padding-right: 0;
        }

        .home2024slider .sub-group .stock-check .inputs .description-search {
            flex-basis: 100%;
            padding-left: 0;
            margin-top: 15px;
        }
}

.home2024welcome {
    padding-top: 30px;
    padding-bottom: 65px;
    max-width: 1440px !important;
}

    .home2024welcome h3 {
        font-size: 32px;
        line-height: 28px;
        color: #1D1D1B;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center
    }

    .home2024welcome .links .links-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
        .home2024welcome .links .links-container a {
            flex-basis: calc(16.66% - 25px);
            margin: 0 12.5px 25px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #909090;
            color: #ffffff;
            font-size: 14px;
            text-align: center;
            text-transform: uppercase;
            font-weight: bold;
            padding: 15px;
            text-align: center;
        }
            .home2024welcome .links .links-container a img {
                height: 18px;
                margin-right: 10px;
                vertical-align: sub;
            }
            .home2024welcome .links .links-container a i {
                margin-right: 10px;
                font-size: 20px;
                vertical-align: top;
            }

@media only screen and (max-width:1024px) {
    .home2024welcome .links .links-container a {
        flex-basis: calc(33.33% - 10px);
        margin: 0 5px 10px;
    }
        .home2024welcome .links .links-container a img {
            display: block;
            margin: 0 auto 5px;
        }

    .home2024welcome .links .links-container a i {
        display: block;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:480px) {
    .home2024welcome .links .links-container a {
        flex-basis: calc(50% - 10px);
    }
}
@media only screen and (max-width:360px) {
    .home2024welcome .links .links-container a {
        flex-basis: 100%;
    }
} 

.home2024brands {
    padding-bottom: 5px;
    max-width: 1440px !important;
}
    .home2024brands h3 {
        font-size: 36px;
        line-height: 32px;
        color: #1D1D1B;
        font-weight: bold;
        margin-bottom: 40px;
        text-align: center
    }

    .home2024brands .links .links-container {
        display: grid;
        grid-gap: 25px 25px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

        .home2024brands .links .links-container a {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #F5F5F5;
            text-align: center;
            text-transform: uppercase;
            font-weight: bold;
            text-align: center;
            height: 150px;
        }
            .home2024brands .links .links-container a:nth-of-type(18) ~ a {
                display: none;
            }

            .home2024brands .links .links-container a .img {
                width: calc(100% - 50px);
                height: calc(100% - 30px);
                background-size: contain;
                background-position: center center;
                background-repeat: no-repeat;
            }

@media only screen and (max-width:1280px) {
    .home2024brands .links .links-container a .img {
        width: calc(100% - 30px);
        height: calc(100% - 20px);
    }
}

@media only screen and (max-width:1028px) {
    .home2024brands .links .links-container {
        grid-gap: 10px 10px;
        grid-template-columns: 1fr 1fr 1fr;
    }
        .home2024brands .links .links-container a:nth-of-type(15) ~ a {
            display: none;
        }
}

@media only screen and (max-width:480px) {
    .home2024brands .links .links-container {
        grid-template-columns: 1fr 1fr;
    }
        .home2024brands .links .links-container a {
            height: 85px;
        }
        .home2024brands .links .links-container a:nth-of-type(12) ~ a {
            display: none;
        }

            .home2024brands .links .links-container a .img {
                width: calc(100% - 20px);
                height: calc(100% - 10px);
            }
}

.home2024brands .view-all {
    text-align: right;
    padding-top: 30px;
    color: #6cc3c7;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.newProducts2024row {
    max-width: 1440px !important;
}

.newProducts {
    padding: 100px 75px 40px 75px;
    position: relative;
    text-align: center;
}

    .newProducts h3 {
        font-size: 36px;
        line-height: 32px;
        color: #1D1D1B;
        font-weight: bold;
        padding-bottom: 32px;
        margin-bottom: 40px;
        background: url(/images/bg_title_border_blue.png) no-repeat bottom center;
        text-align: center
    }

@media only screen and (max-width: 380px)
{
    .home2024welcome h3 {
        font-size: 24px;
        line-height: 26px;
    }

    .home2024brands h3 {
        font-size: 32px;
        line-height: 28px;
    }
    
    .newProducts h3
    {
        font-size:32px;
        line-height:28px;
    }
}

.newProducts .product a
{
    display:block; 
    padding:0 0 50px 0; 
    background:url(/images/icon_plus_blue_30.png) no-repeat bottom center;
    font-weight:bold; 
    font-size:16px; 
    color:#1D1D1B; 
    text-transform:uppercase
}

.newProducts img.thumb
{
    display:block; 
    padding-bottom:20px;
}

.newProducts .product a span
{
    color: #9C9B9B;
}

.newProducts a.prev, .newProducts a.next
{
    display:block; 
    width:64px; 
    height:64px; 
    position:absolute; 
    top:0; 
    bottom:0; 
    z-index:10; 
    margin:auto 0; 
    background-position:top left;
    background-repeat:no-repeat;
    background-size:64px 64px;
}

.newProducts a.prev
{
    background-image:url(/images/arrow_slide_prev_grey.png);
    left:0; 
}

.newProducts a.next
{    
    background-image:url(/images/arrow_slide_next_grey.png);
    right:0; 
}

.inspirationContainer
{
    width:1200px; 
    height:800px; 
    margin:0 auto; 
    padding-bottom:35px;
    position:relative;
}

@media only screen and (max-width:1200px)
{
    .inspirationContainer
    {
        display:none
    }
}

area.icon
{
    display:block;
    width:30px;
    height:30px;
    background:url(/images/icon_plus_blue_30.png) no-repeat center center;
    z-index:10;
}

a.icon
{
    display:block;
    width:30px;
    height:30px;
    background:url(/images/icon_plus_blue_30.png) no-repeat center center;
    position:absolute;
    z-index:10;    
}

.inspirationContainer h3
{
    position:absolute;
    top:50px;
    left:65px;
    font-size:46px;
    color:#6CC3C7;
    font-weight:bold;   
    padding-bottom:32px;
    background:url(/images/bg_title_border_blue.png) no-repeat bottom left;
}

.inspirationContainer h4
{
    position:absolute; 
    bottom:35px; 
    right:0; 
    color:#FFF; 
    font-size:32px; 
    font-weight:bold; 
    line-height:100px; 
    padding:0 55px; 
    background:#68C1C5 url(/images/home/bg_inspired_title.png) repeat-y top right;
}

.inspirationContainer .popup
{
    width:230px; 
    padding-bottom:13px; 
    background:url(/images/home/bg_inspired_arrow.png) no-repeat bottom center; 
    position:absolute; 
    z-index:20;
    display:none
}

.inspirationContainer .popup h5
{
    height:98px; 
    padding:25px 12px 0 12px; 
    color:#FFF; 
    background:#6CC3C6; 
    font-size:18px; 
    font-weight:normal; 
    line-height:20px; 
    text-align:center
}

.inspirationContainer .popup span
{
    display:block; 
    line-height:25px; 
    text-transform:uppercase; 
    color:#6CC3C6; 
    font-weight:bold; 
    font-size:14px; 
    text-align:center; 
    background:#FFF
}

.inspirationContainer .popup a
{
    display:block; 
    line-height:40px; 
    text-transform:uppercase; 
    color:#FFF; 
    font-weight:bold; 
    font-size:14px; 
    text-align:center; 
    background:#06889C
}

/** CHANGES FOR SMALL DESKTOP **/

@media only screen and (min-width: 641px) and (max-width: 1600px)
{
    .topSlider, .slide
    {
        /*height:500px; */
    }

    .topSlider .overlay
    {
        /*width:686px; 
        height:500px; 
        padding:235px 368px 0 30px;    
        background-size:528px 400px*/
    }

    .topSlider .overlay h1
    {
        font-size:42px;
        line-height:36px;
        padding:0 0 15px 0;
    }

    .topSlider a.shopBy
    {
        margin-right: 15px;
    }

    .rangeContainer
    {
        padding-top:60px; 
        padding-bottom:60px
    }
}

/** END **/</pre></body></html>