/*
CCAC Colors

CCAC Main (red): HEX: #AA182C
CCAC Dark Red: HEX: #79242F
CCAC Dark Blue: HEX: #003057
CCAC Light Blue: HEX: #316094
CCAC Dark Grey: HEX: #63666A
CCAC Light Gray: HEX: #D9D8D6
CCAC Yellow: HEX: #DAA900

*/

/*MEGA NAVIGATON*/
.main-navigation .bottom-row .nav .nav-item .nav-link{
	padding: 0 10px;
}
.mobile-header{
    background-color: #003057;
    padding: 0;
    position: relative;
    z-index: 1050;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    }
.mobile-header .task-nav{
    background-color: #316094;
    color: #ffffff;
    border-bottom: 2px solid #fff;
}

/*END NAVIGATON*/

/*Hero*/
.hero-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px; /* Adjust the height as needed */
    background-color: #003057; /* Change to desired border color */
	padding: 25px 0;
}

.hero-slider-wrapper, .hero-video-wrapper {
    border-bottom: 60px solid #003057;
}

/*Header*/
header .top-row{
    background-color: #316094;
}

.main-navigation .bottom-row{
    background-color: #003057;
}

.main-navigation .aux .nav li a{
	color: #fff;
}
.main-navigation .aux .nav li a:hover, .main-navigation .aux .nav li a:focus{
	    border-color: #DAA900;
}

.search-toggle{
    color: #fff;
    }
.search-toggle:hover, .search-toggle:focus, .quicklinks:hover, .quicklinks:focus {
	border-color: #DAA900;
}


.section-menu{
	background-color: #003057
}

/*Footer*/
footer{
    background-color: #316094;
}

footer .bottom-row{
	border-top: 1px solid #fff;
}

.cta-menu-container {
    background-color: #003057;
}

.cta-menu a {
    border-bottom: 1px solid #fff;
}