/*
Theme Name: CUToday17
Author: CU Denver UComm
Description: CUToday17 was created specifically for the Today Newsrooms published by University of Colorado Denver | Anschutz, Department of University Communications.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cudenver17
*/


body {
	word-wrap: normal;
	padding-top: 0;
}
.clearfix {
	clear: both;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}
/* Clearing */
.clear {
	clear: both;
}
/* Navigation */

.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:active>a:after {
	border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 4px 0 4px 4px;
	-moz-border-radius: 4px 0 4px 4px;
	border-radius: 4px 0 4px 4px;
}
/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
	margin-bottom: 2em;
}
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
	padding-left: 15px;
}
/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
	display: none;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
	margin-left: 1.5em;
}
/**
* Some WP Theme Repository requirements
*/

.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.entry-meta {
	clear: both;
}
/* -----------------------------------------------------*/
/* CUTODAY17 Custom Styles
/* -----------------------------------------------------*/

/* -----------------------------------------------------*/
/* START Custom Global Styles 
/* -----------------------------------------------------*/



body, p, li, em, span, div, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
a {
	color: #333;
	text-decoration: none;
}
a:focus, a:hover {
	color: #333;
	text-decoration: underline;
}
a:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}
#post-content p a, #post-content div a, #post-content li a, #post-content span a {
	color: #337ab7;
}
#post-content p a:focus, #post-content div a:focus, #post-content li a:focus, #post-content span a:focus, #post-content a:hover, #post-content p a:hover, #post-content div a:hover, #post-content li a:hover, #post-content span a:hover {
	color: #23527c;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-family: source_sans_probold, Arial, Helvetica, sans-serif;
	color: #333;
}
h1, h1 a {
	font-size: 36px;
}
h2, h2 a {
	font-size: 26px;
}
h3, h3 a {
	font-size: 22px;
}
h4, h4 a {
	font-size: 18px;
}
h5, h5 a {
	font-size: 14px;
}
h6, h6 a {
	font-size: 12px;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
	font-size: inherit;
}
.container {
	width: 100% !important;
	max-width: 1230px;
}
#post-content ul li {
	padding-bottom: 5px;
}
.main-content {
/*margin-top: 196px;*/
}

/* -----------------------------------------------------*/
/* Adjust Bootstrap Hidden Class
/* -----------------------------------------------------*/

@media (max-width:840px) {
.hidden-sm {
	display: none;
}
}

@media (max-width:640px) {
.hidden-xs, .hidden-sm {
	display: none;
}
}
/* -----------------------------------------------------*/
/* Global Sticky Header 
/* -----------------------------------------------------*/


.stickme {
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
}
.globalBar {
	display: block;
}
.globalBar #CU {
	float: left;
	margin-right: 6px;
	max-width: 30px;
}
#mainLogo h1 {
	float: left;
	font-size: 1.5em;
	font-weight: 300;
	margin-top: 3px;
	margin-bottom: 0;
	color: #fff;
}
#mainLogo .lwp {
	padding-left: 15px;
}
#masthead .site-header {
	background-color: #222;
}
#localheaderWrapper {
	margin-top: 50px;
}
.localHeader h2, .localHeader h2 a, .localHeader h2 a:active, .localHeader h2 a:link {
	color: #fff;
	margin: 25px 0;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}
.container .site-quicklinks {
	background: #FFFFFF;
}

nav.main-menu {
    background-color: #000;
    color: #fff;
	border-color: #333;}

nav.main-menu ul.links li a {
    color: #fff;
}
nav.main-menu ul.links li a:hover {
    background-color: #222;
}
	
.site-navigation {
	padding-bottom: 0 !important;
}
.site-navigation .navbar-default .navbar-nav a {
	color: #e5e5e5;
	font-size: 14px;
	border-bottom: 4px solid #1E1E1E;
	padding-bottom: 10px;
}
.site-navigation .navbar-default .navbar-nav a:hover {
	border-bottom: 4px solid #d0b977 !important;
	color: #ffffff;
}
.site-navigation .navbar {
	margin-bottom: 0;
}
.site-navigation .navbar-default {
	background-color: inherit;
	border: none;
}
.site-navigation-row {
	border-top: none; /* 1px solid #313131; */
	padding-top: 0 !important;
}
.site-header {
	background-color: #FFFFFF;
	line-height: initial;/* ANSCHUTZ: border-top:1px solid #ddd; */
}
.site-branding h1 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
}
.site-branding h1 a {
	color: #e5e5e5;  /*ANSCHUTZ: #7b704e */
	border: none !important;
}
.site-branding h1 a:hover {
	color: #fff !important; /*ANSCHUTZ: #000000 */
	border: none !important;
}
.header-cta {
	margin-left: 20px;
	margin-top: 15px;
	float: right;
	display: none;
}
.cta-menu {
	float: right;
	text-align: right;
}
.cta-menu ul.links {
	width: auto;
	float: right;
	padding-right: 0;
}
.cta-menu ul.links li a {
	font-size: 14px;
	text-transform: capitalize;
}
.header-cta .cta-btn {
	background-color: #cfb87c;
	padding: 7px 20px;
	border-radius: 4px;
}
.header-cta a {
	font-size: 13px;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
}
.header-cta a:hover {
	background-color: #f4d890;
	text-decoration: none;
}

@media (max-width: 991px) {
.main-content {
	margin-top: 50px;
}
}

@media (max-width: 768px) {
#localheaderWrapper {
	margin-top: 0;
}
.stickme {
	/*margin-left: -13px;
	padding-left: 13px;*/
	position: absolute;
	margin: 0;
	left: 0;
	right: 0;
	/*overflow: auto;*/
}
.main-content {
	margin-top: 50px;
}
#mainTopNav {
	height: inherit;
}
}

@media (min-width: 680px) {
.header-cta {
	display: block;
}
}

