@-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; }
sup { font-size: 0.7em; vertical-align: text-top; line-height: 1em; }
small { font-size: 0.8em; }
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;
}

/****************
* 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: 18px/1.5em 'Source Sans Pro', sans-serif;
	color: #444;
}
#skiptocontent {
	position: absolute;
	left: -10000px;
}
@media only screen and (min-width: 1236px) {
	.page-width {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 1235px) {
	.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: 1236px) {
	#site-alert-close {
		right: 0;
	}
}



/**
 * Navigation
 */
.nav-search input.search {
	width: 100%;
	height: 100%;
	border: 0;
	font-size: 1.5em;
	padding: 0.5rem 0.75rem;
	font-family: 'Source Sans Pro', sans-serif;
	box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5);
	border-radius: 2px;
	-webkit-appearance: none;
}

@media (max-width: 759px) {
	#navigation {
		position: relative;
	}
	#navigation.open {
		position: absolute;
		height: 100%;
		width: 100%;
	}
	.nav-logo {
		height: 80px;
	}
	.nav-logo img {
		height: 80px;
		padding: 0.75em 0.75em 0.75em 0.25em;
	}
	.nav-icon {
		position: absolute;
		top: 0;
		right: 0;
		width: 80px;
		height: 80px;
		text-align: center;
	}
	.open .nav-icon {
		background: #00b5ef;
	}
	.nav-icon button {
		border: 0;
		background: #00b5ef;
		display: inline-block;
		width: 100%;
		height: 100%;
		position: relative;
		padding: 0;
	}
	.nav-icon button span {
		display: inline-block;
		width: 50%;
		height: 4px;
		background: #ffffff;
		border-radius: 2px;
		position: absolute;
		top: -2px;
		left: 25%;
		margin-top: 50%;
	}
	.nav-icon button span::before,
	.nav-icon button span::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		background: #ffffff;
		border-radius: 2px;
		top: 0;
		transition: 250ms ease;
	}
	.nav-icon button span::before {
		transform: translateY(-15px);
	}
	.nav-icon button span::after {
		transform: translateY(15px);
	}
	.open .nav-icon button span::before {
		transform: translateY(0px) rotate(45deg);
		background: #ffffff;
	}
	.open .nav-icon button span::after {
		transform: translateY(0px) rotate(-45deg);
		background: #ffffff;
	}
	.open .nav-icon button span {
		background: none;
	}

	.nav-menus {
		position: absolute;
		min-height: calc(100% - 80px);
		width: 100%;
		background: #00b5ef;
		z-index: 0;
		top: 80px;
		visibility: hidden;
		opacity: 0;
		transition: 150ms ease;
	}
	.open .nav-menus {
		z-index: 1;
		visibility: visible;
		opacity: 1;
	}
	.open + #wrapper {
		display: none;
	}
	.nav-main {
		position: relative;
		width: 100%;
	}
	.nav-main .dropdown {
		display: none;
		background: white;
	}
	.nav-main li.open .dropdown {
		display: block;
	}
	.nav-main .dropdown li {
		border-top: 1px solid #eee;
	}
	.nav-main .dropdown li:first-child {
		border-top: none;
	}
	.nav-main .dropdown a {
		color: #001441;
		text-decoration: none;
		display: block;
		padding: 0.5em 1rem;
	}
	.nav-main .dropdown a:hover {
		color: #00b5ef;
	}
	.nav-main > ul > li > a {
		display: block;
		color: #ffffff;
		text-decoration: none;
		font-size: 1.5em;
		line-height: 48px;
		padding: 0 1rem;
		font-weight: 600;
	}
	.nav-main > ul > li.haschildren > a {
		width: calc(100% - 70px);
		border-right: 1px solid rgba(255,255,255,0.25);
	}
	.nav-main > ul > li {
		border-bottom: 1px solid rgba(255,255,255,0.25);
		position: relative;
	}
	.nav-main > ul > li:first-child {
		border-top: 1px solid rgba(255,255,255,0.25);
	}
	.nav-main > ul > li.search {
		display: none;
	}

	.nav-main .subnavtoggle {
		width: 70px;
		height: 48px;
		position: absolute;
		right: 0;
		top: 0;
		text-align: center;
		-webkit-transition: 150ms ease;
		-moz-transition: 150ms ease;
		transition: 150ms ease;
	}
	.nav-main li.open .subnavtoggle {
		transform: rotateX(180deg);
	}
	.nav-main .subnavtoggle svg {
		width: 40%;
		height: 100%;
		vertical-align: middle;
		fill: #ffffff;
	}
	.nav-main .subnavtoggle a {
		display: block;
		height: 100%;
	}

	.nav-secondary ul li {
		float: left;
		width: 33.33%;
		border-left: 1px solid rgba(255,255,255,0.25);
		border-bottom: 1px solid rgba(255,255,255,0.25);
	}
	.nav-secondary ul.nav-secondary-audiences li {
		width: 25%;
	}
	.nav-secondary ul li:first-child {
		border-left: 0;
	}
	.nav-secondary ul li a {
		display: block;
		text-align: center;
		font-size: 0.9em;
		font-weight: 300;
		text-decoration: none;
		color: rgb(255, 255, 255);
		padding: 0.5em 0;
	}
	.nav-secondary {
		background: #00a5da;
	}
	/*.nav-secondary ul {
		border-bottom: 1px solid rgba(255,255,255,0.25);
	}*/
	.nav-secondary ul::after {content: "";clear: both;display: block;}
	.nav-search {
		padding: 0.25rem;
	}
	.nav-search ul {
		display: none;
	}
}
@media (min-width: 760px) {
	#navigation {
		box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
		width: 100%;
		background: #fff;
		top: 0;
		position: relative;
		z-index: 100;
	}

	.nav-logo {
		position: relative;
		top: 0;
		width: 275px;
		height: 100px;
		text-align: center;
		background: #ffffff;
		margin: 0 auto;
		z-index: 1;
	}
	.nav-logo a{
		display: block;
		height: 100%;
		padding: 1em 2em 1em 1em;
	}
	.nav-logo img {
		max-height: 100%;
		vertical-align: middle;
	}
	.nav-icon,
	.nav-main .subnavtoggle {
		display: none;
	}

	.nav-main {
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 65px;
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00c1ff', endColorstr='#00b5ef');/*IE9*/
		background: linear-gradient(#00c1ff,#00b5ef);
		perspective: 1000px;
	}
	.nav-main > ul > li {
		float: left;
		position: relative;
		border-right: 1px solid rgba(255,255,255,0.25);
	}
	.nav-main > ul > li > a {
		display: block;
		line-height: 65px;
		padding: 0 .75em;
		text-align: center;
		color: #ffffff;
		text-decoration: none;
		font-size: 1.0em;
	}
	.nav-main > ul > li:hover > a {
		background-color: #00C1FF;
	}
	.nav-main li.admission {width: 21%;}
	.nav-main li.academics {width: 16%;}
	.nav-main li.life	  {width: 17%;}
	.nav-main li.about	 {width: 12%;}
	.nav-main li.events	{width: 13%;}
	.nav-main li.athletics {width: 13%;}
	.nav-main li.search	{width: 8%;border-right: 0;}

	.nav-main li.search svg {
		fill: #fff;
		width: 1.1em;
		height: 1.1em;
		display: inline-block;
		vertical-align: text-bottom;
	}
	.nav-search + ul li.search svg.close ,
	.nav-search.open + ul li.search svg.magnifying-glass {
		display: none;
	}
	.nav-search.open + ul li.search svg.close {
		display: inline;
	}
	.nav-main .dropdown {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		width: 14em;
		left: 50%;
		margin-left: -7em;
		-webkit-transition: 100ms ease;
		-moz-transition: 100ms ease;
		transition: 100ms ease;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
		z-index: 1000;
		transform: translateZ(0);
		background: #FFFFFF;
	}
	.nav-main > ul > li:first-child .dropdown {
		left: 0;
		margin-left: 0;
	}
	.nav-main > ul > li:hover .dropdown,
	.nav-main > ul > li.touched .dropdown {
		visibility: visible;
		opacity: 1.0;
	}
	.nav-main .dropdown li {
		border-top: 1px solid #eee;
	}
	.nav-main .dropdown li:first-child {
		border-top: none;
	}
	.nav-main .dropdown a {
		color: #001441;
		text-decoration: none;
		display: block;
		padding: 0.5em 1.2em;
	}
	.nav-main .dropdown a:hover {
		color: #00b5ef;
	}
	.nav-main > ul > li.haschildren::after {
		content: "";
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -12px;
		border-bottom: 9px solid #fff;
		border-left: 12px solid rgba(255,255,255,0);
		border-right: 12px solid rgba(255,255,255,0);
		z-index: 1001;
		-webkit-transition: 100ms ease;
		-moz-transition: 100ms ease;
		transition: 100ms ease;
		opacity: 0;
		visibility: hidden;
	}
	.nav-main > ul > li.haschildren:hover::after,
	.nav-main > ul > li.haschildren.touched::after {
		visibility: visible;
		opacity: 1;
	}

	.nav-secondary {
		position: absolute;
		top: 0;
		right: 0;
		height: 40px;
		width: 100%;
	}
	.nav-secondary ul {
		text-align: left;
		float: left;
		margin-left: 1rem;
	}
	.nav-secondary ul + ul {
		text-align: right;
		float: right;
		margin-left: 0;
		margin-right: 1rem;
	}
	.nav-secondary ul li {
		display: inline-block;
	}
	.nav-secondary ul li a {
		display: block;
		color: #00b5ef;
		font-size: 0.7em;
		font-weight: lighter;
		text-decoration: none;
		line-height: 40px;
		padding: 0 0.5em;
	}
	.nav-secondary ul li a:hover {
		background: #f0f6fc;
	}

	.nav-search {
		width: 92%;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 65px;
		background: #001441;
		z-index: 1;
		transform: rotateX(-45deg);
		transition: 150ms ease;
		opacity: 0;
		visibility: hidden;
		backface-visibility: hidden;
	}
	.nav-search.open {
		transform: rotateX(0deg);
		opacity: 1;
		visibility: visible;
	}
	.nav-search::after {
		content: "";
		position: absolute;
		right: -7px;
		top: 50%;
		border-left: 8px solid #001441;
		border-top: 10px solid rgba(0, 20, 65, 0);
		border-bottom: 10px solid rgba(0, 20, 65, 0);
		margin-top: -10px;
	}
	.nav-search form {
		float: right;
		width: 75%;
		height: 100%;
		padding: 0.5rem;
	}
	.nav-search ul {
		float: left;
		width: 25%;
	}
	.nav-search ul li a {
		display: block;
		line-height: 65px;
		color: rgba(255,255,255,0.75);
		text-align: center;
		text-decoration: none;
		font-weight: lighter;
		border-right: 1px solid rgba(255,255,255,0.25);
	}
	.nav-search ul li a:hover {
		color: #fff;
		background: rgba(255,255,255,0.1);
	}
	.nav-search ul li {
		float: left;
		width: 50%;
	}

}
@media (min-width: 820px) {
	.nav-secondary ul li a {
		font-size: 0.8em;
	}
}
@media (min-width: 960px) {
	.nav-main > ul > li > a {
		font-size: 1.1em;
	}
	.nav-search ul li a {
		font-size: 1.1em;
	}
	.nav-secondary ul li a {
		font-size: 0.9em;
	}
}

