/* GLOBAL */
/* Normalize UNC elements */
.wide-row.UNC-blue.site-header-noimage {
  display: none;
}

.social-share, .site-nav, .breadcrumb-row, .author {
  display: none;
}

ul.inline-list:not(.social) {
  display: none;
}

/* Gold site-header with custom font */
.site-header p.site-title {
  text-align: center !important;
  margin: 1.25rem 0;
}

/* Hide nav on mobile and center logo */
.mobile-mega-nav li.toggle-topbar.menu-icon {
  display: none;
}

@media only screen and (max-width: 40.063em) {
  .mobile-mega-nav .title-area li.name img {
    height: 40px;
    display: block;
    margin: 0 auto;
  }
}

/* Styling for main content div and fix for OU JustEdit */
.content {
  position: relative;
  width: 100%;
  background-image: url(/bears-go-big/widgets/row-profiles/images/west-campus-fall-large.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #013c65, #999);
  opacity: 0.8;
}

/* BGB Start */
h1, h2, p {
  color: white;
}

p.intro-text {
  font-size: 1rem;
}

/* Featured Slider */
.featured-video {
  background-color: white;
  box-shadow: 0 2.5em 2.5em -1.875em rgba(0, 0, 0, 0.5), 0 1.25em 5em 1em rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
  overflow: hidden;
  margin: 0 0 3rem 0;
}
.featured-video .video-container iframe {
  top: inherit;
  left: inherit;
}
.featured-video h2.title {
  padding-top: 1em;
}

.featured-list ul {
  margin: 0;
  display: grid;
  grid-auto-rows: 1fr;
}
@media only screen and (min-width: 40.063em) {
  .featured-list ul {
    grid-template-columns: 48% 48%;
    grid-gap: 0 4%;
  }
}
@media only screen and (min-width: 64.063em) {
  .featured-list ul {
    grid-template-columns: 32% 32% 32%;
    grid-gap: 0 2%;
  }
}
.featured-list ul li {
  list-style: none;
  display: inline;
  margin-bottom: 1.45rem;
}
.featured-list ul li .panel {
  padding: 0;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.featured-list ul li .panel .featured-item {
  height: 100%;
  padding: 1.25rem;
  background: linear-gradient(-100deg, rgba(1, 45, 91, 0.1), rgba(1, 45, 91, 0.8));
}
.featured-list ul li .panel .featured-item .text {
  width: 65%;
}
.featured-list ul li .panel .featured-item .text p:last-child {
  margin-bottom: 0;
}
