/*
Theme Name: UMC Theme 2 Child - @theU
Theme URI: http://umc.utah.edu/
Description: Child Theme of UMC Theme - @theU
Author: Scott Troxel (design), Dave White (code), Brian Thurber (code), Rachel Engle (design & code)
Author URI: http://umc.utah.edu/
Template: umctheme2
Version: 1.0.0
License: Approved use for the University of Utah Marketing and Communications only
License URI: http://umc.utah.edu/
Tags: Responsive University
Text Domain: umctheme2-child-attheu
*/

/* NOTE: Parent Theme styles are loaded via the parent themes functions file in 'parent-style' and then this stylesheet (style.css) for the child is loaded */

/* Site Specific Styles Start Here
------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&display=swap');

.atu-featured-title, .page-title, .entry-title, .atu-announcement-item h5 {
  font-family: 'PT Serif', serif !important;
}

/* a.uu-btn {
  color: #ffffff;
}

.uu-btn {
  display: inline-block;
  margin: 10px auto;
  position: relative;
  background: #CC0000;
  color: #ffffff;
  padding: 8px 40px 8px 20px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.uu-btn::after {
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  content: "\f105";
  font-family: "FontAwesome";
}

.uu-btn:hover {
  background: #750000;
  color: #ffffff;
  transform: translateY(-2px);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
} */
.uu-link {
  position: relative;
  display: inline-block;
}
.uu-link::after {
  position: absolute;
  right: -15px;
  content: "\f105";
  font-family: "FontAwesome";
}


/* Body Styles
============================= */

.lineonsides--redlines {
	color: #666;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #A7A7A7;
	line-height: 0;
	padding: 0;
	font-family: 'Encode Sans Condensed', Helvetica, Arial, sans-serif;
	margin: 0.5em 0 1.25em;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 1.75em;
	display:block;
	position:relative;
}

.lineonsides--redlines span{
	background: #fff;
	padding: 0 1em;
}

@media only screen and (max-width: 480px){
	.lineonsides--redlines{font-size:1.25em;}
}

.front-page h4 {
	font-size: 18px;
}


/* Post Styles
================================= */
.archive .date:before,
.category .date:before,
.home .date:before{
	content:'';
}

.date {
	font-size:0.85em;
	color:#999;
}

.author {
	font-size:0.85em;
	color:#000;
}


.page-title {
	border-bottom:0;
  text-transform: none;
}

.category .page-title, .blog .page-title, .center-title {
  text-align: center!important;
}

.entry-title {
  text-transform: none;
}

/*.post .entry-meta, .announcements .entry-meta, .construction .entry-meta, .safety .entry-meta, .human-resources .entry-meta, .home .entry-meta, .archive .entry-meta, .category .entry-meta {*/
.entry-meta {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 0.8em 0 !important;
	margin: 1em 0 !important;
  font-size:0.9em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.atu-featured-item a:hover, .entry-title a:hover {
  text-decoration: none;
}

/*.announcements .entry-meta {
  margin: 1em 0 2em 0 !important;
}*/

.entry-meta .social {
  flex: 0 0 96px;
  width: 96px;
  margin-left: 10px;
}

.entry-meta .social .a2a_kit {
  position: relative;
  top: 4px;
}

.entry-header__single .entry-meta, .category .entry-meta {
	font-size:0.9em;
}

.entry-header__single .feat-img-credit{
	text-align:right;
	font-size: 0.75em;
  color: #999;
}

.author-avatar {
  flex: 0 0 32px;
  width: 32px;
  margin-right: 10px
}

.author-avatar img{
	border-radius:50%;
}

.author-name {
  flex: 1 1 auto;

}

.author-title {
  font-weight: 100;
}

.entry-meta .date {
  flex: 1 1 auto;
  min-width: 125px;
  text-align: right;
}

.entry-header__single .author-name,
.category .author-name,
.entry-header__single .post-photographer{
	font-weight:bold;
	color:#666;
}

.entry-header__single .date, .category .date {
	text-transform:uppercase;
  text-align: right;
}

.entry-header__single .author-name, .category .author-name {
}

.entry-header__single .date:before, .category .date:before {
	content:"";
	display:none;
}

/*
.entry-header__single .author-name:after,
.category .author-name:after,
.entry-header__single .post-photographer:after{
	content:"|";
	font-size:16px;
	margin:0 5px 0 10px;
	font-weight:300;
}*/

@media screen and (min-width: 480px) {
}

@media screen and (max-width: 768px) {
  .author-avatar {
    display: none;
  }
  .entry-meta .social {
    display: none;
  }
}


.archive .date:before, .category .date:before {
    margin-right: 0;
    margin-left: 0;
}

.archive .entry-meta, .category .entry-meta {
    padding: 0.3em 0;
}


/* Category Subnav */
.atu-cat-subnav {
  width: 100%;
  text-align: center;
  margin: 0px auto 50px auto;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
}
.home .atu-cat-subnav {
  margin: 60px auto 0px auto;
  border-top: 0;
  padding-top: 0;
}

.atu-cat-subnav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
}
.atu-cat-subnav ul li {
  flex: 1 1 auto;
}
.atu-cat-subnav ul li a {
  text-decoration: none;
  color: #333;
  padding: 5px;
}
.atu-cat-subnav ul li a:hover, .atu-cat-subnav ul li a.active {
  color: #cc0000;
}
.atu-cat-subnav .current-menu-item a {
  color: #c00;
}

