@charset "UTF-8";
/* CSS Document */

@media only screen and (min-width: 1000px) {
	/* adding a drop shadow to the red CS banner at the top of each page */
	div#header-container.clearfix header#masthead.site-header div#utah-logo {
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
	}	
}

/* fix the search input field color */
form#searchform input#qt {
	padding-left:10px;
	color:#666666;
}

/* clear div just gives some white space (both horizontal and vertical) when needed */
#clear {
	clear:both;
	height:20px;
}

/* highlight the current menu item in the sidebar navigation */
li.current-menu-item a {
	color:#000000;
}
li.current-menu-item a:hover {
	color:#cc0000;
}

/* tp-caption applies to revslider slide captions, this makes the links gold: */
#homepage div.tp-caption a, #homepage div.tp-caption a:visited {
	color:#dac092;
}

	/* changing Special Recent Posts plugin shown on homepage to 4 horizontal columns: */
	#homepage div.srp-widget-container {
		width:100%;
	}

#homepage div.srp-multi-column {
	width:235px;
	float:left;
	margin:0 24px 0 0;
	clear:none;
}
#homepage div.srp-widget-singlepost {
	border:none;
}
#homepage div.srp-thumbnail-box {
	display:block;
	float:left;
	clear:right;
}
#homepage div.srp-content-box {
	display:block;
}
#homepage h4.srp-post-title a, #homepage h4.srp-post-title a:visited {
	color:#cc0000;
}
#homepage h4.srp-post-title a:hover {
	color:#ff0000;
}

/* spotlight styles are for the Spotlight section on the homepage: */
.spotlight {
    width: 100%; /* relative to keep responsiveness */
	height:auto;
    margin: 10px 20px 20px 0;
    padding: 0 10px;
    position: relative;
    color: #444;
    background-image: -moz-linear-gradient(top, #f6f2ec, #e2dbce); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f6f2ec),color-stop(1, #e2dbce)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#e2dbce'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#e2dbce')"; /* IE8 */
	border: 1px solid #d2d2d2;
    border-radius: 0px;
	z-index:21;
	-webkit-box-shadow: 0px 10px 10px -5px rgba(130,130,130,0.75);
	-moz-box-shadow: 0px 10px 10px -5px rgba(130,130,130,0.75);
	box-shadow: 0px 10px 10px -5px rgba(130,130,130,0.75);
}
.spotlight h3 {
	width:106.2%;
    display: block;
    height: 35px;
	line-height: 1.3;
    margin: 0;
    padding: 5px 10px 20px 10px;
    position: relative;
    left: -16px;
    top: 8px;
    color: #ffffff; /* #f5f5f5 */
    text-shadow: 0 1px 1px #333333; /* #111 */
    border-top: 1px solid #666666; /* 363636 */
    border-bottom: 1px solid #666666; /* 202020  */
    background: #ca0814; /* #333 */
    background: linear-gradient(top, #ca0814 100%, #ca0814 100%);
    border-radius: 2px 2px 0 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.spotlight h3::before,
.spotlight h3::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -11px;
    z-index: 20;
    border: 5px solid;
    border-color: #666666 transparent transparent transparent;    
}
.spotlight h3::before {left: 0;}
.spotlight h3::after {right: 0;}

.spotlight img {
	display:block;
	float:left;
	margin:20px 30px 15px 15px;
}
.spotlight p {
	margin:20px 10px 15px 15px;
}

/* #morelinks defines the four columns on the homepage that hold: blog, news, events, videos: */
#morelinks {
	width:90%;
	min-height:330px;
	border: 4px solid #fff;
	padding:0 10px 0 10px;
	background-image: -moz-linear-gradient(top, #f1f1f1, #dbdbdb); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1f1f1),color-stop(1, #dbdbdb)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#dbdbdb'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#dbdbdb')"; /* IE8 */
	-webkit-box-shadow: 0px 10px 10px -5px rgba(130,130,130,0.75);
	-moz-box-shadow: 0px 10px 10px -5px rgba(130,130,130,0.75);
	box-shadow: 0px 10px 10px -5px rgba(130,130,130,0.75);
	position:relative;
}
#morelinks a, #morelinks a:visited {
	font-size:14px;
	color:#cc0000;
}
#morelinks a:hover {
	color:#ff0000;
}
#morelinks ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
}
#morelinks ul li {
	background-color: transparent;
	background-image: url("sprite_elements.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px -793px;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	padding-left: 14px;
	line-height:20px;
	margin-bottom:10px;
}
#morelinks h4.srp-post-title, #morelinks h4.entry-title {
	margin-top:0;
	font-size:14px;
	font-weight:normal;
	text-transform:none;
	color:#cc0000;
}
#morelinks h4.entry-title {
	margin-bottom:0; /* -8px */
	padding-bottom:0;
}
/* these spans are from the Events Calendar shortcode plugin on the homepage: */
#morelinks span.duration, #morelinks span.date-start, #morelinks span.dtstart, #morelinks span.value-title, #morelinks span.end-time, #morelinks span.dtend {
	font-size:12px;
}
#morelinks span.ecs-all-events {
	display:block;
	width:100%;
	text-align:right;
	font-size:14px;
	border-top:1px solid #c7c8c9;
}
#morelinks span#morenews div.srp-widget-singlepost {
	padding-bottom:0px;
	margin-bottom:0;
}
#morelinks span#morenews h4 {
	line-height:1.3em;
}