@media (min-width: 1200px) {
	#navigation {
		height: 120px;
	}
	.nav-logo {
		position: relative;
		width: 25%;
		line-height: calc(120px - 2em);
		height: 100%;
		margin: 0;
	}
	.nav-menus {
		width: 75%;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		z-index: 1;
	}
	.nav-main {
		position: absolute;
		height: 80px;
	}
	.nav-main > ul > li:first-child .dropdown {
		left: 50%;
		margin-left: -7em;
	}
	.nav-main > ul > li > a {
		line-height: 80px;
	}
	.nav-secondary {
		background: #00a5da;
	}
	.nav-secondary ul li a {
		color: rgba(255,255,255,0.75);
	}

	.nav-secondary ul li a:hover {
		background: none;
		color: #ffffff;
	}
	.nav-search ul li a {
		line-height: 80px;
	}
	.nav-search {
		height: 80px;
	}
	.nav-search input[type="search"] {
		font-size: 1.75em;
	}
}

@media (min-width: 1200px) and (min-height: 600px) {
	#navigation {
		position: fixed;
		top: 0;
	}
	#globalwrapper {
		position: relative;
		top: 120px;
	}
	.navoffset #navigation {
		height: 80px;
	}
	.navoffset .nav-logo {
		line-height: calc(100% - 2em);
		width: 20%;
	}
	.navoffset .nav-menus {
		width: 80%;
	}
	.navoffset .nav-secondary {
		top: -40px;
	}
	#navigation, .nav-logo, .nav-secondary, .nav-menus {
		transition: 150ms ease;
	}
}

