@charset "utf-8";
/* CSS Document */
/* This stylesheet controls styles on the gateway pages.*/

ul {
	list-style-position: outside;
	list-style-type:disc;
}
li {
	margin: 5px 0;
	padding: 0;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
#gatewayheading h1 {
	color:#fff;
	margin-left: 20px;
	font-weight:100;
	text-transform:uppercase;
	font-size:2.2em;
}
#gatewayheading .for {
	font-family: Georgia, Times New Roman, Times, serif;
	text-transform: lowercase;
	font-size:1em;
	margin-left: 5px;
}
#gatewayheading {
	display: block;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
}
/*top content region*/
#topcontent {
	background-color:#EEE;
	padding:10px 0;
	color:#333;
	overflow: hidden;
	padding-right: 20px;
	padding-top: 10px;
	margin-right: -20px;
	padding-left: 20px;
}
#topcontent li {
	margin:0;
	list-style-image: none;
	list-style-type: disc;
}
#topcontent a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#topcontent a:hover {
	color:#666;
	text-decoration:underline;
}
#topcontent .linklist {
	width:170px;
	float:right;
	margin:10px 0;
	margin-left: 0px;
	margin-right: -20px;
}
#topcontent .linklist p {
	margin:0;
	padding:0;
}
#topcontent .linklist ul {
}
#topcontent .linklist li {
	display: block;
	list-style: none outside none;
	margin-bottom:5px;
}
#topcontent .linklist li a:link, #topcontent .linklist li a:visited { 
	background-color: #992233;
	color: #FFFFFF;
	display: block;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	padding: 4px 15px;
	text-decoration: none;
	font-weight:normal;
} 
#topcontent .linklist li a:hover {
	background-color:#570D1B;
	text-decoration:underline;
}
#topcontent .imageframe {
	float:left;
	margin:10px 20px;
}
#topcontent .imageframe .caption {
	font-size: 11px;
	font-weight: 700;
}

#topcontent .prominent {
	background:#923;
	border-radius: 4px;
	color:#fff;
	display:block;
	line-height:1.5em;
    margin: 10px 20% 10px 42%;
	width:50%;
	padding: 12px;
	text-align:center; }
	#topcontent .prominent *, #topcontent .prominent *:hover {
		color:#fff;
}

.view-gateway-content-top-text {
	width:440px;
	float:left;
	margin-right:20px;
}
#topcontent h2 {
	color: #992233;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 10px 0;
	text-transform: uppercase;
}
#topcontent .editlink {
	text-align:right;
}
#topcontent .editlink a:link {
	font-weight:normal;
	color:#992233;
}
#main {
	background: #F00;
}
#main h2 {
	border-bottom-color: #992233;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #992233;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	text-transform: uppercase;
}
#main h3 {
	color: #444444;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}
