/* html5doctor.com/html-5-reset-stylesheet/ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,time,mark,audio,video { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }
figure{margin:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
/* Hide from both screenreaders and browsers */
[hidden], .hidden {display:none !important; visibility:hidden;}

#skip-to-content {
	position: absolute;
	left: -9999em;
}
figure img {
    height: auto;
    max-width: 100%;
}
/*  SELF-CLEARING FLOATS */
.group:after,
section:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ie .group,
.ie section {
	zoom: 1;
}
html{
	overflow-y: scroll;
}


html {
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	color: #2d2d2d;
	font: normal 100%/1.6 georgia, serif;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0; 
	overflow: hidden;
	margin-bottom: 30px;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
p{
	font-size: 14px;
	margin-bottom: 25px;
}
h1{
	color: #003399;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
a{
	color: #cf7600;
	text-decoration: none;
}
a:hover{
	color: #b55907;
}
#homepage h2, #homepage h3, #homepage h4 {
	margin-top: 0;
	margin-bottom: 0;
	}
h2{
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	 margin-bottom: 10px;
    margin-top: 20px;
}
h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 25.6px;
	 margin-bottom: 10px;
    margin-top: 20px;
}
h4{
	font-size: 14px;
	margin-bottom: 10px;
    margin-top: 20px;
}
blockquote{
	font-size: 14px;
}
cite{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	margin-top: 10px;
}
cite b{
	display: block;
	font-weight: 600;
	text-transform: uppercase;
}
div.admissions-category img {                     
	margin-bottom: 10px;
}
section.main-content ul {
	margin: 20px 0px;
}
section.main-content ul.list-unstyled li { 
	background: none; 
	left: 0px; 
	padding-left: 0px;
}
section.main-content ul.prevnav {
	margin: 0px 0px;	
}
section.main-content ul.curnav {
	margin: 0px 0px;	
}
nav#breadcrumbs ul {
	margin: 0px 0px;	
}
#sidenav .navbar-collapse {
	padding-left: 5px;
	}
section.main-content ul li{
	background: url(/_resources/images/bullit.png) left 9px no-repeat;
	padding-left: 10px;
	position: relative;
	left: 20px;
	font-size: 14px;
	margin-bottom: 6px;
}
section.main-content .col-sm-4 ul li {
	left: 0;
	}
ol {
	list-style-type: decimal;
}
section.main-content ol li {
/*	margin-bottom: 16px;
	font-size: 14px;*/	
	margin-bottom: 16px;
	font-size: 14px;
	left: 20px;
	position: relative;	
}

section.main-content .content-right a {
	color: #cf7600;
}

h2 + ul, h3 + ul, h4 + ul, h2 + ol, h3 + ol, h4 + ol {
	margin-top: 12px;
}
strong{
	font-family: 'Open Sans', sans-serif;
}
table {
	width: 100%;
	margin-bottom: 30px;
}
table th{
	text-align: left;
	border-bottom: 5px solid #e3e3e3;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}

table td{
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #d4d4d4;
	font-size: 14px;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}
.clear{
	clear: both;
}
.clear-left{
	clear: left;
}
figure{
	margin-left: 20px;
	position: relative;
}
figcaption{
	background: #cf7600;
	position: absolute; top: 0; left: 0;
	display: block;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
figcaption p{
	padding: 4px 0 4px 5%;
	margin-bottom: 0;
}
.disclaimer{
	font-size: 12px;
	font-style: italic;
	color: #717171;
}
section.navigation .branding{
	background: url(/_resources/images/header-logo.png) 0 0 no-repeat;
	width: 171px;
	height: 83px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-top: 22px;
}
section.navigation{
	background: #003399 url(/_resources/images/orange-header-stripe.png) bottom left repeat-x;
	border-bottom: 5px solid #ffcc00;
	position: relative;
	z-index: 100;
}
.branding-utility-wrap{
/*	width: 960px;*/
	margin: 0 auto;
	position: relative;
}
.ie7 .branding-utility-wrap{
	height: 50px;
}
#utility-nav{
	background: #006abc;
	width: 750px; /*727px;*/
	float: right;
	padding: 7px 0 5px 0;
}
.ie7 #utility-nav,
.ie8 #utility-nav{
	/*width: 750px;*/
}
#utility-nav ul li{
	border-right: 1px solid #fff;
}
#utility-nav ul li a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	padding: 2px 5px;
	margin: 0 3px;
}
.ie7 #utility-nav ul li a,
.ie8 #utility-nav ul li a{
	font-size: 11px;
}
#utility-nav ul li a:hover{
	background: #ffb400;
	color: #003399;
}
#utility-nav ul li a,
#utility-nav ul li,
#main-nav ul li a,
#main-nav ul li{
	float: left;
}
#utility-nav ul li.last{
	border-right: none;
	margin-right: 12px;
}
#utility-nav input{
	width: 160px;
	background: #3388c9;
	/* background: #3388c9 url(/_resources/images/search-bg.png) 145px 5px no-repeat; */
	border: none;
	color: #fff;
	padding: 5px;
	position: relative;
	top: -2px;
	line-height: normal;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
}
#utility-nav input:focus,
#utility-nav input:hover{
	background: #fff;
	/* background: #fff url(/_resources/images/search-bg-hover.png) 145px 5px no-repeat; */
	color: #2d2d2d;
}
.ie #utility-nav form{
	float: right;
	margin-right: 5px;
}
#main-nav ul li a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: 5px solid #cf7600;
	position: relative;
	bottom: -5px;
	padding: 0 11px 15px 11px;
	margin: 0 4px 0 0;
}
.ie7 #main-nav ul li a,
.ie8 #main-nav ul li a{
	font-size: 14px;
}
#main-nav ul li.first a{
	margin-left: 4px;
	padding-left: 12px;
	padding-right: 12px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

@-webkit-keyframes mainHover{
	from{
		padding-bottom: 15px;
		border-bottom-width: 5px;
		color: #fff;
	}
	to{
		padding-bottom: 5px;
		border-bottom-width: 15px;
		color: #cf7600;
	}
}
@-moz-keyframes mainHover{
	from{
		padding-bottom: 15px;
		border-bottom-width: 5px;
		color: #fff;
	}
	to{
		padding-bottom: 5px;
		border-bottom-width: 15px;
		color: #cf7600;
	}
}


