@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; } 

/**************
* CSS Reset
***************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { 	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
* { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; }
body { line-height: 1; -webkit-text-size-adjust: none; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong { font-weight: bold; }
em { font-style: italic; }
textarea { font-family: inherit; }
sub { font-size: 0.7em; vertical-align: text-bottom;	line-height: 1em; }
sup { font-size: 0.7em; vertical-align: text-top; line-height: 1em; }
small { font-size: 0.9em; }
img { max-width: 100%; border: none; vertical-align: bottom; -ms-interpolation-mode: bicubic; }

/*****************
* Fonts
******************/

/* Antonio Regular */
@font-face {
	font-family: 'AntonioRegular';
	src: url('/fonts/antonio-regular-webfont.eot');
	src: url('/fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/antonio-regular-webfont.woff') format('woff'),
		 url('/fonts/antonio-regular-webfont.ttf') format('truetype'),
		 url('/fonts/antonio-regular-webfont.svg#AntonioRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Source Sans Pro */
@font-face {
	font-family: 'Source Sans Pro';
	src: url('/fonts/sourcesanspro-regular-webfont.eot');
	src: url('/fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/sourcesanspro-regular-webfont.woff') format('woff'),
		 url('/fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
		 url('/fonts/sourcesanspro-regular-webfont.svg#SourceSansPro') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url('/fonts/sourcesanspro-light-webfont.eot');
	src: url('/fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
		 url('/fonts/sourcesanspro-light-webfont.woff') format('woff'),
		 url('/fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
		 url('/fonts/sourcesanspro-light-webfont.svg#SourceSansPro') format('svg');
	font-weight: 300;
	font-style: normal;
}
/* Crimson Text */
@font-face {
	font-family: 'Crimson Text';
	src: url('/fonts/crimsontext-roman-webfont.eot');
	src: url('/fonts/crimsontext-roman-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/crimsontext-roman-webfont.woff') format('woff'),
		 url('/fonts/crimsontext-roman-webfont.ttf') format('truetype'),
		 url('/fonts/crimsontext-roman-webfont.svg#CrimsonText') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Crimson Text';
	src: url('/fonts/crimsontext-italic-webfont.eot');
	src: url('/fonts/crimsontext-italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/crimsontext-italic-webfont.woff') format('woff'),
		 url('/fonts/crimsontext-italic-webfont.ttf') format('truetype'),
		 url('/fonts/crimsontext-italic-webfont.svg#CrimsonTextItalic') format('svg');
	font-weight: normal;
	font-style: italic;
}

/****************
* Clearfix items
*****************/

.clearfix:after, .row:after, header:after, #body:after, #major-bar:after, ul.page_tabs:after, .option-bar:after, .newsfeed-header:after, .home #media:after {
	content: ""; display: block; visibility: hidden; height: 0px; line-height: 0px; clear: both;
}

/*****************
* Main styles
******************/

body {
	font: 16px/1.5em 'Source Sans Pro', sans-serif;
	color: #444;
}
#skiptocontent {
	position: absolute;
	left: -10000px;
}
@media only screen and (min-width: 1232px) {
	.page-width {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 1231px) {
	.page-width {
		width: 100%;
		padding: 0 1em;
	}
}
#globalwrapper {
	position: relative;
}
#wrapper {
	background: #ffffff;
	/*z-index: 1;*/
	position: relative;
}

/**
 * Emergency alert
 */ 
#site-alert {
	background: #ca8438;
	color: white;
	z-index: 3;
	font-size: 1.0em;
	top: 0;
	width: 100%;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
    position: relative;
}
#site-alert.brown {	background: #644911; }
#site-alert.red { background: #971818; }
#site-alert.blue { background: #0070FF; }

#site-alert + #body {
    top: 0;
}
#site-alert .page-width {
	position: relative;
}
#site-alert p {
	/*float: left;*/
	line-height: 30px;
	padding: 10px 2.5em 10px 0;
}
#site-alert a {
	color: #fff;
}
#site-alert-close {
	position: absolute;
	top: 0px;
	right: 1em;
}
#site-alert-close a {
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 20px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
}
@media only screen and (min-width: 801px) {
	#site-alert {
		font-size: 1.3em;
	}
}
@media only screen and (min-width: 1232px) {
	#site-alert-close {
		right: 0;
	}
}

/**
 * Logo
 */
#wrapper > header { 
	position: relative; 
}
#logo {
	position: relative;
	top: 0px;
	padding: 1em 0;
	float: left;
	width: 85%;
}
#logo a {
	display: block;
	width: 200px;
	height: 58px;
	background: url('/images/logo-mobile.png?20150911') left top no-repeat;
}
#navicon {
	width: 25%;
	height: 30px;
	background: url('/images/template/navicon-30.png') center no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
}
#navicon a {
	display: block;
	width: 100%;
	height: 100%;
}
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) { 
  
	#logo a {
		background: url('/images/logo-mobile-2x.png') left top no-repeat;
		background-size: 100%;
	}

}
@media only screen and (min-width: 550px) {
	#navicon {
		width: 15%;
		height: 50px;
		background: url('/images/template/navicon-50.png') center no-repeat;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -25px;
	}
}

#logo a {
	background: url('/images/logo-mobile.png?20150911') left top no-repeat\9 !important;

		background-size: contain;
}
@media only screen and (max-width: 800px) {
	body {
		background: #f0f6f6;
		overflow-x: hidden;
	}
	#wrapper {
		width: 100%;
		right: 0;
	}
	#wrapper-overlay {
		position: fixed;
		z-index: -1;
		height: 100%;
		width: 100%;
		background: rgba(0,0,0,0.5);
		opacity: 0;
		right: 0;
	}
	.nav-opening #wrapper, .nav-closing #wrapper,
	.nav-opening #wrapper-overlay, .nav-closing #wrapper-overlay {
		-webkit-transition: ease 250ms;
		-moz-transition: ease 250ms;
		transition: ease 250ms;
	}
	.nav-opening #wrapper {
		right: 250px;
	}
	.nav-open #wrapper {
		right: 250px;
		position: fixed;
	}
	.nav-closing #wrapper {
		right: 0px;
		position: fixed;
	}
	.nav-opening #wrapper-overlay, .nav-open #wrapper-overlay {
		opacity: 1.0;
		z-index: 100;
		cursor: pointer;
		right: 250px;
	}
}
@media only screen and (min-width: 801px) {
	#logo {
		top: 32px;
		float: none;
		width: inherit;
	}
	#navicon {
		display: none;
	}
}

/**
 * Navigation
 */
@media only screen and (max-width: 800px) {
	#navigation {
		z-index: 0;
		position: absolute;
		top: 0;
		right: 0px;
		width: 250px;
	}
	.nav-opening #navigation, .nav-closing #navigation {
		-webkit-transition: ease 250ms;
		-moz-transition: ease 250ms;
		transition: ease 250ms;
	}
	.nav-opening #navigation, .nav-open #navigation {
		right: 0px;
	}
	.nav-closing #navigation {
		right: 0px;
	}
	#navigation .page-width {
		padding: 0;
	}
	#mobile-search p {
		padding: 8px;
		position: relative;
		border-bottom: 1px solid #abc;
	}
	#mobile-search input[type="search"] {
		background: #ffffff;
		padding: 0.8em 2.5em 0.8em 1.2em;
		-moz-border-radius: 35px;
		-webkit-border-radius: 35px;
		border-radius: 35px;
		font-size: 1em;
		border: none;
		margin: 0;
		width: 250px;
		max-width: 100%;
		outline: none;
		-webkit-appearance: textfield;
	}
	#mobile-search input[type="image"] {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	#main-nav > ul > li {
		border-bottom: 1px solid #abc;
		background: url('/images/template/mobile-nav-sprite.png') 222px 18px no-repeat;
		cursor: pointer;
	}
	#main-nav > ul > li.open {
		background-position: 222px -22px;
	}
	/*#main-nav > ul > li.athletics > a {
		margin-right: 0px;
		border-right: 0px;
	}
	#main-nav > ul > li.athletics {
		background: none;
	}*/
	#main-nav > ul > li > a {
		color: #182f59;
		/*text-transform: uppercase;*/
		text-decoration: none;
		font-size: 1.4em;
		padding: 0.5em 5px 0.5em 15px;
		text-align: left;
		display: block;
		font-weight: 600;
		margin-right: 40px;
		border-right: 1px dotted #bcd;
	}
	#main-nav .dropdown {
		background: #fff;
		display: none;
	}
	#main-nav li.open .dropdown {
		display: block;
	}
	#main-nav .dropdown a {
		color: #001641;
		text-decoration: none;
		display: block;
		padding: 0.3em 15px 0.3em 25px;	
	}
	#audience-nav:before {
		content: "Audiences";
		text-transform: uppercase;
		background: #fff;
		padding: 0 20px;
		display: block;
		font-size: 0.8em;
		text-align: center;
	}
	#aux-nav:before {
		content: "Quick Links";
		text-transform: uppercase;
		background: #fff;
		padding: 0 20px;
		display: block;
		font-size: 0.8em;
		text-align: center;
	}
	#audience-nav, #aux-nav {
		background: #002a5c;
	}
	#audience-nav a, #aux-nav a {
		color: #fff;
		text-decoration: none;
		padding: 0.3em 15px;
		display: block;
		/*text-transform: uppercase;*/
		border-top: 1px solid #10456e;
	}
	#audience-nav ul ul, #aux-nav ul ul {
		display: none;
	}
	#site-search { display: none;}
}
@media only screen and (min-width: 801px) {
	#wrapper > header { 
		height: 170px; 
	}
	#mobile-search {
		display: none;
	}
	#navigation {
		background: #002a5c;
		height: 32px;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 2;
	}
	#navigation .page-width {
		position: relative;
	}
	#audience-nav, 
	#aux-nav {
		font-size: 0.7em;
	}
	#audience-nav {
		float: left;
	}
	#aux-nav {
		float: right;
	}
	#audience-nav li, #aux-nav li {
		float: left;
		line-height: 32px;
		position: relative;
	}
	#audience-nav li a, #aux-nav li a {
		color: #fff;
		text-decoration: none;
		line-height: 32px;
		display: inline-block;
		padding: 0 0.5em;
		/*text-transform: uppercase;*/
	}
	#audience-nav li a:hover, #aux-nav li a:hover,
	#audience-nav > ul > li:hover > a,
	#aux-nav > ul > li:hover {
		background: #00a4e4;
	}
	#audience-nav li:hover ul, #aux-nav li:hover ul {
		visibility: visible;
		opacity: 1;
		top: 35px;
	}
	#audience-nav > ul > li > a {
		margin-bottom: 3px;
	}
	#audience-nav ul ul {
		position: absolute;
		/*background: #002a5c;*/
		background: rgba(0,42,92,0.95);
		background: url('/images/template/navy-overlay.png')\9;
		width: 230px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-transition: 100ms ease;
		-moz-transition: 100ms ease;
		transition: 100ms ease;
		opacity: 0;
		visibility: hidden;
		top: 30px;
	}
	#audience-nav ul ul li {
		float: none;
		border-top: 1px solid #05487b;
	}
	#audience-nav ul ul li:first-child {
		border-top: none;
	}
	#audience-nav ul ul li:first-child a{
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	#audience-nav ul ul li:last-child a{
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	#audience-nav ul ul li a {
		display: block;
		text-transform: none;
		padding: 0 1em;
	}
	#site-search {
		width: 160px\9;
	}
	#site-search input {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		border: none;
		padding: 3px 25px 3px 7px;
		width: 150px;
		background: #fff url('/images/template/icons/magnifier.png?1') 127px 3px no-repeat;
		-webkit-appearance: textfield;
		outline: none;
		margin: 0 5px;
	}
	#aux-nav li ul {
		background: #00a4e4;
		display: none;
	}
	#aux-nav li ul, 
	#aux-nav > ul > li:hover {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	#aux-nav li:hover ul {
		display: block;
	}
	#aux-nav li ul li {
		float: none;
	}
	#aux-nav li ul li a {
		text-transform: none;
		display: block;
	}
	#aux-nav li ul li a:hover {
		text-decoration: underline;
		background: none;
	}
	
	
	#main-nav {
		position: absolute;
		top: 120px;
		left: 0;
		width: 100%;
		padding: 0 1em;
	}
	#main-nav > ul > li {
		float: left;
		position: relative;
	}
	#main-nav li.admission { width: 21%; }
	#main-nav li.academics { width: 18%; }
	#main-nav li.life		   { width: 17%; }
	#main-nav li.about		 { width: 14%; }
	#main-nav li.events	   { width: 14%; }
	#main-nav li.athletics { width: 16%; }

	#main-nav > ul > li > a {
		color: #182f59;
		/*text-transform: uppercase;*/
		text-decoration: none;
		font-size: 1.3em;
		padding: 0.2em 0.2em 1em;
		background: url('/images/template/nav-sprite.png') center 30px no-repeat;
		text-align: center;
		display: block;
	}
	#main-nav > ul > li:hover > a {
		background-position: center -45px;
		color: #00a4e4;
	}

	/*#main-nav > ul > li.athletics > a {
		background: none;
	}*/
	#main-nav .dropdown {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 40px;
		width: 220px;
		background: #ccc;
		left: 50%;
		margin-left: -110px;
		-webkit-transition: 100ms ease;
		-moz-transition: 100ms ease;
		transition: 100ms ease;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
		z-index: 1000;
		transform: translateZ(0);
		background: #e6f1f5; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,0.95) 0%, rgba(216,233,239,0.95) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.95)), color-stop(100%,rgba(216,233,239,0.95))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0.95) 0%,rgba(216,233,239,0.95) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,0.95) 0%,rgba(216,233,239,0.95) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,0.95) 0%,rgba(216,233,239,0.95) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(255,255,255,0.95) 0%,rgba(216,233,239,0.95) 100%); /* W3C */
		/* Can't have border-radius and filter on the same element in IE9. Grr.
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccd8e9ef',GradientType=0 );  IE6-9 */
	}
	/* keep it from going off the screen at small widths */
	#main-nav li.admission .dropdown {
		left: 0;
		margin-left: 0;
	}
	#main-nav li.athletics .dropdown {
		right: 0;
		left: inherit;
		margin-left: 0;
		width: 175px;
	}
	#main-nav > ul > li:hover .dropdown,
	#main-nav > ul > li.touched .dropdown {
		visibility: visible;
		opacity: 1.0;
		top: 45px;
		-webkit-transition: 100ms ease;
		-moz-transition: 100ms ease;
		transition: 100ms ease;
	}
	#main-nav .dropdown li {
		border-top: 1px solid #fff;
	}
	#main-nav .dropdown li:first-child {
		border-top: none;
	}
	#main-nav .dropdown a {
		color: #001641;
		text-decoration: none;
		display: block;
		padding: 0.5em 1.2em;	
	}
	#main-nav .dropdown a:hover {
		color: #fff;
		background: #00a4e4;
	}
	#main-nav .dropdown li:first-child a {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	#main-nav .dropdown li:last-child a {
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
}
@media only screen and (min-width: 920px) {
	#audience-nav, 
	#aux-nav {
		font-size: 0.80em;
	}
}
@media only screen and (min-width: 950px) {
	#main-nav li.admission .dropdown {
		left: 50%;
		margin-left: -110px;
	}
	#audience-nav, 
	#aux-nav {
		font-size: 0.85em;
	}
}
@media only screen and (min-width: 960px) {
	#wrapper > header { height: 122px; }
	.category #wrapper > header,
	.program #wrapper > header {
		background: rgba(255,255,255,0.85);
		background: url('/images/template/white-overlay.png')\9;
		z-index: 1;
	}
	#main-nav {
		position: absolute;
		top: 65px;
		right: 0;
		left: inherit;
		width: auto;
	}
	#main-nav > ul > li {
		width: auto !important;
		margin-left: 1.5em;
	}
	#main-nav > ul > li:first-child {
		margin-left: 0;
	}
}
@media only screen and (min-width: 1232px) {
	#main-nav {
		right: 0;
		padding: 0;
	}
}
@media only screen and (min-width: 1375px) {
	#main-nav li.athletics .dropdown{
		right: initial;
		left: 50%;
		margin-left: -110px;
		width: 220px;
	}
}