span.all-news {
	display:block;
	text-align:right;
	font-size:14px;
	border-top:1px solid #c7c8c9;
	position:absolute;
	bottom:3px;
	margin-right:10px;
	width:90%;
}


/* headlines are on the homepage */
#headlines {
	border: 4px solid #fff;
	padding: 0px 20px;
	margin:0;
	overflow: hidden;
	width: 95%;
	background-image: -moz-linear-gradient(top, #f6f2ec, #e2dbce); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f6f2ec),color-stop(1, #e2dbce)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#e2dbce'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#e2dbce')"; /* IE8 */
	-webkit-box-shadow: 0px 10px 10px -5px rgba(130,130,130,0.75);
	-moz-box-shadow: 0px 10px 10px -5px rgba(130,130,130,0.75);
	box-shadow: 0px 10px 10px -5px rgba(130,130,130,0.75);
}
#headlines h2 {
	margin-top:.87em;
}
#headlines h4, #headlines p {
	/* font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; */
	color:#888888;
	line-height:1.2em;
}
#headlines h4.srp-post-title, #headlines h4.entry-title {
	margin-top:0;
	font-size:14px;
	font-weight:normal;
	text-transform:none;
	color:#303030;
}
#headlines h4.entry-title {
	margin-bottom:0; /* -8px */
	padding-bottom:0;
}

h1.page-title {

	    color: #333333;
}

#headlines h4.srp-post-title a, #headlines h4.srp-post-title a:visited {
	color:#303030;
}
#headlines h4.srp-post-title a:hover {
	color:#000000;
}
span.all-headlines {
	display:block;
	width:100%;
	text-align:right;
	font-size:14px;
	border-top:1px solid #ccc8bc;
}

/* news_page styles the SRP plugin on the News page */
#news_page img.srp-widget-thmb {
	padding:0;
	margin:0 20px 0 0;
}
#news_page h4.srp-post-title, #news_page h4.entry-title {
	font-size:16px;
	font-weight:normal;
	text-transform:none;
}

/* pretty CSS button so the class is pretty_button because I'm so original */
.pretty_button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background-color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #990000;
	display:inline-block;
	color:#990000;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 20px;
	text-decoration:none !important;
	text-shadow:2px 2px 0px #ffffff;
}.pretty_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
	background-color:#f6f6f6;
}.pretty_button:active {
	position:relative;
	top:1px;
}