@media (max-width: 620px) {
#mainLogo h1 {
	display: block !important;
	font-size: .99em;
}
#mainLogo h1 strong {
	display: block;
}
}
/* -----------------------------------------------------*/
/* START Search Form in Header 
/* -----------------------------------------------------*/

.search-header {
	padding-top: 3px;
	width: 260px;
	float: right;
}
.search-header ul, .search-header li {
	padding: 0;
	margin: 0;
}
.search-header input {
	font-size: 14px;
	font-weight: normal;
	padding: 4px 8px;
	border-radius: 4px;
	border: 1px solid #a0a0a0;
	min-height: 32px;
}
/* -----------------------------------------------------*/
/* START Adjustments to Responsive Menu plugin 
/* -----------------------------------------------------*/

#responsive-menu-title {
	padding: 13px !important;
}
/* Remove search box that comes with the responsive menu plugin */
#responsive-menu-additional-content .responsive-search {
	color: #333333;
}
#responsive-menu-additional-content .responsive-search .rs-title {
	margin-bottom: 6px;
	font-size: 14px;
	color: #e5e5e5;
}
/* -----------------------------------------------------*/
/* START Homepage News Items 
/* -----------------------------------------------------*/
#home-hero-news {
	margin-top: 30px;
	margin-bottom: 30px;
}
#home-featured-news, #home-category-news, #home-more-news {
	margin-bottom: 30px;
}
.topnews-container.feature .topnews-content {
	background-color: #FFF;
	display: table;
	padding-bottom: 25px;
	border: 1px solid #ddd;
}
.topnews-container.last {
	padding-bottom: 24px;
}
.topstories-card {
	background-color: #FFF;/*display: inline-block;*/
}
.topnews-container .topnews-img {
/*position: relative;*/
	
}
.topnews-container .topnews-img img {
	width: 100%;
	
	
}

.ts-img {
	/*max-height:212px;*/
	overflow: hidden;
}
.topnews-img .topnews-cat {
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	padding: 12px;
	text-shadow: 0px 0px 3px #555;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.topnews-cat.blackcat {
	text-shadow: none;
}
.topnews-cats {
	clear: both;
}
.topnews-cat ul {
	list-style: none;
	margin-left: 0;
	float: right;
	text-align: right;
}
.topnews-container .topnews-cat li {
	margin-right: 15px;
}
.topnews-author, .topnews-date {
	font-size: 12px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 10px;
}
.topnews-cats a, .tagcloud a.tag-cloud-link {
	font-size: 11px !important;
	color: #777;
	padding: 3px 5px;
	background-color: #efefef;
	border: 1px solid #e5e5e5;
	border-left: 3px solid #e2e2e2;
	margin: 0 3px 6px 0;
	display: inline-block;
}
.topnews-textbox {
	position: relative;
	width: 590px;
}
.topnews-text {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	height: 100%;
}
.topnews-excerpt .short-excerpt {
	margin-bottom: 0;
}

.topnews-container .topnews-author {
	border-left: 1px solid #999;
	padding-right: 6px;
	margin-right: 6px;
	padding-left: 10px;
	clear: right;
}
.topnews-container .topnews-cat a {
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	background-color: rgba(0,0,0,0.6);
	padding: 3px 8px;
}
.topnews-container .topnews-excerpt {
	clear: both;
}

.news-list h4 {
	margin-bottom: 5px;
}
.news-list .topnews-author, .news-list .topnews-date, .news-list .topnews-cat {
	margin-top: 0px;
}
.hero-text h1 {
	margin-top: 0;
	line-height: 100%;
}
.hero-text h1 a {
	font-size: 30px;
	font-weight: bold;
}
.hero-text h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 100%;
}
.hero {
	background-color: #FFF;
	margin-bottom: 20px;
}
.topnews-container .latestnews h3, .category-header h3 {
	padding: 10px 0px;
	margin: 15px 0;
	border-bottom: 4px solid #ceb56d;
}
.topnews-container .news-list {
	padding: 0
}
.news-list ul {
	padding-left: 0;
}
.news-list ul li {
	list-style: none;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 15px;
	margin-top: 0;
}
.news-list ul li a {
	font-weight: bold;
}
.news-list .feed-source {
	font-style: italic;
}
.news-list .feed-source a {
	font-weight: normal;
}

.category-header a:hover::after{
    content: " »";
    font-size: 22px;
	color: #333;
    line-height: .8em;
    position: absolute;
    margin-top: 1px;
    margin-left: 4px;
}