/**
 * Sticky nav
 */
@media (min-width: 960px) and (min-height: 600px) {
	body, #navigation, #wrapper > header, #logo a, #main-nav {
		transition: 250ms ease;
	}
	#navigation {
		position: fixed;
		z-index: 101;
	}
	#wrapper > header {
		position: fixed;
		top: 0;
    	width: 100%;
    	background: #fff;
    	z-index: 100;
    	box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
    }
    body {
    	position: relative;
    	top: 122px;
	}
	.category #wrapper > header, .program #wrapper > header, .home #wrapper > header {
	    z-index: 100;
	}

	.navoffset #navigation {
		top: -35px;
	}
	.navoffset #wrapper > header {
		top: -32px;
	}
	.navoffset #wrapper > header {
		height: 112px;
		background: #ffffff;
	}
	.navoffset #logo a {
		height: 48px;
	}
	.navoffset #main-nav {
		top: 58px;
	}

	.category #site-alert + #body,
	.program #site-alert + #body {
		margin-top: 0;
	}
}

/**
 * Body
 */

/**
 * Body header
 */
article header {
	background: #001641;
	color: #fff;
	padding: 0 0 32px 0;
	overflow: hidden;
	/* border-top: 1px solid #60708c; */
}
.category.full article header {
	padding: 0;
}
article header .page-width {
	border-top: 1px solid #22355b;
	border-bottom: 1px solid #22355b;
	position: relative;
}
article header h1 {
	font-weight: 600;
	font-size: 2.1em;
	padding: 0.2em 0;
	line-height: 1.3em;
}
#hero {
	width: 120%;
	max-width: 120%;
	margin-top: -7%;
	margin-left: -20%;
}
article header.right #hero {
	margin-left: 0;
}
#breadcrumb {
	position: absolute;
	bottom: -32px;
	height: 32px;
	line-height: 32px;
	font-size: 0.8em;
	color: #00b5ef;
}
#breadcrumb a {
	color: #00b5ef;
}
.hero-text {
	padding: 1em;
}
.category.full .hero-text {
	padding: 1em 1em 2em;
}
.hero-text h1 {
	font-family: 'Crimson Text', serif;
	text-transform: uppercase;
	padding: 0;
	line-height: 1.2em;
}
.hero-text h1.bible {
	text-indent: 55px;
	background: url('/images/template/shield-bible-icon.png?20160113') left 0.1em no-repeat;
}
.hero-text h1.lamp {
	text-indent: 35px;
	background: url('/images/template/shield-lamp-icon.png?20160113') left 0.1em no-repeat;
}
.hero-text h1.bruin {
	text-indent: 38px;
	background: url('/images/template/shield-bruin-icon.png?20160113') left 0 no-repeat;
}
.hero-text h1.cross {
	text-indent: 45px;
	background: url('/images/template/shield-cross-icon.png?20160113') left 0 no-repeat;
}
.hero-text h1.shield {
	text-indent: 45px;
	background: url('/images/template/shield-full-icon.png?20160113') left 0 no-repeat;
}
.hero-text p {
	font-size: 1.0em;
	line-height: 1.5em;
}
.program .hero-text {
	bottom: 0;
	top: inherit;
	left: 0;
	margin-left: 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 1em 0;
}
.program .hero-text h1 {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	text-transform: none;
}
.program .hero-text p.degree-type {
	font: 1em/1.5em 'Crimson Text', sans-serif;
	color: #00a4e4;
	border-bottom: 1px solid #00a4e4;
	text-transform: uppercase;
	margin-bottom: 0.3em;
}
.hero-text a.button,
#main #home-hero a.button {
	/*font: 1.2em/1.5em 'AntonioRegular', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.4em 2em 0.2em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	margin-bottom: 1px;
	text-align: center;*/
	/*background: #fff;
	color: #024 !important;
	
	border: 1px solid #024;*/
	/*width: auto;
	text-shadow: none;
	border-bottom-color: #aaa;*/
	background: #ffffff !important;
	color: #222222 !important;
	border-color: #ffffff;
	text-shadow: none;
}
.hero-text a.button:hover,
#main #home-hero a.button:hover {
	background: #ffffff !important;
}
.hero-text a.button {
	margin-top: 0.5em;
}
@media only screen and (min-width: 550px) {
	.category article header,
	.program article header {
		position: relative;
	}
	.category header .page-width,
	.program header .page-width {
		border-top: 0px;
	}	
	article header h1 {
		font-size: 2.5em;
		line-height: 1.5em;
	}
	#hero {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.hero-text {
		position: absolute;
		top: 5%;
		left: 0;
		width: 60%;
		text-shadow: 1px 1px 5px #000;
	}
	article header.right .hero-text {
		left: inherit;
		right: 0;
	}
	.program .hero-text {
		padding: 1em;
		background: rgba(24,47,89,0.8);
		background: url('/images/template/program-hero-overlay.png')\9;
		text-shadow: none;
	}
}
@media only screen and (min-width: 801px) {
	article header {
		background: #001641 url('/images/template/header-stripes.png') center top no-repeat;
		padding: 32px 0;
	}
	.program article header, 
	.category article header {
		background: none;
	}
	article header h1 {
		padding: 0.5em 0;
	}
	.category article header,
	.program article header {
		padding: 0;
	}
	.category header .page-width,
	.program header .page-width {
		bottom: 32px;
	}
	.hero-text {
		top: 12%;
		left: 50%;
		width: 45%;
		margin-left: -45%;
	}
	article header.right .hero-text {
		left: initial;
		right: 50%;
		width: 45%;
		margin-left: 0;
		margin-right: -45%;
	}
	.program article header.right .hero-text {
		right: 0;
		margin-right: 0;
	}
	.hero-text p {
		font-size: 1.2em;
		line-height: 1.5em;
	}
	header .dropshadow {
		height: 64px;
		position: absolute;
		bottom: 0px;
		width: 100%;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
	}
}
@media only screen and (min-width: 960px) {
	.category #body,
	.program #body {
		margin-top: -90px;
	}
}
@media (min-width: 960px) {
	.hero-text {
		top: 30%;
		width: 450px;
		margin-left: -45%;
	}
	article header.right .hero-text {
		width: 450px;
		margin-right: -45%;
		margin-left: 0px;
	}
}
@media (min-width: 1100px) {
	.hero-text {
		margin-left: -500px;
	}
	article header.right .hero-text {
		margin-right: -500px;
	}
}

/**
 * Main content
 */