@media (min-width: 1280px) {
	.nav-main > ul > li > a {
		font-size: 1.2em;
	}
	.nav-search ul li a {
		font-size: 1.2em;
	}
}







/**
 * 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;
}
.hero-text h1 {
	font-family: 'Crimson Text', serif;
	text-transform: uppercase;
	padding: 0;
	line-height: 1.2em;
}
.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;
	font-weight: 400;
}
.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;
}
.program.full #hero {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.program.full .hero-text {
	position: absolute;

	padding: 1em;
	width: 100%;
	height: 100%;
	text-align: center;

	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	background: rgba(24,47,89,0.8);
	/* background: url('/images/template/program-hero-overlay.png'); */
	text-shadow: none;
}
.program.full .hero-text-title {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.program.full .hero-text p.degree-type {
	border-bottom: 0;
}
.program.full article header {
	position: relative;
}
@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'); */
		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 );
	}
	.program.full .hero-text h1 {
		font-size: 3.0em;
		line-height: 1.2em;
	}
	.program.full .hero-text p.degree-type {
		font-size: 1.3em;
		line-height: 1.2em;
	}
}
@media (min-width: 960px) {
	.hero-text {
		top: 30%;
		width: 485;
		margin-left: -45%;
	}
	article header.right .hero-text {
		width: 450px;
		margin-right: -45%;
		margin-left: 0px;
	}
	.program.full .hero-text h1 {
		font-size: 3.5em;
		line-height: 1.2em;
	}
	.program.full .hero-text p.degree-type {
		font-size: 1.4em;
		line-height: 1.2em;
	}
}
@media (min-width: 1100px) {
	.hero-text {
		margin-left: -500px;
	}
	article header.right .hero-text {
		margin-right: -500px;
	}
	.program.full .hero-text h1 {
		font-size: 4em;
		line-height: 1.2em;
	}
	.program.full .hero-text p.degree-type {
		font-size: 1.5em;
		line-height: 1.2em;
	}
}


