/* content:
================================================================================= */

.university #content {
	padding: 0;
	width: auto;
}

.university .entry {
	margin-bottom: 0 !important;
	border-bottom: 0 !important;
	position: relative;
}

.university #content {
	color: #544A47;
	margin: 0;
	border: solid #e1dfb8 1px;
	border-bottom: solid #c7c7a4 1px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top: 0;
}


/* header:
================================================================================= */

.university-header img {
	display: block;
	margin: 0 auto;
}


/* search:
================================================================================= */

.university-search {
	font-family: 'Yanone Kaffeesatz', 'Helvetica Neue', 'Helvetica', 'Arial';
	height: 62px;
	background: #99cf0e url('images/university/bg-search.png') center bottom repeat-x;
	border-top: solid #c1e380 1px;
	border-bottom: solid #609b00 1px;
	overflow: hidden;
}

.university-search label {
	float: left;
	background: #609600;
	color: #fff;
	position: relative;
	width: 187px;
	height: 62px;
	font-size: 1.5635rem;
	line-height: 62px;
	font-weight: bold;
	text-shadow: 0 -1px rgba(0,0,0,0.2);
	padding: 0 0 0 22px;
	margin: 0 26px 0 0;
}

.university-search label:after {
	content: '';
	display: block;
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -10px;
	background: url('images/university/bg-search-label.png') center no-repeat;
}

.university-search input {
	float: left;
}

.university-search .search {
	width: 301px;
	height: 34px;
	border: solid #72b100 1px;
	border-radius: 3px;
	background: #fff url('images/university/bg-search-search.png') 8px center no-repeat;
	font-family: 'Georgia', 'Helvetica Neue', 'Arial';
	font-size: 0.9375rem;
	color: #040404;
	padding: 0 34px;
	margin: 14px 6px 0 0;
	box-shadow:	0 1px #a5d135, inset 1px 1px 5px rgba(0,0,0,0.2);
}