#main-nav ul li a:hover{
	border-bottom: 15px solid #cf7600;
	padding-bottom: 5px;
	color: #cf7600;
	-webkit-animation: mainHover .2s;
	-moz-animation: mainHover .2s;
}
#main-nav{
	/*width: 960px;*/
	margin: 0 auto;
}
#main-nav ul{
	float: right;
	margin-top: 38px;
}
#main-nav ul li{
	border-bottom: 5px solid #039;
}
section.opening-img{
	background: #000;
	border-bottom: 5px solid #cf7600;
	box-shadow: 0px 3px 5px rgba(0,0,0,.2);
}
section.opening-img ul.expansion-1016{
	/*width: 1016px;*/
	margin: 0 auto;
}
section.opening-img img{
	display: block;
	margin: 0 auto;
}
section.opening-img li{
	float: left;
	position: relative;
}
.ie7 section.opening-img li{
	/*width: 235px;*/
}
.ie7 section.opening-img li.first,
.ie7 section.opening-img li.last{
	/*width: 263px;*/
}
section.opening-img li.last{
	border-right: none;
}
section.opening-img figure{
	margin: 0;
}
section.opening-img figcaption{
	padding-left: 15px;
	background: rgba(45,45,45,.85);
	position: absolute;
	bottom: 0;
	right: 0;
	top: auto;
	left: auto;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	min-height: 115px;
}
.ie7 section.opening-img figcaption,
.ie8 section.opening-img figcaption{
	background: #222;
}
section.opening-img li.last figcaption{
	left: 0;
}
section.opening-img li figcaption h1{
	color: #ffcc00;
}
section.opening-img li figcaption h2{
	color: #ffcc00;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	margin-top: 10px;
}
section.opening-img li figcaption h3{
	font-size: 17px;
	font-weight: 300;
	line-height: 1.2em;
	text-transform: none;
	margin-top: 0;
}
section.opening-img li figcaption a{
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	float: left;
	clear: both;
	background: url(/_resources/images/ac-landing-learn-more-arrow.png) right 3px no-repeat;
	padding-right: 20px;
	color: #ffcc00;
}
section.opening-img li figcaption a:hover{
	background: url(/_resources/images/standard-more-arrow-hover.png) right 3px no-repeat;
	color: #ecac00;
}
section.main-content{
	/*width: 680px;*/
	margin: 0 auto;
	padding-bottom: 50px;
}

section.main-content .content-right a.btn {
	color: #039 !important;
}


section.main-content .content-right h2 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;	
}

section.main-content .col-sm-8.content-right {
	padding-left: 0;
	margin-left: -20px;
	}
#academics-landing section.subnav,
.level2 section.subnav{
	top: 0;
}
section.subnav{
	/*width: 235px;*/
	background: #ffcc00;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	padding: 10px 0;
	margin-right: 30px;
}
section.subnav a{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.0em;
	color: #003399;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 12px 12px 30px;
}
.ie7 section.subnav li{
	zoom: 1;
}
.ie7 section.subnav a,
.ie8 section.subnav a{
	font-size: 14px;
}
section.subnav li span{
	position: absolute;
	width: 30px;
	height: 44px;
	background: url(/_resources/images/subnav-closed.png) 10px 15px no-repeat;
	left: 0px;
	top: 0px;
	cursor: pointer;
}
section.subnav li ul{
	display: none;
}
section.subnav li.selected > ul,
section.subnav li.open > ul{
	display: block;
}
section.subnav li.open span{
	background: url(/_resources/images/subnav-open.png) 10px 15px no-repeat;
}
section.subnav li span:hover,
section.subnav li.selected span,
section.subnav li.hover span{
	background: url(/_resources/images/subnav-closed-highlight.png) 10px 15px no-repeat;
}
section.subnav li.open span:hover,
section.subnav li.open.selected span,
section.subnav li.open.hover span{
	background: url(/_resources/images/subnav-open-highlight.png) 10px 15px no-repeat;
}
section.subnav a:hover,
section.subnav li.selected > a{
	background: #cf7600;
	color: #fff;
}
section.subnav li.open a:hover,
section.subnav li.open.selected > a{
	background: #cf7600;
}
section.subnav ul li{
	background: url(/_resources/images/subnav-li-divider.png) center 0 no-repeat;
	padding-left: 0px;
	position: relative;
	left: 0px;
	margin-bottom: 0;
}
section.subnav ul li.first{
	background: none;
}
section.subnav ul li ul li{
	background: none;
}
section.subnav ul li ul li a, section.subnav ul li.open ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #2d2d2d;
    font-weight: 400;
    line-height: 1.2em;
    padding: 7px 15px 7px 40px;
    text-transform: none;
}
section.subnav ul li ul li a:hover,
section.subnav ul li.open ul li a:hover,
section.subnav ul li ul li.open > a{
	color: #039;
	background: #ecaa00;
}
section.subnav ul li ul li.has-children > a,
section.subnav ul li.open ul li.has-children > a{
	background: url(/_resources/images/subnav-level-3-arrow.png) 32px 13px no-repeat;
}
section.subnav ul li.has-children ul li.has-children ul li.has-children > a,
section.subnav ul li.has-children ul li.open.has-children ul li.has-children > a{
	background: url(/_resources/images/subnav-level-3-arrow.png) 48px 11px no-repeat;
}
section.subnav ul li ul li.has-children > a:hover,
section.subnav ul li.open ul li.has-children > a:hover,
section.subnav ul li ul li.selected.has-children > a,
section.subnav ul li.open ul li.selected.has-children > a{
	color: #039;
	background: #ecaa00 url(/_resources/images/subnav-level-3-arrow-hover.png) 32px 13px no-repeat;
}
section.subnav ul li.has-children ul li.has-children ul li.has-children > a:hover,
section.subnav ul li.has-children ul li.open.has-children ul li.has-children > a:hover,
section.subnav ul li.has-children ul li.has-children ul li.selected.has-children > a,
section.subnav ul li.has-children ul li.open.has-children ul li.selected.has-children > a{
	color: #039;
	background: #FAC300 url(/_resources/images/subnav-level-3-arrow-hover.png) 48px 11px no-repeat;
}
section.subnav ul li ul li ul li a,
section.subnav ul li.open ul li ul li a{
	font-size: 13px;
	padding: 7px 0 7px 55px;
	background: none;
	margin-bottom: 0;
}
section.subnav ul li ul li ul li a:hover,
section.subnav ul li.open ul li ul li a:hover,
section.subnav ul li ul li ul li.selected a,
section.subnav ul li.open ul li ul li.selected a{
	background: #fac300;
}
section.subnav ul li.open ul li ul li.selected > a{
	color: #039;
}
section.subnav ul li ul li ul li ul li a,
section.subnav ul li.open ul li ul li ul li a{
	padding-left: 72px;
}
nav#breadcrumbs{
	color: #717171;
/*	margin-top: 25px;
	float: left;
*/	margin-bottom: 18px;
}
.ie7 nav#breadcrumbs{
/*	width: 100%; */
}
nav#breadcrumbs a{
	text-decoration: none;
	color: #cf7600;
}
nav#breadcrumbs a:hover{
	color: #b55907;
}
section.main-content nav#breadcrumbs ul li{
	font-size: 12px;
	display: inline-block;
	background: none;
	padding-left: 0px;
	position: static;
	left: 0px;
}
.ie7 section.main-content nav#breadcrumbs ul li{
	display: inline;
}
section.main-callout{
	width: 245px;
	float: right;
	background: #717171;
	color: #fff;
}
section.main-callout p{
	font-size: 24px;
	padding: 12px 0px 6px 14px;
	clear: both;
}
section.main-callout p.smaller{
	font-size: 22px;
	line-height: 1.2em;
}
section.main-callout p a{
	color: #fff;
	background: url(/_resources/images/ac-landing-learn-more-arrow.png) right 55% no-repeat;
	display: block;
	float: left;
	clear: both;
	padding-right: 23px;
	font-size: 30px;
	font-family: georgia, serif;
	text-transform: none;
}
section.main-callout p a:hover{
	color: #ecac00;
	background: url(/_resources/images/standard-more-arrow-hover.png) right 55% no-repeat;
}
section.main-callout a{
	font-family: 'Open Sans', sans-serif;
	color: #fc0;
	font-size: 12px;
	display: block;
	float: left;
	background: url(/_resources/images/ac-landing-learn-more-arrow.png) right 3px no-repeat;
	text-transform: uppercase;
	margin-left: 14px;
	/*margin-bottom: 10px;*/
	padding-right: 20px;
}
section.main-callout a:hover{
	color: #ffcc00;
	background-image: url(/_resources/images/standard-more-arrow-hover.png);
}
section.main-callout h2{
	background: #cf7600;
	padding: 6px 0 6px 14px;
	width: 80%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}