.category-header {
	background: #f0f0f0;
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 56.25%;
}
.category-header + .page-width {
	position: relative;
	background: #00b5ef;
}
.category-header + .page-width h1 {
	font: 2.5em/1.5em 'Crimson Text';
	background: #00b5ef;
	color: #fff;
	padding: 0.5rem 0rem;
}
@media (min-width: 550px) {
	.category-header {
		border-bottom: 0.4em solid #00b5ef;
	}
	.category-header + .page-width {
		background: none;
	}
	.category-header + .page-width h1 {
		position: absolute;
		bottom: 0;
		font-size: 3em;
		padding: 0.5rem 1.75rem;
	}
}
@media (min-width: 760px) {
	.category-header {
		height: 65vh;
		min-height: 450px;
		padding-top: 0;
	}
}

.category .imagebg,
.program.full .imagebg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.category .imagebg::before,
.program.full .imagebg::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}
.category #main .full-width.imagebg .page-width,
.program.full #main .full-width.imagebg .page-width {
	text-align: center;
	color: #ffffff;
	padding: 4em 1em 3.5em;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.category #main .full-width.imagebg h2,
.program.full #main .full-width.imagebg h2 {
	color: #ffffff;
	border-bottom-color: #ffffff;
}

/**
 * Main content
 */