.university-search .submit {
	height: 33px;
	margin: 14px 0 0 0;
	text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz', 'Helvetica Neue', 'Helvetica', 'Arial';
	font-weight: bold;
	font-size: 1.375rem !important;
	border: 0 !important;
	padding: 0 !important;
	width: 54px;
	color: #af5f1d;
	text-shadow: 0 1px rgba(255,255,255,0.5);
	background: #fed826 url('images/university/bg-search-submit-3.png') center top repeat-x;
	border-radius: 5px;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

.university-search .submit:hover {
	color: #af5f1d;
	background-position: center bottom;
}


/* main:
================================================================================= */

.university-main {
	overflow: hidden;
	background: url('images/university/bg-main.png') left top repeat-y;
}


/* videos:
================================================================================= */

.university-videos {
	float: right;
	width: 649px;
}

.university-videos ul {
	margin: 0 !important;
}

.university-videos li {
	list-style: none !important;
}

/* list */

.university-videos .list {
	padding: 25px 23px;
	font-family: 'Georgia', 'Helvetica Neue', 'Arial';
	font-size: 0.9375rem;
	color: #040404;
}

.university-videos .list li {
	padding: 27px 23px 30px 210px;
	min-height: 106px;
	position: relative;
	background: url('images/university/bg-videos-li.png') left bottom repeat-x;
}

.university-videos .list li:first-child {
	padding-top: 0;
}

.university-videos .list li:first-child .img {
	top: 0;
}

.university-videos .list li:last-child {
	padding-bottom: 0;
	background: none;
}

.university-videos .list h2 {
	font-family: 'Yanone Kaffeesatz', 'Helvetica Neue', 'Helvetica', 'Arial';
	font-size: 1.5rem;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 0 2px 0;
	position: relative;
	top: -5px;
}

.university-videos .list p {
	margin: 0;
}

.university-videos .list img {
	display: block;
	width: 100%;
	height: 100%;
}

.university-videos .list .img {
	position: absolute;
	top: 27px;
	left: 0;
	border: solid #fff 1px;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	border-radius: 1px;
	width: 186px;
	height: 106px;
}

.university-videos .list .img a {
	display: block;
	position: relative;
	z-index: 3;
}

.university-videos .list .img a:before,
.university-videos .list .img a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.university-videos .list .img a:before {
	background: url('images/university/bg-videos-img.png') center no-repeat;
}

.university-videos .list .img a:after {
	box-shadow: inset 0 0 0 4px rgba(224,231,205,0.5);
}

/* navigation */

.university-videos .wp-pagenavi {
	border-top: solid #ddd 2px;
	padding: 20px 23px;
	margin: 0;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 0.75rem;
}

.university-videos .wp-pagenavi .pages {
	color: #999;
	border-right: 1px solid #DDD !important;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

.university-videos .wp-pagenavi li {
	display: inline;
}

.university-videos .wp-pagenavi a,
.university-videos .wp-pagenavi span {
	border: 0;
}

.university-videos .wp-pagenavi a,
.university-videos .wp-pagenavi .current {
	color: #2361A1;
	cursor: pointer;
	margin: 0;
	padding: 3px 5px;
	text-decoration: none;
}

.university-videos .wp-pagenavi a:hover {
	text-decoration: underline;
}

.university-videos .wp-pagenavi .current {
	background: #63AD2B;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: white;
	border: none;
	padding: 4px 5px;
}

.university-videos .wp-pagenavi li.arrow a {
	padding: 0 !important;
}


/* categories:
================================================================================= */

.university-aside {
	float: left;
	width: 209px;
	padding: 16px 0 22px 0;
}

.university-aside p {
	font-family: 'Yanone Kaffeesatz', 'Helvetica Neue', 'Helvetica', 'Arial';
	font-size: 2rem;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #619700;
	padding: 0 22px;
	margin-bottom: 1.467rem;
}

.menu-university {
	margin: 0 !important;
	padding: 0 8px 0 12px;
}

.menu-university .sub-menu {
	padding: 7px 0 10px 30px;
}

.menu-university li {
	list-style: none !important;
	margin: 0 0 10px 0;
	position: relative;
	padding: 0 8px 0 0;
}

.menu-university .sub-menu li {
	list-style: square !important;
	margin-bottom: 7px;
	padding-right: 0;
}

.menu-university li:last-child {
	margin-bottom: 0;
}

.menu-university a {
	display: block;
	text-decoration: none;
	padding: 3px 10px;
	color: #252525;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial';
	font-size: 1rem;
	line-height: 1.467rem;
	border-radius: 3px;
	border: solid #f1f3e5 1px;
	position: relative;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

.menu-university .sub-menu a {
	padding: 0;
	border: 0;
}

.menu-university > .current-menu-item > a,
.menu-university > .current-qs_university_video_category-ancestor > a,
.menu-university > li > a:hover {
	color: #fff;
	font-weight: bold;
	border: solid #8dc100 1px;
	border-bottom: solid #96988f 1px;
	background: #97cb0a;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3Y2IwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGMxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #97cb0a 0%, #8dc100 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97cb0a), color-stop(100%,#8dc100));
	background: -webkit-linear-gradient(top,  #97cb0a 0%,#8dc100 100%);
	background: -o-linear-gradient(top,  #97cb0a 0%,#8dc100 100%);
	background: -ms-linear-gradient(top,  #97cb0a 0%,#8dc100 100%);
	background: linear-gradient(to bottom,  #97cb0a 0%,#8dc100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97cb0a', endColorstr='#8dc100',GradientType=0 );
}


.menu-university .sub-menu .current-menu-item a,
.menu-university .sub-menu .current-qs_university_video_category-ancestor > a,
.menu-university .sub-menu li > a:hover {
	font-weight: bold;
}

.menu-university > li > a:after {
	content: '';
	display: block;
	position: absolute;
}

.menu-university > li > a:after {
	width: 12px;
	height: 100%;
	top: 0;
	right: -10px;
	z-index: 2;
}

.menu-university > .current-menu-item a:after,
.menu-university > .current-qs_university_video_category-ancestor > a:after,
.menu-university > li > a:hover:after {
	background: url('images/university/bg-aside-a.png') left center no-repeat;
	background-size: 10px 100%;
}


/* video:
================================================================================= */

.university-video {
	background: #f0f3e5;
}


/* content:
================================================================================= */

.university-content {
	background: #f0f3e5 url('images/university/bg-content.png') center bottom no-repeat;
	padding: 30px 46px 46px 46px;
	margin: 0 0 2.7rem 0;
	font-family: 'Georgia', 'Helvetica Neue', 'Arial';
	color: #000;
	font-size: 1rem;
}

.university-content-wistia {
	padding-top: 0;
}

.university-content h1 {
	color: #609600;
	text-align: center;
	font-family: 'Yanone Kaffeesatz', 'Helvetica Neue', 'Helvetica', 'Arial';
	font-size: 2.3125rem;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 25px 0;
	position: relative;
	background: url('images/university/bg-content-h1.png') center repeat-x;
}

.university-content h1 span {
	display: inline-block;
	background: #f0f3e5;
	padding: 0 10px;
}


/* transcript:
================================================================================= */

.university-transcript {
	width: 652px;
	margin: 0 auto 2.7rem auto;
	border: solid #ccc 1px;
	border-radius: 3px;
	position: relative;
	padding: 30px 30px 40px 30px;
	font-family: 'Georgia', 'Helvetica Neue', 'Arial';
	color: #000;
	font-size: 0.9375rem;
}

.university-transcript:before {
	content: '';
	display: block;
	width: 100%;
	height: 42px;
	background: url('images/university/bg-transcript.png') center no-repeat;
	position: absolute;
	top: -25px;
	left: 0;
}

.university-transcript h2 {
	font-family: 'Yanone Kaffeesatz', 'Helvetica Neue', 'Helvetica', 'Arial';
	font-size: 1.6875rem;
	line-height: 1em;
	color: #333;
	text-align: center;
	margin: 0 0 1.375rem 0;
	font-weight: normal;
}

.university-transcript p:last-child,
.university-transcript ul:last-child,
.university-transcript ol:last-child,
.university-transcript img:last-child {
	margin-bottom: 0;
}

.university-transcript h2 span {
	display: inline-block;
	position: relative;
}

.university-transcript h2 span:before,
.university-transcript h2 span:after {
	content: '';
	display: block;
	width: 30px;
	height: 23px;
	position: absolute;
	top: 3px;
	background: center no-repeat;
}

.university-transcript h2 span:before {
	background-image: url('images/university/bg-transcript-h2-before.png');
	left: -42px;
}

.university-transcript h2 span:after {
	background-image: url('images/university/bg-transcript-h2-after.png');
	right: -42px;
}


/* more:
================================================================================= */

.university-more {
	background: #e1e8cb url('images/university/bg-more.png') center top repeat-x;
	padding: 1.375rem;
	color: #333;
}

.university-more p {
	text-align: center;
	font-family: 'Yanone Kaffeesatz', 'Helvetica Neue', 'Helvetica', 'Arial';
	font-size: 1.6875rem;
	line-height: 1em;
	margin: 0 0 1.375rem 0;
}

.university-more a {
	display: block;
	margin: 0 auto;
	border: solid #fff 5px;
}

.university-more img {
	display: block;
}


/* member:
================================================================================= */

.university-member {
	background: #f0f3e5;
	padding: 5px 46px;
	text-align: right;
}

.archive .university-member {
	background: #e2ebcc;
}

.university-member p {
	margin: 0;
}

/* sorry:
================================================================================= */

.university-sorry {
	float: right;
	width: 603px;
	font-family: 'Georgia', 'Helvetica Neue', 'Arial';
	font-size: 0.9375rem;
	color: #040404;
	padding: 25px 23px;
}


/* access denied:
================================================================================= */

/*

.university-video-denied {
	height: 482px;
	width: 100%;
	padding: 1.375rem 2.75rem;
	display: table;
	text-align: center;
	background: #000;
	color: #fff;
	font-family: 'Yanone Kaffeesatz', 'Helvetica Neue', 'Helvetica', 'Arial';
	font-size: 2.3125rem;
	line-height: 1em;
	text-transform: uppercase;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.university-video-denied p {
	display: table-cell;
	vertical-align: middle;
}

.university-video-denied a {
	color: #ffe15c;
	text-decoration: none;
}

.university-video-denied a:hover {
	text-decoration: underline;
}

*/

/* truly social:
================================================================================= */

.university .trulysocial-horizontal {
	position: absolute;
	top: 1.375rem;
	left: 1.375rem;
}

.university .share_holder {
	opacity: 1 !important;
	visibility: visible !important;
}


/* media queries:
================================================================================= */

@media only screen and (max-width: 768px) {

	.full-width-content #content {
		width: 100%;
	}
	
	.university-search label {
		display: none;
	}
	
	.university-search {
		padding: 0 1.375rem;
	}
	
	.university-search form {
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	
	.university-search .search {
		width: 84.78873239437%;
	}
	
	.university-search .submit {
		width: 13.52112676056%;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	
	.university-main {
		background: none;
	}
	
	.university-videos {
		float: none;
		width: auto;
	}
	
	.university-videos .list {
		padding-right: 1.375rem;
		padding-left: 1.375rem;
		border-top: solid #ddd 2px;
	}
	
	.university-aside {
		float: none;
		width: auto;
		padding: 0.6875rem 1.375rem;
	}
	
	.university-aside p {
		font-size: 1.5635rem;
		margin: 0 0 0.6875rem 0;
		padding: 0;
	}
	
	.university-aside p:after {
		content: ':';
	}

	.menu-university,
	.menu-university .sub-menu {
		padding: 0;
	}
	
	.menu-university .sub-menu {
		display: inline-block;
	}
	
	.menu-university .sub-menu li:first-child:before {
		content: '(';
	}
	
	.menu-university .sub-menu li:last-child:after {
		content: ')';
	}

	.university-aside li {
		margin: 0;
		padding: 0;
		display: inline-block;
	}
	
	.university-aside li:after {
		content: ', ';
		display: inline;
		position: static;
	}
	
	.university-aside li:last-child:after {
		content: '';
	}

	.university-aside a {
		display: inline-block;
		padding: 0;
		border-radius: 0;
		border: 0;
		background: none;
		color: #2361A1;
		font-family: 'Georgia', 'Helvetica Neue', 'Arial';
		font-size: 0.9375rem;
		line-height: 1.467rem;
	}

	.menu-university .active > a,
	.menu-university .current-menu-item > a,
	.menu-university .current-qs_university_video_category-ancestor > a,
	.menu-university a:hover {
		color: #619700 !important;
		font-weight: normal!important;
		border: 0 !important;
		background: none !important;
	}
	
	.menu-university .active > a,
	.menu-university .current-menu-item > a,
	.menu-university .current-qs_university_video_category-ancestor > a {
		font-weight: bold !important;
	}

	.menu-university li a:after {
		display: none;
	}

	.university-sorry {
		float: none;
		padding: 1.375rem;
		border-top: solid #ddd 2px;
		width: auto;
	}
	
	.university-content {
		padding: 1.375rem;
	}
	
	.university-content-wistia {
		padding-top: 0;
	}
	
	.university-content h1 {
		margin-bottom: 1.375rem;
	}
	
	.university-transcript {
		width: auto;
	}
	
	.university-transcript {
		margin: 1.375rem;
		padding: 30px 1.375rem 1.375rem 1.375rem;
	}

}

@media only screen and (max-width: 480px) {
	
	.university-videos .list li {
		padding: 1.375rem 0;
		min-height: none;
		background: url('images/university/bg-videos-li.png') left bottom repeat-x;
	}
	
	.university-videos .list h2 {
		top: 0;
		margin-bottom: 0.6875rem;
	}
	
	.university-videos .list .img {
		position: static;
		margin-bottom: 0.6875rem;
	}
	
	.university-content h1 {
		background: none;
	}
	
	.university-content h1 span {
		padding: 0;
	}

}