﻿/* Flexslider
=================================================================== */

/* Browser Resets
=================================================================== */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(0,0,0,.2);
}


/* Necessary Styles
=================================================================== */
.flexslider {
    margin: 0;
    padding: 0;
}

    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides > li {
        position: relative;
        zoom: 1;
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider {
    position: relative;
    zoom: 1;
}

/*PlayPause button*/
.playpause {
    position: relative;
    z-index: 100;
    float: right;
    margin: 10px;
    padding: 5px;
    color: #fff;
    border: 1px solid white;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    cursor: pointer;
    height: 40px;
    background: #4F4F4F;
}
    .playpause:focus, .playpause:hover {
        color: #f8ba01;
    }
    .playpause:focusout {
        color: #fff;
    }

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}


/* Default Styles
=================================================================== */
.flexslider {
    /*max-width: 1440px;*/
    margin: auto;
    max-height: 1067px;
}


.flex-viewport {
    max-height: 675px;
}

.loading .flex-viewport {
    max-height: 300px;
}
/* .flexslider .slides {zoom: 1; margin: auto; margin-right: auto; max-width: 1440px;}
above was causing an ie7 and ie9 problem with the slider image not filling the div */
/* Direction Nav for Home Page
=================================================================== */

.flex-direction-nav a {
    width: 20px;
    display: block;
    top: 50%;
    right: -0.10%;
    float: none;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-8 */
    *bottom: 50px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.flex-direction-nav .flex-next {
    background-image: url(../images/slider-control-right.png);
    background-repeat: no-repeat;
    background-position: 52% 50%;
    display: none;
}

.flex-direction-nav .flex-prev {
    left: -0.10%;
    background-image: url(../images/slider-control-left.png);
    background-repeat: no-repeat;
    background-position: 48% 50%;
    display: none;
}


.subpage .flex-direction-nav a {
    bottom: 0;
    right: 0;
    *bottom: 30px;
}

.bannernav-link-container .link.light {
    float: left;
    line-height: 50px;
}

    /* Control Nav
=================================================================== */
    ol.flex-control-nav {
    margin:0;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index:2;
}

    .flex-control-nav li {
        margin: 0 3px 0 0;
        display: inline-block;
        zoom: 1;
    }

.flex-control-paging li a {
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #0052aa;
}


    .flex-control-paging li a.flex-active {
        cursor: default;
    }

.flex-control-paging li a:focus {
    border: #f8ba01 solid 1px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

/* Caption
=================================================================== */

/* adding a new class of caption so that the slider homepage caption will appear at 30 percent of the slider size*/


.motionbanner.actimg .caption-section {
    max-width: 50%;
    width: auto;
    padding: 10px 20px;
    margin: 0 0 0 0;
    position: absolute !important;
    display: block;
    left: 20px;
    bottom: 20px;
    z-index: 99;
}

.motionbanner.actimg .caption-section .nodesc {
    display: none;
}

​
.motionbanner.actimg img {
    /*-webkit-mask-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0,0,0,.7)), to(rgba(0,0,0,1)));
  mask-image: linear-gradient(to right, rgba(0,0,0,.7), rgba(0,0,0,1));*/
}
​
.motionbanner .slide-nocaption {
    width: auto;
    max-width: 30%;
    padding: 10px 20px;
    margin: 0 0 0px 0px;
    position: absolute !important;
    display: none;
    left: 20px;
    bottom: 20px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-8 */
}

​
.bannersection.motionbanner .caption-section h3 {
    font-size: 18px;
    margin: 0;
    line-height: 33px;
}

​
.bannersection.motionbanner .mb-caption-section p {
    margin: 0;
    line-height: 19px;
}
/** royalslider **/


.slideshow-with-thumbs.royalSlider .rsGCaption {
    transition: bottom .2s;
    bottom: -1000px;
    padding: 10px 8px;
}

.slideshow-with-thumbs.royalSlider:hover .rsGCaption {
    bottom: 76px;
}

.slideshow-with-thumbs.royalSlider .rsGCaption .slideTitle {
    font-weight: bold;
}

.slideshow-with-thumbs.royalSlider .rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: transparent;
    -webkit-backface-visibility: hidden;
    text-indent: -999em;
}

/*TODO: Delete the old slideshow*/

/***********/
/*Slideshow*/
/***********/

/*All Hands Stuff*/

.slideshowBanner {
    position: relative;
    /*background: url(../img/banner/banner1.jpg) no-repeat left top;*/
    background-size: cover;
    height: auto;
    margin: 0 0 0 0;
    padding: 0;
}

.banner {
    position: relative;
    /*background: url( ../img/banner/banner1.jpg) no-repeat left top;*/
    background-size: cover;
    height: auto;
    margin: 0 0 0 0;
    padding: 0;
}

    .banner img {
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.gradient {
    width: 100%;
    height: 100%;
    /*z-index: 9999; 
    position: absolute;
    display: block;*/
    max-width: 100%;
    padding: 10px 20px;
    margin: 0 0 0 0;
    position: absolute !important;
    display: block;
    bottom: 0;
}

.bannersection {
    max-height: 1067px;
    overflow: hidden;
    background-color: #000;
}


.bannersection h1 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0px;
    margin-top: 0;
    margin-bottom: 0;
}

.bannersection a {
    font-weight: bold;
}

#bannerpreview {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
}