#main {
	margin-top: 1.5em;
}
.program #main {
	margin-top: 0;
}
#main p, .reveal-modal p {
	margin-bottom: 1.5em;
}
#main a, .reveal-modal a {
	color: #00a4e4;
}
#main a:hover, .reveal-modal a:hover {
	color: #0082b5;
}
#main a[href ^="#"] {
	padding-right: 10px;
	background: transparent url('/images/template/icons/in-page-link.gif') no-repeat center right;
}
#main a[href ^="#top"] {
	padding-right: 10px;
	background: transparent url('/images/template/icons/in-page-link-top.gif') no-repeat center right;
}
#main a[href="#"] {
	padding-right: 0;
	background: none;
}
#main a[href^="#!"] {
	background: none;
	padding-right: 0;
}
#main a[href *=".pdf"] {
	padding-right: 15px;
	background: transparent url('/images/template/icons/pdf.gif') no-repeat center right;
}
#main a[target $="blank"] {
	padding-right: 18px;
	background: transparent url('/images/template/icons/new-window.gif') no-repeat center right;
}
#main a[onclick ^="mailto"], #main a[href ^="mailto"], #main a.mailto {
	padding-right: 18px;
	background: transparent url('/images/template/icons/email.gif') no-repeat center right;
}
#main a.noimg, #main p.backtotop a, #main .alpha_link_bar a {
	background: none;
	padding: 0px;
}
#main p.big {
	font: 1.4em/1.4em 'Crimson Text', sans-serif;
	margin-bottom: 1.1em;
}
#main h2, .reveal-modal h2 {
	color: #884a1c;
	font: 2.3em/1.1em 'Crimson Text', serif;
	border-bottom: 1px solid #c69471;
	margin-bottom: 0.3em;
	margin-top: 1em;
	padding: 0.2em 0;
}
#main h2:first-child, .reveal-modal h2,
#main figure.fac_photo + h2,
#main h2.top {
	margin-top: 0;
}
#main h3, .reveal-modal h3 {
	font: 1.7em/1.2em 'Crimson Text', serif;
	color: #182f59;
	/*text-transform: uppercase;*/
	margin: 0.2em 0;
}
#main h3 a, .reveal-modal h3 a {
	color: #182f59;
}
#main h3.course {
	background: url('/images/template/pie-chart-sprite.png');
	background-repeat: no-repeat;
	padding-left: 40px;
	line-height: 1.5em;
}
#main h3.course.program {
	background-position: 0px 0px;
}
#main h3.course.core {
	background-position: 0px 50%;
}
#main h3.course.electives {
	background-position: 0px 100%;
}
#main h4, .reveal-modal h4 {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #222;
	font-family: 'Crimson Text', serif;
}
#main h4 a, .reveal-modal h4 a  {
	color: #222;
}
#main h5, .reveal-modal h5 {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #222;
}
#main h5 a, .reveal-modal h5 a {
	color: #222;
}
#main ul, .reveal-modal ul {
	list-style-type: disc;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
#main ol, .reveal-modal ol {
	list-style: decimal;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
#main ul ul, #main ol ol,
.reveal-modal ul ul, .reveal-modal ol ol {
	margin-bottom: 0;
}
/*#main a.button, .reveal-modal a.button, input[type=submit].button {
	background: #e75332;
	color: #fff;
	font: 1.2em/1.5em 'AntonioRegular', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.4em 2em 0.2em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	margin-bottom: 3px;
	text-align: center;
	border: 0px;
	border-bottom: 2px solid #A63D26;
	position: relative;
}
#main a.button:hover, .reveal-modal a.button:hover, input[type=submit].button:hover {
	background: #bd4227;
}
#main a.button.secondary, .reveal-modal a.button.secondary, input[type=submit].button.secondary {
	background: #848ca7;
	border-bottom: 2px solid #62677A;
}
#main a.button.secondary:hover, .reveal-modal a.button.secondary:hover, input[type=submit].button.secondary:hover {
	background: #707895;
}
#main a.button:active, .reveal-modal a.button:active, input[type=submit].button:active {
	border-bottom: 0px;
	top: 2px;
	margin-bottom: 3px;
}*/
a.button, input[type=submit] {
	font-family: 'Crimson Text', 'Times New Roman', serif;
	font-size: 1.3em;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	background: #e75332 !important;
	border: 1px solid #B5451C;
	color: #ffffff !important;
	padding: 0.5em 1.5em !important; /* override outbound links */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 3px;
	cursor: pointer; /* for inputs */
	background-image: none !important; /* override outbound links */
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	transition: 150ms ease;
	-webkit-appearance: none;
}
a.button.secondary {
	background: #FFFFFF !important;
	border: 1px solid #00b5ef;
	color: #00b5ef !important;
}
a.button.clear {
	background: none !important;
	border-color: #ffffff;
}
a.button.secondary.clear {
	border-color: #00b5ef;
}
a.button::after {
	content: "\203A";
	margin-left: .5em;
	position: relative;
	left: 0px;
	font-weight: bold;
	/*font-size: 0.8em;*/
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	transition: 150ms ease;
}
a.button.back::before {
	content: "\2039";
	margin-right: 0.5em;
	position: relative;
	right: 0px;
	font-weight: bold;
	/*font-size: 0.8em;*/
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	transition: 150ms ease;
}
a.button.back::after {
	display: none;
}
a.button:hover, input[type=submit]:hover {
	background: #c33e20 !important;
	-webkit-box-shadow: 1px 1px 1px rgba(136, 52, 21, 0.3);
	-moz-box-shadow: 1px 1px 1px rgba(136, 52, 21, 0.3);
	box-shadow: 1px 1px 1px rgba(136, 52, 21, 0.3);
}
a.button:hover::after {
	left: 10px;
}
a.button.back:hover::before {
	right: 10px;
}
a.button.secondary:hover {
	background: #ffffff !important;
	box-shadow: 1px 1px 1px rgba(8, 113, 146, 0.3);
}
a.button.clear:hover {
	background: none !important;
}
a.button.small, input[type=submit].small {
	font-size: 1em;
	padding: 0.3em 1.5em;
}
a.button.full {
	display: block;
}
a.button:active, input[type=submit]:active {
	position: relative;
	top: 1px;
}
a.button:disabled, input[type=submit]:disabled {
	background-color: #9C9C9C !important;
	border-color: #5A5A5A;
}
.reveal-modal a.button, .reveal-modal a.button::before, .reveal-modal a.button::after {
	transition: none;
}
#main a.button.facebook {
	border: 1px solid #4c69ba;
	background: #4c69ba !important;   
}
#main a.button.facebook:hover {
	background: #4560ab !important;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
#main a.button.facebook.disabled {
	background: #aaa !important;
	border-color: #888;
}
#main input[type=submit].button {
	cursor: pointer;
}
#main a.blocklink {
	text-decoration: inherit;
	color: inherit;
}
#main figure.highlight {
	background: #e4eef3;
}
#main figure.highlight:hover {
	background: #cde;
}
#main figure.highlight p {
	padding: 1em;
}
#main figure.highlight img {
	width: 100%;
}
.photo-highlight {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.photo-highlight figcaption {
	padding: 1em 2em;
}
.photo-highlight figcaption.left {
	float: left;
}
.photo-highlight figcaption.right {
	float: right;
}
.photo-highlight figcaption.primary-dark {
	background: rgba(0, 20, 70, 0.75);
	color: #ffffff;
}
.photo-highlight figcaption.primary-light {
	background: rgba(0, 181, 239, 0.75);
	color: #ffffff;
}
#main .photo-highlight figcaption h2,
#main .photo-highlight figcaption h3,
.photo-highlight figcaption p {
	color: #ffffff;
	border-bottom-color: #ffffff;
}
#main .photo-highlight figcaption p:last-child {
	margin-bottom: 0;
}
@media (min-width: 550px) {
	.photo-highlight figcaption {
		padding: 2em 3em;
	}
}
#main figure.fund {
	background: #efefef;
	padding: 0.5rem;
	border-radius: 5px;
	margin: 0 0 1em 0;
	overflow: hidden;
}
p.fund-name {
	font: 1.5em/1.2em 'Crimson Text', serif;
	margin: -0.5rem -0.5rem 0em !important;
	color: #FFFFFF;
	text-align: center;
	background: #2A495F;
	padding: 0.5rem;
}
p.fund-name a {
	color: #ffffff !important;
}
p.fund-amount {
	text-align: center;
	margin: 0 !important;
	padding: 8px;
	border-top: 1px solid #bababa;
}
p.fund-name + p.fund-amount {
	border-top: 0px;
}
span.fund-amount-min {
	display: block;
	margin-bottom: -0.5em;
}
span.fund-amount-max {
	display: block;
	font-size: 3em;
	line-height: 1em;
	font-weight: bold;
}
p.fund-criteria {
	margin-bottom: 0.5rem !important;
	text-align: center;
}
#main table,
.reveal-modal table {
	width: 100%;
	margin-bottom: 1.5em;
}
#main table.nostretch,
.reveal-modal table.nostretch {
	width: auto;
}
#main td, #main th,
.reveal-modal td, .reveal-modal th {
	line-height: 1.5em;
	padding: 2px 3px;
	text-align: left;
	vertical-align: top;
}
#main td.center, #main th.center,
.reveal-modal td.center, .reveal-modal th.center {
	text-align: center;
}
#main td.right, #main th.right,
.reveal-modal td.right, .reveal-modal th.right {
	text-align: right;
}
#main table.center td, #main table.center th,
.reveal-modal table.center td, .reveal-modal table.center th {
	text-align: center;
}
#main table.middle td, #main table.middle th,
.reveal-modal table.middle td, .reveal-modal table.middle th {
	vertical-align: middle;
}
#main table thead,
.reveal-modal table thead {
	background: #002244;
}
#main table tfoot,
.reveal-modal table tfoot {
	border-top: 1px solid #999;
}
#main table thead th,
.reveal-modal table thead th {
	font-weight: normal;
	font-family: 'AntonioRegular', 'Arial Narrow', Arial, sans-serif;
	text-transform: uppercase;
	font-size:1.25em;
	color:#fff;
}
/* ZURB Responsive tables - Mobile */
@media only screen and (max-width: 800px) {
	
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 1.5em; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
	
}
.zebra tr:nth-child(even) {
	background: #f4f4f4;
}
#main figure.highlight p:first-child {
	font-family: 'AntonioRegular', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.5em;
	color: #3ac4f3;
	margin-bottom: 0em;
	line-height: 1.5em;
	padding: 0.8em 0.8em 0;
}

#main ul.progress-bar,
.reveal-modal ul.progress-bar {
	list-style: none;
	display: inline-block;
	margin: 0 0 1.5em 0;
	background: #f6f6f6;
}
#main ul.progress-bar li,
.reveal-modal ul.progress-bar li {
	float: left;
}
#main ul.progress-bar li a,
#main ul.progress-bar li span,
.reveal-modal ul.progress-bar li a,
.reveal-modal ul.progress-bar li span {
	text-decoration: none;
	padding: 0.5em;
	display: inline-block;
	background: none;
}
#main ul.progress-bar li a:hover,
.reveal-modal ul.progress-bar li a:hover {
	/*text-decoration: underline;*/
}
#main ul.progress-bar li.current a,
#main ul.progress-bar li.current span,
#main ul.progress-bar li.completed a,
#main ul.progress-bar li.completed span,
.reveal-modal ul.progress-bar li.current a,
.reveal-modal ul.progress-bar li.current span,
.reveal-modal ul.progress-bar li.completed a, 
.reveal-modal ul.progress-bar li.completed span {
	color: #fff;
}
#main ul.progress-bar li.current:after {
	border-left: 40px solid #00a4e4;
	content: "";
	border-top: 40px solid transparent;
	position: absolute;
	bottom: 0;
}
#main ul.progress-bar li.current + li {
	margin-left: 30px;
}

#main ul.progress-bar li.completed,
#main ul.progress-bar li.current,
.reveal-modal ul.progress-bar li.completed,
.reveal-modal ul.progress-bar li.current {
	background: #00a4e4;
	position: relative;
}
/*#main ul.option-bar li.disabled a,
.reveal-modal ul.option-bar li.disabled a {
	background: #e0e0e0;
	text-shadow: none;
	color: #666;
}
#main ul.option-bar li.disabled a.selected,
.reveal-modal ul.option-bar li.disabled a.selected {
	background: #999;
	text-shadow: none;
}*/


#main .option-bar,
.reveal-modal .option-bar {
	list-style: none;
	margin-left: 0;
	background: #ffffff;
	border-bottom: 3px solid #00a4e4;
	display: block;
}
#main .option-bar li,
.reveal-modal .option-bar li {
	float: left;
	display: inline-block;
}
#main .option-bar li a,
#main .option-bar li span,
.reveal-modal .option-bar li a,
.reveal-modal .option-bar li span {
	padding: 0.5em 0.5em;
	text-decoration: none;
	font-size:1.1em;
	/*text-transform: uppercase;*/
	display: block;
	position: relative;
	text-align: center;
}
#main .option-bar li a.selected, 
#main .option-bar li span.selected,
.reveal-modal .option-bar li a.selected,
.reveal-modal .option-bar li span.selected {
   /* background: #e1e4ea;
	color: #43474d;*/
	background: #00a4e4;
	color: #fff;
}
#main .option-bar li.disabled a,
.reveal-modal .option-bar li.disabled a {
	background: #ffffff;
	color: #ccc;
}
#main .option-bar li.disabled a.selected,
.reveal-modal .option-bar li.disabled a.selected {
	background: #e6e6e6;
	color: #bbb;
}
#main .option-bar.large,
.reveal-modal .option-bar.large {
	font-size: 1.25em;
}

