/* General Styles */

/* breakpoint_1 */
body:after { 
    content: 'breakpoint_1'; 
    visibility: hidden;
    position: absolute;
    height: 0;
    bottom: 20px;
}

.imageTextWrapLeft {
    float: left;
    margin: 0 10px 10px 0;
}

.imageTextWrapRight {
    float: right;
    margin: 0 0 10px 10px;
}

.inlineBlock {
    display: inline-block;
    vertical-align: top
}

/* About Us Page */

.aboutUsPage .subImage {
    width: 30%;
}

.aboutUsPage .aboutUsList {
    width: 65%;
}

/* Module Sliders */

.moduleSlider .slick-list .sliderLink, 
.moduleSlider .contentWrapper a {
    display: block !important;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
    position: absolute;
    height: 100%;
}

.moduleSlider {
    max-width: 1920px;
    margin: 0 auto;
}

.moduleSlider .slick-prev,
.moduleSlider .slick-next {
    width: auto;
    height: auto;
    z-index: 10;
    margin-top: -9.5%;
}

.moduleSlider .slick-prev::before,
.moduleSlider .slick-next::before {
    font-size: 55px;
    display: block;
    content: '';
    width: 45px;
    height: 45px;
}

.moduleSlider .slick-prev,
.moduleSlider .slick-next,
.moduleSlider .slick-prev::before,
.moduleSlider .slick-next::before {
    transform: none;
}

.moduleSlider .slick-prev {
    left: -5px;
}

.moduleSlider .slick-prev:before {
    background: url("/on/demandware.static/-/Sites-UA-Library/default/dwd2093426/colorspage/grayLeftArrow.png") no-repeat center top;
}

.moduleSlider .slick-next {
    right: -5px;
}

.moduleSlider .slick-next:before {
    background: url("/on/demandware.static/-/Sites-UA-Library/default/dwd2093426/colorspage/grayRightArrow.png") no-repeat center top;
}

.moduleSlider .slick-list {
    z-index: 9;
}

.moduleSlide {
    float: left;
}

.two-columns {
    column-count: 2;
}

.three-columns {
    column-count: 3;
}

/* Footer Styles */

footer .back-to-top {
	z-index: 10;
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {
    /* breakpoint_2 */
    body:after {
        content: 'breakpoint_2';
        visibility: hidden;
        position: absolute;
        height: 0;
        bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {
    /* breakpoint_3 */
    body:after {
        content: 'breakpoint_3';
        visibility: hidden;
        position: absolute;
        height: 0;
        bottom: 20px;
    }

    .aboutUsPage .subImage {
        text-align: center;
    }
    
    .aboutUsPage .subImage,
    .aboutUsPage .aboutUsList {
        width: 100%;
    }
}

@media only screen and (max-width: 650px) {
 
}

@media only screen and (max-width: 600px) {

    .imageTextWrapLeft,
    .imageTextWrapRight {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }
}

@media only screen and (max-width: 480px) {
    /* breakpoint_4 */
    body:after {
        content: 'breakpoint_4';
        visibility: hidden;
        position: absolute;
        height: 0;
        bottom: 20px;
    }

    .two-columns,
    .three-columns {
        column-count: 1;
    }

}

@media only screen and (max-width: 400px) {

}