/***************************************
Custom Carousel Styling on TNT.org
Last Updated: 9/12/19
***************************************/



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


@media only screen and (max-width: 767px) {
    .bx-viewport {height:500px!important;}
}


/** 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
***************************************/
.slide-content h1 {
    font-family: 'Druk Web', 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin: 0 0 10px 0;
    text-transform: uppercase !important;
    font-size: 65px;
    line-height: 60px;
    letter-spacing: 1px;
}
.slide-content p {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
}
.slide_copy_white {
    color: #FFF !important;
}

@media only screen and (max-width: 767px) {
    .slide-content h1 {
        font-size: 45px;
        line-height: 40px;
    }

    .slide-content p {
        font-size: 20px !important;
    }

    /** Below makes white slider copy visible on mobile **/
    .slide_copy_white {
        color: #3E1568 !important;
    }

    p.slide_copy_white {
        color: #000 !important;
    }

    .long-copy-hide {
        display: none;
    }
}

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




