  ﻿@charset "utf-8";
/* CSS Document */

#blue-bar-holder {
	background-color: #0c163c;
	font-size: 12px;
	overflow: hidden;
}

#gold-bar form input {
	background-color: #52608d;
	border-radius: 3px;
	color: white;
}

#gold-bar form .btn {
	position: initial;
	height: 40px;
	background-color: #284267;
	background-image: none;
}

#gold-bar li a {
	color: white;
	white-space: nowrap;
}

#gold-bar li span {
	position: relative;
}

.search-query::-webkit-input-placeholder {
	color: white;
}

.search-query:-moz-placeholder { /* Firefox 18- */
	color: white;
	opacity: 1;
}

.search-query::-moz-placeholder { /* Firefox 19+ */
	color: white;
	opacity: 1;
}

.search-query:-ms-input-placeholder {
	color: white;
}

#site-controls {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: center;
	margin: 20px 0;
}

#header-holder {
	background-color: #041f45;
	padding: 1px 0;
}

#header::before, #header::after {
	display: none;
}
#header li {
	padding: 0;
}
#header a {
	color: #fff;
}

@media (max-width: 767px) {
	#header nav ul {
		display: flex;
		gap: 10px 20px;
		justify-content: center;
		margin: 20px 0;
		flex-wrap: wrap;
	}
}


.logo-holder {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}

a.erauHamburgerMenu, a.erauSearchMenu {
	color: white;
	font-size: 2em;
}

.header-links {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}

	.header-links nav ul li {
		display: inline;
	}

	.header-links nav ul li {
		margin-left: .5em;
		margin-right: .5em;
	}

		.header-links nav ul li:first-child {
			margin-left: 0;
		}

		.header-links nav ul li:last-child {
			margin-right: 0;
		}

		.header-links nav ul li a {
			color: white;
			text-decoration: none;
		}

.apply-link:before, .contact-link:before, .chat-link:before {
	vertical-align: text-top;
	padding-right: 4px;
}

a.apply-link span {
	color: #f78b49;
}

a.contact-link span {
	color: #f0c85a;
}

.call-link:before {
	content: "\e145";
	font-family: 'Glyphicons Halflings';
	font-display: swap;
	padding-right: 4px;
}

a.call-link {
	position: relative;
}

	a.call-link span {
		color: #6ea7ff;
	}

a.request-link span {
	color: #6ea7ff;
}

a.learning-link {
	text-decoration: none;
}

#erauMenu li {
	padding: 0;
	border: 0;
	margin: 0;
}

	#erauMenu li a, #erauMenuBar li a:link {
		padding: 10px 10px 10px 15px;
		color: #0d153c;
		border-bottom: 1px solid #e4e5e9;
	}

#nav-holder {
	color: #dedede;
	background-color: #0062b3;
}

@media (min-width: 768px) {
	#header-holder {
		padding: 10px 0;
	}
	#header {
		display: flex;
		gap: 30px;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#header nav {
		display: flex;
		gap: 30px;
		align-items: center;
	}
	.header-links {
		margin-top: 40px;
		margin-bottom: 20px;
		text-align: left;
	}
}

@media (min-width: 992px) {
	.header-links {
		margin-top: 20px;
		margin-bottom: 20px;
	}

		.header-links nav > div {
			-moz-column-count: 2;
			-webkit-column-count: 2;
			column-count: 2;
			-moz-column-gap: 30px;
			-webkit-column-gap: 30px;
			column-gap: 30px;
		}

		.header-links nav ul li {
			display: block;
			margin-left: 0;
			margin-right: 0;
		}
}