section.main-content h1{
	clear: left;
	padding-top: 10px;
	margin-bottom: 20px;
	line-height: 1.1em;
    color: #003399;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
section.main-content h1.noclear{
	clear: none;
	padding-top: 85px;
}
section.main-content h1.float-left{
	float: left;
	clear: left;
	padding-top: 0;
}
.ie7 section.main-content h1.float-left{
	width: 200px;
}
section.main-content h1.clear-left{
	clear: left;
}
section.main-content h1.no-top-padding{
	padding-top: 0;
}



div.action-btns-row:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.action-btns-row .action-btns {/*chanj2*/
	width: 100%;
	padding-left: 0px;
	margin: 10px 0px;
}
div.action-btns{
	width: 185px;
	float: left;
	padding-left: 10px;
}
div.action-btns.float-right{
	float: right;
}
div.action-btns.float-left{
	margin-left: 120px;
}
div.action-btns.float-left.one-btn{
	width: 190px;
}
div.action-btns.v-center{
	margin-top: -10px;
}
div.action-btns a{
	font-size: 16px;
	font-weight: 400;
	color: #039 !important;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	width: 180px;
	float: left;
	padding: 8px 0 8px 0;
	margin-bottom: 10px;
	white-space: normal;
}
a.btn{
	font-family: 'Open Sans', sans-serif;
	color: #039;
	text-transform: uppercase;
	text-align: center;
	background-image: linear-gradient(bottom, rgb(255,183,0) 27%, rgb(255,204,0) 64%);
	background-image: -o-linear-gradient(bottom, rgb(255,183,0) 27%, rgb(255,204,0) 64%);
	background-image: -moz-linear-gradient(bottom, rgb(255,183,0) 27%, rgb(255,204,0) 64%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,183,0) 27%, rgb(255,204,0) 64%);
	background-image: -ms-linear-gradient(bottom, rgb(255,183,0) 27%, rgb(255,204,0) 64%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.27, rgb(255,183,0)),
		color-stop(0.64, rgb(255,204,0))
	);
	margin-right: 30px;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
a.btn:hover{
	background-image: linear-gradient(bottom, rgb(236,167,0) 27%, rgb(255,180,0) 64%);
	background-image: -o-linear-gradient(bottom, rgb(236,167,0) 27%, rgb(255,180,0) 64%);
	background-image: -moz-linear-gradient(bottom, rgb(236,167,0) 27%, rgb(255,180,0) 64%);
	background-image: -webkit-linear-gradient(bottom, rgb(236,167,0) 27%, rgb(255,180,0) 64%);
	background-image: -ms-linear-gradient(bottom, rgb(236,167,0) 27%, rgb(255,180,0) 64%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.27, rgb(236,167,0)),
		color-stop(0.64, rgb(255,180,0))
	);
	color: #182c54;
}
.ie a.btn{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca700', endColorstr='#ffb400',GradientType=0 );
}
.ie7 a.btn,
.ie8 a.btn{
	background: #FFB700;
}
.ie7 a.btn:hover,
.ie8 a.btn:hover{
	background: #eca700;
}
div.action-btns a.last{
	margin-right: 0;
}
p.intro{
	color: #00a0df;
	font-size: 16px;
	margin-bottom: 20px;
}
p.intro.clear{
	clear: both;
	padding-top: 20px;
}
p.no-bottom-margin{
	margin-bottom: 0;
}
#footer-rule{
	border-bottom: 5px solid #cf7600;
	box-shadow: 0px 2px 4px rgba(0,0,0,.2);
}
section.secondary-content{
	background: #003399;
	border-bottom: 5px solid #cf7600;
	border-top: 5px solid #cf7600;
	box-shadow: 0px 0px 10px rgba(0,0,0,.4);
	color: #fff;
}
section.secondary-content .wrap{
	/*width: 680px;*/
	margin: 0 auto;
	padding-left: 25%;
	position: relative;
	padding-top: 50px;
	padding-bottom: 30px;
}
section.secondary-content.graphics .wrap{
	padding-top: 0;
	padding-bottom: 0;
}
.col-left,
.col-right{
	/*width: 325px;*/
	float: left;
}
.col-left{
	margin-right: 30px;
}
.col-left.graphic,
.col-right.graphic{
	width: auto;
	margin: 0;
	position: relative;
	height: auto;
	line-height: 0;
}
section.secondary-content.graphics .graphic img {
	width: 100%;
	}