#main .option-bar li a.selected:after,
#main .option-bar li span.selected:after,
.reveal-modal .option-bar li a.selected:after,
.reveal-modal .option-bar li span.selected:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	border-left: 12px solid rgba(0, 164, 228, 0);
	border-right: 12px solid rgba(0, 164, 228, 0);
	border-top: 10px solid #00a4e4;
	margin-left: -12px;
}
#main .option-bar li.disabled a.selected:after,
#main .option-bar li.disabled span.selected:after,
.reveal-modal .option-bar li.disabled a.selected:after,
.reveal-modal .option-bar li.disabled span.selected:after {
	border-top-color: #e6e6e6;
	border-left-color: rgba(230, 230, 230, 0);
	border-right-color: rgba(230, 230, 230, 0);
}

section.accordion {
	margin-bottom: 1.5em;
}
.accordion-content {
	display: none;
	margin: 1rem 0;
}
.no-js .accordion-content {
	display: block;
}
.accordion-content[aria-hidden="false"] {
	display: block;
}
.accordion-title {
	background: #ffffff url('/images/template/icons/arrow-right-24.png') 5px 8px no-repeat;
	font: 1.75em/1.5em 'Crimson Text', serif;
	color: #000000;
	padding-left: 35px;
	border-bottom: 1px solid #b0bbc9;
	cursor: pointer;
}
.accordion-title[aria-selected="true"] {
	background: #e4eef3 url('/images/template/icons/arrow-down-24.png') 5px 8px no-repeat;
}

div.progress-meter {
	width: 100%;
	height: 2.1em;
	background: white;
	border: 1px solid #00A5E4;
	border-radius: 5px;
	text-align: right;
	font-weight: bold;
	line-height: 2em;
}
div.progress {
	/*height: 2.1em;
	line-height: 2.1em;*/
	text-align: right;
	background: #00A5E4;
	color: white;
	font-weight: bold;
	padding: 0 5px;
	border-radius: 3px 0 0 3px;
	display: inline-block;
	float: left;
	*zoom: 1;
	*display: inline;
}

div.callout {
	padding: 1.5em;
	background: #edeef2;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 52px;
	margin-bottom: 1.5em;
}
div.callout:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
div.callout:after {
	border-color: rgba(237, 238, 242, 0);
	border-bottom-color: #edeef2;
	border-width: 40px;
	right: 60px;
	margin-left: -40px;
}
p.carat:after {
	display: inline-block;
	width: 8px;
	height: 1em;
	background: url('/images/template/carat-right-left-sprite.png') right center no-repeat;
	content: "";
	margin-left: 5px;
	position: relative;
	top: 2px;
}
blockquote {
	background-image: url('/images/template/blockquote-bg-sm.png');
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 34px;
}
img.right {
	float: right;
	margin: 0 0 1em 1em;
}
img.left {
	float: left;
	margin: 0 1em 1em 0;
}
img.headshot, p.fac_photo img {
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
figure.headshot {
	text-align: center;
	margin-bottom: 1.5em;
}
figure.headshot img {
	-moz-border-radius: 500px; /* big enough... */
	-webkit-border-radius: 500px; /* big enough... */
	border-radius: 500px; /* big enough... */
}
figure.headshot a {
	text-decoration: none;
}
figure.headshot a.mailto {
	text-decoration: underline;
}
figure.headshot a:hover {
	text-decoration: underline;
}
figure.headshot figcaption {
	/*color: #00a4e4;*/
}
figure.fac_photo {
	width: 100%;
	background: #fff;
	}
figure.right {
	float: right;
	margin: 0 0 1em 1em;
}
figure.circle-button {
	max-width: 128px;
	width: 100%;
	margin-bottom: 1.5em;
}
figure.circle-button .circle {
	display: inline-block;  
	width: 100%;  
	height: 100%;  
	-moz-border-radius: 100px;  
	-webkit-border-radius: 100px;  
	border-radius: 100px;  
	background: #024;  margin: 0 auto 0.5em;
}
figure.circle-button a {
	text-decoration: none;
	color: inherit;
}
figure.circle-button a:hover .circle {
	background: #136;
}
figure.circle-button a:hover .text {
	color: #136;
}
figure.circle-button .text {
	text-align: center;
	width: 100%;
	display: block;
	color: #024;
	font-family: 'AntonioRegular', sans-serif;
	font-size: 1.1em;
}
hr {
	border-bottom: 1px solid #ccc;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin: 1.5em 0;
}
@media only screen and (min-width: 550px) {
	blockquote {
		background-image: url('/images/template/blockquote-bg.png');
		padding-left: 57px;
	}
	figure.fac_photo {
		max-width: 50%;
		width: 330px;
		float: right;
		margin: 0 0 1em 1em;
	}
}
@media only screen and (min-width: 960px) {
	#main {
		float: left;
		width: 75%;
	}
	.program #main, .full #main {
		float: none;
		width: 100%;
	}
}

/**
 * Sidebar
 */
#sidebar {
	margin-top: 2em;
}
#sidebar h5 a {
	background: #848ca7;
	color: #fff;
	text-decoration: none;
	font: 1.5em/1.5em 'AntonioRegular', sans-serif;
	display: block;
	padding: 16px;
	text-transform: uppercase;
}
#sidebar h5 a:hover {
	text-decoration: underline;
}
#sidebar > ul {
	margin-top: 1em;
}
#sidebar > ul.sidebar > li.parent {
	background: url('/images/template/sidebar-nav-sprite.png?20150911') right -184px no-repeat;
	cursor: pointer;
}
#sidebar > ul.sidebar > li.parent:hover {
	background-position: right 16px;
}
#sidebar > ul.sidebar > li.parent.open {
	background-position: right -285px;
}
#sidebar > ul.sidebar > li.parent.open:hover {
	background-position: right -84px;
}
#sidebar ul.sidebar li {
	border-bottom: 1px solid #bfdbe6;
}
#sidebar > ul.sidebar ul > li:last-child {
	border-bottom: none;
}
#sidebar ul.sidebar li a {
	display: block;
	color: #884a1c;
	/*text-transform: uppercase;*/
	padding: 0.4em 0 0.4em 16px;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.1em;
}
#sidebar ul.sidebar li.parent > a {
	margin-right: 30px;
	border-right: 1px solid #d6e8ef;
}
#sidebar > ul.sidebar > li:first-child a {
	border-top: 0px;
}
#sidebar ul.sidebar li a:hover {
	color: #47220A;
}
#sidebar ul.sidebar ul {
	background: #ffffff;
	display: none;
}
#sidebar li.parent.open ul {
	display: block;
}
#sidebar ul.sidebar ul li {
	border-top: none;
}
#sidebar ul.sidebar ul li:first-child {
	border-top: 1px solid #bfdbe6;
}
#sidebar ul.sidebar ul li a {
	color: #a45a2a;
	font-size: 1em;
	line-height: 1.6em;
	font-weight: normal;
}

ul.social li {
	float: left;
	width: 49.5%;
	margin-left: 1%;
}
ul.social li:first-child {
	margin-left: 0;
}
ul.social li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 0.25rem;
	background: #848CA7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	transition: 150ms ease;
}
ul.social li.facebook a:hover {
	background: #3b5998;
}
ul.social li.twitter a:hover {
	background: #00aced;
}
ul.social li a span {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	background-image: url('/images/template/icons/social-share-icons.png');
	background-repeat: no-repeat;
	background-size: cover;
}
ul.social li.facebook a span {
	background-position: 0 0;
}
ul.social li.twitter a span {
	background-position: -117px 0;
}

body.full ul.social {
    list-style: none !important;
    margin: 1.5em 0 !important;
}
body.full ul.social a {
    background: #848ca7 !important;
}
body.full ul.social li.facebook a:hover {
	background: #3b5998 !important;
}
body.full ul.social li.twitter a:hover {
	background: #00aced !important;
}

@media only screen and (min-width: 960px) {
	#sidebar {
		margin-top: 0;
		float: right;
		width: 23.5%;
		position: relative;
		top: -33px;
	}
	#sidebar h5 a {
		background: url('/images/template/sidebar-top-level-bg.png') left center no-repeat;
		padding: 16px 16px 16px 27px;
	}
	#sidebar > ul {
		margin-left: 27px;
	}
	#sidebar > ul.sidebar > li > a {
		padding-left: 0;
	}
}

/** 
 * Footer
 */
footer {
	margin-top: 2em;
}
.home footer {
	border-top: 5px solid #848ca7;
	margin-top: 0;
}
#footer-top {
	background: #2d3e5a;
	color: #fff;
}
#footer-actions {
	padding: 2em 0 1em;
}
#footer-actions ul {
	text-align: center;
}
#footer-actions li {
	width: 49%;
	display: inline-block;
	margin-bottom: 1em;
}
#footer-actions li a {
	color: #fff;
	text-decoration: none;
}
#footer-actions li span.circle {
	display: inline-block;
	width: 95px;
	height: 95px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: #fff url('/images/template/action-icons.png');
	margin: 0 auto 0.5em;
}
#footer-actions li a:hover span.circle {
	/* box-shadow: 0px 0px 10px #def; */
	background-color: #bbddff;
}
#footer-actions li a:hover span.text {
	/* text-shadow: 0px 0px 10px #def; */
	color: #bbddff;
}
#footer-actions li.apply a:hover span.circle {
	/* box-shadow: 0px 0px 10px #d04425; */
	background-color: #c33e20;
}
#footer-actions li.apply a:hover span.text {
	/* text-shadow: 0px 0px 10px #f3b4a6; */
	color: #f1bcb0;
}
#footer-actions li a:active {
	top: 2px;
	position: relative;
}
#footer-actions li.contact span.circle {
	background-position: 0px center;
}
#footer-actions li.info span.circle {
	background-position: -95px center;
}
#footer-actions li.visit span.circle {
	background-position: -190px center;
}
#footer-actions li.apply span.circle {
	background-position: -285px center;
	background-color: #e75332;
}
#footer-actions li span.text {
	display: block;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
}
#footer-middle {
	background: url('/images/template/footer-search-overlay.png');
	padding: 0.5em 0;
}
#footer-social {
	text-align: center;
	margin-bottom: 1em;
}
#footer-social ul {
	margin-top: 4px;
}
#footer-social ul li {
	display: inline-block;
	text-indent: -999px;
	margin-left: 0.4em;
}
#footer-social ul li:first-child {
	margin-left: 0;
}
#footer-social ul li a {
	display: block;
	width: 31px;
	height: 30px;
	background: url('/images/template/social-media-icons.png') top left no-repeat;
}
#footer-social ul li.facebook a { background-position: 0px 0px }
#footer-social ul li.twitter a { background-position: -40px 0px }
#footer-social ul li.youtube a { background-position: -83px 0px }
#footer-social ul li.instagram a { background-position: -124px 0px }
#footer-search {
	text-align: center;
}
#footer-search a {
	color: #182f59;
}
#footer-search p {
	display: inline;
	font-size: 0.9em;
	position: relative;
}
#footer-search input[type="search"] {
	background: #ffffff;
	padding: 0.8em 2.5em 0.8em 1.2em;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	font-size: 1em;
	border: none;
	margin: 0;
	width: 250px;
	max-width: 100%;
	outline: none;
	-webkit-appearance: textfield;
}
#footer-search input[type="image"] {
	position: absolute;
	right: 12px;
	top: -1px;
	padding: 0;
}
#footer-bottom {
	background: #001641;
	color: #fff;
}
#footer-text {
	font: 1em/1.5em 'Crimson Text', Times, sans-serif;
	padding: 1em 0;
	font-style: italic;
}
#footer-logo {
	padding: 1em 0;
	text-align: center;
}
#footer-logo p.copyright {
	margin-top: 3em;
	font-size: 0.8em;
	color: #5f6a8b;
}
#footer-logo p a {
	color: #5f6a8b;
	text-decoration: none;
}
#footer-logo p a:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 500px) {
	#footer-social {
		float: left;
		width: 49%;
		text-align: left;
		margin-bottom: 0;
	}
	#footer-search {
		float: right;
		width: 49%;
		text-align: right;
	}
}
@media only screen and (min-width: 700px) {
	#footer-top {
		background: #2d3e5a url('/images/template/footer-top-bg.jpg') center top no-repeat;
		background-size: cover;
	}
	#footer-actions li {
		width: 20%;
	}
	#footer-text {
		float: right;
		text-align: right;
		width: 49%;
	}
	#footer-logo {
		float: left;
		width: 49%;
		text-align: left;
	}
}
@media only screen and (min-width: 1160px) {
	#footer-actions li {
		width: 15%;
	}
	#footer-text {
		width: 44%;
	}
}


