/* ---------------------------------- */
/*          Links                     */
/* ---------------------------------- */
a:link {
	text-decoration: none;
	transition: .3s;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #c60c30;
}

a:active {
	text-decoration: underline;
}

.white-text a:hover, .white-text a {
	color: #FFF;
}

/* ---------------------------------- */
/*          Typography               */
/* ---------------------------------- */
body {
	font-size: 14px;
	color: #5E6A71;
}

h1 {
	font-size: 2.25rem;
	color: #981e32;
	font-family: 'Open Sans', 'Lucida Sans', sans-serif;
	font-weight: 300;
	padding-bottom: 20px;
}

h2 {
	font-size: 2.15rem;
	color: #5e6a71;
	font-family: 'Open Sans', 'Lucida Sans', sans-serif;
	font-weight: 300;
}

h3 {
	font-size: 1.5rem;
	color: #981e32;
	font-family: 'Open Sans', 'Lucida Sans', sans-serif;
	font-weight: 400;
	padding-bottom: 10px;
}

h4 {
	font-size: 1rem;
	color: #5e6a71;
	font-family: 'Open Sans', 'Lucida Sans', sans-serif;
	font-weight: 600;
	padding-bottom: 10px;
	line-height: 1.3em;
}

h5 {
	font-size: 1rem;
	color: #981e32;
	font-family: 'Open Sans', 'Lucida Sans', sans-serif;
	font-weight: 600;
	padding-bottom: 10px;
}

h6 {
	font-size: 1.1rem;
	line-height: 1.6rem;
	color: #5e6a71;
	font-family: 'Open Sans', 'Lucida Sans', sans-serif;
	font-weight: 300;
	padding-bottom: 10px;
}

blockquote {
	color: #3F6B72;
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 500;
	padding: 0;
}

.crimson-text {
	color: #981e32;
}

.home-tagline {
	letter-spacing: 1px;
	font-family: 'Palatino Linotype', 'Book Antiqua', serif;
}

.page-headline {
	color: #fff;
	font-family: 'Open Sans Condensed', 'Open Sans', 'Lucida Sans', sans-serif;
	font-weight: 700;
	font-size: 3.5em;
	text-shadow: .5px .5px 8px #404040;
	text-transform: uppercase;
}