em {
	font-style: italic;
}
.container {
	padding-left: 0;
	width: 930px;
}
.field-name-field-gateway-col1, .field-name-field-gateway-col2, .field-name-field-gateway-col3 {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	width: 300px;
}
#main .col {
	/* display:inline-block; */
	float: left;
	vertical-align: top;
	width:290px;
	min-height: 150px;
	margin:10px;
}
#main h2 {
	border-bottom:1px solid #992233;
	margin:20px 20px;
}
#main .col h2 {
	margin:20px 10px;
}
body.institutional #main {
	margin: 0 -20px 0 0px;
	padding: 0 0 20px 20px;
}
#main {
	background-color:#fff;
	width: auto;
}
#main p {
	margin: 10px;
}
.pluginwrapper {
	padding-left: 10px;
}
#main .carouselcontainer {
	width: 890px;
	height: 240px;
	margin-left: 20px;
	overflow-x: auto;
}
#main .carouselcontainer .carousel {
	width: 1240px; /* (video width + column margin) * number of videos ---- currently, (270 + 40) * 3 = 930 */
	margin-left: -40px;
}
#main .carouselcontainer .carousel .col {
	margin: 0 0 10px 40px;
	padding: 0;
	width: 270px;
}
#main .carouselcontainer .carousel .col .pluginwrapper {
	padding-left: 0;
}
/*

#main .carouselcontainer {
	display:block;
	margin-left:10px;
	overflow: auto;
	overflow-x: scroll;
	padding: 0;
	width: 900px;
	height: 200px; }
    #main .carouselcontainer .carousel {
		margin: 0;
		padding:0;
		width: 930px;
		overflow: hidden;
	}
	#main .carouselcontainer .carousel .col {
		margin: 10px 20px 10px 0;
}
*/
#institutional_header .navbar {
	width: 950px;
	margin: auto;
}
#institutional_footer {
	width: 950px;
	margin: auto;
}
#institutional_footer ul {
	margin-left: 0;
}
body#homepage #institutional_footer ul.socialmedia {
	margin-right: 0;
}
#institutional_footer .container > .w3d_bottom {
	display: block;
	width: 950px;
}
#wbar_panel {
	margin-left: 10px;
	padding-left: 20px;
	width: 930px;
}
/* 3D effect */
.w3d_face {
	position:absolute;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-o-transform-origin:0 0;
	transform-origin:0 0;
	-ms-transform:0 0;
}
.w3d_color {
	position:absolute;
	height:100%;
	width:100%;
	background-position:right top;
}
.w3d_right {
	right:-10px;
	top:0;
	width:10px;
	height:100%;
	-webkit-transform:skewY(30deg);
	-moz-transform:skewY(30deg);
	-o-transform:skewY(30deg);
	transform:skewY(30deg);
	background-repeat:repeat-x;
}
.w3d_right .w3d_color {
	opacity:0.8;
}
.w3d_bottom {
	right:0;
	bottom:-6px;
	width:100%;
	height:6px;
	-webkit-transform:skewX(60deg);
	-moz-transform:skewX(60deg);
	-o-transform:skewX(60deg);
	transform:skewX(60deg);
}
.w3d_bottom .w3d_color {
	opacity:0.6;
}
/* customized elements */
#wbar > .w3d_bottom {
	display: none;
}
#wbar > .w3d_right {
	border-top: 2px solid #FECB00;
	top: -2px;
	z-index: 500;
}
.faculty_links .w3d_bottom {
	display: none;
}
.faculty_links .w3d_right {
	z-index: 500;
}
.wbar-panel .w3d_bottom {
	display: none;
}
.wbar-panel .w3d_right {
	z-index: 500;
	border-bottom: 1px solid #96172E;
}
body.institutional #main {
	background-color:#fff;
	padding:20px -20px 20px 0px; /*margin:-20px -20px -20px 0;*/
}
body.institutional #content.container>.w3d_right {
	display:none;
}
.linklist li a > .w3d_bottom {
	display: none;
}
#wbutton_face {
	background-color: #DDAA00;
	bottom: -26px;
	height: 26px;
	left: 0;
	position: absolute;
	width: 100%;
	border-top:3px #DDAA00 solid;
}
.foralumni #institutional_header a.foralumni {
	text-decoration: underline;
}
.forcurrentstudents #institutional_header a.forcurrentstudents {
	text-decoration: underline;
}
.foremployers #institutional_header a.foremployers {
	text-decoration: underline;
}
.forfuturestudents #institutional_header a.forfuturestudents {
	text-decoration: underline;
}
.forfaculty #institutional_header a.forfaculty {
	text-decoration: underline;
}
.forstaff #institutional_header a.forstaff {
	text-decoration: underline;
}

.w3dface, .w3d_color, .w3d_right, .w3d_bottom {
 display: none; /* disables 3d display on gateway pages */
}

#topcontent .field-content h2 a {
    color:#923;
}

.imageframe .caption {
	
}