#bannerpreview .bannernav {
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
}

#bannerpreview .bannernav .previous {
    float: none;
}

#bannerpreview .bannernav .next {
    float: none;
}

.previous span, .next span {
    /*color: #E8B00F;*/
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.previousbtn a:hover, .next a:hover {
    /*color: #E8B00F;*/
}

.next p {
    float: right;
}

/******************* white link style ********************************/

/* unvisited link */
.seclinks a:link {
    font-weight: normal;
    text-decoration: none;
}

/* visited link */
.seclinks a:visited {
    font-weight: normal;
    text-decoration: none;
}

/* mouse over link */
.seclinks a:hover {
    font-weight: normal;
    text-decoration: none;
}

/* selected link */
.seclinks a:active {
    font-weight: normal;
    text-decoration: none;
}

/******************* gold link style ********************************/

/* unvisited link */
.prilinks a:link {
    font-weight: normal;
    text-decoration: none;
}

/* visited link */
.prilinks a:visited {
    font-weight: normal;
    text-decoration: none;
}

/* mouse over link */
.prilinks a:hover {
    font-weight: normal;
    text-decoration: none;
}

/* selected link */
.prilinks a:active {
    font-weight: normal;
    text-decoration: none;
}

#bannertitle {
    display: none;
}

/******************* custom responsive ********************************/

@media only screen and (max-width: 375px) {

    .bannersection h1 {
        font-size: 16px;
    }

    .bannersection p {
        font-size: 14px;
    }

    .story3 .bannersection {
        padding-top: 32%;
        padding-bottom: 1%;
    }

    #storybanner3 h1 {
        font-size: 20px;
        line-height: 18px;
    }

    #storybanner3 h2 {
        font-size: 16px;
        line-height: 18px;
    }


    .previous, .next {
        font-size: 10px;
    }

    .previous span, .next span {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .prevtitle {
        display: none;
    }

    .nexttitle {
        display: none;
    }    
}

@media only screen and (max-width: 991px) {
    #bannerpreview {
        display: block !important;
    }

    .bannersection {
        padding-top: 0;
    }

    #bannertitle {
        display: block;
    }

    #bannertitle h1 {
        margin: auto;
        margin-top: 10px;
        color: #fff;
        text-align: center;
        font-size: 18px;
    }

    .motionbanner.actimg .caption-section {
        display: none;        
    }
}

@media only screen and (min-width: 991px) {
    .bannersection {
        padding-top: 0;
    }

    #bannertitle {
        display: none;
    }
}