.category-news .btn {
	white-space: initial;
	border-radius: 0;
	font-size: 16px;
	padding: 6px 14px;
	background-color: #cfb87c;
	background-image: none;
	color: #222;
	border: 0 solid transparent;
	margin-top: 15px;
}
.category-news .btn:hover {
	background-color: #c8ad6a
}
.category-container {
	border: 0px;
	margin-bottom: 30px;
	padding: 0;
}
.category-container article {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0;
}
.category-container h3 {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	font-family: inherit;
}
.category-container h4 {
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.category-container h4 a {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.category-container .cat-top-news img {
	width: 100%;
	height: auto;
}
.category-container .cat-sub-news h4 {
	font-size: 16px;
}
.category-container .cat-sub-news h4 a {
	font-size: inherit;
}

@media (max-width:1200px) {
.category-container h3 {
	font-size: 18px;
}
}
.archive-news .page-header {
	border: 0;
}
.archive-news .topnews-container h2 {
	margin: 0;
	font-weight: bold;
	color: #333;
	font-family: inherit;
}
.archive-news .topnews-container h2 a {
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
}
.archive-news .topnews-container .subhead {
	font-size: 16px;
	font-weight: normal;
}
.archive-news ul {
	padding: 0;
}
.archive .page-title .vcard {
	font-size: 30px;
}
.short-excerpt .read-more::after {
	content: " »";
	font-size: 16px;
	line-height: 1.1em;
	position: absolute;
	margin-top: 1px;
	margin-left: 4px;
	text-decoration: none;
}
 .short-excerpt .read-more::after:hover {
text-decoration: none;
}
.archive-news ul li {
	border: 0;
	padding-bottom: 15px;
	margin-top: 14px;
	margin-bottom: 15px;
	display: inline-block;
	list-style: none;
}
.archive-news .divider {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 15px;
	padding: 15px 0 0 0;
	clear: both;
	display: block;
}
.topnews-container h2 {
	margin-top: 5px;

margin-bottom: 5px;
}
.topnews-container h1 a {
	font-size: 30px;
	font-weight: bold;
}
.topnews-container h2 a {
	font-weight: bold;
}
.topnews-container h3 a {
	font-weight: bold;
}

.topnews-container p {
	font-size: 14px;
}
.topnews-content {
	height: 100%;
	margin-bottom: 15px;
	line-height: 1.428571429;
	background-color: #fff;
}

@media (max-width: 992px) {
.hero-text {
	padding-top: 15px;
}
}

@media (max-width: 768px) {
.category-container h4 {
	margin-top: 0;
}
.topnews-container .topnews-excerpt {
	width: 100%;
}
.topnews-content {
}
.topnews-container {
	margin-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
}
}

@media (max-width: 580px) {
.topnews-container .hero-img-box {
	padding-left: 15px;
	padding-right: 15px;
}
.topnews-container .hero-img {
	position: relative;
	width: 100%;
	height: 225px;
	overflow: hidden;
}

	
.topnews-container .hero-img .topnews-img img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	max-width: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
}

@media (max-width: 480px) {
	.home .main-content h2, .home .main-content h2 a {font-size:18px;}
	.home .main-content h3, .home .main-content h3 a {font-size:18px;}
	.home .main-content h4, .home .main-content h4 a {font-size:16px;}
	.archive .main-content h2, .archive .main-content h2 a {font-size:18px;}
	
}
/* -----------------------------------------------------*/
/* START Home Page Post Content
/* -----------------------------------------------------*/

.home-post-content {
	display: none;
}
/* -----------------------------------------------------*/
/* START Single Post Page
/* -----------------------------------------------------*/


.main-content header {
	background-color: #FFF;
}
.post header {
	background-color: transparent;
}
.single-post .main-content {
	padding-top: 0;
}
#post-content hr {
	clear: both;
	border-top-color: #999;
	padding: 0;
}
#post-content {
	margin-top: 15px;
}
#post-content .related-post hr {
	clear: none;
}
#post-content .related-post .related-heading {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 5px;
}
#post-content .related-post a {
	font-weight: normal;
	color: #333;
}
#post-sidebar .related-post {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 15px 15px 5px 15px;
}
#post-sidebar .related-post .related-heading, .post-related-mobile .related-heading {
	font-size: 20px;
	font-weight: 700;
	display: block;
}
#post-sidebar .related-post ul {
	padding-left: 15px;
}
#post-sidebar .related-post li {
	padding: 5px 0 10px 0;
}
#post-sidebar .related-post a {
	font-weight: normal;
}
.post-related-mobile {
	display: none;
}
#post-content .post-tax span {
	font-weight: bold;
}
.post-body {
	margin-top: 15px;
}
/* Hero Image */
.post .hero-header .hero-image {
	position: relative;
}

#herocap {

	margin: 0 0 20px 0;
	
}
#herocap .wp-caption-text, .hero-image .wp-caption-text {
	background-color: #f2f2f2;
	font-size: 12px;
	padding: 10px 15px;
	text-align: right;
	width: 100%;
}

.post .hero-header .hero-headline {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 15px;
	bottom: 0;
	width: 100%;
}
.post .post-headline h2 {
	font-size: 24px;
	font-weight: 300;
	margin-top: 10px;
}
.post .hero-header h1, .post .hero-header h2 {
	color: #000;
}
.post-tax-mobile, .post-print-mobile {
	display: none;
}

@media (max-width: 991px) {
.post-tax, #post-sidebar .post-related, .post-print {
	display: none;
}
.post-tax-mobile, .post-related-mobile, .post-print-mobile {
	display: block;
}
.post-related-mobile .related-post {
	margin-left: 0;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 15px 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.tax-links {
	margin-top: 15px;
}
.post .hero-header .hero-headline {
	position: relative;
	padding: 0 0 0 0;
}
}

/* -----------------------------------------------------*/
/* START Adjustments to post image captions, pullquotes 
/* -----------------------------------------------------*/

@media (max-width: 1200px) {
.single-post p img {
	float: left;
	padding: 0;
	margin: 0 15px 30px 0;
}
/*.single-post .wp-caption img{
		padding:inherit;
	margin: inherit;
	}*/

.single-post .wp-caption {
	float: left;
	display: block;
	padding: 0;
	margin: 0 15px 30px 0;
}
/*.single-post .wp-caption img {
	border: none;
	padding: 0;
}*/

.single-post .wp-caption p {
	font-size: 12px;
}
.perfect-pullquote blockquote p a {
	font-size: 100%;
}
.wp-caption .wp-caption-text {
	text-align: left;
	padding-left: 0
}
}
/* -----------------------------------------------------*/
/* START Post page: if featured image <= 900 */
/* -----------------------------------------------------*/



.ph-meta {
	text-align: left;
	font-size: 12px;
	color: #333;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 15px;
	border: 1px solid #999;
	border-left: 0;
	border-right: 0;
}
.ph-meta .post-author {
	display: block;
	font-weight: bold;
	font-size: 16px;
}
.ph-meta .post-author-dept {
	display: block;
}
#author-date {
	width: 16%;
	position: absolute;
	z-index: 2;
	top: 0;
	display: block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-left: 0;
	margin-right: 0
}
#author-date .ph-meta {
	font-size: 12px;
	padding: 0;
}
#author-date .ph-meta .printfriendly {
	padding-left: 0;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
