.navbar {
	font-size: 12px;
	font-weight: bold;
	cursor: default;
	margin-top: 20px;
}

.navbar .item {
	position: relative;
	margin-bottom: 3px;
}

.navbar .item .inner {
	border: 2px solid rgb(204,153,0);
	padding: 3px;
	margin: 0 10px;
	height: 40px;
}

.navbar .item .inner a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 4% 0 0 15%;
	z-index: 4;
	color: rgb(0,0,153);
	text-decoration: none;
	outline-style: none;
}

.navbar .item:hover .inner,
.navbar .item .inner.active {
	border: 2px solid rgb(225,194,102);
	background-color: rgb(225,194,102);
}

.navbar .item:hover {
	cursor: pointer;
}

.navbar .item .decorators {
	position: absolute;
	bottom: 7px;
	min-width: 100%;
	min-height: 1px;
	z-index: 3
}

.navbar .item .decorators .decorator {
	float: left;
	background-color: rgb(0,0,153);
}

.navbar .item .decorators .decorator.left {
	min-width: 30%;
	min-height: 5px;
}

.navbar .item .decorators .decorator.right {
	min-width: 70%;
	min-height: 2px;
	margin-top: 3px;
}








.header {
	padding-bottom: 25px;
}

.page-title {
	padding-bottom: 5px;
	border-bottom: 3px solid rgb(0,0,153);

}

.page-title img {
	max-width: 700px;
	width: 85%;
}

.page-title h2 {
	display: inline;
	min-width: 100%;
	max-width: 100%;
	padding-right: 20px;
}

.header h1 {
	color: rgb(0,0,153);
	margin-top: 0;
}

.header h4,
.header h5,
.header h6 {
	font-style: italic;
	margin: 0;
}

.header h4 {
	font-weight: bolder;
}

.content {
	padding: 45px 10px;
}

body {
	font-size: 19px;
}

.horizontal-divider {
	border-bottom: 3px solid rgb(0,0,153);
	min-height: 3px;
	margin: 45px 0;
	width: 100%;
}

.affiliations img {
	max-height:125px;
}

.affiliations h4 {
	color: rgb(128, 0, 0);
}

.home img,
.about-us img {
	width: 90%;
	max-width: 200px;
}

.footer .links {
	text-align: right;
}

/* XS Grid */
@media (max-width: 767px) {
	.home img,
	.about-us img  {
		width: 50%;
	}

	.page-title h2 {
		display: block;
	}

	.page-title img {
		width:100%;
	}

	.footer .links {
		text-align: left;
	}

	.navbar .item .inner a {
		padding: 1.5% 0 0 4%;
	}
	
}

h1 {
	font-size: 39px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 17px;
}



/* S Grid */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar .item .inner a {
		padding-top: 8%;
	}
}

/* L Grid */
@media (min-width: 1200px) {
	.navbar .item .inner a {
		padding: 2% 0 0 13%;
	}
}