/**
 * Grid Elements (and context-specific elements)
 */
.row {
	position: relative;
}
.half, .third, .fourth, .two-thirds, .three-fourths, .golden {
	width: 100%;
}
@media only screen and (max-width: 480px) {
	.mobile-half {
		float: left;
		margin-left: 4.166666%;
	}
	.mobile-half {
		width: 47.916666%;
	}
	.mobile-half:nth-child(odd) {
		margin-left: 0;
		clear: left;
	}
	img.full {
		width: 100%;
	}
	#main a.button {
		width: 100%;
		text-align: center;
	}
	.mobileshow { display: initial; }
	.mobilehide, .tabletshow { display: none; }
}
@media only screen and (min-width: 481px) and (max-width: 800px) {
	.tablet-half, .tablet-fourth, .tablet-third, .tablet-whole {
		float: left;
		margin-left: 2.604167%;
	}
	.tablet-half:nth-child(odd) {
		margin-left: 0;
		clear: left;
	}
	.tablet-half {
		width: 48.697917%;
	}
	.tablet-third {
		width: 31.597222%;
	}
	.tablet-fourth {
		width: 23.046875%;
	}
	.tablet-whole {
		width: 100%;
	}
	.tablet-fourth:first-child,
	.tablet-third:first-child,
	.tablet-whole {
		margin-left: 0;
	}
	.tabletshow { display: initial; }
	.tablethide, .mobileshow { display: none; }
}
@media only screen and (min-width: 801px) {
	.half, .third, .fourth, .two-thirds, .three-fourths, .golden {
		float: left;
		margin-left: 2.22222%;
	}
	.half:first-child, .third:first-child, .fourth:first-child, .two-thirds:first-child, .three-fourths:first-child, .golden:first-child {
		margin-left: 0em;
	}
	.half {
		width: 48.888889%;
	}
	.fourth {
		width: 23.333333%;
	}
	.three-fourths {
		width: 74.444444%;
	}
	.third {
		width: 31.851851%;
	}
	.two-thirds {
		width: 65.925925%;
	}
	.golden {
		width: 37.222222%;
	}
	.golden:first-child {
		width: 60.555555%;
	}
	.tabletshow, .mobileshow { display: none; }
}


/** 
 * Miscellaneous
 */

.botrplayer {
	margin: 0px auto 1.5em;
	height: 0px;
	padding-top: 56.25%;
	position: relative;
	width: 100% !important;
}
.botrplayer video, .botrplayer embed, .botrplayer object {
	width: 100%;
	position: absolute;
	top: 0px;
	height: 100%;
}
.jwplayer {
	max-width: 100% !important;
}
#main .jwplayer ul {
	margin: 0;
}
#main .jwplayer .jwfill {
	background-size: 100% !important;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	display: none;
}
#main .jwplayer .jwtitle {
	height: auto;
}
#main .jwplayer .jwplaylist * {
	font: 14px/1.5em 'Source Sans Pro', sans-serif !important;
}
#main .jwplayer .jwtitle strong {
	color: inherit;
	font-weight: bold !important;
}
.jw-skin-bekle .jw-playlist .jw-name {
	width: 24em;
}
.jw-skin-bekle .jw-playlist-container {
	left: -22.3%;
}
.youtube_container {
	width: 100%;
	padding-top: 57%;
	position: relative;
	margin-bottom: 1.5em;
}
.youtube_container iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
p.alpha_link_bar {
	font: 1.5em/1.5em 'Crimson Text', sans-serif;
}
div.highlight {
	background: #f0f6ff;
	padding: 1em;
}
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
	width: 100% !important;
}
@media only screen and (max-width: 800px) {
	div.bleed {
		margin-left: -1em;
		margin-right: -1em;
	}
}

/* Show/hide more */
p.showmore:after {
	display: inline-block;
	width: 8px;
	height: 1em;
	background: url('/images/template/carat-right-left-sprite.png') right center;
	content: "";
	margin-left: 5px;
	position: relative;
	top: 2px;
}
p.showmore.showless:after {
	display: none;
}
p.showmore.showless:before {
	display: inline-block;
	width: 8px;
	height: 1em;
	background: url('/images/template/carat-right-left-sprite.png') left center;
	content: "";
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.hidden {
	display: none;
}
.hidden.shown {
	display: block;
}
p.question:before {
	display: inline-block;
	width: 8px;
	height: 1em;
	background: url('/images/template/carat-right-left-sprite.png') right center;
	content: "";
	margin-right: 5px;
	position: relative;
	top: 2px;
}
p.question.active:before {
	background: url('/images/template/carat-right-left-sprite.png') left center;
}
p.question + .hidden {
	margin-left: 13px;
}

/* Pagination */
#main p.pagination {
	position: absolute;
	top: 0;
	right: 0;
	margin-bottom: 0;
	line-height: 3.5em;
}
#main p.pagination a, thead a.prev, thead a.next {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('/images/template/icons/paging_arrows.png?1');
}
#main p.pagination a.prev {
	background-position: -23px 0px;
}
#main p.pagination a.prev:hover {
	background-position: -23px -24px;
}
#main p.pagination a.prev.disabled {
	background-position: -23px -72px;
}
#main p.pagination a.next {
	background-position: -43px 0px;
}
#main p.pagination a.next:hover {
	background-position: -43px -24px;
}
#main p.pagination a.next.disabled {
	background-position: -43px -72px;
}
#main p.pagination a {
	text-decoration: none;
}
#main p.pagination a.disabled {
	cursor: default;
}

/* Major page in-page navigation */
#major-bar {
	border-bottom: 1px solid #d3d7de;
	margin-bottom: 1.5em;
	background: #ffffff;
	padding: 0;
}
#major-bar.fixed {
	position: fixed;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	top: 0;
	width: 100%;
	padding: 0 1em;
	z-index: 10;
	left: 0;
}
#major-bar ul {
	/*float: left;*/
	text-align: center;
	list-style: none;
	margin: 0;
}
#major-bar ul li {
	display: inline-block;
	/*margin-right: 1em;*/
}
#main #major-bar ul li a {
	/*font-family: 'AntonioRegular', sans-serif;
	text-transform: uppercase;*/
	font-size: 1.25em;
	line-height: 3em;
	text-decoration: none;
	padding: 0em 8px;
	background-image: none !important;
	display: block;
	position: relative;
	/*font-weight: lighter;*/
}
#main #major-bar ul li.active a {
	background: #00a4e4;
	color: #fff;
}
#main #major-bar ul li.active a:after {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	/* background: #00a4e4; */
	position: absolute;
	bottom: -8px;
	left: -13px;
	margin-left: 50%;
	border-left: 13px solid transparent;
	border-top: 9px solid #00a4e4;
	border-right: 13px solid transparent;
}
#major-bar div.actions {
	text-align: center;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
#major-bar div.actions p {
	margin: 0;
}
div.page_tabdiv {
	margin-bottom: 1.5em;
}
.accordionButton {
	cursor: pointer;
}
/*@media screen and (min-width: 801px) {
	#main #major-bar ul li a {
		padding: 0em 8px;
	}
	#major-bar ul {
		margin: 0 0 -1em 0;
	}
}*/
@media screen and (min-width: 960px) {
	#major-bar div.actions {
		float: right;
		margin-bottom: 0px;
	}
	#major-bar ul {
		float: left;
		/*margin: -1em 0;*/
	}
}
@media screen and (min-width: 1232px){
	#major-bar.fixed {
		padding: 0;
	}
	#major-bar.fixed #major-bar-inner {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
	}
}


/* Program search (academics/majors page) */
#programinput {
	position: relative;
}
#programsearch * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#programinput label {
	position: absolute;
	line-height: 2.5em;
	left: 2em;
	cursor: text;
	color: #999;
	font-size: 18px;
}
#programclear {
	position: absolute;
	top: 0;
	right: 8px;
	width: 1.5em;
	height: 2.6em;
}
#programclear.clear {
	background: url('/images/template/icons/cross-small-black.png') center no-repeat;
	cursor: pointer;
}
#programclear.search {
	background: url('/images/template/search-magnifying-glass.png?1') center no-repeat;
}
#programsearch #program {
	padding: 0.5em 2em;
	width: 100%;
	font-size: 18px;
	max-width: initial;
	margin: 0 0 1px;
	box-shadow: inset 0px 0px 5px #e0e0e0;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: none;
	background: #fff url('/images/template/icons/lightbulb.png') 13px center no-repeat;
}
#program::-ms-clear {
	display: none;
}
#programsearch #program:focus {
	border-color: #abc;
	box-shadow: inset 0px 0px 5px #def;
}
#programsearch {
	width: 100%;
	margin-bottom: 1em;
	position: relative;
}
#programsearch ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#programsearch #results {
	position: absolute;
	width: 100%;
	/* max-width: 330px; */
	background: #fff;
	z-index: 50;
	box-shadow: 0px 2px 3px #ccc;
	font-size: 1em;
}
#programsearch #results > ul {
	border: 1px solid #ccc;
	padding: 1px;
}
#programsearch #results li {
	line-height: 1.5em;
	padding: 0 0.3em;
	border: 1px solid transparent;
}
#programsearch #results li:hover {
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#programsearch #results li.active {
	background: #6d84b4;
	border: 1px solid #3b5998;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
}
#programsearch #results li a {
	color: inherit;
	text-decoration: none;
	display: block;
	padding-left: 29px;
}

/* Complete major listing (academics page)*/
#all-programs-tabs a {
	text-transform: uppercase;
	background: #848ca7 url('/images/template/program-tab-sprite.png') right -42px no-repeat;
	color: #fff;
	text-decoration: none;
	padding: 0.3em 2.5em 0.3em 1em;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
}
#all-programs-tabs p {
	margin: 0;
	text-align: center;
}
#all-programs-tabs a.active {
	background: #f2f3f6 url('/images/template/program-tab-sprite.png') right 13px no-repeat;
	color: #666;
	border-bottom: 5px solid #f2f3f6;
	margin-bottom: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#all-programs-tabs a:hover {
	color: #ffffff;
}
#all-programs-tabs a.active:hover {
	color: #666;
}
#all-programs-list ul,
#all-subjects ul {
	list-style: none;
	margin: 0;
}
#all-programs-list ul ul {
	margin-left: 1em;
}
#all-programs-list li,
#all-subjects li {
	text-indent: -0.5em;
	margin-left: 0.5em;
}
#all-programs-list, 
#all-subjects {
	font-size: 0.9em;
	padding: 1em;
	background: #f2f3f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f3f6 0%, #d8e4eb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f3f6), color-stop(100%,#d8e4eb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f3f6 0%,#d8e4eb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f3f6 0%,#d8e4eb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f3f6 0%,#d8e4eb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f3f6 0%,#d8e4eb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f6', endColorstr='#d8e4eb',GradientType=0 ); /* IE6-9 */
	color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#all-programs-list a,