#author-date .ph-meta .printfriendly img {
	padding: 0;
	margin: 15px;
	margin-left: -7px;
}
.tax-links {
	margin-bottom: 15px;
}
.tax-links .tax-heading {
	font-size: 20px;
	font-weight: 700;
	display: block;
}

.post-thumbnail {
	position: relative;
	text-align: center;
	padding: 0;
}
.left-img {
	position: relative;
	float: left;
	margin-left: -205px;
}

@media (max-width: 991px) {
.ph-meta {
	margin-bottom: 15px;
	margin-top: 0;
	padding: 0;
	border: 0;
}
}

/* -----------------------------------------------------*/
/* START Post page: if featured image >= 900 */
/* -----------------------------------------------------*/
@media (min-width: 900px) {
.large-thumb .post-headline {
	position: absolute;
	bottom: 15%;
	left: 50%;
	height: 30%;
	width: 50%;
	margin: -15% 0 0 -25%;
	padding: 10% 0;
	text-align: center;
}
.large-thumb .post-headline h1, .large-thumb .post-headline h2 {
	color: #FFF;
	max-width: 800px;
	margin: auto;
	text-align: center;
	text-shadow: 0px 0px 15px #888;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
	background: rgba(0, 0, 0, 0.30);
	padding: 15px;
}
.large-thumb .ph-meta {
	text-align: center;
	color: #FFF;
	text-shadow: 0px 0px 5px #888;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
}
.large-thumb .post-thumbnail {
	position: relative;
	text-align: center;
	padding: 0;
}
.large-thumb .post-subhead {
	margin-top: 60px;
}
/*.single-post .container-fluid {overflow: hidden;}*/
.large-thumb .post-headline {
	padding-left: 15px;
	padding-right: 15px;
}
.wp-caption.feat-img {
	max-width: 588px;
}
/* -----------------------------------------------------*/
/* START Post categories/tags meta and edit links in footer */
/* -----------------------------------------------------*/

.cats-tags {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.cats-tags a {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.entry-meta .edit-links a {
	float: right;
	color: #CCCCCC;
	clear: both;
	font-size: 14px;
}
/* -----------------------------------------------------*/
/* START Article Footer: Author info below posts */
/* -----------------------------------------------------*/
article footer {
	background-color: transparent;
	text-align: inherit;
	padding: 0;
	margin: 15px 0;
	border: 0;
}

article footer .author-plug a {
	font-weight: bold;
}

@media (min-width: 992px) {
#post-content {
	display: inline;
}
}
/* -----------------------------------------------------*/
/* START Post pager links */
/* -----------------------------------------------------*/
article footer .pager {
	padding-left: 15px;
}
.pager .nav-previous a {
	background-image: url(images/icons/prevpost.png);
	background-position-y: center;
}
.pager .nav-next a {
	background-image: url(images/icons/nextpost.png);
	background-position: right;
	background-position-y: center;
}
.pager .nav-previous a, .pager .nav-next a {
	background-repeat: no-repeat;
	border: none;
	border-radius: 0;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
.pager .previous a {
	padding-left: 35px;
}
.pager .next a {
	padding-right: 35px;
}
.pager .nav-previous a:hover, .pager .nav-next a:hover {
	border: none;
	background-color: #FFF;
	color: #999;
}
.pager span {
	display: none;
}

.pager .nextprevlinks .nextlink {
	text-align: right;
}
.nextprevlinks .prevlink {
	text-align: left;
}
/* -----------------------------------------------------*/
/* START Related Posts in footer of post pages >>>>>>>>>>>>>>>>> CHECK >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* -----------------------------------------------------*/

.container-fluid.releated-posts-ucd {
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}
.rp-list {
	padding: 24px 0;
}
.rp-list h2 {
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	padding: 24px;
}
/* -----------------------------------------------------*/
/* START Social Stream */
/* -----------------------------------------------------*/


/* -----------------------------------------------------*/
/* START Knee */
/* -----------------------------------------------------*/

.knee {
	background-color: #f2f2f2;
	margin-bottom: 0;
	padding: 30px 0;
	border-top: 1px solid #cfb87c;
}
/* Footer 1 */

.site-footer .top-posts {
	padding-top: 40px;
	padding-bottom: 40px;
}
.site-footer-inner h2, .site-footer-inner h3, .site-footer-inner h4 {
	font-weight: 900;
	border-bottom: 3px solid #d0b977;
	padding: 15px 15px 15px 0;
	text-transform: uppercase;
	font-size: 24px;
}
.top-posts ul, .top-posts ul ul {
	list-style-type: none;
	padding-left: 0;
	font-size: 14px;
}
.top-posts ul, .top-posts ul a {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.top-posts ul, .top-posts ul li {
	margin-bottom: 20px;
}
.top-posts .tp-author, .top-posts ul, .top-posts ul span {
	font-weight: normal;
	color: #999;
}
/* -----------------------------------------------------*/
/* START Find Article Search/Filter +  Listings */
/* -----------------------------------------------------*/


.results-data {
	font-size: 18px;
}
.results-data .pagination, .results-data .pagination a {
	font-size: 14px;
	text-align: right;
	float: right;
}
.results-data .pagination .nav-previous {
	float: left;
	padding-right: 15px;
}
.results-data .pagination .nav-previous a {
	padding-right: 15px;
	border-right: 1px solid #999;
}
.results-data .pagination .nav-next {
	float: right;
}
.sfbox {
	margin-top: 40px;
}
.searchandfilter ul {
	border-radius: 0;
	box-shadow: none;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 19px;
	margin-top: 20px;
}
.searchandfilter input, .searchandfilter label, .searchandfilter select, .searchandfilter option {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
}
.searchandfilter select {
	min-height: 32px;
}
.pix-load-more input {
	width: 100%;
}
.sidebar input {
	padding: 4px 8px;
	border-radius: 2px;
	border: 1px solid #a0a0a0;
	min-height: 32px;
}
.sidebar .sf-field-tag {
	display: none;
}
/* -----------------------------------------------------*/
/* START Author Bio Info */
/* -----------------------------------------------------*/
.author-plug {
}
.author-plug .ap-info {
	display: table;
}
.author-plug .ap-info .author-name {
	text-transform: uppercase;
	font-weight: 900;
}
.author-plug .ap-info p {
	font-size: 14px;
	margin: 10px 0;
	line-height: 20px;
}
.ap-avatar {
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 6em;
	float: left;
	margin: 12px 24px 0 0;
}
.ap-avatar img {
	max-height: 100%;
	max-width: none;
	left: -5px;
	position: relative;
	margin: auto;
}
/* -----------------------------------------------------*/
/* START Contact Forms */
/* -----------------------------------------------------*/

.StoryDetails {
	width: 100%;
}
/* -----------------------------------------------------*/
/* START Page Headers */
/* -----------------------------------------------------*/


#content .entry-title span, #content .page-title span {
	font-weight: normal;
	font-size: 30px;
}
/* -----------------------------------------------------*/
/* START Sidebar */
/* -----------------------------------------------------*/
#sidebar {
	margin-top: 40px;
}
#sidebar h4 {
	font-size: 20;
	font-weight: bold;
}
.archive-page #sidebar .widget {
	border: 1px solid #ddd;
	padding-top: 0;
}
.archive-page #sidebar .widget div {
	padding: 15px;
}
.archive-page #sidebar .widget h4 {
	background-color: #000;
	border-bottom: 1px solid #ddd;
	color: #ffffff;
	padding: 15px;
	margin-top: 0;
	text-transform: uppercase;
}
#sidebar .widget_nav_menu ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	margin-left: 0;
	padding: 0 0 10px 0;
	list-style: none;
}
#sidebar .widget_nav_menu ul li li {
	list-style: circle;
	margin-left: 20px;
	padding-left: 0;
	padding-top: 5px;
}