.headline-short {
	color: #fff;
	font-family: 'Open Sans Condensed', 'Open Sans', 'Lucida Sans', sans-serif;
	font-size: 5em;
	font-weight: 700;
	text-shadow: .5px .5px 8px #404040;
	text-transform: uppercase;
	margin-right: 30px;
	padding-left: 40px;
	padding-bottom: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.headline-long {
	color: #fff;
	font-family: 'Open Sans Condensed', 'Open Sans', 'Lucida Sans', sans-serif;
	font-size: 4em;
	font-weight: 700;
	text-shadow: .5px .5px 8px #404040;
	text-transform: uppercase;
	margin-right: 30px;
	padding-left: 40px;
	padding-bottom: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.clear {
	clear: both;
}

ul li, ol li {
	padding-bottom: 15px;
}

.nobullets li {
	list-style-type: none;
}

.gform_description {
	font-size: larger;
}

.white-text {
	color: #fff;
}

.facstaff-title {
	line-height: .9em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.facstaff-title {
	padding-top: 0;
}

/* ---------------------------------- */
/*      Header and Body Styles      */
/* ---------------------------------- */
.gray-body {
	padding: 2em 3em 40px;
	background-color: #8d959a;
}

.crimson-body {
	padding: 2em 3em 40px;
	background-color: #981e32;
}

.banner-container {
	position: relative;
	height: 100%;
}

.home-headline-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-left: 40px;
}

.page-headline-container {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.crimson-header {
	height: 250px;
	background-color: #981e32;
}

.headline-container {
	position: relative;
	min-height: 250px;
}

.apply-button {
	background-color: #23282B;
	display: inline-block;
	cursor: pointer;
	color: #FFF;
	font-family: 'Open Sans Condensed', 'Open Sans', 'Lucida Sans', sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
	padding: .5em 2em;
	transition: background-color .3s ease-out;
}

.apply-button:hover {
	background-color: #981e32;
	color: #FFF;
}

.nopads {
	padding-top: 0;
	padding-bottom: 0;
}

main {
	padding-bottom: 5em;
}

/* ----------------------------------------------------------------------------------------------- */
/*       Tablepress Styles - Specific table styles are located in the plugins own stylesheet       */
/* ----------------------------------------------------------------------------------------------- */
.tablepress tbody td {
	border-top: none;
}

.content-item-event-date {
	padding-right: 2em;
	display: block;
	color: #5e6a71;
	font-size: 1.25em;
}

/* fixes homepage table width on eldritch web browsers (IE)*/
.tablepress tbody tr:first-child td {
	max-width: 100px;
}

/* ---------------------------------- */
/*       WSUWP_json/events Style      */
/* ---------------------------------- */
.wsuwp-content-syndicate-list li {
	list-style-type: none;
}

.wsuwp-content-syndicate-list {
	padding: 0 2em 1em 1em;
}

.content-item-event-venue,
.content-item-event-city,
.content-item-event-state {
	display: none;
}

.content-item-byline-date, .content-item-byline-author {
	display: none;
}

.single-tribe_events .tribe-events-content {
	padding-top: 2em;
}

/* ---------------------------------- */
/*             News Posts             */
/* ---------------------------------- */
/* News Images on homepage must have the following class name*/
.news-header-image {
	background-color: #b5babe;
	padding-bottom: 10px !important;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
}

.news-header-image:hover {
	background-color: #981e32;
	box-shadow: 0 0 7px #505050;
}

.post {
	padding: 0 40px 30px 30px;
	margin: 0 30px 30px 0;
	background: #eff0f1;
	background-size: 100% auto;
	border-top: 0;
	border-bottom: 1px solid #8d959a;
	border-left: 0;
	border-right: 1px solid #8d959a;
	box-shadow: 3px 3px 6px 0 #ccc;
	border-radius: 15px;
}

.tribe_events {
	padding: 0 40px 30px 30px;
	margin: 0 30px 30px 0;
	background: #eff0f1;
	background-size: 100% auto;
	border-top: 0;
	border-bottom: 1px solid #8d959a;
	border-left: 0;
	border-right: 1px solid #8d959a;
	box-shadow: 3px 3px 6px 0 #ccc;
	border-radius: 15px;
}

.article-title {
	font-weight: 400;
	font-size: 1.5em;
}

.article-body {
	margin-top: 30px;
}

.article-summary h1 {
	display: none;
}

.article-footer {
	font-size: .7rem;
	line-height: .9rem;
}

/* hides "originally posted at..." links in news feed */
.article-summary .hfnf {
	display: none;
	padding-bottom: 0;
}

.wp-caption-text .article-summary {
	display: none;
}

.column .two header {
	font-weight: 400;
	color: #981e32;
	font-size: 1.5em;
	padding-bottom: .5em;
}

/* hides "originally posted at..." links in news feed */
.article-summary .hfnf {
	display: none;
	padding-bottom: 0;
}

.wp-caption-text .article-summary {
	display: none;
}

.article-header {
	padding-top: 20px;
}

/* hide images in news feed; use Thumbnail Image in pagebuilder */
.article-summary .alignright,
.article-summary .wp-caption,
.article-summary .alignleft, 
.article-summary .aligncenter {
	display: none;
}

/* hide pages and documents from news feed */
article.type-page,
article.type-document {
	display: none;
}

/* hide blockquotes from news feed */
.article-summary blockquote {
	display: none;
}

figure.article-thumbnail {
	width: 150px;
	margin: 5px 20px 0 0;
	float: left;
}

.content-more-default {
	font-style: italic;
}

.widget {
	margin-bottom: 30px;
}

.searchform {
	margin-bottom: 0;
	padding: 0;
}

/*   Date, footer, categories for news feed   */
article footer, article footer a, .article-date {
	color: #5E6A71;
}

/* -------------------------------------------------------- */
/* Responsive scaling for 480px; 768px; 1150px screen width */
/* -------------------------------------------------------- */
@media (max-width: 1150px) {
	.headline-short {
		width: 65%;
		padding-top: 80px;
	}
}

@media (max-width: 768px) {
	.main-body {
		padding: 1em 1em 20px;
	}
	
	.page-headline, .headline-short, .page-headline-short {
		font-size: 3em;
	}
	
	.headline-long {
		font-size: 3em;
		padding-top: 40px;
	}
	
	.home-tagline {
		font-size: 2em;
		text-shadow: .2px .2px 1px #404040;
	}
	
	h2 {
		font-size: 2em;
		padding-bottom: 10px;
	}
	
	p {
		font-size: .9em;
		line-height: 20px;
	}
	
	blockquote p {
		line-height: 30px;
		font-size: .7em;
	}
	
	.grid .col-2-3 {
		width: 100% !important;
		padding-right: .5em !important;
	}
	
	.grid .col-1-3 {
		width: 100% !important;
		padding-right: .5em !important;
	}
	
	.grid .col-1-2 {
		float: none !important;
		width: 100% !important;
		padding-right: .5em !important;
	}
	
	.grid .col-1-4 {
		float: none !important;
		width: 100% !important;
		padding-right: .5em !important;
	}
	
	.grid .col-4-1 {
		float: none !important;
		width: 100% !important;
		padding-right: .5em !important;
	}
}

@media (max-width: 480px) {
	.home-header {
		background-image: none;
		height: 225px;
		background-color: #981e32;
	}
	
	.facstaff-header {
		background-image: none;
		height: 225px;
		background-color: #981e32;
	}
	
	.headline-short {
		padding-top: 80px;
	}
	
	.headline-long {
		font-size: 2em;
	}
}

/* ---------------------------------- */
/*           Footer styles            */
/* ---------------------------------- */
.footer {
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 50px;
	height: 50px;
	width: auto;
	background-color: #23282B;
}

.footer p {
	font-family: 'Open Sans', 'Lucida Sans', sans-serif;
	padding-top: 10px;
	text-align: center;
	color: #d7dadb;
}

.footer a:link {
	color: #d7dadb;
}

/* ---------------------------------- */
/*            Grid styles             */
/* ---------------------------------- */
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.grid {
	width: 100%;
}

.grid .col-2-3 {
	float: left;
	width: 66.66%;
	padding-right: 2em;
}

.grid .col-1-3 {
	float: left;
	width: 33.33%;
	padding-right: 1em;
}

.grid .col-1-2 {
	float: left;
	width: 50%;
	padding-right: 2.5em;
}

.grid .col-1-4 {
	float: left;
	width: 25%;
	padding-right: 1em;
}

.grid .col-4-1 {
	float: left;
	width: 75%;
	padding-right: 1em;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

/* ---------------------------------- */
/*           SideBar Styles           */
/* ---------------------------------- */
.gray-sidebar {
	width: 100%;
	background: #eff0f1;
	background-size: 100% auto;
	border-top: 0;
	border-bottom: 1px solid #8d959a;
	border-left: 0;
	border-right: 1px solid #8d959a;
	box-shadow: 4px 4px 5px 0 #ccc;
	border-radius: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 1.5rem 2rem;
}

.gold-sideblock {
	width: 100%;
	background: #f4f2eb;
	background-size: 100% auto;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1.5rem 1.5rem 2rem;
}

.blue-sideblock {
	width: 100%;
	background: #d3e1e3;
	background-size: 100% auto;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1.5rem 1.5rem 2rem;
}

.gray-sideblock {
	width: 100%;
	background: #eff0f1;
	background-size: 100% auto;
	border: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1.5rem 1.5rem 2rem;
}

.darkgray-sideblock {
	width: 100%;
	background: #b5babe;
	background-size: 100% auto;
	border: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1.5rem 1.5rem 2rem;
}

.crimson-sideblock {
	width: 100%;
	background: #981e32;
	background-size: 100% auto;
	border: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1.5rem 1.5rem 2rem;
}

.gray-sideblock-widget {
	width: 100%;
	background: #eff0f1;
	background-size: 100% auto;
	border: 0;
	border-radius: 15px;
	padding-left: 1rem;
	padding-top: 1rem;
	padding-right: 1rem;
	padding-bottom: 2rem;
}

/* ---------------------------------- */
/*            Misc Styles             */
/* ---------------------------------- */
#binder {
	background-color: white;
	box-shadow: 5px 0 10px #ccc;
}

html {
	background: url(/wp-content/uploads/sites/60/2014/08/diagnal-lines.jpg) repeat-x #FFF;
}

cite.article-author {
	display: none;
}

/* ---------------------------------- */
/*         Spine Adjustment           */
/* ---------------------------------- */
.builder-banner-content {
	border-left-width: 40px;
}

#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
	margin: 0;
}

.tribe-events-sub-nav {
	display: none;
}

.single-tribe_events .tribe-events-single-event-title {
	font-size: 2.75em;
	line-height: 1.25em;
	font-weight: 600;
}

.tribe-events-schedule h2 {
	font-weight: 100;
	padding-bottom: 0;
}

#tribe-events-pg-template .tribe-events-content h1, 
#tribe-events-pg-template .tribe-events-content h2, 
#tribe-events-pg-template .tribe-events-content h3 {
	margin: 0;
}

#tribe-events-pg-template .tribe-events-content ol li, 
#tribe-events-pg-template .tribe-events-content ul li, 
.tribe-events-after-html ol li,
.tribe-events-after-html ul li, 
.tribe-events-before-html ol li, 
.tribe-events-before-html ul li {
	line-height: 1rem;
}

.tribe-event-time {
	font-size: 1em;
	font-weight: 300;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt, .single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
	padding-right: 1em;
}

#tribe-events-pg-template .tribe-events-content ol li, #tribe-events-pg-template .tribe-events-content ul li, .tribe-events-after-html ol li, .tribe-events-after-html ul li, .tribe-events-before-html ol li, .tribe-events-before-html ul li {
	margin-bottom: 5px;
}