#all-subjects a {
	color: #333;
	text-decoration: none;
}
#all-programs-list .bigletter {
	font-weight: bold;
}
#all-programs-list a:hover,
#all-subjects a:hover {
	color: #333;
	text-decoration: underline;
}
@media screen and (min-width: 500px) {
	#all-programs-tabs p {
		text-align: right;
		margin-right: 5px;
	}
	#all-programs-tabs p br {
		display: none;
	}
}

/* College & Schools listing (Academic page) */
#main #schools {
	list-style: none;
	margin-left: 0px;
	font: 1.3em/1em 'Crimson Text', serif;
	display: table;
	width: 100%;
}
#main #schools li {
	float: left;
	width: 50%;
	text-align: center;
	/* padding: 1em; */
	display: table;
	vertical-align: middle;
	height: 150px;
	margin-bottom: 1em;
}
#main #schools li a {
	color: #444;
	text-decoration: none;
	/* height: 100px; */
	vertical-align: middle;
	display: table-cell;
	padding: 0 0.5em;
	border: 1px solid transparent;
	border-left-color: #ccc;
}
#main #schools li:nth-child(odd) a {
	border-left: 1px solid transparent;
}
#main #schools li a:hover {
	border-color: #ccc !important;
	border-radius: 5px;
	box-shadow: 3px 3px 5px #ccc;
}
#main #schools li:hover + li a {
	border-left-color: transparent;
}
@media only screen and (min-width: 551px) {
	#main #schools li {
		width: 33%;
	}
	#main #schools li:nth-child(odd) a {
		border-left-color: #ccc;
	}
	#main #schools li:nth-child(1) a {
		border-left-color: transparent;
	}
	#main #schools li:nth-child(4) a {
		border-left-color: transparent;
	}
}
@media only screen and (min-width: 1160px) {
	#main #schools li {
		width: 16.66%;
	}
	#main #schools li:nth-child(odd) a {
		border-left-color: #ccc;
	}
	#main #schools li:nth-child(1) a {
		border-left-color: transparent;
	}
	#main #schools li:nth-child(4) a {
		border-left-color: #ccc;
	}
}

/* Course catalog/modal styles */
#main .row.course,
#courseModal .row.course {
	padding-bottom: 0px; 
	margin-bottom: 20px; 
	border-bottom: 1px dotted #bfbfbf;
}
#courseModal .row.course {
	margin-bottom: 0;
	border-bottom: none;
}
#courseModal .row.course .half {
	width: 100%;
	margin: 0;
}
/*#courseModal h2 {
	color: #33a3dc;
	background: none;
	margin-left: 0;
	text-indent: 0;
	line-height: inherit;
	min-height: inherit;
}*/
/*#main .row.course h2,
#courseModal .row.course h2 {
	margin-right: 65px;
}*/
/*#main .row.course h3,
#courseModal .row.course h3 {
	position: absolute; 
	padding: 3px 5px; 
	top: 0; 
	right: 0; 
	background: #f29e1f; 
	color: #fff; 
	text-shadow: 0px 1px 0px #c60; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.4em;
}*/
.row.course h2 span {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	line-height: 12px;
	background: #9a4912;
	color: #fff;
	padding: 2px 5px;
	border-radius: 3px;
	position: relative;
	bottom: 5px;
	display: inline-block;
	white-space: nowrap;
}
#main .row.course .option-bar,
#courseModal .row.course .option-bar {
	margin-bottom: 5px;
}
#courseModal .row.course table {
	
}
img.note_text {
	vertical-align: baseline;
}
@media only screen and (min-width: 1200px) {
	#courseModal .row.course .half {
		width: 49%;
		margin-left: 2%;
	}
	#courseModal .row.course .half:first-child {
		margin-left: 0;
	}
	#courseModal .row.course .option-bar:first-child {
		margin-top: 6px;
	}
}
@media only screen and (max-width: 375px) {
	#main .row.course .option-bar,
	#courseModal .row.course .option-bar {
		font-size: 0.85em;
	}
}

/* Major page stuff */
#main ul.page_tabs {
	list-style: none;
	background: #002244;
	margin: 0px 0px 1.5em 0px;
	padding: 10px 0;
}
#main ul.page_tabs li {
	float: left;
	margin-left: 10px;
}
#main ul.page_tabs li a {
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 8px;
	text-decoration: none;
}
#main ul.page_tabs li a.current {
	background: #00a4e4;
}
#main h3.accordionButton {
	cursor: pointer;
	border-bottom: 1px solid #D1DEEB;
	/*font-family: Arial, sans-serif;
	font-weight: bold;
	color: #2E2D2C;
	font-size: 1.6em;
	line-height: 1.6em;
	text-transform: none;*/
}

.course-outline {
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 1.5em;
}
.course-outline-nav ul li {
	float: left;
	width: 25%;
}
.course-outline-nav.two-years ul li {
	width: 50%;
}
.course-outline-nav ul {
	list-style: none !important;
	margin: 0 !important;
}
.course-outline-nav ul li a {
	text-align: center;
	background: #f6f6f6;
	display: block;
	color: #333 !important;
	text-decoration: none;
	font-size: 1.8em;
	font-family: 'Crimson Text', serif;
	border-left: 1px solid #fff;
	border-right: 1px solid #ddd;
	padding: 5px 0;
	border-top: 2px solid transparent;
}
.course-outline-nav ul li a:hover {
	border-top-color: #dddddd;
}
.course-outline-nav ul li:last-child a {
	border-right: 0px;
}
.course-outline-nav ul li:first-child a {
	border-left: 0px;
}
.course-outline-nav ul li a span {
	font-size: 0.6em;
	display: block;
	color: #505050;
}
.course-outline-nav ul li a.active {
	background: #fff;
	border-top-color: #00a4e4;
}
.course-outline-content {
	padding: 1em;
}
.course-outline-content ul {
	list-style: none !important;
	margin: 0 0 1em 0 !important;
}
li.course {
	margin: 0 0 0 16px;
	text-indent: -16px;
}
li.core:before {
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #00a4e4;
	border-radius: 3px;
	margin-right: 6px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
li.program:before {
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #002244;
	border-radius: 3px;
	margin-right: 6px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
li.elective:before {
	content: " ";
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 2px solid #ecb42a;
	border-radius: 3px;
	margin-right: 6px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.course-options-nav ul li {
	display: inline-block;
	/*float: left;*/
	margin: 0.25em 0;
}
.course-options-nav ul li a {
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	border: 1px solid #00a4e4;
	margin-left: 0.25em;
	border-radius: 6px;
	background: #fff;
}
.course-options-nav ul li:first-child a {
	margin-left: 0px;
}
.course-options-nav ul li a.current {
	background: #00a4e4;
	color: #ffffff !important;
}
.course-options-nav ul {
	border-radius: 5px;
	margin: 0 0 0.75em 0 !important;
	background: #d1deeb;
	text-align: center;
}
.course-legend ul {
	margin-bottom: 0 !important;
}
.course-legend ul li {
	float: left;
	margin-right: 8px;
}
.course-legend {
	border-top: 1px solid #f0f0f0;
	padding-top: 0.5em;
	margin-top: 0.5em;
}

/* Online course previews */
.coursepreview {
	padding: 0.5em;
	border: 1px solid #d1deeb;
	margin-bottom: 1em;
}
.coursepreview_info {
	background: #d1deeb;
	padding: 0.5em;
	margin: 0 -0.5em .5em;
}
.coursepreview_dates {
	float: left;
	padding: 0.3em 0;
}
.coursepreview_hours {
	float: right;
	background: #fff;
	border-radius: 20px;
	padding: 0.3em;
	border-top: 1px solid #9ea4aa;
	border-radius: 5px;
	text-shadow: 0px 1px 1px #eef3f8;
}

/* Course page */
#search_bar {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
	margin-top: -1.5em;
	background: #fff;
	width: 100%;
}
#search_bar > div:first-child {
	padding: 0.5em 0;
}
#search_bar p {
	margin: 0;
}
#filterdesc p {
	padding: 0.5em 0em;
}
#search_bar.fixed {
	margin-top: 0px;
	z-index: 10;
	position: fixed;
	top: 0px;
	left: 0;
	padding: 0 1em;
}
@media screen and (min-width: 1232px){
	#search_bar.fixed {
		padding: 0 1em;
	}
	#search_bar.fixed > div {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
	}
}


/* Kahuna/form stuff */
input.kf_error,
select.kf_error,
textarea.kf_error {
	border: 2px solid #900;
}
.kahuna_error {
	clear: both;
	display: block;
	font-size: 0.8em;
	color: #900;
}
input, select, textarea {
	max-width: 100%;
	padding: 2px;
	font-size: 1em;
	font-family: 'Source Sans Pro', sans-serif;
}
.formfield input[type="text"], .formfield input[type="email"], .formfield input[type="tel"], .formfield select, .formfield textarea {
	width: 100%;
	max-width: initial;
}
/*input[type="submit"] {
	font-size: 1em;
}*/
#kahuna p.formfield {
	margin-bottom: 0;
}
#kahuna div.alert {
	background: #ffd;
	margin: 0 0 1em 0;
	padding: 1em 1em 0 1em;
	border: 1px solid #ddb;
}
#kahuna div.alert p {
	line-height: 1.5em;
}
.error {
	background: #fff2f2;
	border: 1px solid #df0005;
	font-weight: bold;
	color: #df0005;
	margin-bottom: 1.5em;
	padding: 0.5em;
}
#kahuna .error p {
	color: #df0005;
	margin: 5px 0;
}
#kahuna .error ul { margin: 0px 0 0.5em 1.5em; }
#kahuna .error li { color: inherit; }

#quickcontact {
	width: 100%;
	height: 400px;
}

/* arrow cutout */
.arrow-cutout, .arrow {
	position: relative;
}
.arrow-cutout:before {
	content: '';
	width: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-right: 34px solid rgba(255,255,255,0);
	border-bottom: 20px solid #fff;
	z-index: 2;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}
