@charset "utf-8";
/* CSS Document */

/***** Default Page Colors *****/
.header-title { background: #192E3C; }
.header-title.alt { background: #437999; }
.btn.alt { background: #437999; border: 1px solid #437999; }

.rd-navbar-fixed .rd-navbar-nav li.eaa-sub:hover > a, .rd-navbar-fixed .rd-navbar-nav li.eaa-sub:hover > a:hover, .rd-navbar-fixed .rd-navbar-nav li.eaa-sub.focus > a, .rd-navbar-fixed .rd-navbar-nav li.eaa-sub.focus > a:hover, .rd-navbar-fixed .rd-navbar-nav li.eaa-sub.active > a, .rd-navbar-fixed .rd-navbar-nav li.eaa-sub.active > a:hover, .rd-navbar-fixed .rd-navbar-nav li.eaa-sub.opened > a, .rd-navbar-fixed .rd-navbar-nav li.eaa-sub.opened > a:hover, .rd-navbar-fixed .rd-navbar-nav .eaa-sub li:hover > a, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.eaa-sub:hover > a, .dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active {
	background: #7ca9c3;
}

#home #main-body section.eaa .content-container article h3 a,
.link-box h3,
.multilevelpushmenu_wrapper li:hover,
.multilevelpushmenu_wrapper .backItemClass,
 .dl-menuwrapper button,
#home #main-body section .container-fluid h3 a{
	background: #192e3c;
	margin-bottom: 0;
}

.link-box h3 a { color: #fff; text-decoration: none!important; display: block; padding: 15px; }

.link-box h3.alt { background: #437999; padding: 0px; }
.link-box h3.alt:hover { background: #0099e6; }

#home #main-body section.eaa .content-container article ul li a:hover,
.multilevelpushmenu_wrapper h2 a:hover {
	color: #192e3c;
}

.multilevelpushmenu_wrapper li {
	border-top: 1px solid #192e3c;
}

.dl-menuwrapper li {
	border-bottom: 1px solid #192e3c;
}

.link-box .links,
.multilevelpushmenu_wrapper .levelHolderClass {
	background: #56778d;
}
.link-box .links .fa-ul a {
	color: #6A6D6D;
}

.link-box .links a.btn {
	display: flex;
	width: 100%;
	color: #fff;
	background: #437999;
	border-color: #437999;
}

	.link-box .links a.btn {
		background: #437998;
		border-color: #437998;
	}

	.link-box .links a.btn:hover {
		background: #0099e6;
		border-color: #0099e6;
	}

.link-box .links {
	background: #fff;
}
.link-box .links .fa-li {
	color: #82adc9;
}

.links h4 { color: #00aeef; }

/***** Groundwater Users Users Page Colors *****/

.rd-navbar-fixed .rd-navbar-nav li.groundwater-users-sub:hover > a, .rd-navbar-fixed .rd-navbar-nav li.groundwater-users-sub:hover > a:hover, .rd-navbar-fixed .rd-navbar-nav li.groundwater-users-sub.focus > a, .rd-navbar-fixed .rd-navbar-nav li.groundwater-users-sub.focus > a:hover, .rd-navbar-fixed .rd-navbar-nav li.groundwater-users-sub.active > a, .rd-navbar-fixed .rd-navbar-nav li.groundwater-users-sub.active > a:hover, .rd-navbar-fixed .rd-navbar-nav li.groundwater-users-sub.opened > a, .rd-navbar-fixed .rd-navbar-nav li.groundwater-users-sub.opened > a:hover, .rd-navbar-fixed .rd-navbar-nav .groundwater-users-sub li:hover > a, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.groundwater-users-sub:hover > a, .groundwater-users .dl-menuwrapper button:hover, .groundwater-users .dl-menuwrapper button.dl-active  {
	background: #192e3c;
}

/***** News and Education Page Colors *****/

.rd-navbar-fixed .rd-navbar-nav li.news-and-education-sub:hover > a, .rd-navbar-fixed .rd-navbar-nav li.news-and-education-sub:hover > a:hover, .rd-navbar-fixed .rd-navbar-nav li.news-and-education-sub.focus > a, .rd-navbar-fixed .rd-navbar-nav li.news-and-education-sub.focus > a:hover, .rd-navbar-fixed .rd-navbar-nav li.news-and-education-sub.active > a, .rd-navbar-fixed .rd-navbar-nav li.news-and-education-sub.active > a:hover, .rd-navbar-fixed .rd-navbar-nav li.news-and-education-sub.opened > a, .rd-navbar-fixed .rd-navbar-nav li.news-and-education-sub.opened > a:hover, .rd-navbar-fixed .rd-navbar-nav .news-and-education-sub li:hover > a, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.news-and-education-sub:hover > a, .news-and-education .multilevelpushmenu_wrapper .levelHolderClass, .news-and-education .dl-menuwrapper button:hover, .news-and-education .dl-menuwrapper button.dl-active {
	background: #6397b9;
}

.news-and-education-link-1, .education-link-box-1 h3 { background: #0EAEEF; box-shadow: 0px 8px 0px 0px #1482af;}
.news-and-education-link-2, .education-link-box-2 h3 { background: #8CC713; box-shadow: 0px 8px 0px 0px #6b9417;}
.news-and-education-link-3, .education-link-box-3 h3 { background: #BE50CE; box-shadow: 0px 8px 0px 0px #8e4199;}
.news-and-education-link-4, .education-link-box-4 h3 { background: #E67035; box-shadow: 0px 8px 0px 0px #ab572e;}

	.education-link-1:hover { background: #1482af;}
	.education-link-2:hover { background: #6b9417;}
	.education-link-3:hover { background: #8e4199;}
	.education-link-4:hover { background: #ab572e;}

.news-and-education .link-1 {
    	background-color: #0EAEEF;
	    border-color: #0EAEEF;
		display:inline-block;
	}

	.news-and-education .link-1:hover {
		 background-color: #1482af;
		 border-color: #1482af;
	}

	.news-and-education .link-4 {
		background-color: #E67035 !important;
		border-color: #E67035 !important;
		}

	.news-and-education .link-4:hover {
		 background-color: #ab572e !important;
		 border-color: #ab572e !important;
	}	

/***** Aquifer Protection Page Colors *****/

.rd-navbar-fixed .rd-navbar-nav li.aquifer-protection-sub:hover > a, .rd-navbar-fixed .rd-navbar-nav li.aquifer-protection-sub:hover > a:hover, .rd-navbar-fixed .rd-navbar-nav li.aquifer-protection-sub.focus > a, .rd-navbar-fixed .rd-navbar-nav li.aquifer-protection-sub.focus > a:hover, .rd-navbar-fixed .rd-navbar-nav li.aquifer-protection-sub.active > a, .rd-navbar-fixed .rd-navbar-nav li.aquifer-protection-sub.active > a:hover, .rd-navbar-fixed .rd-navbar-nav li.aquifer-protection-sub.opened > a, .rd-navbar-fixed .rd-navbar-nav li.aquifer-protection-sub.opened > a:hover, .rd-navbar-fixed .rd-navbar-nav .aquifer-protection-sub li:hover > a, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.aquifer-protection-sub:hover > a, .aquifer-protection .multilevelpushmenu_wrapper .levelHolderClass, .aquifer-protection .dl-menuwrapper button:hover, .aquifer-protection .dl-menuwrapper button.dl-active {
	background: #56778d;
}


/***** Science and Maps Page Colors *****/

.rd-navbar-fixed .rd-navbar-nav li.science-and-maps-sub:hover > a, .rd-navbar-fixed .rd-navbar-nav li.science-and-maps-sub:hover > a:hover, .rd-navbar-fixed .rd-navbar-nav li.science-and-maps-sub.focus > a, .rd-navbar-fixed .rd-navbar-nav li.science-and-maps-sub.focus > a:hover, .rd-navbar-fixed .rd-navbar-nav li.science-and-maps-sub.active > a, .rd-navbar-fixed .rd-navbar-nav li.science-and-maps-sub.active > a:hover, .rd-navbar-fixed .rd-navbar-nav li.science-and-maps-sub.opened > a, .rd-navbar-fixed .rd-navbar-nav li.science-and-maps-sub.opened > a:hover, .rd-navbar-fixed .rd-navbar-nav .science-and-maps-sub li:hover > a, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.science-and-maps-sub:hover > a, .science-and-maps .multilevelpushmenu_wrapper .levelHolderClass, .science-and-maps .dl-menuwrapper button:hover, .science-and-maps .dl-menuwrapper button.dl-active {
	background: #22445a;
}

/***** HCP Page Colors *****/

.habitat-and-species-conservation .header-title { background: #5d7f92; }

.rd-navbar-fixed .rd-navbar-nav li.habitat-and-species-conservation-sub:hover > a, .rd-navbar-fixed .rd-navbar-nav li.habitat-and-species-conservation-sub:hover > a:hover, .rd-navbar-fixed .rd-navbar-nav li.habitat-and-species-conservation-sub.focus > a, .rd-navbar-fixed .rd-navbar-nav li.habitat-and-species-conservation-sub.focus > a:hover, .rd-navbar-fixed .rd-navbar-nav li.habitat-and-species-conservation-sub.active > a, .rd-navbar-fixed .rd-navbar-nav li.habitat-and-species-conservation-sub.active > a:hover, .rd-navbar-fixed .rd-navbar-nav li.habitat-and-species-conservation-sub.opened > a, .rd-navbar-fixed .rd-navbar-nav li.habitat-and-species-conservation-sub.opened > a:hover, .rd-navbar-fixed .rd-navbar-nav .habitat-and-species-conservation-sub li:hover > a, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.habitat-and-species-conservation-sub:hover > a {
	background: #415a6a;
}