/* General settings */
#content {padding:1em; color:#333;}
#content h1 {color:#036; font: normal 1.5em "Georgia","Book Antiqua", "Times New Roman", serif; margin:0; padding:0; font-weight:normal;}
#content h2 {font: 1.5em "Candara", "Helvetica", "Arial", sans-serif; margin: 1em 0 0 0; color:#900;}
#content h3 {font: normal 1.25em "Georgia","Book Antiqua", "Times New Roman", serif; margin: 1em 0 0 0; color:#036;}
#content p {margin:1em 0; line-height:1.5}
#content li {margin:.5em 0;}
#content ul {margin-left:1em;}
	#content ul li {list-style-type:disc;}
.hidden {display:none;}
#maintained {text-align:center; padding:1em; color:#999; font-size:.85em;}

/* Expand template to 100% */
#maxHeader h1 img {padding-left:1em;}
#maxHeader nav, ul {padding-right:1em;}
#maxHeader div, #maxFooter {width:100%;}
#maxFooter address {width:60%;}

header.bryan-header .container-fluid {
	padding-left: 0;
	padding-right: 0
}

@media only screen and (max-width:767px) {
	header .logo-uncg {
		background-image: url(/i/uncg_hrzntl_mobile.svg);
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		height: 75px;
		text-indent: -9999px;
		width: 43px
	}

	#header-search {
		margin-right: 102px
	}
}

#header {
	background: #0f2044;
	border-bottom: 1px solid #969696
}

#header-left {
	float: left
}

#header-search {
	float: right;
	margin-right: 140px;
	position: relative;
	z-index: 2
}

@media only screen and (max-width:767px) {
	header .logo-uncg {
		background-image: url(/i/uncg_hrzntl_mobile.svg);
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		height: 75px;
		text-indent: -9999px;
		width: 43px
	}

	#header-search {
		margin-right: 102px
	}
}

#header .logo-uncg {
	margin: 15px 0 0 45px
}

@media only screen and (max-width:575px) {
	#header .logo-uncg {
		margin: 15px 0 0 15px
	}
}

#header {
	position: relative;
	z-index: 10
}

.logo-uncg {
	background-image: url(/i/uncg_hrzntl.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 70px;
	text-indent: -9999px;
	width: 259px
}

.container-fluid {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: calc(var(--bs-gutter-x)*.5);
	padding-right: calc(var(--bs-gutter-x)*.5);
	width: 100%
}

.skip-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%
}

.skip-nav a {
	background: #09142a;
	color: #fff;
	display: block;
	font-weight: 700;
	left: -1000em;
	padding: 5px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 300px
}

	.skip-nav a:active,
	.skip-nav a:focus {
		color: #fff;
		left: 0;
		top: 0;
		z-index: 99
	}

#header .skip-nav a:active,
#header .skip-nav a:focus {
	left: 50%;
	transform: translateX(-50%)
}

#header-search {
	float: right;
	/*    margin-right: 140px; */
	position: relative;
	z-index: 2
}

#header-search {
	margin-right: 0 !important
}

input.expandable-search {
	outline: none
}

input.expandable-search::-webkit-search-cancel-button,
input.expandable-search::-webkit-search-decoration {
	display: none
}

input.expandable-search::placeholder {
	color: #fff
}

input.expandable-search::-moz-placeholder {
	color: #fff
}

input.expandable-search::-webkit-input.expandable-search-placeholder {
	color: #fff
}

input.expandable-search[type=search] {
	-webkit-appearance: textfield;
	background: #09142a url(/i/search-icon.svg) no-repeat 20px;
	background-size: 18px 18px;
	border: 1px solid #09142a;
	-webkit-box-sizing: content-box;
	color: #fff;
	font-family: PlutoSansHeavy, PlutoSansHeavy-fallback, PlutoSansHeavy-fallback-android, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 82px;
	padding: 9px 30px 9px 52px;
	text-transform: uppercase;
	/* transition: all .5s; */
	width: 196px;
}

	input.expandable-search[type=search]:focus {
		background-color: #09142a;
		border-color: #09142a;
		width: 196px
	}

.clearfix:after {
	clear: both;
	content: "";
	border-bottom: 1px solid #969696;
	display: block;
}