#main {
	margin-top: 1.5em;
}
.program #main,
.category #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.png') 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: #444;
	/*color: #884a1c;*/
	font: 2.3em/1.1em 'Crimson Text', serif;
	/*border-bottom: 1px solid #c69471;*/
	border-bottom: 1px solid #ccc;
	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.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 h5, .reveal-modal h5 {
	font-size: 1.4em;
	line-height: 1.4em;
	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;
}

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;
}
a.button img[src*=svg] {
	width: 24px;
	height: 24px;
	vertical-align: text-top;
}
#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;
	border:solid 1px #ccc;
}
#main table.nostretch,
.reveal-modal table.nostretch {
	width: auto;
}
#main td, #main th,
.reveal-modal td, .reveal-modal th {
	line-height: 1.5em;
	padding: .4em;
	text-align: left;
	vertical-align: top;
	border:solid 1px #ccc;
}
#main th,
.reveal-modal th {
		border:solid 1px #555;
}
#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: #555;
}
#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: none;
	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 1rem 2.3rem;
}
.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 17px no-repeat;
	font: 1.75em/1.25em 'Crimson Text', serif;
	color: #000000;
	border-bottom: 1px solid #b0bbc9;
	cursor: pointer;
	padding: 0.25em 0 .15em 35px;
}
.accordion-title[aria-selected="true"] {
	background: #e4eef3 url('/images/template/icons/arrow-down-24.png') 5px 17px 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 {
	border-radius: 100%;
}
figure.headshot a {
	text-decoration: none;
}
figure.headshot a.mailto {
	text-decoration: underline;
}
figure.headshot a:hover {
	text-decoration: underline;
}
figure.headshot a.button {
	text-decoration: none;
}
figure.headshot a.button img {
	border-radius: 0px;
}
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: #00b5ef;
	color: #ffffff;
	text-decoration: none;
	font: 1.5em/1.5em 'Source Sans Pro', sans-serif;
	display: block;
	padding: 1rem;
}
#sidebar h5 a:hover {
	background: #00a5da;
}
#sidebar > ul {
	margin-top: 0.5em;
}
/*#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 #eeeeee;
	position: relative;
}
#sidebar > ul.sidebar ul > li:last-child {
	border-bottom: none;
}
#sidebar ul.sidebar li > a {
	display: block;
	color: #001441;
	padding: 0.4em 1rem;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.1em;
}
#sidebar ul.sidebar li.parent > a {
	margin-right: 50px;
	border-right: 1px solid #eeeeee;
}
#sidebar > ul.sidebar > li:first-child a {
	border-top: 0px;
}
#sidebar ul.sidebar li a:hover {
	/*color: #47220A;*/
	color:#00b5ef;
}
#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 #eeeeee;
}
#sidebar ul.sidebar ul li a {
	color: #001441;
	font-size: 1em;
	line-height: 1.6em;
	font-weight: normal;
	padding-left: 1.5rem;
}
#sidebar .subnavtoggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 2.7rem;
}
#sidebar .subnavtoggle svg {
	width: 50%;
	height: 100%;
	fill: #001441;
	transition: 150ms ease;
}
#sidebar li.open .subnavtoggle svg {
	transform: rotateX(180deg);
}
#sidebar .subnavtoggle a {
	height: 100%;
	display: block;
	text-align: center;
}
#sidebar .subnavtoggle a:hover svg {
	fill: #00b5ef;
}

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: #b9b9b9;
	-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;
	background: #001441;
}
.home footer {
	border-top: 5px solid #848ca7;
	margin-top: 0;
}
.category footer {
	margin-top: 0;
}
#footer-top {
	/*background: #2d3e5a;*/
	color: #fff;
}
#footer-actions {
	padding: 3em 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: #ffffff;
	margin: 0 auto 0.5em;
}
#footer-actions span.circle svg {
	width: 95px;
	height: 95px;
	padding: 20px;
	fill: #001441;
}
#footer-actions li.apply span.circle svg {
	fill: #ffffff;
}
#footer-actions li a:hover span.circle {
	background-color: #bbddff;
}
#footer-actions li a:hover span.text {
	color: #bbddff;
}
#footer-actions li.apply a:hover span.circle {
	background-color: #c33e20;
}
#footer-actions li.apply a:hover span.text {
	color: #f1bcb0;
}
#footer-actions li a:active {
	top: 2px;
	position: relative;
}
#footer-actions li.apply span.circle {
	background-color: #e75332;
}
#footer-actions li span.text {
	display: block;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
}