section.secondary-content.graphics .graphic a{
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	display: block;
	z-index: 4;
	background: #cf7600 url(/_resources/images/standard-more-arrow.png) 95% 10px no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	line-height: 1em;
	padding: 9px 35px 10px 11px;
	font-size: 14px;
}
section.secondary-content.graphics .graphic a:hover{
	color: #ffcc00;
	background-image: url(/_resources/images/standard-more-arrow-hover.png);
}
section.main-content .col-left,
section.main-content .col-right{
	margin-top: 15px;
}
section.secondary-content h1{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}
section.secondary-content p{
	margin-bottom: 20px;
}
section.secondary-content .btn{
	font-size: 12px;
	padding: 5px 25px 5px 25px;
}
footer{
	/*width: 960px;*/
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 75px;
}
footer .branding{
	display: block;
	width: 211px;
	height: 83px;
	background: url(/_resources/images/footer-logo.png) 0 0 no-repeat;
	text-indent: -9999px;
	float: left;
}
footer p.adr{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #3e3e3c;
	padding-top: 8px;
}
footer ul.social-media{
	margin-left: 40px;
	position: relative;
}
footer ul.social-media a{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #3e3e3c;
	display: block;
	margin-bottom: 10px;
	height: 30px;
	padding-left: 40px;
	padding-top: 5px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
footer ul.social-media a:hover{
	background-position: 0 -31px;
	color: #030303;
}
footer ul.social-media li.fb a{
	background-image: url(/_resources/images/facebook-sprite-2.png);
}
footer ul.social-media li.tw a{
	background-image: url(/_resources/images/twitter-sprite-2.png);
}
footer ul.social-media li.rss a{
	background-image: url(/_resources/images/rss-sprite.png);
}
footer ul.social-media li.in a{
	background-image: url(/_resources/images/instagram-sprite-2.png);
}
footer nav a{
	color: #003399;
	font-size: 14px;
}
footer nav a:hover{
	color: #182c54;
}
footer nav{
	padding-top: 5px;
}
footer nav ul li{
	margin-bottom: 14px;
}
footer p.copyright{
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	margin-left: 50px;
	float: left;
	color: #3e3e3c;
	padding-top: 10px;
}
section.emergency-notification{
	background: #902407;
	color: #fff;
	border-bottom: #fc0 5px solid;
	font-size: 0.8em;
	margin-top: -20px;
}
section.emergency-notification.minor{
	padding-bottom: 0px;
}
section.emergency-notification.minor a {
	color: #82b9e8;
}
section.emergency-notification .wrap{
	/*width: 960px;*/
	margin: 0 auto;
	position: relative;
}
section.emergency-notification h1{
	color: #fff;
	font-family: georgia, serif;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	text-transform: none;
	font-weight: normal;
	font-size: 35px;
}
section.emergency-notification ul{
	/*width: 720px;*/
	float: left;
	padding-top: 30px;
	padding-bottom: 10px;
}
section.emergency-notification ul li{
	list-style: disc;
	margin-bottom: 30px;
	font-size: 18px;
}
section.emergency-notification p{
	padding-top: 20px;
	font-size: 18px;
}
section.emergency-notification.minor p {
	font-size: 16px;
	margin: 0px;
}
section.emergency-notification ul li span.date,
section.emergency-notification p span.date{
	font-family: 'Open Sans', sans-serif;
	margin-top: 7px;
	font-size: 14px;
	display: block;
}
section.emergency-notification div.emergency-btns{
	width: 240px;
	float: right;
	padding-top: 30px;
}
section.emergency-notification div.emergency-btns a.btn{
	padding: 10px 15px;
	display: block;
	margin-bottom: 17px;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
}
section.emergency-notification a.close{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	right: 50px;
	top: 8px;
}
#table-pagination{
	background: #717171;
	width: 99%;
	clear: both;
	padding: 7px 0 7px 1%;
	margin-bottom: 25px;
	text-align: center;
}
#table-pagination a{
	display: inline-block;
	width: 3.7%;
	text-align: center;
	padding: 1px 0px;
	color: #fff;
}
#table-pagination a:hover,
#table-pagination a.selected{
	background: #7f7f7f;
	color: #fc0;
}

#faculty-directory th{
	cursor: pointer;
	color: #039;
	font-weight: normal;
	font-family: georgia, serif;
}
#faculty-directory th.name{min-width: 282px;}
#faculty-directory th.email{min-width: 222px;}
#faculty-directory th.extension{min-width: 145px;}
#faculty-directory th.headerSortDown span,
#faculty-directory th.headerSortUp span{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 10px;
	margin-top: 3px;
}
#faculty-directory th.headerSortDown span{
	background: url(/_resources/images/sort-down.png) 0 0 no-repeat;
}
#faculty-directory th.headerSortUp span{
	background: url(/_resources/images/sort-up.png) 0 0 no-repeat;
}
#faculty-directory tr:first-child td{
	padding-top: 20px;
}

section.main-content ul li.event-callout{
	background: none;
	left: 0;
	padding-left: 0;
}

section.main-content ul li.news-callout{
	background: none;
	left: 0;
	padding-left: 0;
}

.event-callout figure{
	margin-left: 0;
}

.news-callout figure{
	margin-left: 0;
}
figure.link-caption figcaption a{
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	display: block;
	z-index: 100;
	background: #cf7600 url(/_resources/images/ac-landing-learn-more-arrow.png) 95% 7px no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	line-height: 1em;
	padding: 7px 30px 7px 11px;
	font-size: 12px;
}
figure.link-caption figcaption a:hover{
	color: #ffcc00;
	background-image: url(/_resources/images/standard-more-arrow-hover.png);
}
.event-callout h3{
	color: #00a0df;
	font-weight: normal;
	font-size: 15px;
}
.event-callout.highlight{
	margin-top: 35px;
}
.event-callout.highlight h3{
	font-size: 24px;
}
.event-callout h4{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.event-callout.highlight h4{
	font-size: 16px;
}
.event-callout .arrow-link{
	background: url(/_resources/images/ac-landing-learn-more-arrow.png) right 3px no-repeat;
	display: block;
	float: left;
	clear: both;
	padding-right: 20px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #cf7600;
	font-size: 12px;
}
.event-callout .action-btns{
	width: auto;
}
.event-callout .action-btns a{
	float: none;
	margin-top: 65px;
}
.event-callout .action-btns a.last{
	margin-top: 15px;
}
.event-callout.highlight.info{
	width: 310px;
	margin-left: 20px;
}
.event-callouts{
	padding-top: 10px;
/*	// Commented by Thomas Dorr April 18, 2013 for Events Page in Lyman 
	padding-top: 40px;
	margin-top: 30px;
*/		
}
.event-callouts .event-callout{
	width: 200px; /* Updated by William Case July 27, 2017 for three column display */
	float: left;
	margin-right: 25px; /* Updated by William Case July 27, 2017 for three column display */
/*	height: 310px;  // Commented by Thomas Dorr April 2, 2013 for Events RSS ingestion */
}
.event-callouts .event-callout.last{
	margin-right: 0;
}
.event-callouts img {
	outline:1px solid black; /* Added by William Case July 27, 2017 for borderless images to match bordered images */
	outline-offset:-1px; /* Added by William Case July 27, 2017 for borderless images to match bordered images */
}

#homepage {
	/*min-width: 1260px;*//* chanj2: Fix display problem on low-res browsers.*/	
}

#homepage section.highlights{
	/*position: absolute;
	left: 18px;
	top: 50px;*/
	padding-top: 58px;
}
#homepage section.highlights h2{
	color: #039;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}
#homepage section.highlights a{
	color: #00a0df;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	background: url(/_resources/images/standard-more-arrow.png) right 6px no-repeat;
	display: inline-block;
	padding-right: 20px;
}
#homepage section.highlights a:hover{
	color: #0282bd;
	background-image: url(/_resources/images/standard-more-arrow-hover.png);
}
#homepage section.highlights li{
	padding-left: 0;
	left: 0;
	background: none;
	margin-bottom: 8px;
}
#homepage div.action-btns{
	width: 100%;
	margin-bottom: 30px;
}
#homepage section.main-content{
	/*padding-left: 335px;*/
	/*width: 625px;*/
}
#homepage section.main-content h1{
	margin-bottom: 0;
	padding-top: 58px;
}
#homepage section.main-content img {
	margin-top: 10px;
	}
#homepage section.main-content p{
	/*width: 620px;*/
}
#homepage section.secondary-content{
	background: #2d2d2d;
}
#homepage section.secondary-content .wrap{
	padding-left: 0;
	max-width: 1260px;
	overflow: hidden;
}
#homepage section.secondary-content .graphic.first a{
	width: 189px;
	margin-left: 150px;
	padding: 6px 0 10px 11px;
	background-position: 140px 27px;
	line-height: 1.3em;
}
#homepage section.opening-img{
	position: relative;
	border-bottom: 5px solid #00a0df;
}
#homepage section.opening-img .wrap{
	max-width: 1260px;
	margin: 0 auto -65px;
	position: relative;
	overflow: hidden;
}
#homepage section.opening-img .slides img{
	position: absolute;
	top: 0; left: 0;
	display: none;
}
#homepage section.opening-img .slides img.selected{
	display: block;
}
#homepage section.opening-img .slides{
	position: relative;
	/*width: 1260px;*/
	height: 567px;
	margin: 0 auto;
}
#homepage section.opening-img #news-events{
	position: absolute;
	top: 75px;
	left: 865px;
	width: 255px;
	height: 500px;
	z-index: 999999;
}
#homepage section.opening-img .owl-carousel-slideshow .owl-controls .owl-dots {
	display: none !important;
	}