div.footer_column {
	float:left;
	width:25%;
	color:#ffffff;
	border:none;
	box-sizing:border-box;
	padding:10px;
	margin:0 0 20px 0;
	font-size:0.8em;
}
div.footer_column p {
	line-height:normal;
	text-transform:none;
}
div.footer_column p a {
	color:#dac092;
	text-decoration:none;
}
div.footer_column p a:hover {
	text-decoration:underline;
}
div.footer_column #footer_h3 {
	box-sizing:content-box;
	letter-spacing:normal;
	padding:0;
	margin: 10px 0 0 0;
	font-size:1.5em;
	text-transform:uppercase;
}
div.footer_column ul#menu-footer-menu {
	margin:4px 0 0 0;
	padding:0;
	list-style:none;
	font-size:1.1em;
}
div.footer_column ul#menu-footer-menu li {
	margin-top:0;
}
div.footer_column ul#menu-footer-menu li a {
	color:#dac092;
	text-transform:none;
	font-weight:normal;
}
div.footer_column ul#menu-footer-menu li a:hover {
	text-decoration:underline;
}
div.footer_column #social_media {
	margin-top:11px;
}
div#last_footer_column {
	padding-top:25px;
	float:right;
}
div#last_footer_column ul#menu-footer-menu {
	margin:10px 0 0 0;
	text-align: right;
}
div#last_footer_column ul#menu-footer-menu li a {
	margin:0;
	padding:0;
}


/* Begin Table Formatting */

h7 {

  font-size: 1.3em;
  font-weight: 300;
  letter-spacing: -0.03em;
  margin-top: 1.8em;
  margin-right: 0px;
  margin-bottom: 0.5em;
  margin-left: 0px;
  color: #333333;
    
}

h8 {

  font-size: 1.3em;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-top: 0.0em;
  margin-right: 0px;
  margin-bottom: 0.5em;
  margin-left: 0px;
  color: #cc0000;
  
}


	


#people table {
    /*font-size: 12px;*/
	margin: 10px 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
	vertical-align: text-top;
}


#people tr.tableHeader {
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 90%;
	font-weight: bold;
	line-height: 0.8em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	background-color: #7e7e7e;
	padding: 1.1em; 1.1em; 1.1em;
	/*padding: 12px;*/
}

#people td, #people th
{
  /*border-top: 1px solid #fff;*/
  padding-top: 15px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  vertical-align: top;
  background-color: inherit;
}


#people tr.tablerow1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	/*line-height: 1.1em;*/
	/*color: #333;*/
	padding: 1.1em; 1.1em; 1.1em;
	text-align: left;
	background-color: #E4E4E4; 
	vertical-align: top;  
}
#people tr.tablerow2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	/*line-height: 1.1em;*/
	color: #333;
	text-align: left;
	/*background-color: #dad8d3;*/
	background-color: #f9f9f9;
	vertical-align: top;
}

#info td, th
{
  vertical-align: top;
  border-bottom: 1px solid #eeeded;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  
}

#info2 td, th
{
  vertical-align: top;
  
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  
}


/* End Table Formatting */

/* staff picutures */
table#people img.picture {
  border: 7px solid #333333;
  /*display: inline;*/
  /*float: left;*/
  float: none;
  margin-top: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  
  height: 164px;
  width: 114px;
  

  vertical-align: top;
}

/*Emiritus Table*/

#emeritus table {
    /*font-size: 12px;*/
	margin: 10px 10px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
	vertical-align: text-top;
}

#emeritus tr.eHeader {
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 90%;
	font-weight: bold;
	line-height: 0.8em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	background-color: #7e7e7e;
	padding: 1.1em; 1.1em; 1.1em;
	margin: 10px;
	/*padding: 12px;*/
}

#emeritus td, #emeritus th
{
  /*border-top: 1px solid #fff;*/
  padding-top: 15px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  vertical-align: top;
  background-color: inherit;

}

#emeritus tr.row1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	/*line-height: 1.1em;*/
	/*color: #333;*/
	padding: 1.1em; 1.1em; 1.1em;
	text-align: left;
	background-color: #E4E4E4; 
	vertical-align: top;  
}
#emeritus tr.row2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	/*line-height: 1.1em;*/
	color: #333;
	text-align: left;
	/*background-color: #dad8d3;*/
	background-color: #f9f9f9;
	vertical-align: top;
}


div#single-post-story img {
	border: 4px solid #e1e1e1;
	float:right;
	margin:0 0 30px 30px;
}

div#homepage_slideshow {
	margin: -67px 0 20px 0;
}


@media all and (max-width: 1065px) {
	#homepage div.srp-widget-container div.srp-widget-row {
		max-width:600px;
		align-content:center;
	}
	#homepage div.srp-widget-container div.srp-widget-row #-srp-singlepost-3 {
		clear:left;
	}
}