/* Category Subnav Media Queries */
@media only screen and (max-width:960px) {
  .atu-cat-subnav {display: none;}
}

/* Featured Articles */
.atu-featured-articles {
  display: flex;
  flex-flow: row wrap;
}

.atu-featured-item{
  position: relative;
  overflow: hidden;
  /* flex: 1 0 0; */
  /* margin: 2% 1% 0px 1%; */
  width: 100%;
  z-index: 1;
  height: 334px;
}

/* First Feature */
@media only screen and (min-width:781px) {
  #atu-featured-first .atu-featured-item {
    height: 400px;
    clear: both;
  }

  #atu-featured-first .atu-featured-item::before {
    display: none;
  }

  #atu-featured-first .atu-featured-item .atu-featured-img {
    position: relative;
    width: 50% !important;
    float: left;
    transition: none;
  }

  #atu-featured-first .atu-featured-item:hover .atu-featured-img {
    transform: none;
  }

  #atu-featured-first .atu-featured-item .atu-featured-content {
    position: relative;
    width: 50% !important;
    color: #333;
    text-shadow: none;
    float: right;
    left: auto;
    bottom: auto;
    padding: 0px 30px 30px 30px;
    font-size: 16px;
  }

  #atu-featured-first a.atu-featured-content {
    color: #333 !important;
  }

  #atu-featured-first .atu-featured-content .uu-link {
    display: inline-block;
    color: #CC0000;
  }

  #atu-featured-first .atu-featured-item:hover h5.atu-featured-title {
    color: #CC0000;
    text-decoration: underline;
  }

  #atu-featured-first .atu-featured-item .atu-featured-content h5.atu-featured-title {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 26px;
    text-transform: none;
    transition: all 0.3s ease;
  }
}

.atu-featured-content .uu-link {
  display: none;
}


.atu-featured-item:hover .atu-featured-img {
  transform: scale(1.05);
}

.atu-featured-item:hover::before {
  opacity: 0;
}

.atu-featured-item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0) 20%, rgba(0,0,0,1) );
  opacity: 1;
  z-index: 3;
  transition: all 0.3s ease;
}

/* .atu-featured-articles .atu-featured-item:first-child {
  width: 98%;
  flex: 1 0 auto;
}

.atu-featured-articles .atu-featured-item:first-child::before {
  width: 50% !important;
}

.atu-featured-articles .atu-featured-item:first-child .atu-featured-img {
  width: 50% !important;
}

.atu-featured-articles .atu-featured-item:first-child .atu-featured-content {
  padding-top: 250px;
} */

.atu-featured-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease;
  z-index: 2;
}
/*
.atu-featured-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(rgba(0,0,0,0), rgba(204, 0, 0, 1));
  opacity: 0;
  z-index: 3;
  transition: all 0.3s ease;
}

.atu-featured-item:hover::after {
  opacity: 1;
} */

.atu-featured-content {
  position: absolute;
  left: 20px;
  width: 80%;
  bottom: 10px;
  color: #ffffff;
  font-size: 14px;
  /* padding: 140px 20px 0 20px; */
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  z-index: 4;
}

h5.atu-featured-title {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 26px;
  text-transform: none;
}