#homepage section.opening-img #news-events .content{
	display: none;
	background: rgba(255,204,0,.9);
	padding: 5px 8px 5px 0;
	width: 260px;
}
.ie7 #homepage section.opening-img #news-events .content,
.ie8 #homepage section.opening-img #news-events .content{
	background: #fc0;
}
#homepage section.opening-img #news-events .content.on{
	display: block;
	box-shadow: 0px 0px 7px rgba(0,0,0,.3);
}
#homepage section.opening-img .news-events li{
	float: none;
	border-right: none;
	padding: 5px 10px 0 10px;
}
#homepage section.opening-img .news-events li a{
	display: block;
	padding: 10px;
	border-bottom: 1px solid #cbaa27;
}
#homepage section.opening-img .news-events li.last a{
	border-bottom: none;
}
#homepage section.opening-img .news-events h4{
	font-size: 16px;
	font-weight: normal;
	color: #7d2c0f;
	line-height: 25.6px;
	font-family: 'Open Sans', sans-serif;
}
#homepage section.opening-img .news-events a:hover h3,
#homepage section.opening-img .news-events a:hover h4{
	color: #591609;
}
#homepage section.opening-img .news-events .news h4{
	color: #039;
}
#homepage section.opening-img .news-events .news a:hover h3,
#homepage section.opening-img .news-events .news a:hover h4{
	color: #172b53;
}
#homepage section.opening-img .news-events h3{
	color: #3e3e3c;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
}
#homepage section.opening-img h2.nav{
	position: absolute;
	top: -25px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
#homepage section.opening-img h2.nav a{
	display: block;
	padding-top: 6px;
	height: 25px;
	background: rgba(255,204,0,.7);
	color: #003399;
	text-align: center;
	width: 70px;
}
#homepage section.opening-img h2.nav a{
	background: #dbb20e;
}
#homepage section.opening-img h2.nav.on a,
#homepage section.opening-img h2.nav a:hover{
	background: rgba(255,204,0,.9);
}
.ie7 #homepage section.opening-img h2.nav.on a,
.ie8 #homepage section.opening-img h2.nav.on a{
	background: #fc0;
}
#homepage section.opening-img .tab1 h2.nav{
	left: 0;
	font-weight: 700;
}
#homepage section.opening-img .tab2 h2.nav{
	left: 72px;
}
#homepage section.opening-img .tab3 h2.nav{
	left: 144px;
}

#scrollbar1, #scrollbar2, #scrollbar3 {
	/*width: 270px;
	clear: both;
	padding: 10px;*/
}
.news-callout h3{
	color: #00a0df;
	font-weight: normal;
	font-size: 15px;
}
.news-callout.highlight{
	margin-top: 35px;
}
.news-callout.highlight h3{
	font-size: 24px;
}
.news-callout h4{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.news-callout.highlight h4{
	font-size: 16px;
}
.news-callout .arrow-link{
	background: url(/_resources/images/ac-landing-learn-more-arrow.png) right 3px no-repeat;
	display: block;
	float: left;
	clear: both;
	padding-right: 20px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #cf7600;
	font-size: 12px;
}
.news-callout .action-btns{
	width: auto;
}
.news-callout .action-btns a{
	float: none;
	margin-top: 65px;
}
.news-callout .action-btns a.last{
	margin-top: 15px;
}
.news-callout.highlight.info{
	width: 310px;
	margin-left: 20px;
}
.news-callouts{
	padding-top: 20px;
	margin-top: 30px;
}
.news-callouts .news-callout{
	width: 216px;
	float: left;
	margin-right: 14px;
	height: 240px;
}
.news-callouts .news-callout.last{
	margin-right: 0;
}

.scrollbar[style] {
   height: 460px !important;
   }
.track[style] {
   height: 460px !important;
   }

#scrollbar1 .viewport,
#scrollbar2 .viewport,
#scrollbar3 .viewport {
	width: 240px;
	height: 470px;
	overflow: hidden;
	position: relative;
}


#scrollbar1 .overview,
#scrollbar2 .overview,
#scrollbar3 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
}


#scrollbar1 .thumb .end, #scrollbar1 .thumb,
#scrollbar2 .thumb .end, #scrollbar2 .thumb,
#scrollbar3 .thumb .end, #scrollbar3 .thumb {
	background-color: #ffffff;
	height: 24px;
	width:8px;
}


#scrollbar1 .scrollbar,
#scrollbar2 .scrollbar,
#scrollbar3 .scrollbar {
	position: relative;
	float: right;
	width: 8px;
}

#scrollbar1 .track,
#scrollbar2 .track,
#scrollbar3 .track {
	background-color: #f1bb0e;
	height: 200px;
	width:8px;
	position: relative;
	padding: 0 1px;
}

#scrollbar1 .thumb,
#scrollbar2 .thumb,
#scrollbar3 .thumb {
	height: 24px;
	width: 8px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}


#scrollbar1 .disable,
#scrollbar2 .disable,
#scrollbar3 .disable {
	display: none;
}

.hidden-slider-text {
	display: none;
}

#homepage section.opening-img .photo-nav{
	position: absolute;
	bottom: -10px;
	left: 160px;
	border-top: 5px solid #cf7600;
	width: 685px;
}
#homepage section.opening-img .photo-nav p{
	width: 575px;
	float: left;
	position: relative;
	height: 55px;
	background: rgba(80,80,80,.85);
	font-size: 15px;
	padding: 8px 10px 5px 10px;
	color: #fff;
	line-height: 1.3em;
	left: 55px;
}
.ie7 #homepage section.opening-img .photo-nav p{
	background-color: #333;
	height: 57px;
}
#homepage section.opening-img .photo-nav p a.read-more{
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	background: url(/_resources/images/standard-more-arrow.png) right 2px no-repeat;
	padding-right: 20px;
	margin-left: 5px;
	color: #fc0;
}
#homepage section.opening-img .photo-nav p a.read-more:hover{
	color: #ecac00;
	background: url(/_resources/images/standard-more-arrow-hover.png) right 2px no-repeat;
}
#homepage section.opening-img .photo-nav p.selected{
	display: block;
}
#homepage section.opening-img .photo-nav a.prev,
#homepage section.opening-img .photo-nav a.next{
	width: 55px;
	height: 55px;
	float: left;
	background: rgba(80,80,80,.85);
	border: 1px solid #83827e;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.ie7 #homepage section.opening-img .photo-nav a.prev,