.sidebar {
	margin-top: 50px;
}
.sidebar .widget {
	background-color: #f4f4f4;
	border: 1px solid #d1d1d1;
	padding: 0 24px 24px 24px;
}
.sidebar .widget_search {
	background: none;
	border: none;
	padding: 0;
}
.sidebar .widget_search .top-searchbox {
	float: right;
	margin-left: -9000px;
}
.sidebar .widget_search .sidebar-searchbox {
	float: right;
	margin-left: -9000px;
}
.sidebar .widget_search input {
	width: 100%;
	padding: 8px 40px 8px 20px;
	border: 1px solid #d1d1d1;
	border-radius: 20px;
}
.sidebar .sidebar-search-icon {
	position: relative;
	left: 25px;
	top: 6px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: transparent url(images/icons/searchButton.png) no-repeat scroll center center;
}
.sidebar .widget_search #searchsubmit {
	margin-left: -5000px;
	display: none;
}
.sidebar .widget_search form label, .sidebar .widget_search form label input {
	width: 100%
}
.sidebar .widget h3 {
	font-size: 20px;
	font-weight: 900;
	color: #1e1e1e;
	padding-bottom: 2px;
}
.sidebar ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.sidebar ul li {
	position: relative;
	display: block;
}
.sidebar .widget li a {
	padding: 18px 12px;
	border-top: 1px solid #d1d1d1;
	font-weight: 900;
	font-size: 16px;
	color: #1e1e1e;
	text-align: center;
	position: relative;
	display: block;
}
.sidebar .widget li a:hover {
	background-color: #d0b977;
	text-decoration: none;
}
.sidebar .widget .jaw_years {
	text-align: left;
}
.sidebar .widget .jaw_years a {
	padding-left: 12px;
}
/* --------------------------------------------------*/
/* ------------>>> PAGE NAV LINKS <<<-------------*/
.nav-links {
	background-color: #000;
	padding: 5px 0;
}
.nav-links a, .nav-links span {
	background-color: #000;
	padding: 6px 8px;
}
.nav-links .page-numbers {
	color: #e7e7e7;
}
.nav-links .prev, .nav-links .next {
	border: 1px solid #ddd;
	background-color: #FFF;
}
.nav-links .page-numbers:hover {
	color: #e1e1e1;
}
.nav-links .prev:hover, .nav-links .next:hover {
	color: #000;
	background-color: #e7e7e7;
}
.nav-links .current {
	color: #FFF
}

/* --------------------------------------------------*/
/* ------------>>> University Footer <<<-------------*/

.site-footer .fluidFooter {
	background-color: #1e1e1e;
}

/* --------------------------------------------------*/
/* ------------>>> Search box in header <<<-------------*/

.search-form .form-group {
	float: right !important;
	transition: all 0.35s, border-radius 0s;
	width: 32px;
	height: 32px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: 25px;
	border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
	padding-right: 20px;
	border: 0 none;
	background: transparent;
	box-shadow: none;
	display: block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
 display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
 display: none;
}
.search-form .form-group:hover, .search-form .form-group.hover {
	width: 100%;
	border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
	position: absolute;
	top: -3px;
	right: -2px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #3596e0;
	left: initial;
	font-size: 14px;
	background: transparent url('images/icons/searchButton.png') no-repeat scroll center center;
}
/*----------------------------------------------------------*/
/*------------ Bootstrap Content Adjustment ----------------*/

.col-half-offset {
	margin-left: 4.166666667%
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
	width: 20%;
	float: left;
}
}

@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	float: left;
}
}

@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	float: left;
}
}