#footer-bottom {
	color: rgba(255, 255, 255, 0.4);
	padding: 2em 1em 3em;
	max-width: 420px;
	margin: 0 auto;
}
#footer-bottom p.copyright {
	margin-top: 0em;
	text-align: center;
}
#footer-bottom a {
	color: inherit;
	text-decoration: none;
}
#footer-bottom a:hover {
	text-decoration: underline;
}
#footer-bottom > div {
	margin: 0 0 1.5em 0;
}
.footer-meta3 {
	text-align: center;
	clear: both;
}

#footer-social {
	margin-bottom: 0em;
	text-align: center;
}
#footer-social ul {
	margin-top: 0px;
}
#footer-social ul li {
	display: inline-block;
	margin-left: 0.7em;
}
#footer-social ul li:first-child {
	margin-left: 0;
}
#footer-social ul li a {
	display: block;
	width: 32px;
	height: 32px;
}
#footer-social svg {
	width: 100%;
	height: 100%;
	fill: rgba(255, 255, 255, 0.4);
}
#footer-social a:hover svg {
	fill: rgba(255,255,255,0.6);
}
#footer-search {
	position: relative;
}

#footer-search input[name="q"] {
	background: none;
	padding: 0.5em 2.5em 0.5em 0.5em;
	border: 1px solid rgba(95, 106, 139, 0.6);
	margin: 0 0 1em 0;
	width: 100%;
	outline: none;
	-webkit-appearance: none;
	color: #ffffff;
	line-height: 1.5em;
	border-radius: 0px;
}
#footer-search input[name="q"]:focus {
	border-color: #ffffff;
}
#footer-search svg {
	position: absolute;
	right: 0.5em;
	top: 0.7em;
	fill: #5f6a8b;
	width: 24px;
	height: 24px;
}
#footer-search input[name="q"]:focus + svg {
	fill: #ffffff;
}
/*#footer-give svg {
	width: 24px;
	height: 24px;
	fill: #5f6a8b;
	position: absolute;
	right: 0.5em;
	top: 0.7em;
}

#footer-give {
	margin-bottom: 1em;
}
#footer-give a {
	display: block;
	border: 1px solid rgba(95, 106, 139, 0.6);
	padding: 0.5em 2.5em 0.5em 0.5em;
	position: relative;
}

#footer-give a:hover {
	text-decoration: none;
	color: #ffffff;
	border-color: #ffffff;
}

#footer-give a:hover svg {
	fill: #ffffff;
}*/


@media (min-width: 550px) {
	#footer-bottom {
		max-width: 100%;
	}
	.footer-meta1 {
		float: left;
	}
	.footer-meta2 {
		float: right;
	}
	.footer-meta1, .footer-meta2 {
		width: 50%;
		padding: 1em;
	}
}
@media (min-width: 700px) {
	#footer-actions li {
		width: 20%;
	}
}
@media (min-width: 760px) {
	footer {
		background: #001441 url('/images/template/footer-top-bg2.jpg') center top no-repeat;
		background-size: cover;
		position: relative;
	}
	footer::before {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 20, 65, 0.5);
		background: linear-gradient(rgba(0, 20, 65, 0.7),rgba(0, 20, 65, 1));
	}
	#footer-top, #footer-bottom {
		position: relative;
	}
	#footer-bottom {
		max-width: 800px;
	}
}
@media only screen and (min-width: 1100px) {
	#footer-actions li {
		width: 15%;
	}
	.footer-meta1, .footer-meta2, .footer-meta3 {
		width: 33.33%;
		padding: 1em;
		clear: none;
	}
	.footer-meta3 {
		float: left;
	}
	#footer-bottom {
		max-width: 1200px;
	}
}


