@charset "UTF-8";
/* CSS Modifications whick only apply to this site */
.btn-lori {
	width: 200px;
	display: block;
	margin: 0 auto;
}
.mainNavigation .dropdown .dropdown-menu {
    left: inherit !important;
    right: inherit !important;
}
.mainNavigation .navbar-nav > li > a.btn-red {
	color: #fff;
	padding: 15px 30px;
	margin: 14px 0;
}
.smaller .mainNavigation .navbar-nav > li > a.btn-red {
	padding: 8px 30px;
	margin: 7px 0;
}
.mainNavigation .nav > li > a.btn-red:hover,
.mainNavigation .nav > li > a.btn-red:focus {
	background-color: #931623;
	color: #eee;
}
.white .maincontent {
    margin-top: 0;
}
.quick-fact-box .fa,
.quick-fact-box .publication {
	font-size: 5em;
}
.quick-fact-box .title {
	font-size: 1.5em;
}
.quick-fact-box .publication {
	font-weight: bold;
}

/* Sidenav Size Adjustment */
#maincontent .sidenav {
  font-size: 1.2em;
}