@media only screen and (min-width: 376px) and (max-width: 991px) {
    .actimg .caption-section {
        max-width: 100%;
    }

    .bannersection h1 {
        font-size: 22px;
    }

    .bannersection p {
        font-size: 14px;
    }

    .story3 .bannersection {
        padding-top: 32%;
        padding-bottom: 1%;
    }

    #storybanner3 h1 {
        font-size: 22px;
        line-height: 18px;
    }

    #storybanner3 h2 {
        font-size: 14px;
        line-height: 14px;
    }

    #storybanner3 p {
        font-size: 14px;
    }

    .previous, .next {
        font-size: 11px;
    }

    .previous span, .next span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .specialhidden {
        display: none !important;
    }

    .motionbanner.actimg .caption-section {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

    /*.bannersection {
    padding-top: 20%;
}*/
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {

    /*.bannersection {
    padding-top: 20%;
}*/

}

@media only screen and (min-width:1200px)and (max-width: 1599px) {

    .container {
        width: 1180px;
        margin-left: auto;
        margin-right: auto;
    }

    .container-fluid {
        width: 100%;
    }
}
/*for-big-desktop-up*/
@media only screen and (min-width: 1600px) {
    .container {
        width: 1400px;
    }
    /*.container-fluid{
	width:1600px;
	margin-right: auto!important;
	margin-left: auto!important;
}	*/
}
/*End AHM stuff*/

/*End TODO: Delete old slideshow*/

.jquery-corner > div {
    background-color: transparent !important;
}

/********************************************************************************/
/*
CROSS FUNCTIONAL LAYOUT COLORS NAMES
*/
/*******************************************************************************/

.dma-slideshow .seclinks a:hover {
    color: #878785;
}

/* selected link */
.dma-slideshow .seclinks a:active {
    color: #CFCCC5;
}


.dma-slideshow .flex-direction-nav a {
    background-color: rgba(0, 0, 0, 0.7);
}

.dma-slideshow .flex-direction-nav .flex-prev:hover,
.dma-slideshow .flex-direction-nav .flex-next:hover {
    background-color: rgba(211, 211, 211, 0.7);
}

.dma-slideshow .flex-control-paging li a {
    background: #c8c8c8;
}

.dma-slideshow .flex-control-paging li a:hover,
.dma-slideshow .flex-control-paging li a.flex-active {
    background: #505050;
}

.dma-slideshow .gradient-dark {
    background-image: linear-gradient(to right, rgba(0,0,0,.7), rgba(0,0,0,0));
}

.dma-slideshow .gradient-light {
    background-image: linear-gradient(to right, rgba(255,255,255,.7), rgba(255,255,255,0));
}

.dma-slideshow #bannerpreview {
    color: white;
}

.dma-slideshow .bannersection a:hover {
    color: #fff;
}

.dma-slideshow .slide-nocaption {
    background: rgba(0, 0, 0, 0.7);
}

.dma-slideshow .caption-section.n {
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-8 */
}

.fullScreenExit {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .flexslider.motionbanner .thumbAlt {
        display: none;
    }

    .sectionTitle .ayche3 {
        font-size: 12px;
        line-height: 15px;
    }

    .fullScreenExit {
        display: block;
        position: absolute;
        top: 15px;
        right: 30px;
        z-index: 1000;
    }
}

.videoOverlay {
    background: url(/DesktopModules/SlideShow/Resources/images/bigplay.svg) 1px 0px no-repeat no-repeat;
    width: 95px;
    height: 95px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -41px;
    margin-top: -41px;
    z-index: 2;
}

div.bannersection::after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0) 255px);
    top: 0px;
    height: 100%;
    width: 100%;
    content: '';
}

@media only screen and (max-width: 991px) {
    div.bannersection::after {
        display: none;
    }

    .banVid {
        margin-bottom: -5px;
    }
}

div.bannersection.notitle::after,
div.bannersection.notitle .caption-section {
    display: none;
}

