
/* main */
body { background-color: #e5f1f8; }

/* content */
.bg-primary p, .bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary a, .bg-primary li { color: #fff; }

/* footer */
footer { padding-top: 60px; padding-bottom: 60px; }

/* layout */

#google_translate_element a {
	display: none;
}

.sc-content-block-menu {
    z-index: 9999 !important;
}

header { 
	height: 100px; 
	border-bottom: 5px solid #e5f1f8;
}
.personabar-visible .banner-admin { 
	min-height: 80px;
}

@media (min-width: 768px) { 
	header { position: fixed; top: 0; left: 0; right: 0; z-index: 1500; }
}

form { margin: 0; }
.header-logo { height: 60px; margin-top: 10px; }
@media (min-width: 768px) {
	.header-logo { height: 80px; margin-top: 0; }
}

main { min-height: 200px; background-color: #fff; }
header .social a {
	text-decoration: none;
}
header .social a:hover i {
	color: #052264 !important;
}

.goog-logo-link { display:none !important; }    
.goog-te-gadget{ font-size: 0 !important; }
.goog-te-combo { font-size: 12px !important; border-color: #ccc; padding: 5px 10px; margin: 0 !important; }

/* padding for fixed header */
@media (min-width: 768px) { 
	body { padding-top: 100px; }
}

/* fix for pbar */
.personabar-visible header { left: 80px; }

/* stellarnav overrides */
.stellarnav.desktop li a.depth-0 {
	background-color: rgba(0,121,188,0.1);
	padding: 10px 20px;
}
.stellarnav.desktop li a.depth-0:hover {
	background-color: rgba(0,121,188,0.5);
}
.stellarnav.desktop li a.depth-1 {
	background-color: rgba(0,121,188,0.8);
	padding: 5px 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.stellarnav.desktop li a.depth-1:hover {
	background-color: #052264;
}
.stellarnav.desktop li.has-sub a.depth-0 {
	padding-right: 20px;
}
.stellarnav li.has-sub>a:after {
    border-top: 6px solid #0079bc !important;
}
.stellarnav.mobile.right>ul {
	z-index: 1501;
}

/* subpage menu */
.subpagemenu {
}
.subpagemenu h3 { padding: 0 20px; }
.subpagemenu ul { list-style-type: none; margin: 0; padding: 0; }
.subpagemenu ul li { list-style-type: none; margin: 0; padding: 0; }
.subpagemenu ul li a { 
	display: block; 
	padding: 8px 20px; font-size: 16px; color: #052264; 
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	border-bottom: 1px solid #ececec;
	text-decoration: none;
	position: relative;
}
.subpagemenu ul li a.level2 {
	font-size: 14px;
	padding-left: 30px;
}
.subpagemenu ul li a:hover { background-color: rgba(0,121,188,0.2); text-decoration: none; }
.subpagemenu ul li a.selected::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
    content: "\f178";
	position: absolute;
	color: #0079bc;
	right: 10px;
}