#mainSlider {
	height: 460px;
	background: #cdcdcd;
}
#mainSlider .slide {
	display: block;
	position: relative;
}
#mainSlider .slide::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, .5);
}
#mainSlider .table {
	position: relative;
}
#mainSlider .slide h2, #mainSlider .slide h3 {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

article {
	background: #ebebeb;
	font: 14px 'roboto_regular';
	color: #000;
	text-align: justify;
	padding: 50px 0;
	position: relative;
	min-height: 300px;
}
article p {
	margin-top: 20px;
	line-height: 17px;
}
article p:first-child {
	margin-top: 0;
}
article p a {
	display: inline-block;
	color: #000;
	text-decoration: underline;
}
article p a:hover {
	text-decoration: none;
}
article p img, article p iframe {
	max-width: 100%;
}
article table {
	margin-top: 15px;
}
article .spinner {
	top: 50px;
}
article menu {
	position: absolute;
	top: -66px;
	left: 0;
	width: 100%;
	text-align: center;	
}
article menu a {
	display: inline-block;
	width: 115px;
	height: 66px;
	padding: 0 10px;
	font: 12px 'roboto_bold';
	color: #3d3c3c;
	background: rgba(235,235,235,.7);
	transition: background .5s, color .5s;
	-webkit-transition: background .5s, color .5s;
	-moz-transition: background .5s, color .5s;
	-o-transition: background .5s, color .5s;
}
article menu a:hover, article menu a.active {
	background: rgba(235,235,235,1);
	color: #0b3b70;
}
article .textContainer {
	overflow-y: hidden;
}
article .textContainer ul li, article .textContainer ol li {
	padding-left: 15px;
	margin-left: 10px;
	margin-top: 5px;
	background: url(../images/li_bull.png) left top 7px no-repeat;
}
article .textContainer h1 {
	font-family: 'bitter_bold';
	font-size: 20px;
}
article .textContainer h2 {
	font-family: 'bitter_bold';
	font-size: 18px;
}
article .textContainer h3 {
	font-family: 'opensans_bold';
	font-size: 16px;
}
article .textContainer h4, article .textContainer h5, article .textContainer h6 {
	font-family: 'opensans_bold';
	font-size: 15px;
}
article .textContainer h1, article .textContainer h2, article .textContainer h3, article .textContainer h4, article .textContainer h5, article .textContainer h6 {
	color: #0b3b70;
}
article .textContainer h1:not(:first-child), article .textContainer h2:not(:first-child), article .textContainer h3:not(:first-child), article .textContainer h4:not(:first-child), article .textContainer h5:not(:first-child), article .textContainer h6:not(:first-child) {
	margin-top: 20px;
}
article .textContainer.floatLeft, article .textContainer.floatRight {
	width: 75%;
}
article .textContainer img {
	max-width: 100%;
}
article .regularPics.floatLeft, article .regularPics.floatRight {
	width: 20%;
}
article .regularPics.top, article .regularPics.bottom, article .gallery {
	margin-left: auto;
	margin-right: auto;
}
article .regularPics.top {
	margin-bottom: 25px;
}
article .regularPics.bottom, article .gallery {
	margin-top: 25px;
}
article .gallery {
	height: 100px;
	position: relative;
}
article .regularPics.top a, article .regularPics.bottom a {
	float: left;
	margin: 0 2px 4px;
	width: 230px;
	height: 150px;
	overflow: hidden;
}
article .regularPics.floatLeft a , article .regularPics.floatRight a {
	margin-bottom: 4px;
}
article .regularPics.floatLeft a:last-child , article .regularPics.floatRight a:last-child {
	margin-bottom: 0;
}
article .gallery a.navNext, article .gallery a.navPrev {
	position: absolute;
	width: 20px;
	height: 100%;
	top: 0;
	background-color: #0b3b70;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-o-transition: background-color .5s;
}
article .gallery a.navNext:hover, article .gallery a.navPrev:hover {
	background-color: #01aeef;
}
article .gallery a.navNext {
	right: -20px;
	background-image: url(../images/photo_gallery_nav_next.png);
}
article .gallery a.navPrev {
	left: -20px;
	background-image: url(../images/photo_gallery_nav_prev.png);
}
article .gallery .photosAnimContainer {
	height: 100%;
	overflow: hidden;
	position: relative;
}
article .gallery .photosAnimContainer .photosAnim {
	position: absolute;
	width: 20000px;
	height: 100%;
	top: 0;
	left: 0;
}
article .gallery .photosAnimContainer .photosAnim a {
	float: left;
	width: 150px;
	height: 100%;
	overflow: hidden;
	border-right: 1px solid #0b3b70;
}
article .gallery .photosAnimContainer .photosAnim a:nth-last-child(2) {
	border-right: none;
}

