/* Custom CSS from the support team. */

/*
*  Ticket 8446651
*  On the landing page for each main nav link, the right child page buttons don't fit in the picture space.
*  06/03/16 - James B
*/

@media (min-width: 800px) {
/*
    .landing-slideshow {
        height: calc(100vh - 200px);
    }
    .landing-slideshow article {
        height: calc(100vh - 145px);
    }
*/    
    .nav-sub-container .nav-sub .fsNavLevel1 > li > a {
    	padding: 8px 20px;
    }
}

/* End Section */

/*
*  Ticket 8446652
*  Update home page slideshow (the one near the bottom) to not have hover effects
*  06/09/16 - Sean Loveall
*/

.secondary-slideshow article .caption {
	color: #FFF;
}
.secondary-slideshow article .caption:before {
	background: none;
}
.secondary-slideshow article .caption .innercap,.secondary-slideshow article:hover .caption .innercap {
	opacity: 1;
	margin-top: 100px;
}
.secondary-slideshow article .caption .innercap:before {
	display: none;
}

/* End Section */