.atu-featured-category-name {
  background: #cc0000;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 5px 10px;
  position: absolute;
  z-index: 9;
}

/* Campus Happenings */

.atu-campus-happenings {
  display: flex;
  flex-flow: row wrap;
}

.atu-campus-happenings .atu-featured-item:first-child {
  flex: 3 0 0;
}

/*
#campus-happenings .atu-featured-item {
  height: 100%;
}

#campus-happenings .so-panel {
  height: 100%
}

#campus-happenings .custom-html-widget {
  height: 100%;
}
*/
@media screen and (max-width: 480px) {
  .atu-campus-happenings .atu-featured-item {
    min-width: 160px;
  }
  .atu-campus-happenings .atu-featured-item:first-child {
    flex: 1 0 0;
  }
}

.in-brief-page-title {
	padding: 180px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 30px;
  text-align: center;
  color: #fff;
  position: relative;
}

.in-brief-title-contents {
  flex: 0 1 1200px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  text-align: center;
  z-index: 103;
  color: #FFFFFF;
  padding: 0px 60px;
  max-width: 1200px;
  margin: 0px auto;
}

.in-brief-page-title h1 {
	font-size: 46px;
}

.in-brief-overlay {
  position:absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
}

.community-page-title {
	padding: 120px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 30px;
  text-align: center;
  color: #fff;
  position: relative;
}

.community-title-contents {
  flex: 0 1 1200px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  text-align: center;
  z-index: 103;
  color: #FFFFFF;
  padding: 0px 60px;
  max-width: 1200px;
  margin: 0px auto;
}

.community-title-contents a {
  color: #fff;
}

.community-page-title h1 {
	font-size: 46px;
}

.community-overlay {
  position:absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
}

.community-padding {
  padding-bottom: 40px;
}

.construction-page-title {
	padding: 100px 0;
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.construction-page-title h1 {
	color: #ffffff;
}

.construction-key {
	list-style-type: none!important;
	margin: 0px 0px 30px 0px!important;
	padding: 0px!important;
	font-size: 22px;
}

.construction-key li {
	display: inline;
	margin-right: 15px;
}

.construction-key li a {
	/*color: #333;*/
  font-weight: bold;
}

.construction-key li a.road-closure {
  color: #cc0000;
}

.construction-key li a.construction {
  color: #FF7600;
}

.construction-key li a.parking {
  color: #006CFF;
}

.construction-key li a.sidewalk {
  color: #379F00;
}

.construction-key-icon {
	max-width: 20px !important;
	margin-right: 5px;
	display: inline;
}

/*--------------------------------------------------------------
 *## cards for construction and commuter updates page
 *-------------------------------------------------------------- */
.img-card {
  position: relative;
  border-radius: 20px;
  transition: all 0.15s ease;
}
.img-card:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}

.in-brief-container {
  padding: 40px 0;
}

.in-brief-footer {
  color: #fff;
  background: #cc0000;
  padding: 40px 0;

}

.in-brief-footer-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto;
}

.in-brief-flex {
  display: flex;
  flex-wrap: wrap;
}

.in-brief-footer-content .left-col {
  flex: 1 0 28%;
  width: 28%;
  margin-right: 2%;
	min-width: 200px;
  padding: 30px 0 0 0;
}

.in-brief-footer-content img {
  max-width: 280px!important;
  text-align: center;
}

.in-brief-footer-content .right-col {
  flex: 1 0 70%;
  width: 70%;
  padding: 30px 0 0 30px;
}

.in-brief-flex .contact-info {
  flex: 1 0 50%;
  width: 50%;
  min-width: 200px;
  padding: 0 0 30px 0;
}

.in-brief-flex .uu-card {
  flex: 1 0 0;
  min-width: 290px;
  margin: 0px 1% 30px 1%;
}

.construction-container {
  display: flex;
  flex-wrap: wrap;
}

.construction-container .left-col {
  flex: 1 0 70%;
  width: 70%;
  margin-right: 2%;
	min-width: 480px;
}

.construction-container .right-col {
  flex: 1 0 28%;
  width: 28%;
}


.construction-container .uu-card {
  flex: 1 0 0;
  min-width: 290px;
  margin: 0px 1% 30px 1%;
}

.community-container {
  display: flex;
  flex-wrap: wrap;
}