.arrow-cutout:after {
	content: '';
	width: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	border-left: 34px solid rgba(255,255,255,0);
	border-bottom: 20px solid #fff;
	z-index: 2;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.arrow::after {
	content: "";
	width: 0px;
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -34px;
	border-top: 20px solid #ffffff;
	border-left: 34px solid rgba(255,255,255,0);
	border-right: 34px solid rgba(255,255,255,0);
}
.arrow.primary::after {
	border-top-color: #00b5ef;
	border-left-color: rgba(0,181,239,0);
	border-right-color: rgba(0,181,239,0);
}
.arrow.primary-dark::after {
	border-top-color: #001641;
	border-left-color: rgba(0,22,65,0);
	border-right-color: rgba(0,22,65,0);
}
.arrow.primary-light::after {
	border-top-color: #f0f6ff;
	border-left-color: rgba(240,246,255,0);
	border-right-color: rgba(240,246,255,0);
}
@media only screen and (min-width: 801px) {
	.arrow-cutout:before {
		border-right-width: 45px;
		border-bottom-width: 27px;
	}
	.arrow-cutout:after {
		border-left-width: 45px;
		border-bottom-width: 27px;
	}
	.arrow::after {
		bottom: -26px;
		margin-left: -45px;
		border-top-width: 27px;
		border-left-width: 45px;
		border-right-width: 45px;
	}
}


/* Carousel slider styles */
.success-icons {
	background: #f0f0f0;
	padding: 1em;
	border-radius: 4px;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin-bottom: 1.5em;
	overflow: hidden;
}
.success-icons img {
	width: 75px;
	height: auto;
}
.success-icons ul {
	list-style: none !important;
	margin: 0 !important;
	position: relative;
	-webkit-transition: ease 250ms;
	-moz-transition: ease 250ms;
	transition: ease 250ms;
	left: 0;
}
.success-icons ul li {
	float: left;
	margin: 0 0.5em;
}
.success-icons ul li:first-child {
	margin-left: 0;
}
.success-icons ul li a {
	padding: 4px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	border-bottom-color: #aaa;
	position: relative;
	-webkit-transition: ease 0.25s;
	-moz-transition: ease 0.25s;
	transition: ease 0.25s;
}
.success-icons ul li a:hover {
	background: #BBDDEB;
}
.success-icons ul li a.current, .success-icons ul li a.current:hover {
	background: #FDD42D;
}
.success-icons ul li a.video:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	margin: -4px;
	background: url('/images/template/icons/video-play-circle.png') center no-repeat;
	opacity: 0.5;
	background-size: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: ease 0.25s;
	-moz-transition: ease 0.25s;
	transition: ease 0.25s;
}
.success-icons ul li a.video:hover:before {
	opacity: 0.9;
}
.success-icons:before {
	content: "";
	border-bottom: 10px solid #fff;
	width: 0px;
	position: absolute;
	left: 50%;
	bottom: -1px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	z-index: 10;
	cursor: none;
	margin-left: -15px;
}
.success-icons:after {
	content: "";  
	border-bottom: 11px solid #ccc;
	width: 0px;
	position: absolute;
	left: 50%;
	bottom: -1px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;  
	z-index: 9;
	cursor: none;
	margin-left: -16px;
}
.success-carousel .icons-inner {
	width: 10000px; /*super huge*/
}
.success-content {
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5em;
}
.success-content-inner {
	width: 300%;
	position: relative;
	left: -100%;
}
.success-content-text {
	width: 33.3333%;
	float: left;
	left: 0;
	position: relative;
	height: 1px;
}
.success-content-text.anim-left {
	left: -33.3333%;
	transition: 250ms ease;
}
.success-content-text.anim-right {
	left: 33.3333%;
	-webkit-transition: 250ms ease;
	-moz-transition: 250ms ease;
	transition: 250ms ease;
}
.success-content-text.current,
.success-content-text.anim-left,
.success-content-text.anim-right {
	height: auto;
}
.success-story {
	max-width: 760px;
	margin: 0 auto;
}
.success-story.current {
	display: block;
}
figure.success-content-image {
	text-align: center;
}
figure.success-content-image img {
	height: auto;
}
figure.success-content-image figcaption {
	font-size: 0.8em;
	color: #aaa;
}
.success-content-nav {
	clear: both;
	max-width: 760px;
	margin: 0 auto;
}
/*.success-carousel a.nav-left, .success-carousel a.nav-right {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 7px;
	text-decoration: none;
	border: 1px solid #00a4e4;
	-webkit-transition: 250ms ease;
	-moztransition: 250ms ease;
	transition: 250ms ease;
}
.success-carousel a.nav-left:hover, .success-carousel a.nav-right:hover {
	background: #00a4e4;
	color: #fff !important;
}*/
.success-carousel a.nav-left.disabled, .success-carousel a.nav-right.disabled,
.success-carousel a.nav-left.disabled:hover, .success-carousel a.nav-right.disabled:hover {
	border:	1px solid #aaa;
	color: #aaa !important;
	background: none;
	cursor: default;
}
.success-carousel a.nav-left {
	float: left;
}
.success-carousel a.nav-right {
	float: right;
}

@media (min-width: 550px) {
	figure.success-content-image {
		float: right;
		margin: 0 0 1em 1em;
		width: 50%;
		max-width: 350px;
	}
}
@media (min-width: 801px) {
	.success-icons img {
		width: 100px;
	}
}
@media (min-width: 960px) {
	figure.success-content-image {
		float: right;
		margin: 0 -2em 1em 1em;
		width: auto;
	}
}


/* Home page stuff */
.home #main {
	float: none;
	width: 100%;
	margin-top: 0px;
}

.collage-primary {
	height: 62.5vw;
}
.collage-article {
	background-size: cover;
	background-position: center;
	background-origin: border-box;
	overflow: hidden;
}
.collage-primary .collage-article {
	height: 100%;
	position: relative;
}
.collage-secondary .collage-callout, 
.collage-secondary .collage-article {
	height: 40vw;
	position: relative;
}
.collage-article a {
	display: block;
	height: 100%;
}
.collage-article-heading {
	position: absolute;
	padding: 0% 5%;
	-webkit-transition: 250ms ease;
	-moz-transition: 250ms ease;
	transition: 250ms ease;
}
.collage-primary .collage-article-heading {
	bottom: 8%;
	font-size: 1.3em;
}
.collage-secondary .collage-article-heading {
	bottom: 10%;
	font-size: 1.3em;
}
.collage-article-heading p {
	margin-bottom: 0 !important;
	font-weight: lighter;
	color: #ffffff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
	line-height: 1.2em;
	margin-left: 1em;
	position: relative;
}
.collage-article-heading p::before {
	content: "\203A";
	width: 0.5em;
	font-size: 2em;
	line-height: 0.475em;
	position: absolute;
	left: -0.5em;
}
.collage-overlay {
	position: absolute;
	height: 50%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
	background-repeat: no-repeat;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transition: 250ms ease;
	-moz-transition: 250ms ease;
	transition: 250ms ease;
}
.collage-article.collage-overlay {
	bottom: -1px;
}
.collage-block a:hover .collage-overlay {
	opacity: 0.85;
}
a:hover .collage-article-heading {
	margin-bottom: 0.2em;
}
.collage-article.why-choose-bju {
	background-image: url('/images/banners/new/why-choose-bju.jpg');
}
.collage-article.financial-aid {
	background-image: url('/images/banners/new/financial-aid.jpg');
}
.collage-block {
	width: 50%;
	float: left;
	height: 100%;
	text-align: center;
	font-weight: lighter;
	position: relative;
	overflow: hidden;
}
.collage-block p {
	margin: -.75em 0 0 0 !important;
	position: absolute;
	line-height: 1.5em;
	width: 100%;
	top: 50%;
}
.collage-block a {
	height: 100%;
	width: 100%;
	display: block;
	padding: 1.5em 0;
	text-decoration: none;
	color: #ffffff !important;
}
.collage-block .collage-overlay, 
.collage-block .collage-overlay {
	height: 100%;
}
.collage-block.request-info .collage-overlay {
	background: rgba(0, 20, 65, 0.85);
}
.collage-block.visit-bju .collage-overlay {
	background: rgba(0, 164, 228, 0.75);
}

@media (min-width: 400px) {
	.collage-primary .collage-article-heading {
		font-size: 1.8em;
	}
	.collage-secondary .collage-article-heading {
		font-size: 1.8em;
	}
	.collage-callout-text {
		font-size: 1.5em;
	}
}

@media (min-width: 500px) {
	.collage-primary .collage-article-heading {
		font-size: 2.5em;
		padding: 0% 5%;
	}
	.collage-primary {
		height: 60vw;
	}
	.collage-secondary-top {
		float: left;
		width: 67%;
	}
	.collage-secondary-bottom {
		float: right;
		width: 33%;
	}
	.collage-secondary .collage-callout, 
	.collage-secondary .collage-article,
	.collage-secondary .collage-blocks {
		height: 27vw;
		position: relative;
	}
	.collage-block {
		float: none;
		width: 100%;
		font-size: 1.3em;
	}
	.collage-block.request-info {
		background: url('/images/banners/new/request-info.jpg') center;
		background-size: cover;
	}
	.collage-block.visit-bju {
		background: url('/images/banners/new/visit.jpg') center;
		background-size: cover;
	}
}
@media (min-width: 650px) {
	.collage-primary .collage-article-heading {
		font-size: 3.0em;
	}
	.collage-secondary .collage-article-heading {
		font-size: 1.7em;
	}
	.collage-callout-text {
		font-size: 1.7em;
	}
	.collage-primary {
		height: 55vw;
	}
}
@media (min-width: 800px) {
	.collage-primary .collage-article-heading {
		padding: 0% 5%;
	}
	.collage-callout-text {
		font-size: 1.3em;
	}
	#collage {
		height: 54vw;
		max-height: 72vh;
		min-height: 450px;
	}
	.collage-primary {
		float: left;
		width: 64%;
		height: 100%;
	}
	.collage-secondary {
		float: right;
		height: 100%;
		background: #ddd;
		width: 36%;
	}
	.collage-secondary-piece {
		width: 100%;
		height: 33.3333%;
	}
	.collage-secondary-top {
		float: none;
		width: 100%;
		height: 67%;
	}
	.collage-secondary-bottom {
		float: none;
		width: 100%;
		height: 33%;
	}
	.collage-secondary-top .collage-article,
	.collage-secondary-top .collage-blocks, 
	.collage-secondary-top .collage-callout {
		height: 50%;
	}
	.collage-secondary-bottom .collage-article,
	.collage-secondary-bottom .collage-blocks, 
	.collage-secondary-bottom .collage-callout {
		height: 100%;
	}
	.collage-block {
		width: 50%;
		float: left;
	}
}
@media (min-width: 1000px) {
	.collage-primary .collage-article-heading {
		font-size: 3.5em;
	}
	.collage-secondary .collage-article-heading {
		font-size: 2.0em;
	}
	.collage-callout-text {
		font-size: 1.5em;
	}
	.collage-block {
		font-size: 1.5em;
	}
}

.home #intro {
	padding-top: 2em;
	padding-bottom: 2em;
	position: relative;
	z-index: 3;
}
#intro:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#intro:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 34px;
	left: 50%;
	margin-left: -34px;
	border-top-width: 20px;
}
.home #intro p {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto 1.5em auto;
	color: #5f6a8b;
	font: 1.25em/1.5em 'Crimson Text', serif;
}
.home #intro #tagline {
	font: 1.5em/1.5em 'Crimson Text', serif;
	text-transform: uppercase;
	border-bottom: 1px solid #909bb0;
	margin-bottom: .6em;
	color: #182f59;
}
.home #newsfeed {
	background: #ffffff;
	padding: 4.5em 0 2em 0;
	position: relative;
}
.home #newsfeed:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 34px;
	left: 50%;
	margin-left: -34px;
	border-top-width: 20px;
}

.card {
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 1.5em;
	max-width: 400px;
	width: 90%;
    margin: 0 5% 1.5em 5%;
    float: left;
    background: #eee;
	border-bottom: 4px solid #999;
}
@media (min-width: 400px) {
	.card {
	    width: 80%;
	    margin: 0 10% 1.5em 10%;
	}
}
@media (min-width: 550px) {
	.card {
	    width: 45%;
	    margin: 0 2.5% 1.5em 2.5%;
	}
}
@media (min-width: 960px) {
	.card {
	    width: 30.3%;
	    margin: 0 1.5% 1.5em 1.5%;
	}
}

.card a {
    display: block;
    text-decoration: none;
    padding: 0px !important;
    background: none !important;
}
.card .card-content {
	padding: 0.75em 1em;
	position: relative;
	color: #777;
}
.card-content::before {
	content: "";
	display: block;
	height: 18px;
	float: right;
	width: 44px;
}
.card-content:first-child::before {
    height: 48px;
}
.card .card-content p {
	margin-bottom: 0 !important;
}
.card .card-content-title {
	font-weight: bold;
	font-size: 1.2em;
}

