/**
HOMEPAGE CAROUSEL - CMS OVERRIDES
***************************************/


/** Hides Default Homepage Carousel Tab Nav
Changes to bullet nav w/ no text **/
section.module-hero-slider .slide-pager {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

section.module-hero-slider .slide-pager #pager {
    display: block;
    float: left;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
}

section.module-hero-slider .slide-pager #pager a {
    background-color: #fff;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    float: none;
    font-size: 18px;
    font-weight: 400;
    height: 14px;
    margin: 0;
    outline: medium none;
    padding: 0;
    text-decoration: none;
    text-indent: -9999px;
    width: 14px;
}

section.module-hero-slider .slide-pager #pager a.active {
    background-color: #9164ab;
}

@media only screen and (max-width: 767px) {
    section.module-hero-slider .slide-pager #pager a {
        background-color: #000;
        height: 10px;
        width: 10px;
    }
}
/** Carousel Tabs Hide ENDS**/



/** Video Slide Default Overlay Override **/
section.module-hero-slider .slides .slide.slide-video::after {
    /*background-color: rgba(145, 100, 171, 0.3);*/
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    section.module-hero-slider .slides .slide.slide-video::after {
        display:none;
    }
}
/** Video Slide Default Overlay Override ENDS**/


/*************************************** 
CMS OVERRIDES ENDS ******/






/** Custom Styles Start
***************************************/


/*************************************** 
Custom Styles ENDS ******/




@media only screen and (max-width: 767px) {
/*#pager {display:block!important;}	*/
}


@media only screen and (max-width: 768px) {
	
/** Below makes white slider copy visible on mobile **/
.slide_copy_white {color: #000000!important;}
.slide-content h1 {font-size:30px;}
.long-copy-hide {display:none;}

}