  @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body {
	font-family: 'Open Sans', 'Lato', 'Trebuchet MS', Arial, sans-serif !important;
}
a:link, a:visited {color:#236192;}
a:hover, a:active {color:#111C4E;}
div.siteLogo {
	font-size: 140%;
	font-weight: bold;
	text-transform: uppercase;
}
@media only screen and (max-width:768px) {
	div.siteLogo {
		font-size: 120%;
	}
}
@media only screen and (max-width:576px) {
	div.siteLogo {
		font-size: 100%;
	}
}
div.headerContainer > div.headerLeft {
	width: 90%;
}
div.headerContainer > div.headerRight {
	width: 10%;
}
div.uafBanner.bg-primary {
	background-image: linear-gradient(#003764, #1e5c8d) !important;
}
div.uafSearch button.btn.btn-primary {
	background: transparent !important;
}
div.uafSearch button.btn.btn-primary:hover {
	background: #003764 !important;
}

div.site-header div.h1 {
	margin: 0.7rem 0;
}
div.site-header div.h1 > a {
	font-size: 90%;
}
div.site-header .ret-img-70 {
	width: 60%;
}
div.quotes-container { font-size: 1.25rem; }

div.site-header {
	position: relative;
	background-color: #1e5c8d;
	border-top: 0.2rem solid #ffcd00;
	overflow: hidden;
}
@media only screen and (min-width:768px){
	div.site-header {
		padding: 4rem 0 1rem 0;
	}
}
div.site-header:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
	background-image: url(/bw/images/banners/AKA-13-3929-114-2400-800.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
div.site-header>div.container {
	position: relative;
	z-index: 2;
}
div.site-menu nav.menuPrimary {
	/*background-color: #637EB5;*/
	background-color: #1e5c8d;
	border-top: 1px solid #236ea8;
}
.dropdown-item.active {
	background-color: #4c93ca;
}
@media only screen and (min-width:992px) {
	.navbar .dropdown.show .dropdown-menu {
		-webkit-transform: translate3d(0, 45px, 0) !important;
		-moz-transform: translate3d(0, 45px, 0) !important;
		-o-transform: translate3d(0, 45px, 0) !important;
		-ms-transform: translate3d(0, 45px, 0) !important;
		transform: translate3d(0, 45px, 0) !important;
	}
}
.menuPrimary .navbar-nav .nav-link {
	font-size: 105%;
}
ul.subnav.nav.flex-column.flex-nowrap {
	display: none;
}
.padding-1 {
	padding: 1rem;
}
div#sidebar div.ou-component-button a.btn {
	margin: 3px 0;
}
div#sidebar div.list-group > a.list-group-item {
	text-decoration: none!important;
	font-size: 110%;
}
div#sidebar div.list-group > a.list-group-item.active {
	background-color: #1E5C8D;
	border-color: #1E5C8D;
}
div#sidebar h5 {
	margin-top: 1rem;
}
div#dept-footer {
	padding-bottom: 1rem;
	border-bottom: 1px dotted #fff;
	margin-bottom: 1rem;
}
.figure-caption {
	line-height: 1.3;
}
.card-header {
	background-color: #e6edf3;
}
.drop-shadow {
	-webkit-filter: drop-shadow(5px 5px 5px #444);
	filter: drop-shadow(5px 5px 5px #444);
}
div.colorbox div.card {
	text-align: left;
}
ul.sidebar-list {
	padding-left: 0.5rem;
}
ul.sidebar-list>li {
	padding: 0.25rem 0;
}
li.nav-item div.dropdown-menu a.dropdown-item[role="external-link"]::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f35d";
	display: inline-block;
	padding-left: 3px;
	vertical-align: middle;
	font-weight: 900;
	font-size: 0.75rem;
	color: #c0c0c0;
}