.card.facebook {
	border-bottom-color: #3b5998;
}
.card.twitter {
	border-bottom-color: #00aced;
}
.card.instagram {
	border-bottom-color: #125688;
}
.card.youtube {
	border-bottom-color: #bb0000;
}
.card.youtube .card-feature {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}
.card.youtube .card-feature img {
    position: absolute;
    top: -16.5%;
}
.card.flickr {
	border-bottom-color: #0063dc;
}
.card p.card-content-title {
	color: #444444;
}
.card .card-content-action {
	position: absolute;
	top: -22px;
	right: 10px;
	width: 44px;
	height: 44px;
	background: #ffffff;
	border-radius: 100%;
	box-shadow: -1px 1px 3px rgba(0,0,0,0.4);
	transition: 150ms ease;
}
.card-content:first-child .card-content-action {
    top: 10px;
}
.card:hover .card-content-action {
    top: -24px;
    box-shadow: -1px 3px 3px rgba(0,0,0,0.4);
}
.card:active .card-content-action {
	top: -22px;
	box-shadow: -1px 1px 3px rgba(0,0,0,0.4);
}
.card:hover .card-content:first-child .card-content-action {
    top: 8px;
    box-shadow: -1px 3px 3px rgba(0,0,0,0.4);
}
.card:active .card-content:first-child .card-content-action {
    top: 10px;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.4);
}
.card .card-context {
	font-size: 0.8em;
}
.card .card-info-date {
	float: right;
}
.card .card-info-source {
	float: left;
}
.card-info-source::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('/images/template/icons/card-icons.png');
    position: relative;
    top: 3px;
    margin-right: 4px;
}
.twitter .card-info-source::before {
    background-position: 0px -32px;
}
.facebook .card-info-source::before {
    background-position: -16px -32px;
}
.youtube .card-info-source::before {
    background-position: -32px -32px;
}
.instagram .card-info-source::before {
    background-position: -48px -32px;
}
.flickr .card-info-source::before {
    background-position: -64px -32px;
}
.news .card-info-source::before,
.bju .card-info-source::before,
.collegian .card-info-source::before,
.blog .card-info-source::before {
    background-position: -80px -32px;
}
.card-content-action::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url('/images/template/icons/card-icons.png');
    position: relative;
    top: 6px;
    left: 6px;
}
.link .card-content-action::before {
	background-position: 0px 0px;
}
.image .card-content-action::before, 
.photo .card-content-action::before,
.album .card-content-action::before {
	background-position: -32px 0px;
}
.video .card-content-action::before {
	background-position: -64px 0px;
}


.home #news-events {
	background: #f1f6f9;
	padding: 2em 0;
	position: relative;
}
.home #news-events:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(241,246,249, 0);
	border-top-color: #f1f6f9;
	border-width: 34px;
	left: 50%;
	margin-left: -34px;
	border-top-width: 20px;
}
.home #main h2 {
	color: #8291a6;
	border-bottom: none;
	font: 2.3em/1.5em 'Crimson Text', serif;
}
#news-events article img {
	width: 40%;
	float: left;
	margin: 0 1em 1em 0;
}
#news-events article h3 {
	font: 1em/1.3em 'Source Sans Pro', sans-serif;
	text-transform: none;
	margin: 0 0 0.2em 0;
	color: #00a4e4;
	text-decoration: none;
}
#news-events article h3:hover {
	text-decoration: underline;
}
#news-events article p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
#news-events h2 + article img {
	float: none;
	width: 100%;
	margin-bottom: 1.5em;
}
#news-events article {
	border-top: 1px solid #d7dadc;
	padding-top: 1em;
}
#news-events h2 + article  {
	padding-top: 0;
	border-top: 0;
}
#news-events h2 + article h3 {
	font-size: 1.7em;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}
#news-events h2 + article p {
	font: 1.25em/1.5em 'Crimson Text', serif;
	color: #5f6a8a;
}
#news-events p.more-news {
	text-align: center;
}
.home #events {
	background: #e4eef3;
	padding: 3em 0 2em;
}
#events .day {
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 1em;
	overflow: hidden;
	position: relative;
}
#events .date-info {
	padding: 0.7em 0.5em 0.5em;
	position: absolute;
}
#events .date-info a.blocklink {
	display: inline-block;
}
#events .event-info {
	line-height: 1.5em;
	border-left: 95px solid #1d2d58;
	min-height: 75px;
	padding: 7px 10px;
}
#events span.weekday {
	font: 1em/0.8em 'Source Sans Pro', sans-serif;
	color: #38a2e2;
	text-transform: uppercase;
	position: absolute;
	top: 3px;
}
#events span.month {
	font: 1.4em/1em 'AntonioRegular', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	margin-right: 5px;
}
#events span.date {
	font: 3em/1em 'AntonioRegular', sans-serif;
	color: #ffffff;
	margin-top: 5px;
}
#events .event-info p, 
#events .date-info p { 
	margin-bottom: 0;
	position: relative;
	line-height: 1.3em;
}
#events p.more-events{
	text-align: center;
	margin-bottom: 0;
}
.home #study {
	background: #002244;
	padding: 2em 0;
	position: relative;
	z-index: 2;
}
#study:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#study:after {
	border-color: rgba(0, 34, 68, 0);
	border-top-color: #002244;
	border-width: 34px;
	left: 50%;
	margin-left: -34px;
	border-top-width: 20px;
}
.home #study h2 {
	color: #ffffff;
	text-align: center;
}
.home #study p {
	margin: -10px 0px 0px;
	text-align: right;
}
.home #breaking {
	background: #fff;
	padding: 1em 0;
}
.home #breaking p.big {
	text-align: center;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #182d58;
	margin: 0;
}
.home #breaking a.button {
	background: #efefef;
	color: #002244;
	font-size: 1.1em;
}
.home #infographics {
	padding: 4.5em 0 3em 0;
	background: #E4EEF3;
	position: relative;
	z-index: 1;
}
.home #infographics:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.home #infographics:after {
	border-color: rgba(228, 238, 243, 0);
    border-top-color: #E4EEF3;
	border-width: 34px;
	left: 50%;
	margin-left: -34px;
	border-top-width: 20px;
}
.home #infographics h2 {
	text-align: center;
	margin-bottom: .5em;
}
.infographics-inner {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 1em;
}
.infographics-slider {
	width: 800%;
	position: relative;
	left: 0%;
	-webkit-transition: 300ms ease;
	-moz-transition: 300ms ease;
	transition: 300ms ease;
}
.infographics-slider > div {
	width: 12.5%;
	padding: 0 1em;
	margin: 0;
	float: left;
}

figure.infographic {
	max-width: 230px;
	margin: 0 auto;
	text-align: center;
	font-family: 'Crimson Text', serif;
}
figure.infographic a {
	color:  inherit;
	text-decoration: none;
	display: block;
}
#infographics figure.infographic a > p {
	margin: 0;
	font-size: 4em;
	line-height: 1.25em;
	font-family: 'AntonioRegular', sans-serif;
}
figure.infographic figcaption {
	color: #5f6a8b;
	font-size: 1.2em;
}
figure.infographic figcaption span.stat {
	font-size: 2.3em;
	font-weight: bold;
}
figure.infographic figcaption p::after {
    content: "\203a";
    margin-left: 0.5em;
}
.home a.nav-left, .home a.nav-right {
	width: 50px;
	height: 100%;
	position: absolute;
	background-image: url('/images/template/big-arrow-nav-sprite.png');
	background-repeat: no-repeat;
	-webkit-transition: 100ms ease;
	-moz-transition: 100ms ease;
	transition: 100ms ease;
	opacity: 0;
	top: 0;
	z-index: 10;
}
.home #infographics:hover a.nav-left, .home #infographics:hover a.nav-right,
.home #home-hero:hover a.nav-left, .home #home-hero:hover a.nav-right,
.home.touch #media a.nav-left, .home.touch #media a.nav-right,
.home.touch #infographics a.nav-left, .home.touch #infographics a.nav-right,
.home.touch #home-hero a.nav-left, .home.touch #home-hero a.nav-right {
	opacity: 0.5;
}
.home a.nav-left {
	left: 0;
	background-position: 5px center;
}
.home a.nav-right {
	right: 0;
	background-position: -55px center;
}
.home a.nav-left:hover, .home a.nav-right:hover {
	/*background-color: rgba(255,255,255,0.2);*/
	opacity: 1 !important;
}
.home a.nav-left:active, .home a.nav-right:active {
	/*background-position-y: 53%; */
	margin-top: 2px;
}
.no-js.home a.nav-left, .no-js.home a.nav-right {
	display: none;
}

@media only screen and (min-width: 400px) {
	article.newsfeed {
		width: 80%;
		margin: 0 10% 1.5em 10%;
	}
	#home-hero p.title {
		font-size: 1.5em;
	}
	.home #intro #tagline {
		font: 1.75em/1.75em 'Crimson Text', serif;
	}
}
@media only screen and (min-width: 550px) {
	#home-hero {
		padding-top: 48.5%;
	}
	#home-hero p.title {
		font-size: 1.8em;
	}
	article.newsfeed {
		width: 41.8%;
		margin: 0 4.1% 1.5em 4.1%;
	}
	#news-events h2 + article img {
		float: left;
		width: 50%;
	}
	#news-events article img {
		width: 35%;
	}
	.home #study {
		padding: 2em 0;
	}
	.infographics-slider {
		width: 400%;
	}
	.home #media-inner {
		width: 400%;
	}
}
@media only screen and (min-width: 700px) {
	#home-hero p.title {
		font-size: 2.0em;
		margin-bottom: 0;
	}
	#home-hero p.excerpt {
		display: block;
	}
	#news-events h2 + article {
		float: left;
		width: 45.5%;
	}
	#news-events .extra-news {
		float: right;
		width: 48.5%;
		clear: right;
		position: relative;
		/*top: -50px;
		margin-bottom: -50px;*/
	}
	#news-events h2 + article img {
		width: 100%;
	}
	#news-events div article:first-child {
		padding-top: 0px;
		border-top: 0px;
	}
	#news-events p.more-news {
		clear: both;
	}
}
@media only screen and (min-width: 801px) {
	
	.hero-overlay {
		width: 55%;
		text-align: left;
		padding: 0 0 0 3em;
		max-width: 450px;
		bottom: inherit;
		top: 8%;
		background: none;
	}
	#home-hero p.title {
		/*border-top: 1px solid #fff;*/
		font-size: 2.2em;
	}
	#home-hero p.title a {
		text-decoration: none;
	}
	/*#home-hero p.excerpt {
		border-bottom: 1px solid #fff;
	}*/
	#home-hero p.read-more {
		display: block;
		/*text-align: right;*/
	}
	.slide.right .hero-overlay {
		right: 0;
		left: inherit;
		padding: 0 3em 0 0;
	}
	#home-hero article.right p.read-more {
		text-align: left;
	}
	.home #intro {
		padding-top: 2.5em;
		padding-bottom: 2.5em;
	}
	#intro:after {
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	#intro:after {
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #ffffff;
		border-width: 45px;
		left: 50%;
		margin-left: -45px;
		border-top-width: 27px;
	}
	.home #infographics:after {
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.home #infographics:after {
		border-color: rgba(228, 238, 243, 0);
    	border-top-color: #E4EEF3;
		border-width: 45px;
		left: 50%;
		margin-left: -45px;
		border-top-width: 27px;
	}
	.infographics-slider {
		width: 200%;
	}
	.home #study {
		background: #002244 url('/images/template/study-stripes.png') center top no-repeat;
		/*background-size: cover;*/
		padding: 4.5em 0 4em;
	}
	.home #study h2 {
		text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	}
	#study:after {
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	#study:after {
		border-color: rgba(0, 34, 68, 0);
		border-top-color: #002244;
		border-width: 45px;
		left: 50%;
		margin-left: -45px;
		border-top-width: 27px;
	}
	.home #news-events:after {
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(241,246,249, 0);
		border-top-color: #f1f6f9;
		border-width: 45px;
		left: 50%;
		margin-left: -45px;
		border-top-width: 27px;
	}
	.home #news-events {
		padding: 3em 0;
	}
	.home #news {
		float: left;
		width: 66%;
	}
	.home #newsfeed {
		padding: 4.5em 0 2em;
	}

	.home #newsfeed:after {
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #ffffff;
		border-width: 45px;
		left: 50%;
		margin-left: -45px;
		border-top-width: 27px;
	}
	.home #events {
		padding: 4em 0 2em;
	}
	.home #media-inner {
		width: 200%;
	}
}
@media only screen and (min-width: 960px) {
	#home-hero p.title {
		font-size: 2.5em;
	}
	article.newsfeed {
		width: 26.7%;
		margin: 0 3.3% 1.5em 3.3%;
	}
	.hero-overlay {
		top: 35%;
	}
	
}
@media only screen and (min-width: 1160px) {
	#news-events h2 + article {
		width: 39.2%;
		float: left;
	}
	#news-events .extra-news {
		width: 53%;
	}
	#news-events article img {
		width: 40%;
	}
	.home #news {
		width: 68%;
	}
}
@media only screen and (min-width: 1350px) {
	.hero-overlay {
		padding-left: 0;
	}
}