 

 /*
 -----------------------------------------------------------------------
 HEADER SLIDESHOW
 -----------------------------------------------------------------------
 */
 .slideshowContainer{position: relative;}
 .slideshowContainer .slider .slide{}

 .slideshowContainer .slider .slide .content{
    background-color: rgba(0, 0, 0, 0.76);
    bottom: 0;
    min-width: 236px;
    padding: 27px 20px 6px 20px;
    position: absolute;
    right: 0;
    width: 100%;
    text-align: center;
}
.slideshowContainer .slide img{width: 100%;}

.slideshowContainer .slider {opacity: 0; max-height: 256px;   transition: opacity 0.33s ease 0.5s;}
.slideshowContainer .slider.slick-initialized{opacity: 1; max-height: 740px;}

.slideshowContainer .slider .slide .content .title{font-family:'Trade Gothic LT W01 Bd Cn No-2';}
.slideshowContainer .slider .slide .content .title a{color: #fff; font-size: 18px;}

/*slick*/
.slideshowContainer .slideshowNav{position: absolute; bottom: 30%; width: 100%; display: none; height: 0;}
.slideshowContainer .slideshowNav .arrow{
    display: block;
    background-image: url(/includes/public/assets/images/header-arrows.png);
    height: 60px;
    width: 60px;
    cursor: pointer;
}
.slideshowContainer .slideshowNav .arrow.prev{margin-left: 35px;}
.slideshowContainer .slideshowNav .arrow.next{
    background-position: -68px 0;
    float: right;
    position: relative;
    top: -60px;
    margin-right: 35px;
}
.slideshowContainer .dots ul {
    bottom: 11px;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
    margin-left: 0;
}
.slideshowContainer .dots ul li{
    background-color: #878480;
    border-radius: 50%;
    height: 13px;
    margin-right: 11px;
    width: 13px;
}



.slideshowContainer .dots ul li.slick-active{background-color: #f0ab00;}
.slideshowContainer .dots ul li button:before{content: none;}
.slideshowContainer .play-button{
    background-image: url("/includes/public/assets/images/play-button.png");
    background-size: cover;
    bottom: 0;
    display: block;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -30px;
    width: 60px;
    cursor: pointer;
}
.videoFrame.reveal{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 1);
    left: 0;
    padding: 30px 5px 5px;
    position: absolute;
    z-index: 1005;
    max-height: 500px;
    height: auto;
    max-width: 95%;
    margin: 60px auto auto;
    right: 0;
    top: 0;
    width: 800px;
    display: none;
    min-height: 0;
    transition: width 0.2s ease 0.3s;
    visibility: visible;
}
.videoFrame .videoEmbed{
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 60%;
    padding-top: 1.38889rem;
    position: relative;
}
.videoFrame.reveal .close-reveal-modal{
    color: #000;
    opacity: 0.63;
    position: absolute;
    right: 4px;
    top: -4px;
    font-size: 23px;
}
.slideshowContainer .reveal-modal-bg{
    height: 1000%;
    position: absolute;
    top: -500%;
    display: none;
    opacity: .5;
    z-index: 99;
}

/** interior overrides - inherits desktop styles **/
.slideshowContainer.int .slideshowNav{display: none;}
.slideshowContainer.int .slider .slide .content{display: none;}
.slideshowContainer.int .dots ul {bottom: -13px;}


/*   MEDIA QUERIES  */ 
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
    .slideshowContainer .slideshowNav{display: block;}
    .slideshowContainer .slider .slide .content{
        border-radius: 8px 0 0 8px;
        bottom: 34px;
        min-width: 236px;
        width: auto;
        padding: 27px 55px 6px 20px;
        text-align: left;
    }
    .slideshowContainer .dots ul{
        bottom: 44px;
        right: 45px;
        left: auto;
    }
    .slideshowContainer .slider .slide{max-height: none;}
    .slideshowContainer.int .dots ul {right: 5px;}
    .videoFrame .videoEmbed{padding-bottom: 44%;}
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    .slideshowContainer .slideshowNav {bottom: 72%;}
    .slideshowContainer .play-button{width: 90px; height: 90px;}
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 
    .slideshowContainer .slideshowNav {bottom: 60%;}
     .slideshowContainer .play-button{width: 110px; height: 110px;}
}
/*
 -----------------------------------------------------------------------
 HEADER SLIDESHOW
 -----------------------------------------------------------------------
*/