article ul.tabs li {
	margin-bottom: 5px;
}
article ul.tabs li:last-child {
	margin-bottom: 0;
}
article ul.tabs li .main a {
	padding: 1.6% 2.4% 1.6% 10.3%;
	color: #0b3b70;
	border: 1px solid #0b3b70;
	background: url(../images/tabs_bg.png) left no-repeat;
	background-size: auto 100%;
	font: 16px 'roboto_bold';
}
article ul.tabs li .main a, article ul.tabs li .tabContent a.submenuLevel3 {
	transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-o-transition: background-color .5s;
}
article ul.tabs li .main a:hover {
	background-color: #e3e3e3;
}
article ul.tabs li .main a.active {
	background-color: #0b3b70;
	background-image: url(../images/tabs_small_bg.jpg);
	background-position: right 2.4% center;
	background-size: auto 7px;
	padding-left: 2.4%;
	color: #fff;
}
article ul.tabs li .tabContent, article ul.tabs li .tabContentLevel3 {
	display: none;
	padding: 10px 0;
}
article ul.tabs li .tabContent a.submenuLevel3 {
	padding: 5px 10px;
	color: #0d3c70;
	background: #ddd;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}
article ul.tabs li .tabContent a.submenuLevel3:hover {
	background: #ccc;	
}

article .multipleEntries a.multiple, article ul.alumniMessages li, article ul.alumniResults li {
	padding: 15px 0;
	border-bottom: 1px solid #b39ba7;
}
article ul.alumniResults {
	margin-top: 10px;
}
article .multipleEntries a.multiple:first-child, article ul.alumniMessages li:first-child, article ul.alumniResults li:first-child {
	padding-top: 0;
}
article .multipleEntries a.multiple:last-child, article ul.alumniMessages li:last-child, article ul.alumniResults li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
article .multipleEntries a.multiple h2, article ul.alumniMessages li h2 {
	font: 16px 'roboto_bold';
	color: #000;
	transition: color .5s;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
}
article .multipleEntries a.multiple:hover h2 {
	color: #01aeef;
}
article .multipleEntries a.multiple .newsdate, article ul.alumniMessages li.messagedate {
	font: 14px 'roboto_regular';
	color: #b39ba7;
	margin: 5px 0;
	font-style: italic;
}

article a.download {
	display: inline-block;
	background-color: #0b3b70;
	background-position: left 5px center;
	background-repeat: no-repeat;
	background-size: auto 85%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	padding: 10px 20px 10px 50px;
	margin-top: 30px;
	font: 14px 'roboto_bold';
	transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-o-transition: background-color .5s;
}
article a.download:hover {
	background-color: #2f639c;
}

#careers, #ensAnnounce {
	margin-top: 15px;
}
#careers ul.private, #careers ul.public {
	float: left;
	min-height: 250px;
}
#careers ul.private {
	width: 70%;
	padding-right: 2%;
}
#careers ul.public {
	width: 30%;
	padding-left: 2%;
	border-left: 1px solid #000;
}
#careers ul h2 {
	font: 16px 'opensans_bold';
	color: #729a44;
	margin-bottom: 20px;
}
#careers ul .job:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
}
#careers ul h3 {
	font-size: 15px;
}
#careers ul .startDate {
	font-style: italic;
	color: #7e7e7e;
}
#careers ul p:not(:first-child) {
	margin-top: 10px;
}
#careers ul p a {
	color: #0b3b70;
	font-family: 'roboto_bold';
}
#careers ul input[type=button] {
	margin-top: 20px;
	margin-bottom: 0;
}

#ensAnnounce ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 15px 0;
}
#ensAnnounce ul a {
	width: 30%;
	min-width: 250px;
	padding: 10px;
	margin: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	text-align: left;
	transition: transform .3s;
	color: #000;
}
#ensAnnounce ul a:hover {
	transform: scale(1.1, 1.1);
}



@media screen and (max-width:768px) {
	article {
		padding-top: 0;
	}
	article menu {
		position: static;
		top: 0;
	}
	article menu a {
		display: block;
		width: 100%;
		height: auto;
		padding: 5px 10px;
		border-bottom: 1px solid #0b3b70;
	}
	article .container {
		padding-top: 50px;
	}
	article .textContainer.floatLeft, article .textContainer.floatRight, article .regularPics.floatLeft, article .regularPics.floatRight {
		width: 100%;
		float: none;
	}
	article .regularPics.floatLeft a, article .regularPics.floatRight a {
		width: 230px;
		margin-left: auto;
		margin-right: auto;
	}
	article .textContainer.floatLeft {
		margin-bottom: 25px;
	}
	article .textContainer.floatRight {
		margin-top: 25px;
	}
	#careers ul.private, #careers ul.public {
		float: none;
		min-height: 100px;
		text-align: center;
	}
	#careers ul.private {
		width: auto;
		padding-right: 0;
		margin-bottom: 20px;
	}
	#careers ul.public {
		width: auto;
		padding-left: 0;
		padding-top: 20px;
		border-left: none;
		border-top: 1px solid #000;
	}
	#careers ul p {
		text-align: justify;
	}
	#careers ul input[type=button] {
		margin-top: 20px;
		margin-bottom: 0;
		display: inline-block;
	}
}
@media screen and (max-width:640px) {
	article p iframe {
		height: 250px;
	}
	article ul.tabs li .main a {
		padding-left: 15.3%;
		font-size: 14px;
	}
	article a.download {
		display: block;
		padding-left: 20px;
		text-align: center;
	}
}
@media screen and (max-width:425px) {
	#careers ul input[type=button] {
		display: block;
		width: 100%;
	}
}