/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/
/*
faculty-and-staff adjustments. the design is target the title attribute of
some elements to apply styling.  These have been copied into workable classes
*/

.side-nav-link-blue {
  padding: 5px;
  margin: 5px 0;
  background-color: #175575;
  border-bottom: #000 solid 3px;
  color: #fff;
  font-size: 1.4em;
}

.side-nav-link-yellow {
  padding: 5px 0 5px 15px;
  margin: -5px 0 5px 0;
  background-color: #ffc423;
  border-bottom: #000 solid 3px;
  color: #000;
  font-size: 1.2em;
}

article.news-item {
  display: flex;
  margin: 10px;
}

article.news-item .detail {
  padding: 3px 10px;
}

.news-item .metadata span.date {
  margin-right: 5px;
}

.news-item .metadata span.author {
  font-style: italic;
  margin-bottom: 5px;
}

.news-item .metadata ul.tags li {
  display: inline-block;
  margin-left: 5px;
}

.news-item .metadata ul.tags {
  margin-top: 5px;
}

.news-item ul.tags {
  padding-left: 0px;
  display: none;
}

.news-item ul.tags li {
  border-left: 1px solid black;
  padding-left: 4px;
}

.news-item ul.tags li:first-child {
  border-left: none;
}

/* OU Search */
.ou-search-container {
  width: 137% !important;
}

/* No Side Navigation Page custom css */
.body-content-full-page {
  display: inline-block;
  padding: 0 20px 10px;
  width: 100%;
  color: #000000;
  /* font: 1em Verdana; */
  box-sizing: inherit;
  min-height: 324px;
}

/* faculty snippet cross browser compatibility */
table {
  width: -moz-available !important;
  width: -webkit-fill-available !important;
}

.ou-footer-de a {
  text-decoration: none !important;
  color: #000 !important;
  border: none !important;
  border-radius: 0px !important;
  background-color: #ffc423 !important;
  padding: 0px !important;
}

/* added for 101832b ticket  */

.btn-apply-now {
  color: #212529;
  background-color: #f58114;
  border-color: #f58114;
}

.btn-apply-now:hover {
  color: #fff;
}

A.mc-card {
  color: #212529;
  min-height: 250px;
}

A.mc-card img {
  z-index: 0;
  height: 250px; /* or whatever height is needed*/
}

A.mc-card:hover img {
  transform: scale(1.1);
}

.mc-card-title {
  background: #fff;
  z-index: 1;
  position: absolute;
  bottom: 0;
  height: 35%;
  width: 100%;
  padding-top: 0;
}

A.mc-card:hover .mc-card-title,
A.mc-card:focus .mc-card-title {
  background: rgba(245, 129, 20, 0.3);
  color: #fff;
  height: 100%;
}

A.mc-card:hover .mc-card-title SPAN,
A.mc-card:focus .mc-card-title SPAN {
  padding-top: 100%;
}

.mc-card-title SPAN {
  color: #1b1c1e;
  font-weight: 600;
}

A.see-all-options {
  color: #ff5a10;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

A.see-all-options:hover {
  text-decoration: underline;
}

A.see-all-options::after {
  content: "^";
  position: relative;
  top: 2px;
  left: 10px;
  font-weight: 800;
}

UL.hero-links {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 2.3;
}

UL.hero-links a:link,
UL.hero-links a:visited,
UL.hero-links a:hover,
UL.hero-links a:active {
  color: #fff;
}

/* end 101832b */