/**
 * 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-third, .tablet-fourth, .tablet-two-thirds, .tablet-three-fourths, .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-two-thirds {
		width: 65.798611%;
	}
	.tablet-fourth {
		width: 23.046875%;
	}
	.tablet-three-fourths {
		width: 74.348959%;
	}
	.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: 56.25%;
	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;
	background-repeat: no-repeat;
	content: "";
	margin-right: 5px;
	position: relative;
	top: 2px;
}
p.question.active:before {
	background: url('/images/template/carat-right-left-sprite.png') left center;
	background-repeat: no-repeat;
}
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: 1236px){
	#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.4em;
	left: 2em;
	cursor: text;
	color: #999;
	font-size: 1em;
}
#programclear {
	position: absolute;
	top: 0;
	right: 8px;
	width: 1.5em;
	height: 2.4em;
}
#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: 1em;
	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.three-years ul li {
	width: 33.3%;
}
.course-outline-nav.five-years ul li {
	width: 20%;
}
.course-outline-nav.six-years ul li {
	width: 16.6%;
}
.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: 1236px){
	#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: #ccc;
	padding: 1em;
	border-radius: 4px;
	border-bottom: 0px solid #ccc;
	position: relative;
	margin-bottom: 1.5em;
	overflow: hidden;
}
.success-icons img {
	width: 75px;
	height: auto;
	border-radius: 50%;
}
.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: 0px;
	display: inline-block;
	border: 3px solid #5d6771;
	border-radius: 50%;
	background: #;
	border-bottom-color: #;
	position: relative;
	-webkit-transition: ease 0.25s;
	-moz-transition: ease 0.25s;
	transition: ease 0.25s;
}
.success-icons ul li a:hover {
	border: 3px solid  #00b5ef;
}
.success-icons ul li a.current, .success-icons ul li a.current:hover {
	border: 3px solid  #fff;
}
.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: 9;
	cursor: none;
	margin-left: -15px;
}
.success-icons:after {
	content: "";
	border-bottom: 11px solid #fff;
	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;
	border-radius:50%;
}
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;
	}
}

/* admission counselor */
#main ul.state-grid li {
    float: left;
    width: 16.666%;
}
#main ul.state-grid li.big {
	width: 66.666%;
}

#main ul.state-grid {
    margin-left: 0;
    list-style: none;
}

#main ul.state-grid li a {
    display: block;
    line-height: 3em;
    text-align: center;
    background: #f0f6fc;
    border: 1px solid #fff;
    text-decoration: none;
}

#main ul.state-grid li a:hover {
	border-color: #00b5ef;
}
#main ul.state-grid li a.off {
    background:#efefef;
	color:#ccc;
	border:1px solid #fff

}
@media (min-width: 800px) {
	#main ul.state-grid li {
	    width: 7.142%;
	}
	#main ul.state-grid li.big {
		width: 42.852%;
	}
}
.chat-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #aaaaaa;
    margin-left: 0.35em;
}
.chat-indicator.online {
    background: #00de00;
}