.ie7 #homepage section.opening-img .photo-nav a.next,
.ie8 #homepage section.opening-img .photo-nav a.prev,
.ie8 #homepage section.opening-img .photo-nav a.next{
	background-color: #333;
}
#homepage section.opening-img .photo-nav a.prev:hover,
#homepage section.opening-img .photo-nav a.next:hover{
	border: 1px solid #aca992;
}
#homepage section.opening-img .photo-nav a.prev{
	background-image: url(/_resources/images/photo-nav-prev.png);
}
#homepage section.opening-img .photo-nav a.next{
	background-image: url(/_resources/images/photo-nav-next.png);
}
.owl-carousel-slideshow .owl-controls .owl-nav .owl-next {
	border: 1px solid #aca992;
	}
.owl-carousel-slideshow .owl-controls .owl-nav .owl-next{
	width: 55px;
	height: 55px;
	float: left;
	background: rgba(80,80,80,.85) !important;
	margin: 0 !important;
	padding: 7px 0 !important;
	border: 1px solid #83827e !important;
	border-radius: 0 !important;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
	left: 735px;
	}
.owl-carousel-slideshow .owl-controls .owl-nav .owl-prev{
	width: 55px;
	height: 55px;
	float: left;
	background: rgba(80,80,80,.85) !important;
	margin: 0 !important;
	padding: 7px 0 !important;
	border: 1px solid #83827e !important;
	border-radius: 0 !important;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
	left: 160px;
	}
.owl-carousel-slideshow .owl-controls {
    position: relative;
    top: -80px;
}
.sublabel {
	font-size: 12px;
	color: #666666;	
}

table.gsc-search-box td {
	border-bottom: 0px solid #d4d4d4;
	vertical-align: baseline;
}


/*Google Search Results*/

#___gcse_0 table {
	margin-bottom: 0px;
}

#___gcse_0 table td {
	padding: 0;
	border-bottom: 0px;
	font-size: 13px;
}

#___gcse_0 .gsc-table-result, 
#___gcse_0 .gsc-thumbnail-inside, 
#___gcse_0 .gsc-url-top {
	padding-left: 0px;
	padding-right: 0px;
}


/*Sidebar feature box*/

.side_feature {
float: right;
width: 300px;
background: #FAFAFA;
padding: 10px;
}

.side_feature ul.side_feature_list {
list-style-type: none;
margin-left: 10px;
}

.side_feature ul.side_feature_list li{
background: none;
padding: 2px 4px;
}
.side_feature ul.side_feature_list li:not(:last-child) {
border-bottom: 1px solid #CCCCCC;
}


/*Main Plain box*/
div.plainbox {
	overflow: hidden;
}
div.plainbox-border-bottom {
	border-bottom: 1px solid #666666;	
}


/*Main Feature box*/
div.featurebox {
	padding: 10px 0px;
	margin-bottom: 20px;
	overflow: hidden;
}
div.featurebox-gray {
	background: #EEEEEE;
	padding: 10px;
}
div.featurebox-light-gray {
	background: #F9F9F9;	
	padding: 10px;
}
div.featurebox-border {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
div.featurebox-border-top {
	border-top: 1px solid #DDDDDD;
}

div.featurebox-border-bottom {
	border-bottom: 1px solid #DDDDDD;
}


div.featurebox-2col {                        
	float: left;
	width: 320px;
	padding-right: 10px;
}

div.featurebox-3col {
	float: left;
	width: 215px;
	padding-right: 10px;
}


/*Alternative Table Styles*/
table.grid1 td,
table.grid1 th
{
	padding: 6px;
	border: 1px solid #d4d4d4;
}

table.table-50 {
	width: 100%;
}

table.table-50 td {
	width: 50%;	
}


/*Boxes!*/
.item_box_320 {
	border: 1px solid #DDDDDD;
	width: 320px;
	float: left;
	padding: 4px;
	margin: 4px;
}

/*Social Boxes*/
.socialbox {
/*  width:200px;
  height: 100px;
  padding: 4px;*/
  font-size: 0.8em;
  margin-bottom: 15px;
/*  float: left;
  margin: 4px;*/
}
.socialbox_username {
}
.socialbox_username img {
  vertical-align: middle;
}
.socialbox_description {
/*  padding: 4px;  
*/}


/*Social Media Widget Override*/

div.twitter-full iframe[id^='twitter-widget-']{ width:100% !important;}


/*Previous/Next*/
.prevnext { text-align: center; font-size: 0.9em; }
.prevnext_prev { float: left; width: 48%; height: 50px; text-align: right; }
.prevnext_next { float: right; width: 48%; height: 50px; text-align: left; }

.navlist { border-top: 1px solid #CCCCCC; padding: 20px; margin: 20px 0px; }


/*Lists!*/
section.main-content ul ul {
	margin: 0px;
}
ul.plain {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.plain li {
	background: none !important;
	left: 0 !important;
	padding: 0px;
	margin: 0px;
}

ul.list-fix {
	margin: 20px 0px 20px 20px !important;
	list-style-type: disc !important;
}

ul.list-fix li {
	background: none !important;
    left: 0px !important;
}

/*Tables!*/
table.plain td {
	border: 0px;
}


table.cell-bordered th {
	border: 5px solid #e3e3e3;
	padding: 6px;
	background: #e3e3e3;
}
table.cell-bordered td {
	padding: 6px;
	border: 1px solid #d4d4d4;
}





p.reference {
	background: #EEEEEE;
	padding: 10px;
}



/*University Calendar*/

.event-callout {
	height: 340px;	
}	

section.main-content .cal_event_list ul li {
	background: none;
	left: 0px;
}

.cal_event_list ul {
	list-style-type:none;
}
.cal_event_list ul li {
	background: none;
	left: 0px;
	padding: 0px;
}

.cal_event_list li.date {
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
	padding: 4px 10px 0px 10px;
}

.cal_event_list time {
	margin: 0px 10px;
}

.cal_event_list .read-more {
	border-top: 1px solid #CCCCCC;
	padding-left: 10px;
}
	

/*jQuery UI Override*/


/*Make accordion headings white*/
.ui-accordion h2 {
	background: #FFFFFF;
}

/* Border on jQuery Dialog*/
.ui-dialog {
	border: 1px solid #DDDDDD;
}


/*Link List*/
ul.link-list li {
	padding-left: 0px !important;
	left: 0px !important;
	background: none !important;
}

ul.no-bullet {
	list-style-type: none;
	background: none;
}



		

/*Lined Menu*/

ul.lined-menu {
	padding-left: 0px !important;
	margin-right: 20px !important;
}

ul.lined-menu li {
	background: none !important;
	left: 0px !important;
	margin-bottom: 0px;
	border-bottom: 1px solid #EEEEEE;
	padding: 6px 0px !important;
	list-style-type: none !important;
}




ul.lined-menu-compressed {
	padding-left: 0px !important;
	margin-right: 20px !important;	
}

ul.lined-menu-compressed li {
	background: none !important;
	left: 0px !important;
	margin-bottom: 0px;
	border-bottom: 1px solid #EEEEEE;
	padding: 2px 0px !important;
	list-style-type: none !important;
}



ul.multicolumn-2 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}

	
ul.multicolumn-3 {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}


ul.list1 {
	list-style-type: none;
}
ul.list1 li {
	left: 0px !important;
	background: #F6F6F6 !important;
	margin-bottom: 10px;
	padding: 10px;
}


p.note-info{
	padding: 10px; background: #EEEEEE;
}

.note-info{
	padding: 10px; background: #EEEEEE;
}


/*Buttons*/
a.btn-normal {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
	background: #FFCC00;
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.27, rgb(255, 183, 0)), color-stop(0.64, rgb(255, 204, 0)));
	background-image: -moz-linear-gradient(top,  #FFCC00,  #FFB700);
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
    font-size: 16px;
    font-weight: 400;
    color: #039;
    text-decoration: none;
    padding: 8px 16px;
	margin-top: 8px;
    display: inline-block;
}

a.btn-normal:hover {
	cursor: pointer;	
}



/*Wrapper for buttons - 3 equal buttons*/
div.buttons3 {
	text-align: center;
	padding: 10px 0px;
}
div.buttons3 .btn-normal {
	width: 180px;
    margin-left: 5px;
    margin-right: 5px;
	margin-top: 0px;
}

/*HR - horizontal rules*/
hr.style1 {
	border: 0;
    height: 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

li.sub {
	margin-left: 20px;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
.siteNavigation {
display: block !important;
}
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	/*body {
		border: 2px solid #e81a4a;
		}*/
	#utility-nav {
    width: 720px;
}
footer nav {
    margin-right: -10px;
}
#homepage section.opening-img .photo-nav{
	left: 10px;
}
.owl-carousel-slideshow .owl-controls .owl-nav .owl-next{
	left: 585px;
	}
.owl-carousel-slideshow .owl-controls .owl-nav .owl-prev{
	left: 10px;
	}
#homepage section.opening-img #news-events {
    height: 360px;
    left: 700px;
    top: 45px;
}
.scrollbar[style] {
   height: 360px !important;
   }