#subscribe_box {
	width:100%;
	margin:15px 0 15px 0;
	padding:10px 20px 10px 20px;
	clear:both;
	border:1px solid #666666;
	background-color:#eeeeee;
	color:#333333;
}
#subscribe_box h3 {
	margin:10px 0 10px 0;
	padding:0;
	color: #556170;
}
#subscribe_box div.form-group {
	clear:none;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	display:block;
}
#subscribe_box div.checkbox {
	float:left;
	clear:right;
	display:block;
}
.stc-error {
	color:#cc0000;
}
div.stc-categories {
	display:none;
}
#stc-subscribe-btn {
	clear:left;
	display:block;
}
#stc-unsubscribe-btn {
	clear:left;
	display:block;
}

/* for making embeded U-Tube Videos resize */
.video-container { position: relative; /* keeps the aspect ratio */ 
	padding-bottom: 56.25%; /* fine tunes the video positioning */ 
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* change top nav bar/links */

nav#top-nav {
    background: #fff;
}

#top-nav ul.top-menu li h3 {
		background: #CCC;
	}

#top-nav ul.top-menu li:hover {
	background-color:#e5e5e5 !important;
}

#top-nav ul.top-menu li a:visited {
	background-color:#fff !important;
}

@media only screen and (min-width: 1000px) {
#top-nav ul.top-menu li a {
    color: #000 !important; 
      }
}

#top-nav ul.top-menu li a {
    color: #000!important;
}

@media only screen and (min-width: 1000px){
#top-nav ul.top-menu li.selected {
    background: #e5e5e5;}
}
#top-nav ul.top-menu li.selected {
    background: #e5e5e5!important;}

#top-nav ul.top-menu li:active {
	background-color:#e5e5e5;
	color: #000!important;
}

#top-nav ul.top-menu li hover{
    color: #ccc!important;
	background-color:#333; }

#top-nav ul.top-menu .menu-item li.selected {
		background: #ccc;
	}



#top-nav ul.top-menu .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children.selected {
	background-color:#e5e5e5;
	color: #000!important;
}

/* Change Header Background to Black */
@media only screen and (min-width: 1000px) {
div#header-container.clearfix {
    background:none;
	}
}

div#header-container.clearfix {
    background-color: #000;
	}

/*make footer black */
div#footer-container.clearfix {
    background: #000;
}


#top-nav ul.top-sub-menu li {
	    background-color: #ccc !important;
	    color:#000 !important;
}

#top-nav ul.top-sub-menu li a {

	    color:#000 !important;
}

#top-nav ul.top-sub-menu li a:hover {
    color: #000!important;

}

#top-nav ul.top-sub-menu li.selected {
    color: #000!important;
}


	#header-container {
		background: none;
	}


#top-nav .top-mobile-nav {
	color:#cc0000!important;
}

@media only screen and (min-width: 766px){
#utah-logo {
    background-color: rgba(204, 0, 0, 0)!important;	
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
#utah-logo {
	background-image: url(/wp-content/uploads/2018/04/SoC_Logo4.png)!important;
	width: 260px!important;
    height: 44px!important;
    background-size: 265px 44px!important;
	}
}

#utah-logo {
	background-image: url(/wp-content/uploads/2018/04/SoC_Logo4.png)!important;
	width: 260px!important;
    height: 44px!important;
    background-size: 265px 44px!important;
}

#header-bg-image {
	background: url(http://www.cs.utah.edu/wp-content/uploads/2018/04/header_black_background.png) no-repeat top center !important;
}

@media only screen and (min-width: 1000px) {
	#header-container {
		background: transparent url(/wp-content/uploads/2018/04/bg_header_extender-4.png) center 20px no-repeat !important;
	}
}
.header-color {
   background: transparent !important;
}

#homevideos {
	position: relative;
    top: 4px;
}

.card {
    width: 30rem;
    padding: 0px 20px;
    background-color: #e0e0e0;
    float: right;
	margin: 10px 0px 10px 10px;
}

p.srp-widget-date {

    font-style: italic;
}

p.srp-widget-author {
	font-style: italic;
}
p {
	margin: 1.0em 0 !important;
}