@media (max-width: 416px) {
.col-xxs-12 {
	width: 100% !important;
}
.col-xxs-4 {
	width: 33.33333333% !important;
	float: left;
}
.col-xxs-5 {
	width: 41.66666667% !important;
	float: left;
}
.col-xxs-6 {
	width: 50% !important;
	float: left;
}
.col-xxs-7 {
	width: 58.33333333% !important;
	float: left;
}
.col-xxs-8 {
	width: 66.77777777% !important;
	float: left;
}
.col-xxs-push-7 {
	left: 58.33333333%;
}
.col-xxs-push-8 {
	left: 66.66666667%;
}
.col-xxs-pull-5 {
	right: 41.66666667%
}
.col-xxs-pull-4 {
	right: 33.33333333%;
}
.col-xxs-push-0 {
	left: 50%;
	left: auto !important;
}
.col-xxs-pull-0 {
	right: 50%;
	right: auto !important;
}
.col-xs-12.artbox {
	width: 50%;
}
.topnews-img {
	padding-left: 0;
}
}
.container-fluid {
/*	padding-right: 0;
	padding-left: 0;*/
}

/*@media (min-width: 1200px) {
.container {
	width: 1170px;
}
p {
	margin-bottom: 25px;
}
}

@media (min-width: 1280px) {
.container {
	width: 1224px;
}
}*/

@media (min-width: 780px) {
p {
	margin-bottom: 20px;
}
}
.page-template-page-home .main-content {
	background-color: #FFFFFF;
}
.navbar {
	margin-bottom: 0;
}
/*------------------------------*/
/*---------Top Search Box_______*/

.top-search-box {
	margin: 2px;
	float: right;
	-webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
	transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	border: none;
	cursor: pointer;
	background: #ebebeb;
}
.top-search-box + label .top-search-icon {
	color: #333;
}
.top-search-box:hover {
	color: white;
	background: #c8c8c8;
	box-shadow: 0 0 0 1px #3d4752;
}
.top-search-box:hover + label .top-search-icon {
	color: white;
}
.top-search-box:focus {
	-webkit-transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
	transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
	border: none;
	outline: none;
	box-shadow: none;
	padding-left: 30px;
	cursor: text;
	width: 250px;
	border-radius: auto;
	background: #ebebeb;
	color: #333;
}
.top-search-box:focus + label .top-search-icon {
	color: #333;
}
.top-search-box:not(:focus) {
	text-indent: -5000px;
}
#top-search-submit {
	position: relative;
	left: -5000px;
}
.top-search-icon {
	position: relative;
	left: 25px;
	top: 6px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: transparent url('images/icons/searchButton.png') no-repeat scroll center center;
}
.top-searchbox {
	float: right;
}

@media (max-width: 768px) {
.topnews-container .topnews-img .topnews-cat {
	display: none;
}
}

@media (max-width: 768px) {
.news-mast .news-cat {
	display: none;
}
}
.page-template-page-hometest .main-content {
	padding-top: 28px;
	background-color: #FFFFFF;
}
.news-mast {
	position: relative;
	width: 100%;
}
.news-mast .news-img img {
	width: 100%
}
.news-mast .news-cat {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 12px;
}
.news-mast .news-cat a {
	float: right;
	padding: 3px 9px;
	font-size: 12px;
	color: #FFF;
	display: inline;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
}
.news-byline {
	font-size: 14px;
	padding: 0 24px;
}
.news-byline .news-author {
	border-right: 1px solid #999;
	padding-right: 8px;
	margin-right: 8px;
}
.news-info {
	background: #FFF
}
.news-head h1, .news-head h4 {
	margin: 0;
	padding: 12px 24px;
	line-height: 24px;
}
.news-head h1 a, .news-head h4 a {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}
.news-info .news-excerpt {
	padding-top: 6px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 18px;
}
.news-excerpt p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.news-social .topnews-ratings, .news-social .topnews-share {
	float: left;
}
.news-social .topnews-share {
	margin-left: 2px;
}
.news-social .socialbugs {
	float: right;
	padding-right: 24px;
}

@media (max-width: 768px) {
.news-social .socialbugs {
	float: left;
}
}
.new-media {
	position: relative;
	padding-bottom: 46.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.new-media iframe, .new-media object, .new-media embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*------ Related Stories --------*/
     
.card-row-flex, .card-row-flex > div[class*='col-'] {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex: 1 1 auto;
}
.card-row-flex-wrap {
	-webkit-flex-flow: row wrap;
	align-content: flex-start;
	flex: 0;
}
.card-row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	margin: -.2px; /* hack adjust for wrapping */
}/*
.container-flex > div[class*='col-'] div, .card-row-flex > div[class*='col-'] div {
	width: 100%;
}

.flex-col {
	display: flex;
	display: -webkit-flex;
	flex: 1 100%;
	flex-flow: column nowrap;
}
.flex-grow {
	display: flex;
	-webkit-flex: 2;
	flex: 2;
}

.rs-block {
	background-color: #FFF;
	margin-bottom: 24px;
}
.rs-block .rs-img {
	width: 100%;
	max-width: inherit;
	margin: auto;
	max-height: 135px;
    overflow-y: hidden;
}
.rs-block .rs-img img {
	width: 100% !important;

.rs-text {
	padding: 12px 24px 48px 24px;
}

.rs-text .rs-date {
	font-size: .8em;
	color: #777;
}
.rs-excerpt p {
	font-size: 14px;
	padding-top: 12px;
}
.rs-social {
	position: absolute;
	bottom: 40px;
}}*/
.rs-list ul li {
	border: none;
}
.rs-img {
	margin-bottom: 10px;
}
.rs-img img {
	width: 100%;
	height: auto;
}
.rs-text a {
	font-size: 14px;
	list-style: none;
	font-weight: 900;
}

@media (max-width: 416px) {
.rs-img {
	padding-left: 0;
	margin-bottom: 0;
}
}

@media (min-width: 992px) {
.rs-list .col-md-3 {
	width: 25%;
	max-width: 25%;
	margin-left: auto !important;
	margin-right: auto !important;
}
.rs-text a {
	font-size: 18px;
}
}
/*------ END Related Stories --------*/  

/*------ Storify iFrame -------------*/