.track[style] {
   height: 360px !important;
   }
#scrollbar1 .viewport, #scrollbar2 .viewport, #scrollbar3 .viewport {
    height: 368px;
}
section.secondary-content.graphics .graphic img {
	width: auto;
	}
#homepage .col-left.graphic, .col-right.graphic {
	width: 33%;
}
section.secondary-content.graphics .graphic a {
	font-size: 12px;
	}
section.main-content h2 {
	font-size: 16px;
	}
	section.opening-img ul.expansion-1016 li {
    margin-right: 0;
	width: 25%;
}
.siteNavigation {
display: block !important;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	/*body {
		border: 2px solid #e08a26;
		}*/
		#utility-nav {
    width: 520px;
}
.siteNavigation #main-nav.navbar-collapse {
	padding: 0;
	}
#main-nav ul {
    float: left;
}
#utility-nav ul li a {
    font-size: 11px;
}
#utility-nav input {
    top: 5px;
    width: 100%;
}
footer ul.social-media{
	margin-left: 0;
}
footer p.copyright {
    margin-left: 0;
}
#homepage section.opening-img .photo-nav{
	left: 0;
	bottom: -30px;
}
.owl-carousel-slideshow .owl-controls .owl-nav .owl-next{
	left: 575px;
	height: 50px;
	}
.owl-carousel-slideshow .owl-controls .owl-nav .owl-prev{
	left: 0;
	height: 50px;
	}
#homepage section.opening-img #news-events {
     height: 320px;
    left: 510px;
	top: 36px;
}
.scrollbar[style] {
   height: 230px !important;
   }
 .track[style] {
   height: 230px !important;
   }
  .thumb[style] {
   height: 150px !important;
   }
#scrollbar1 .viewport, #scrollbar2 .viewport, #scrollbar3 .viewport {
    height: 236px;
}
.owl-carousel-slideshow .owl-controls {
    position: relative;
    top: -60px;
}
#homepage section.opening-img .wrap {
    margin: 0 auto -60px;
}
#homepage .col-left.graphic, .col-right.graphic {
	width: 33%;
}
section.secondary-content.graphics .graphic a {
	font-size: 14px;
	}
section.secondary-content.graphics .graphic img {
    height: 215px;
    width: auto;
}
section.main-content h2 {
    font-size: 13px;
}
section.subnav ul li ul li a, section.subnav ul li.open ul li a {
    padding: 7px 0 7px 15px;
}
section.subnav a {
    padding: 12px 0 12px 15px;
}
div.action-btns a {
    width: 170px;
}
div.action-btns {
    padding-left: 0;
}
.col-sm-4 div.action-btns {
	width: auto;
	}
.col-sm-4 div.action-btns a {
    width: 100%;
	font-size: 12px;
}
section.opening-img ul.expansion-1016 li {
    margin-right: 0;
	width: 25%;
}
.siteNavigation {
display: block !important;
}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	/*body {
		border: 2px solid #75c043;
		}*/
	/*Main Navigation Styles*/
.siteHeader .navigation .container {
	padding: 0;
	}
section.navigation .branding {
    float: none;
    margin: 20px 0 20px 20px;
}
#utility-nav {
    width: 100%;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#utility-nav ul.nav.navbar-nav {
	position: relative;
    top: 380px;
	background: #006abc none repeat scroll 0 0;
    padding: 7px 0 5px;
	}
#utility-nav ul li a, #utility-nav ul li, #main-nav ul li a, #main-nav ul li {
    float: none;
}
#utility-nav ul li {
    border-right: medium none;
    float: left;
    width: 100%;
}
#utility-nav ul li a {
    margin: 0 0 0 12px;
    padding: 6px 0;
	font-size: 11px;
}
#utility-nav input {
    left: 10px;
    margin-bottom: 15px;
    top: 5px;
    width: 90%;
}
.menuToggle {
	background: #000000;
	position: relative;
	z-index: 0;
}
a.menuToggle {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    padding: 0;
    width: 100%;
    position: relative;
    zoom: 1;
}
a.menuToggle.btn {
    background-color: rgb(0, 106, 188);
    background-image: none;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-family: "Open Sans",sans-serif;
    margin-right: 0;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}
.menuToggle:after {
    display: block;
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 1.5em;
    line-height: 1.22222em;
    position: absolute;
    top: 13px;
    right: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.menuClose {
    display: block;
    background: #003399;
	font-family: "Open Sans",sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    padding: 1.57143em 55px 1.57143em 15px;
    position: relative;
}
.menuClose:after {
    display: block;
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 1.57143em;
    line-height: 1.22222em;
    position: absolute;
    top: 9px;
    right: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	 z-index: 400;
}
.menuClose:hover {
	color:#fff;
	}
.siteNavigation.open .branding-utility-wrap #utility-nav.group form {
	 position: relative;
	 top: -170px;
	 z-index: 200;
	}
.siteNavigation {
	border-left: solid 2px #ffffff;
    width: 310px;
    position: absolute;
    top: 0;
    right: -390px;
   	z-index: 10000;
	display:none;
	border-bottom: solid 2px #ffffff;
	box-shadow: -2px 2px 5px #4f4f4f;
	overflow: hidden;
	background: #003399;
}
.cover {
	display: none;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #4e5758;
    background: rgba(78,87,88,0.8);
    z-index: 5;
}
.mainNavigation .nav {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: none;
	width: 100%;
	}
