/*PRESIDENT CSS*/
.pres-wrapper {
	position: relative;
	top: -44px;
	font-size: 1.2em;
	line-height: 1.6em;
}

.pres-slideshow {
	border-bottom: 1px solid white;
	z-index: 1;
}

.pres-slide-menu {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 230px;
	padding: 18px 20px;
	color: #014983;
	background: white;
	background: rgba(255, 255, 255, 0.9);
	text-align: left;
	z-index: 2;
}

.pres-slide-menu img {
	margin: 12px 23px 12px 0;
}
.pres-slide-menu p {
	border-bottom: 1px solid #014983;
	padding: 9px 0;
	margin: 0;
	font-weight: bold;
}
.pres-slide-menu a {
	color: #014983;
	text-decoration: none;
}
.pres-slide-menu a:hover {
	color: #00aeef;
	text-decoration: underline;
}

.navy-section {
	background: #014983;
	color: white;
	padding: 20px 27px 8px 27px;
	clear: both;
}

.pres-title {
	display: block;
	margin: 8px auto 24px auto;
}

.big-quote {
	font-size: 1.15em;
	line-height: 1.6em;
	margin-left: 43px;
	margin-right: 26px;
	margin-bottom: 24px;
}
.openquote {
	float: left;
	margin-left: 18px;
	font-size: 4.5em;
	position: relative;
	vertical-align: top;
	top: 8px;
}

.mid-menu {
	background: #014983;
	color: white;
	padding: 16px 27px 18px 27px;
	margin: 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
}

.video-box {
	float: left;
	width: 338px;
	height: 230px;
	margin: 0 36px 20px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(/images/layout/president/videotile.jpg);
}
.video-box a {
	color: white;
	text-decoration: none;
}
.video-box:hover {
	color: white;
	text-decoration: underline;
}
.video-box:hover .transparentcolor {
	background: rgba(1, 73, 131, .7);
}
.transparentcolor {
	background: #00aeef;
	background: rgba(0, 174, 239, .7);
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	padding: 16px;
	top: 176px;
	position: relative;
}

.highlight-box {
	float: left;
	background: white;
	color: #014983;
	width: 338px;
	height: 101px;
	margin: 0 0 28px 0;
	padding: 14px 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.slashed-line {
	background: #014983;
	padding: 0;
	margin: 0;
}

.contact-text {
	margin-left: 80px;
	line-height:2em;
}

.pres-right-col {
	float: right;
	width: 37%;
	margin: 0 0 1em 25px;
	text-align: center;
	background: white;
}
.pres-right-col .portrait {
	width: 100%;
	margin-bottom: 0.5em;
}

@media screen and (max-width:650px) {
	.pres-right-col {
		width: 100%;
		float: none;
		margin: 0;
		text-align: center;
	}
}