.storify iframe {
	width: 100% !important;
	max-width: 100% !important;
}
/*------ END Storify iFrame -------------*/

/*------ UCD Slides (from old site) -------------*/

.ucd-slides {
	text-align: center;
}
.ucd-slides img {
	margin: 12px;
	text-align: center;
}
/*------ END UCD Slides (from old site) -------------*/

 /*----------ADD IMAGE OUTLINE IN POSTS ------------------*/
.postcopy img.outline {
	border: 1px solid #666;
}
/* 2017 Ankle ------------------------------------- */
.ankle t-ankle {
	border-width: 1px 0 0;
	border-style: solid;
	text-align: center;
	padding: 30px;
}
.t-ankle {
	background: #222;
	border-top: 2px solid #cfb87c;
	margin-top: 0;
}

.t-ankle p, .t-ankle h3, .t-ankle h4, .t-ankle h5, .t-ankle h6, .t-ankle div, .t-ankle span, .t-ankle a, .t-ankle a:focus, .t-ankle a:hover {
	color: #fff;
}
.t-ankle .t-localFooterLinkCol li {
	margin-bottom: 10px;
}
.ankle {
	padding: 30px 0 60px;
}
.ankle, nav.priorityPlus {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
#cuicContainer {
	position: relative;
	margin-right: 15px;
}
#cuic {
	bottom: -10px;
	position: absolute;
	right: 0;
	width: 400px;
}
@media (max-width: 768px) {
.ankle ul, .t-localFooterLinkCol {
	width: 100%;

text-align: center;

float: none;

display: inline-block;
	}
}
/* END Ankle ------------------------------------- */
/* 2017 Footer ------------------------------------- */
.site-footer {
	border-width: 1px 0 0;
	border-style: solid;
	text-align: center;
	padding: 30px;
	background-color: black;
	color: #aaa;
}
.site-footer a {
	color: #fff;
}
.site-footer a:hover {
	color: #fff;
}
.t-footer {
	border-color: #cfb87c;
	background-color: #000;
}
.t-footer p {color: #aaa;}
.t-footer a:link, .t-footer a:visited {
	color: #aaa;
}
.t-footer a:hover, .t-footer a:active {
	color: #fff;
}
.t-footer a strong {
	color: #fff;
}
.footerContainer {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}
/* END Footer ------------------------------------- */
/* 2017 Footer Links ------------------------------------- */

/* 2017 Wordpress Embed Facebook ------------------------------------- */
/*.wef-default {
	margin-left: 16.66666667%;
    width: 66.66666667%;
    padding-left: 5px;
    padding-right: 5px;}*/


.fb_iframe_widget {
	width: 100% !important;
	margin-top: 10px;
	margin-bottom: 20px !important;
}
.fb_iframe_widget iframe, .fb_iframe_widget span {
	width: 100% !important;
	display: block !important;
}
/* END Wordpress Embed Facebook ------------------------------------- */
/* 2017 12.2 - Galleries ------------------------------------- */
.gallery {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-righ: auto;
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #686868;
	display: inline-block;
	float: none;
	/*	font-size: 14px;
	font-size: 0.9rem;
	font-style: italic;
	line-height: 1.6153846154;*/
	padding: 1em;
	padding-top: .5em;
	font-size: .9em;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

@media (max-width: 620px) {
.gallery-columns-2 .gallery-item {
	max-width: 100%;
}
.gallery-columns-4 .gallery-item {
	max-width: 50%;
}
.gallery-columns-5 .gallery-item {
	max-width: 50%;
}
.gallery-columns-6 .gallery-item {
	max-width: 25%;
}
.gallery-columns-7 .gallery-item {
	max-width: 20%;
}
.gallery-columns-8 .gallery-item {
	max-width: 20%;
}
.gallery-columns-9 .gallery-item {
	max-width: 20%;
}
}

@media (max-width: 360px) {
.gallery-columns-2 .gallery-item {
	max-width: 100%;
}
.gallery-columns-4 .gallery-item {
	max-width: 100%;
}
.gallery-columns-5 .gallery-item {
	max-width: 100%;
}
.gallery-columns-6 .gallery-item {
	max-width: 100%;
}
.gallery-columns-7 .gallery-item {
	max-width: 100%;
}
.gallery-columns-8 .gallery-item {
	max-width: 100%;
}
.gallery-columns-9 .gallery-item {
	max-width: 100%;
}
}

/* END 12.2 - Galleries ------------------------------------- */


/* CTA MENU ----*/
.cta-menu ul.links {
	margin: 25px 0;
	padding: 0;
}
.cta-menu ul.links li {
	padding: 0;
	margin-left: 15px;
	border: none;
}
.cta-menu ul.links li a {
	padding: 6px 18px;
	color: #333;
	background-color: #cfb87c;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	border: 1px solid #333;
}
.cta-menu ul.links li a:hover {
	background-color: #c8ad6a;
	color: #000;
}
/* END CTA MENU ----*/

/* Header Search Box 2017 ----*/
.logo-topnav {
	position: relative;
}
#mainTopNav .sf-field-category, #mainTopNav .sf-field-taxonomy-school, #mainTopNav .sf-field-reset, #mainTopNav .sf-field-sort_order, #mainTopNav .sf-field-submit {
	display: none;
}
#mainTopNav #search h4 {
	display: none;
}
.sf-input-text {
	color: #333;
}
#mainTopNav .header-search ul {
	padding: 0;
	margin: 0;
}
#mainTopNav .header-search ul li {
	float: left;
	padding: 0;
}
#mainTopNav .searchandfilter ul {
	border: 0;
}
#mainTopNav #search {
	float: right;
	position: relative;
}
#mainTopNav input[type="text"] {
	background: url(images/icons/search-12-16.png) no-repeat scroll 5px 50% #000000;
	border: none;
	color: transparent;
	cursor: pointer;
	/*font-family: Verdana,Geneva,sans-serif;*/
	font-size: 14px;
	transition: all 0.3s ease 0s;
	width: 22px;
	position: absolute;
	z-index: 1;
	padding: 4px;
	padding-left: 26px;
	right: 0;
	top: 3px;
}
#mainTopNav input[type="text"]:hover {
}
#mainTopNav input[type="text"]:focus {
	background: url(images/icons/search-blk-12-16.png) no-repeat scroll 5px 50% #ffffff;
	border: none;
	color: #666;
	cursor: auto;
	width: 400px;
	display: block;
}
/* END Header Search Box ----*/


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	margin-bottom: 30px;
	max-width: 100%;
	padding: 0;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: left;
	font-size: 85%;
	padding: 0 0 5px 0;
	color: #555;
}
/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
	display: inline-block;
}
.gallery-item {
	float: left;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
	max-width: 100%;
}
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 4px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* ----------------------------------------
/* START Adjust Headers and Text font color/size */
/* ---------------------------------------- */
.entry-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1em;
	margin-top: 20px;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
