.custom_header_slideshow_homepage { position: relative; visibility: hidden; margin-bottom: 30px; }
.custom_header_slideshow_interior { margin-bottom: 30px; }
.custom_header_slideshow_homepage .arrow { position: absolute; top: 41%; color: white; font-size: 40px; cursor: pointer;}
.custom_header_slideshow_homepage .arrow.nextSlide { right: 30px; }
.custom_header_slideshow_homepage .arrow.prevSlide { left: 30px; }
.custom_header_slideshow_homepage .slick-dots { top: 75%; margin-bottom: 0px; margin: 0px; bottom: auto;}
.custom_header_slideshow_homepage .slick-dots li button:before { font-size: 15px; color: white;}
.custom_header_slideshow_homepage .slide { position: relative; }
.custom_header_slideshow_homepage .slide img { width: 100%; position: relative;}


.custom_header_slideshow_homepage div.grad-top{

    background: -moz-linear-gradient(top,  rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#00000000',GradientType=0 );

    position: absolute;
    top: 0;
    z-index: 1;
    min-width: 100%;
    min-height: 250px;
}


.custom_header_slideshow_homepage div.grad-bottom{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 ); 

    bottom: 0px;
    position: absolute;
    min-width: 100%;
    min-height: 250px;
}

.custom_header_slideshow_homepage .slide .content { 
    bottom: 85px; 
    min-width: 230px; 
    padding: 10px; 
    position: absolute; 
    right: 0; 
    width: 100%; 
}

.custom_header_slideshow_homepage .slides,
.custom_header_slideshow_interior .slides {
    margin-bottom: 0;
}

.custom_header_slideshow_homepage .slides .slide{
	height: 700px;
    background-size: cover !important;
    background-position: center !important;
}

.custom_header_slideshow_interior .slides .slide{
    height: 420px;
    background-size: cover !important;
    background-position: center !important;
}

.custom_header_slideshow_homepage div.nextSlide.arrow{
    width: 75px;
    height: 20%;
    display: block;
    background: url(/includes/public/assets/images/slide-arrow-right.png) no-repeat top right;
    cursor: pointer;
    background-size: contain;
}

.custom_header_slideshow_homepage div.prevSlide.arrow{
    width: 75px;
    height: 20%;
    display: block;
    background: url(/includes/public/assets/images/slide-arrow-left.png) no-repeat top left;
    cursor: pointer;
    background-size: contain;
}
.custom_header_slideshow_homepage .slide .content .title, .custom_header_slideshow_homepage .slide .content .title a { 
    font-size: 28px; 
    font-family: "TradeGothicW01-BoldCn20 675334";
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 4.83px rgba(0, 0, 0, 0.75);
}

.custom_header_slideshow_homepage .slide .content .title span.learn-more { 
    color: #c63c43;
}

.custom_header_slideshow_homepage .wayblazerWrapper,
.custom_header_slideshow_interior .wayblazerWrapper {
    overflow: hidden;
    height: 150px;
    position: relative;
    z-index: 9;
    background-color: #111;
    width: 100%;
}
    .custom_header_slideshow_homepage .wayblazerWrapper .wayblazerContainer,
    .custom_header_slideshow_interior .wayblazerWrapper .wayblazerContainer {
        width: 100%;
        background-color: #111;
        position: relative;
        margin: 0 auto;
    }
    .custom_header_slideshow_homepage .wayblazerWrapper .wayblazerContainer iframe,
    .custom_header_slideshow_interior .wayblazerWrapper .wayblazerContainer iframe {
        height: 162px;
    }


.custom_header_slideshow_interior .slides .text .content{
    position: absolute;
    max-width: 350px;
    max-height: 95px;
    background-color: #000;
    display: block;
    z-index: 1;
    padding: 10px;
    bottom: 0px;
     right: 0; 
    color: #FFF;
    font-size: 14px;
    margin: 0 auto;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.custom_header_slideshow_interior .slides .text .content p{
    font-family: "P22 Typewriter W00 0", "Courier New", Courier, monospace;
    font-size: 13px !important;
}






@media only screen and (max-width: 40.063em) {

    .custom_header_slideshow_homepage .slides .slide{
        height: 300px;
        background-size: cover !important;
        background-position: center !important;
    }

    .custom_header_slideshow_interior .slides .slide{
        height: 250px;
    }

    .custom_header_slideshow_homepage .slide .content .title, .custom_header_slideshow_homepage .slide .content .title a { 
        font-size: 18px; 
        line-height: 18px;
    }

    .custom_header_slideshow_homepage .slide .content {
        bottom: 10px;
    }



    
}


@media only screen and (min-width: 40.063em) { 
        .custom_header_slideshow_interior .slides .text .content{
        position: absolute;
        max-height: 80px;
        bottom: 25px;
        right: 10px;
        margin: 0 10px 0px 0;
    }



}

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 


    .custom_header_slideshow_homepage div.nextSlide.arrow {
        width: 50px;
    }
    .custom_header_slideshow_homepage div.prevSlide.arrow {
        width: 50px;
    }

    .custom_header_slideshow_homepage .slides .slide{
        height: 600px;
        background-position: 90% 50% !important;
    }
}


@media only screen and (min-width:64.063em) {
    .custom_header_slideshow_homepage .wayblazerWrapper,
    .custom_header_slideshow_interior .wayblazerWrapper {
        overflow: hidden;
        height: 93px;
        position: relative;
        z-index: 900;
        background-color: #111;
        width: 100%;
    }
        .custom_header_slideshow_homepage .wayblazerWrapper .wayblazerContainer,
        .custom_header_slideshow_interior .wayblazerWrapper .wayblazerContainer {
            width: 990px;
        }
}