/* 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.15em;
}
.collage-secondary .collage-article-heading {
	bottom: 10%;
	font-size: 1.15em;
}
.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: 1.75em;
	line-height: 0.5em;
	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.4) 60%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 60%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 60%,rgba(0,0,0,0.7) 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.visit {
	background-image: url('/images/banners/new/20160325rodeheaver-dc1.jpg');
}
.collage-article.rank {
	background-image: url('/images/banners/new/20180905walking-hc50.jpg');
}
.collage-article.ra {
	background-image: url('/images/banners/new/20151210fresh-sem-de15.jpg');
}
.collage-article.admitted {
	background-image: url('/images/banners/new/20150828new-stu-act-jb26.jpg');
}
.collage-article.financial-aid {
	background-image: url('/images/banners/new/financial-aid2.jpg');
}
.collage-article.creation {
	background-image: url('/images/banners/new/creationconf.jpg');
}
.collage-article.homecoming {
	background-image: url('/images/banners/new/homecoming.jpg');
}
.collage-article.bibleconf {
	background-image: url('/images/banners/new/bibleconf.jpg');
}
.collage-article.commencement {
	background-image: url('/images/banners/new/20170505commence-line-hc33-tb.jpg');
}
.collage-article.camp {
	background-image: url('/images/banners/new/20170727music-camp-de10.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.60);
}
.collage-block.programs .collage-overlay {
	background: rgba(0, 181, 239, 0.6);
}
.collage-block.financial-aid .collage-overlay {
	background: rgba(0, 20, 65, 0.65);
}
@media (min-width: 400px) {
	.collage-primary .collage-article-heading {
		font-size: 1.6em;
	}
	.collage-secondary .collage-article-heading {
		font-size: 1.6em;
	}
	.collage-callout-text {
		font-size: 1.3em;
	}
}

@media (min-width: 500px) {
	.collage-primary .collage-article-heading {
		font-size: 2.2em;
		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.15em;
	}
	.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/20180829eat-n-greet-de01.jpg') center;
		background-size: cover;
	}
	.collage-block.programs {
		background: url('/images/banners/new/20171026graphic-hc07.jpg') center;
		background-size: cover;
	}

	.collage-block.financial-aid {
		background: url('/images/banners/new/walk.jpg') center;
		background-size: cover;
	}
}
@media (min-width: 650px) {
	.collage-primary .collage-article-heading {
		font-size: 2.65em;
	}
	.collage-secondary .collage-article-heading {
		font-size: 1.5em;
	}
	.collage-callout-text {
		font-size: 1.5em;
	}
	.collage-primary {
		height: 55vw;
	}
}
@media (min-width: 800px) {
	.collage-primary .collage-article-heading {
		padding: 0% 5%;
	}
	.collage-callout-text {
		font-size: 1.15em;
	}
	#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.1em;
	}
	.collage-secondary .collage-article-heading {
		font-size: 1.75em;
	}
	.collage-callout-text {
		font-size: 1.3em;
	}
	.collage-block {
		font-size: 1.3em;
	}
}

.home #intro {
	padding-top: 2em;
	padding-bottom: 1em;
	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: 850px;
	margin: 0 auto 1em auto;
	color: #182f59;
	font: 1.4em/1.5em 'Source Sans Pro', sans-serif;
	font-weight:lighter;
}
.home #intro #tagline {
	font: 1.5em/1.5em;
	font-family: Source Sans Pro;
	margin-bottom: 0;
	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 #main h2 {
	color: #8291a6;
	border-bottom: none;
	font: 2.3em/1.5em 'Crimson Text', serif;
}

.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: 80px solid #fff;
	border-left: 95px solid #fff;
	min-height: 75px;
	padding: 7px 10px;
}
#events span.weekday {
	font: 0.85em/0.8em 'Source Sans Pro', sans-serif;
	color: #00b5ef;
	text-transform: uppercase;
	position: absolute;
	top: 3px;
}
#events span.month {
	font: 1.25em/1em 'AntonioRegular', sans-serif;
	text-transform: uppercase;
	color: #001441;
	margin-right: 5px;
}
#events span.date {
	font: 2.7em/1em 'AntonioRegular', sans-serif;
	color: #001441;
	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;
}

/*** BEGIN OVERRIDE OF SLATE STYLES ***/
div.form_question .form_label {
	display: block;
	font-weight: bold!important;
}
div.form_header .form_label {
	font-weight: normal!important;
	background: none!important;
	color: #444!important;
	font: 2.3em/1.1em 'Crimson Text', serif!important;
	border-bottom: 1px solid #ccc!important;
	margin-bottom: 0.3em!important;
	padding: 0.2em 0!important;
}
div.form_action button.default: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);
}
div.form_action button.default {
	font-family: 'Crimson Text', 'Times New Roman', serif;
	font-size: 1.1em !important;
	line-height: inherit;
	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;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 3px;
	cursor: pointer;
	background-image: none !important;
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	transition: 150ms ease;
	-webkit-appearance: none;
}
/*** END OVERRIDE OF SLATE STYLES ***/

@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.5em 'Source Sans Pro', san 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: 2em;
		padding-bottom: 2em;
	}
	#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;
	}
}