.entry-title {
	font-size: 36px;
}
}
/* image paragraph wrapping fix */
#post-content p::before {
	content: "";
	width: 10em;
	display: block;
	overflow: hidden;
}
.admin-bar, .admin-bar .stickme {
	top: 32px;
}

@media (max-width: 782px) {
.admin-bar, .admin-bar .stickme {
	top: 46px;
}
}



/* PRINT FRIENDLY PLUGIN */
.printfriendly {
	margin-top: 10px;
}
.printfriendly .noslimstat {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	color: #333;
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
	box-sizing: border-box;
}
.printfriendly .noslimstat img {
	display: none;
}
.printfriendly .noslimstat::before {
	content: "\f02f" " \f1c1" " \f003";
	display: block;
}

/* ------------------------------------------------------- */
/* ----------------2017 PRINT STYLES --------------------- */

@media print {
form, button, input, select, textarea, .navigation, .main-navigation, .social-navigation, .sidebar, .content-bottom-widgets, .header-image, .page-links, .edit-link, .comment-respond, .comment-edit-link, .comment-reply-link, .comment-metadata .edit-link, .pingback .edit-link, .site-logo, .navbar-default, .addthis-smartlayers, .nextprevlinks, .releated-posts-ucd, footer .top-posts, .sub-banner, footer .ftUniversityLinks, #Univfooter, .fluidGateWay {
	display: none;
}
body, blockquote cite, blockquote small, pre, .entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h4, .comment-content h5, .comment-content h6, .entry-content .author-title {
	font-size: 12pt;
}
blockquote {
	font-size: 14.25pt;
}
.page-title, .comments-title, .entry-content h2, .entry-summary h2, .comment-content h2, .widecolumn h2 {
	font-size: 17.25pt;
}
.site-title {
	font-size: 20px;
}
.site-description {
	display: block;
}
.entry-title {
	font-size: 24.75pt;
	line-height: 1.2727272727;
	margin-bottom: 1.696969697em;
}
.post-headline {
	margin-top: 0;
}
.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
	font-size: 17.25pt;
	line-height: 1.304347826;
	margin-bottom: 1.826086957em;
}
.entry-content h1, .entry-summary h1, .comment-content h1 {
	font-size: 21pt;
}
.entry-content h3, .entry-summary h3, .comment-content h3, body:not(.search-results) .entry-summary {
	font-size: 14.25pt;
}
.site-description, .author-bio, .entry-footer, .sticky-post, .taxonomy-description, .entry-caption, .comment-metadata, .comment-notes, .comment-awaiting-moderation, .site-info, .wp-caption .wp-caption-text, .gallery-caption {
	font-size: 9.75pt;
}
body, .site {
	background: none !important; /* Brute force since user agents all print differently. */
}
body, blockquote cite, blockquote small, .site-branding .site-title a, .entry-title a, .comment-author {
	color: #FFFFFF !important; /* Make sure color schemes don't affect to print */
}
blockquote, .page-header, .comments-title {
	border-color: #555555 !important; /* Make sure color schemes don't affect to print */
}
blockquote, .site-description, body:not(.search-results) .entry-summary, body:not(.search-results) .entry-summary blockquote, .author-bio, .entry-footer, .entry-footer a, .sticky-post, .taxonomy-description, .entry-caption, .comment-author, .comment-metadata a, .comment-notes, .comment-awaiting-moderation, .site-info, .site-info a, .wp-caption .wp-caption-text, .gallery-caption {
	color: #686868 !important; /* Make sure color schemes don't affect to print */
}
code, hr {
	background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
}
pre, abbr, acronym, table, th, td, .author-info, .comment-list article, .comment-list .pingback, .comment-list .trackback, .no-comments {
	border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
}
a {
	color: #007acc !important; /* Make sure color schemes don't affect to print */
}
.entry-content a, .entry-summary a, .taxonomy-description a, .comment-content a, .pingback .comment-body > a {
	box-shadow: none;
	border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
}
.site {
	margin: 5%;
}
.site-inner {
	max-width: none;
}
.site-header {
	padding: 0 0 1.75em;
}
.site-branding {
	margin-top: 0;
	margin-bottom: 1.75em;
}
.site-main {
	margin-bottom: 3.5em;
}
.entry-header, .entry-footer, .page-header, .page-content, .entry-content, .entry-summary, .post-thumbnail, .comments-area {
	margin-right: 0;
	margin-left: 0;
}
.post-thumbnail, .site-main > article {
	margin-bottom: 3.5em;
}
.entry-content blockquote.alignleft, .entry-content blockquote.alignright {
	border-width: 4px 0 0 0;
	padding: 0.9473684211em 0 0;
	width: -webkit-calc(50% - 0.736842105em);
	width: calc(50% - 0.736842105em);
}
body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -1.473684211em;
}
.site-footer, .widecolumn {
	padding: 0;
}
}
/* END PRINT STYLES ----*/