.mainNavigation .nav li {
	display: block;
	float: none;
	}
.mainNavigation .nav li a {
	font-size: .79em;
	text-align: left;
	}
.mainNavigation .nav > li > a:hover,
.mainNavigation .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  font-weight: normal;
  border-bottom: none;
}
.nav li a:focus {
	background-color: transparent;
	}
.nav {
	margin-left: 0;
	}
.mainNavigation ul {
	display: block;
	margin:0;
	padding:0;
	list-style:none;
	font-style:normal;
	position: relative;
	}
.mainNavigation {
	display: block;
	 position: relative;
    top: -210px;
	}
.mainNavigation .nav li a {
	margin-left: 0;
	}
.mainNavigation .nav li {

}
#main-nav ul li a {
    border-bottom: 1px solid #cf7600;
    bottom: -5px;
    color: #fff;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0 0;
    padding: 0 0 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
#main-nav ul li.first a {
    margin: 10px 0 0;
    padding: 0 0 15px;
}
.nav li a {
	margin-left: 40px;
	}
.nav {
	border-top: none;
	border-bottom: none;
	}
.mainNavigation.navbar-collapse.collapse ul.nav.navbar-nav {
    margin-left: 0;
}
.navbar-nav {
    margin: 0;
}
.container-fluid > .navbar-collapse {
	margin-right: 0;
    margin-left: 0;
	}
.navbar-collapse {
	box-shadow: none;
	}
footer .branding {
    float: none;
}
footer p.copyright {
    float: none;
    margin-left: 0;
}
footer ul.social-media {
    margin-left: 0;
	padding-bottom: 15px;
}
footer p.adr {
    padding-top: 28px;
}
footer {
    margin: 0 auto;
    padding-bottom: 25px;
    padding-top: 25px;
}
#homepage section.opening-img #news-events {
   display: none;
}
.owl-carousel .owl-item img {
    width: 145% !important;
}
.owl-carousel-slideshow .owl-controls .owl-nav .owl-next{
	color: #fff;
    cursor: pointer;
    display: inline-block !important;
    font-size: 14px;
    margin: 5px !important;
    padding: 4px 7px !important;
	background: rgba(80, 80, 80, 0.85) none repeat scroll 0 0 !important;
    border: 1px solid #83827e !important;
    border-radius: 0 !important;
	position: static !important;
	float: none !important;
	height: auto !important;
	width: auto !important;
	}
.owl-carousel-slideshow .owl-controls .owl-nav .owl-prev{
	color: #fff;
    cursor: pointer;
    display: inline-block !important;
    font-size: 14px;
    margin: 5px !important;
    padding: 4px 7px !important;
	background: rgba(80, 80, 80, 0.85) none repeat scroll 0 0 !important;
    border: 1px solid #83827e !important;
    border-radius: 0 !important;
	position: static !important;
	float: none !important;
	height: auto !important;
	width: auto !important;
	}
.owl-carousel-slideshow .owl-controls {
   /* position: relative;
    top: -125px;*/
}
.owl-carousel-slideshow .owl-nav {
	display: none;
	}
#homepage section.opening-img .photo-nav p {
    background: rgba(80, 80, 80, 1) none repeat scroll 0 0;
    min-height: 75px;
    left: 0;
    width: 100%;
}
#homepage section.opening-img .photo-nav {
    bottom: 40px;
    left: 0;
    position: relative;
    width: 100%;
}
#homepage section.opening-img .wrap {
   /* margin: 0 auto -125px;*/
}
.owl-carousel .owl-item {
	margin-bottom: -65px !important;
	}
.owl-theme .owl-controls {
    margin-top: 0 !important;
}
#homepage section.opening-img .wrap {
	margin-bottom: 0px;
	}
#homepage section.opening-img .owl-carousel-slideshow .owl-controls .owl-dots {
	display: block !important;
	 position: absolute;
    right: 0;
    top: -30px;
	}
.owl-theme .owl-dots .owl-dot span {
    border-radius: 30px;
    height: 7px !important;
    margin: 5px 6px !important;
    width: 7px !important;
}
#homepage section.main-content h1 {
    padding-top: 20px;
}
.mobile-buttons {
	margin-top: 20px;
	position:relative;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	}
.mobile-buttons a.btn.btn-default {
   padding: 10px;
    width: 45%;
	margin-right: 10px;
	}
#homepage section.highlights {
    padding-top: 30px;
}
.col-left.graphic, .col-right.graphic {
	width: 100%;
}
section.main-content {
    padding-bottom: 20px;
}
section.secondary-content.graphics .graphic a {
	font-size: 14px;
	}
section.secondary-content.graphics .graphic img {
    height: 100%;
    width: 100%;
}
.main-content button.btn.btn-default.menu{
    background-color: #ffcd00;
	border-radius: 3px;
    font-size: 1.125em;
    padding: 10px;
    text-align: center;
    width: 100%;
	color: #039;
	margin-top: 20px;
	margin-bottom: -10px;
	border: none;
	background-image: -moz-linear-gradient(center bottom , rgb(255, 183, 0) 27%, rgb(255, 204, 0) 64%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	font-family: "Open Sans",sans-serif;
}
nav#breadcrumbs {
   margin-top: 30px;
}
section.main-content .col-sm-8.content-right {
    margin-left: 0;
    padding-left: 15px;
}
section.subnav {
    margin-right: 0;
}
#sidenav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
	 border-top: medium none;
}
section.main-content .pull-right {
	float: none !important;
	}
section.main-content .pull-right .action-btns {
	width: 100%;
	padding: 0;
	margin: 0;
	}
div.action-btns a {
    width: 100%;
}
section.secondary-content .wrap {
    padding-left: 0;
}
div.action-btns {
    float: none;
}
div.action-btns a {
    float: none;
}
footer ul.social-media a {
	 display: inline-block;
    float: left;
}
footer ul.social-media a {
    padding-left: 35px;
	padding-right: 10px;
}
footer nav {
    clear: both;
    display: block;
    width: 100%;
	padding-top: 20px;
}
footer nav ul li {
    border-right: 1px solid #003399;
    display: inline-block;
    float: left;
    line-height: 12px;
    margin-right: 7px;
    padding-right: 7px;
}
footer nav ul li:last-child {
	border-right: none;
	}
section.opening-img ul.expansion-1016 {
    display: none;
}
section.opening-img ul.expansion-1016 li {
    margin-right: 0;
	width: 50%;
}
section.opening-img ul.expansion-1016 li figure img {
	width: 100%;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	/*body {
		border: 2px solid #425eab;
		}*/

}



/**
* Responsive launch fix
*/
ul.nav-tabs li {
	background: none  !important;	
}




/**
* Owl Carousel (homepage slider) rendering fix on Chrome.
*/
.owl-carousel .owl-wrapper-outer{
   overflow: hidden;
   position: relative;
   width: 100%;
   z-index: 1;  // added this
}
.owl-item { 
  transform: translateZ(0);
 -webkit-transform: translateZ(0); 
 -ms-transform: translateZ(0); 
}


/**
 * Bootstrap Override
*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #FFFFFF !important;
}