/* ---------------------------------- */
/*         Form Styles                */
/* ---------------------------------- */
label {
	font-weight: 600;
}

.no-top-label .gfield_label {
	display: none !important;
}

/* Styles for Incoming Freshmen/FAQ page/IncFrsh Snippit */
.inc-fresh-header {
	padding-bottom: 0;
	font-weight: 400;
	font-size: 2em;
}

.inc-fresh-title {
	color: #3f6b72;
	padding-bottom: 0;
}

.darkblue-text {
	color: #3f6b72;
	padding-bottom: .5em;
}

.percentile {
	font-weight: bold;
	color: #3f6b72;
	width: 60%;
}

.percentile-sides {
	font-weight: bold;
	color: #3f6b72;
}

.inc-fresh-group {
	text-align: center;
	margin-top: 1em;
}

.inc-fresh-group td {
	padding: 0;
	vertical-align: middle;
}

.blue-background {
	background-color: #3f6b72;
	width: 50%;
}

.blue-background-l {
	background-color: #3f6b72;
	border-right: 3px solid #fff;
	width: 20%;
}

.blue-background-r {
	background-color: #3f6b72;
	border-left: 3px solid #fff;
	width: 20%;
}

.arrow-right {
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 50px solid #3f6b72;
}

.arrow-left {
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 50px solid #3f6b72;
}

.gform_wrapper .description, 
.gform_wrapper .gfield_description, 
.gform_wrapper .gsection_description, 
.gform_wrapper .instruction li {
	font-size: 100%;
	list-style: initial;
}

.gform_wrapper {
	margin: 0;
}

.formtext {
	font-size: 100%;
}