.community-header img {
  text-align: center;
}

.community-single {
  width: 92%;
}

.community-indent {
  padding-left:100px;
}

.community-container .left-col {
  flex: 1 0 70%;
  width: 70%;
  margin-right: 2%;
	min-width: 480px;
}

.community-container .right-col {
  flex: 1 0 28%;
  width: 28%;
  text-align: center;
}

.community-icons img {
  width: 60%;
}

.uu-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
}

.uu-card:hover {
  transform: translateY(-4px);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

.uu-card-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 14px;
  margin: 0px auto;
  border-radius: 80px;
  background: #ffffff;
  z-index: 3;
}

.uu-card-icon::before {
  position: relative;
  content: url('images/road-closure-icon.svg');
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 4;
}

.uu-card.construction_cat-construction .uu-card-icon::before {
  content: url('images/construction-icon.svg');
}

.uu-card.construction_cat-parking .uu-card-icon::before {
  content: url('images/parking-icon.svg');
}

.uu-card.construction_cat-sidewalk .uu-card-icon::before {
  content: url('images/sidewalk-closure-icon.svg');
}



.uu-card-img {
  position: relative;
  overflow: hidden;
}

.uu-card-img img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.uu-card-img .img {
	height: 350px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.uu-card-body {
  padding: 30px;
}

.uu-card-body h5 {
  color: #333;
  text-transform: none;
}

.uu-card.construction_cat-road .uu-card-body h5 {
  color: #CC0000;
}

.uu-card.construction_cat-construction .uu-card-body h5 {
  color: #FF7600;
}

.uu-card.construction_cat-parking .uu-card-body h5 {
  color: #006CFF;
}

.uu-card.construction_cat-sidewalk .uu-card-body h5 {
  color: #379F00;
}

.uu-card-body .read-more {
  position: absolute;
  bottom: 30px;
}

/* Ongoing list for Commuter & Construction Updates Page */
.atu-new-list {
  list-style-type: none!important;
  margin: 0px!important;
  padding: 0px!important;
}


.atu-new-list li {
	margin-bottom: 30px;
}

.atu-new-list a {
	color: #333;
}

.atu-new-list a:hover {
	color: #333;
	text-decoration: none;
}

.atu-new-list h5 {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: none;
}

.atu-new-list a:hover h5 {
	text-decoration: underline;
}


.atu-new-list li.construction_cat-road h5 {
  color: #CC0000;
}

.atu-new-list li.construction_cat-construction h5 {
  color: #FF7600;
}

.atu-new-list li.construction_cat-parking h5 {
  color: #006CFF;
}

.atu-new-list li.construction_cat-sidewalk h5 {
  color: #379F00;
}

a.construction-back-link {
	display: inline-block;
	margin-bottom: 30px;

}

.embed-container {
	position: relative; padding-bottom: 80%; height: 0; max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container iframe {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}


@media screen and (max-width: 640px) {
	.construction-key {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {

	.construction-container .left-col {
			flex: 1 0 0;
			min-width: 100%;
			margin: 0px 0px 30px 0px;
	}
  .community-container .left-col {
			flex: 1 0 0;
			min-width: 100%;
			margin: 0px 0px 30px 0px;
	}
	.construction-container .uu-card {
	  flex: 1 0 0;
	  min-width: 100%;
	  margin: 0px 0% 30px 0%;
	}

	.construction-key {
		font-size: 12px;
	}

	.construction-key li {
		margin-right: 5px;
	}

	.construction-key-icon {
		max-width: 15px;
		margin-right: 4px;
	}
}



/* Home Page Trumba Calendar */
.cal-data {
  padding: 20px 1%;
}

.cal-data.week .cal-row {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.cal-data.week .cal-item {
  flex-grow: 1;
  margin-right: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cal-data.week .cal-item:last-child {
  margin-right: 0px;
}

.cal-data.week .cal-item:nth-child(2n+0) .cal-header {
  background: #585858;
}

.cal-header {
  position: relative;
  background: #372C2C;
  padding: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cal-header::before {
  position: absolute;
  top: calc(50% - 12px);
  right: 30px;
  content: '\f105';
  font-family: "FontAwesome";
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cal-header h3 {
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.cal-header h3 span {
  font-size: 40px;
  font-weight: 800;
  display: block;
}

.cal-body {
  background: #ffffff;
  padding: 20px;
  font-size: 12px;
  max-width: 190px;
}

.cal-body h4 {
  font-size: 14px;
}

.cal-loc {
  color: #CC0000;
}

.cal-item:hover {
  transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

.cal-item a {
  color: #372C2C;
}

.cal-item a:hover {
  text-decoration: none;
}

.cal-item:hover .cal-header {
  background: #CC0000;
}

.cal-item:hover .cal-header::before {
  opacity: 1;
  transform: translateX(-5px);
}

.cal-data.list {
  background: none;
  padding: 30px;
}

.cal-data.list .cal-row {
  display: block;
}

.cal-data.list h3.group-title {
  background: #847A7A;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px;
  margin: 0px;
}

.cal-data.list .cal-item {
  margin-right: 1px;
  cursor: pointer;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cal-data.list .cal-header {
  display: flex;
  background: #ffffff;
  border-bottom: 1px solid #F7F9FB;
  padding-bottom: 5px;
}

.cal-data.list .cal-header::before {
  display: none;
}

.cal-data.list .cal-header .cal-date, .cal-data.list .cal-header .cal-loc {
  flex-grow: 1;
}

.cal-data.list .cal-header h4 {
  color: #372C2C;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin: 0px;
}

.cal-data.list .cal-header .cal-loc {
  text-align: right;
  font-size: 12px;
}

.cal-data.list .cal-body {
  display: flex;
  background: #ffffff;
}

.cal-data.list .cal-body .cal-img, .cal-data.list .cal-body .cal-info {
  flex-grow: 1;
}

.cal-data.list .cal-body .cal-img {
  max-width: 100px;
  margin-right: 20px;
}

.cal-data.list .cal-body .cal-info {
  color: #372C2C;
}

.cal-data.list h4.cal-title {
  color: #CC0000;
  font-weight: 600;
  margin-bottom: 5px;
}

.atu-announcements {
  display: flex;
  flex-wrap: wrap;
}

.atu-announcements p {
  font-size: 15px;
}

.atu-announcements img {
  width: 100%;
}

.atu-announcement-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
}

.atu-announcement-image a {
  display: block;
  width: 100%;
  height: 200px;
}

.atu-announcement-item {
  flex: 1 0 0;
  margin: 2% 2% 0px 2%;
  width: 23%;
  min-width: 200px;
}

.atu-announcement-item:nth-child(1) {
  margin: 2% 2% 0 0!important;
}

.atu-announcement-item:nth-child(3) {
  margin: 2% 0 0 2%!important;
}

.atu-announcement-item h5 {
  text-transform: none;
}

.atu-more-info {
  display: flex;
  flex-wrap: wrap;
}

.atu-more-info img {
  width: 147px;
}

.atu-more-info a {
  color: #000;
  display: block;
}

.atu-more-info a:hover {
  color:#cc0000;
}

.atu-more-info-item {
  flex: 1 0 0;
  margin: 2% 1% 0px 1%;
  width: 15%;
  min-width: 170px;
  text-align: center;
}

.front-page-social-feed {
  margin: 40px auto;
  max-width: 80%;
}

ul.juicer-feed {
  padding-left: 0;
}

a.announcements-link {
  display: none;
  margin-bottom: 20px;
  margin-left: 20px;
  color: #cc0000;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 6px;
  position: relative;
  right: 0;
  top: -14px;
  float: right;
}

@media only screen and (min-width:480px){
  a.announcements-link {
    display: inline-block;
  }
}

.research-list {
  max-width: 800px;
  margin: 0 auto;
}

.research-list ul li {
  padding: 4px 0;
  font-weight: 100;
  text-transform: none;
}

hr.headline-spacing {
  margin: 1em 0 2em 0;
}

hr.article-spacing {
  margin: 2em 0 4em 0;
  border-top: 1px solid #ececec;
}

h5.recent-posts-list {
  text-transform: none;
}

/* ============== Media Contacts Styles =========== */
.contact-person{
  padding: 1em 1em 0 1em;
  border: 1px solid #e5e5e5;
  margin: 0 0 1em 0;
}

.contact-person .name{font-weight:bold;}

.contact-person .title:before{
  content:' | ';
  color:#c00;
}

.contact-person .phone{
  margin-right:15px;
}

.contact-person .phone:before, .contact-person .email:before{
  content:'\f098';
  font-family: 'FontAwesome';
  display:inline-block;
  margin-right:7px;
}

.contact-person .email:before{
  content:'\f199';
}

/* Search Page
============================= */

@media only screen and (min-width:1024px){
	.search .content-area {
		width:760px;
		margin:0 auto;
	}
}


.mobile-thumb {
  display:none;
}

@media only screen and (max-width:480px){
	.search-thumb img {
    width: 100%;
	}
  .mobile-thumb {
    display: block;
  }
  .desktop-thumb {
    display: none;
  }
}

.search-thumb {
  padding: 1em;
}

.search .main-channel{
	padding-top:2em;
}

.search .page-header{
	border-bottom: 1px solid #eee;
}

.search .page-entry-title{
	text-align:center;
	margin-bottom:1em;
}

.page-entry-title .search-title{
	display:block;
	font-weight:300;
	font-size: 1em;
	text-transform: uppercase;
/*	margin-left:10px;
*/}

.search-highlight {
    background:#FFFF00
}

.content-area img{
	max-width:100%;
}


.search .entry-title{
	  margin: 0;
    font-size: 1.5em;
}

.search .post .date:before{
	content: "" ;
}

.search .search-post{
	margin-bottom:3em;
}


.additional-posts-link {
  margin: 4em auto;
  text-align: center;
}

.wp-caption .credit{
  text-align: center;
  font-size: 0.75em;
  margin-bottom: 0.5em;
  padding: 5px 10px 2px 10px;
  line-height: 1.25;
  color: #999;
  margin-top:0;
}

.wp-caption .credit .pre-text{font-size:0.75em;}

.wp-caption-text{
  border:0;
  text-align:center;
  padding:10px 10px 0px;
  color:#666;
  font-size: 0.85em;
  line-height: 1.6em;
}

button.outline-light.btn-full-width{
  border:1px solid #f4f4f4;
  border-radius:0;
  margin:0;
  padding:7px 10px;
  font-size:0.9em;
}

button i{
  margin-right:10px;
}


button.outline-light.btn-full-width:hover, button.outline-light.btn-full-width:focus{
    background:#f4f4f4 !important;
    cursor:pointer;
    color:#fff;
    border-radius:0 !important;
    border:0;
    border-top:1px solid #f4f4f4;
}

button.outline-light.btn-full-width:hover a, button.outline-light.btn-full-width:focus a{
  text-decoration:none !important;
  color:#c00;
}

span.temp-headline {
  text-transform: initial;
}

.uu-team-container img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.uu-team-container img:hover {
  transform: translateY(-4px);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);

}

.category-list {
  -webkit-column-count: 3; /* Old Chrome, Safari and Opera */
  -moz-column-count: 3; /* Old Firefox */
  column-count: 3;
  padding: 20px 0 100px 0;
}

/* Announcements Home Page Loop */
.announcements-post-loop {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
}

.announcements-post-loop a {
  color: #1D1D1D;
  text-decoration: none;
}


.announcements-post-loop a:hover h5 {
  color: #CC0000;
}

.atu-announcement-item {
  flex: 1 1 33.333%;
}
.atu-announcement-content {
  padding: 30px;
}

.atu-announcement-content h5 {
  margin: 0px 5px 0px 0px;
  font-family: 'PT Serif', serif !important;
  font-size: 21px;
  color: #CC0000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


/* Announcements Archive Page */
.announcements-post-container {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  padding: 60px 0px;
  border-bottom: 1px solid #D9D9D9;
}

.announcements-post-date {
  flex: 1 1 25%;
}
.announcements-post-date span {
  display: inline-block;
  width: 100%;
  background-color: #CC0000;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
}

.announcements-post-content {
  flex: 1 1 75%;
}

.announcements-post {
  padding: 0px 30px;
}

.announcements-post-content h3 {
  margin: 0px 5px 0px 0px;
  font-family: 'PT Serif', serif !important;
  font-size: 18px;
  color: #1D1D1D;
}

.announcements-post-content .author-name {
  font-size: 12px;
  color: #7D7D7D;
  margin-bottom: 15px;
}

/* Campus Resource Home Page Links/Icons */
.atu-campus-resources-container {
  font-size: 14px;
}
.atu-campus-resources-container a {}
.atu-campus-resources-container a img {}


