/*
  Theme Name:   Child Theme - Mizzou Rec
  Theme URI:    https://foo.missouri.edu/
  Author:       Mizzou Digital Service, University of Missouri
  Author URI:   https://digitalservice.missouri.edu/
  Description:  This Child Theme extends the Mizzou Hybrid Base Theme
  Version:      1.0.0
  Template:     miz-hybrid-base
  Text Domain:  mizzourec-child
*/
.rec-card-deck-layer .rec-card-deck-layer__content {
  margin-top: 2rem;
}
.rec-card-deck-layer .miz-card__image-container {
  margin-bottom: 0;
}
.rec-card-deck-layer .miz-card__image-container .miz-card__image {
  height: 200px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .rec-checklist-layer .rec-checklist-layer__frame {
    padding: 4rem 5rem;
  }
}
.rec-checklist-layer .rec-checklist-layer__title {
  border-bottom: 0.375rem solid #F1B82D;
  font-family: "ClarendonURW-Reg";
  padding-bottom: 1rem;
  text-transform: initial;
}
.rec-checklist-layer .rec-checklist-layer__cta {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  gap: 1rem;
  justify-content: center;
  padding: 1rem 0 0;
}
@media (min-width: 768px) {
  .rec-checklist-layer .rec-checklist-layer__cta {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.rec-checklist-layer .rec-checklist-layer__steps {
  list-style: none;
  padding: initial;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.rec-checklist-layer .rec-checklist-layer__step {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .rec-checklist-layer .rec-checklist-layer__step {
    flex-direction: row;
  }
}
.rec-checklist-layer .rec-checklist-layer__step .rec-checklist-layer__step-icon {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 129px;
  flex-shrink: 0;
}
.rec-checklist-layer .rec-checklist-layer__step .rec-checklist-layer__step-icon--checklist {
  padding: 1rem 2rem 1rem 0;
}
.rec-checklist-layer .rec-checklist-layer__step .rec-checklist-layer__step-icon--checklist .icon-checkbox {
  height: 96px;
  width: 68.97px;
}
.rec-checklist-layer .rec-checklist-layer__step .rec-checklist-layer__step-icon--numbers {
  padding: 1rem 2rem 1rem 1rem;
}
.rec-checklist-layer .rec-checklist-layer__step .rec-checklist-layer__step-title {
  font-family: "ClarendonURW-Reg";
  font-size: 1.953em;
  line-height: 2rem;
}

.rec-featured-stat-layer .rec-featured-stat-layer__frame {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .rec-featured-stat-layer .rec-featured-stat-layer__frame {
    flex-direction: row;
    justify-content: space-between;
  }
}
.rec-featured-stat-layer .rec-featured-stat-layer__article {
  flex: 0 2 auto;
  flex-basis: 66%;
  font-size: 1.25em;
}
.rec-featured-stat-layer .rec-featured-stat-layer__aside {
  flex-basis: 33%;
}
.rec-featured-stat-layer .rec-featured-stat-layer__title {
  margin-bottom: 2rem;
}
.rec-featured-stat-layer .rec-featured-stat-layer__stat--container.miz-decoration::after {
  max-height: 75px;
  max-width: 200px;
}
.rec-featured-stat-layer .rec-featured-stat-layer__stat {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "ClarendonURW-Reg";
  font-size: 1.25em;
  padding: 3rem 2rem;
}
.rec-featured-stat-layer .rec-featured-stat-layer__stat cite {
  font-size: 1rem;
  font-weight: 400;
}
.rec-featured-stat-layer .rec-featured-stat-layer__stat p {
  text-align: center;
}
.rec-featured-stat-layer .rec-featured-stat-layer__stat .rec-featured-stat-layer__stat--number {
  font-family: "Graphik Cond Web";
  font-size: 3.815em;
  line-height: 3rem;
}

.rec-video-layer .rec-video-layer__content {
  margin-top: 2rem;
}
.rec-video-layer .rec-video-layer__video {
  aspect-ratio: 16/9;
  margin-top: 2rem;
  position: relative;
  width: 100%;
}
.rec-video-layer .rec-video-layer__video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.rec-gallery-layer .rec-gallery--content-container {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .rec-gallery-layer .rec-gallery--content-container {
    flex-direction: row;
  }
}
.rec-gallery-layer .rec-gallery--image-grow {
  flex-grow: 1;
}
.rec-gallery-layer .rec-gallery--image-shrink {
  flex-basis: 30%;
  align-self: stretch;
}
.rec-gallery-layer .has-aspect-ratio {
  margin-bottom: 0;
}
.rec-gallery-layer .has-aspect-ratio--1 {
  aspect-ratio: auto 1/1;
}
.rec-gallery-layer .has-aspect-ratio--4-3 {
  aspect-ratio: auto 4/3;
}
.rec-gallery-layer .has-aspect-ratio img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rec-gallery--intro {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  gap: 1rem;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .rec-gallery--intro {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .rec-gallery--intro.reverse figure {
    order: -1;
  }
}
.rec-gallery--intro .rec-gallery--content-frame {
  flex-basis: 66%;
}
.rec-gallery--intro .rec-gallery--content-body {
  padding-top: 1rem;
}

.rec-gallery--layout-1 .rec-gallery--image-content--brand {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .rec-gallery--layout-1 .rec-gallery--image-content--brand {
    margin-bottom: initial;
  }
}
@media (min-width: 768px) {
  .rec-gallery--layout-1 .rec-gallery--content-container.reverse .rec-gallery--image-grow {
    order: -1;
  }
}
.rec-gallery--layout-1 .rec-gallery--image-shrink.miz-decoration__plus--bottom-right, .rec-gallery--layout-1 .rec-gallery--image-shrink.miz-decoration__plus--bottom-left {
  padding-bottom: 75px;
}
.rec-gallery--layout-1 .rec-gallery--image-shrink.miz-decoration::after {
  max-height: 75px;
  width: 250px;
}

.rec-gallery--layout-2 .rec-gallery--stacked-images {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .rec-gallery--layout-2 .rec-gallery--content-container.reverse .rec-gallery--single-image {
    order: -1;
  }
}

.rec-hero-layer {
  background-position: center 50%;
  background-size: cover;
  background-color: #FFFFFF;
  position: relative;
  -webkit-animation: fadeInAnimation ease 3s;
          animation: fadeInAnimation ease 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.rec-hero-layer:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .rec-hero-layer:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(17, 17, 17, 0.5) 60%) !important;
  }
}
@media (min-width: 992px) {
  .rec-hero-layer .miz-hero__content {
    padding: 17.938rem 9.5rem 4rem;
  }
}

.rec-social-layer--solid {
  background-color: #F1B82D;
}
.rec-social-layer .rec-social-layer__frame {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .rec-social-layer .rec-social-layer__frame {
    flex-direction: row;
    gap: initial;
  }
}
.rec-social-layer .rec-social-layer__header {
  flex-grow: 1;
}
.rec-social-layer .rec-social-layer__headline {
  font-family: "ClarendonURW-Reg";
  font-size: 1.953em;
  font-weight: 400;
  text-transform: initial;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-align: center;
}
@media (min-width: 768px) {
  .rec-social-layer .rec-social-layer__headline {
    text-align: initial;
  }
}
.rec-social-layer .rec-social-layer__content {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 3.8rem;
  justify-content: center;
  padding: 0;
}
@media (min-width: 768px) {
  .rec-social-layer .rec-social-layer__content {
    justify-content: flex-end;
  }
}
.rec-social-layer .rec-social-layer__content .miz-icon:hover {
  fill: #999999 !important;
}

.rec-stats-layer {
  padding: 6rem 0;
}
.rec-stats-layer--black {
  background-color: #111111;
  color: #FFFFFF;
}
.rec-stats-layer--image {
  position: relative;
  background-position: center 50%;
  background-size: cover;
}
.rec-stats-layer--image::before {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.rec-stats-layer .rec-stats-layer__header {
  padding: 2rem 0 1rem;
}
.rec-stats-layer .rec-stat-layer__title {
  color: #F1B82D;
}
.rec-stats-layer .rec-stats-layer__content {
  border-top: 8px solid #FFFFFF;
  margin-top: 2rem;
}
.rec-stats-layer .rec-stats-layer__content > * {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .rec-stats-layer .rec-stats-layer__content > * {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .rec-stats-layer .rec-stats-layer__content > * {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .rec-stats-layer .rec-stats-layer__content > * {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .rec-stats-layer .rec-stats-layer__content > * {
    max-width: 1200px;
  }
}
.rec-stats-layer .rec-stats-layer__stats {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .rec-stats-layer .rec-stats-layer__stats {
    flex-direction: row;
  }
}
.rec-stats-layer .rec-stats-layer__stats .rec-stats-layer__stat {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 2rem 0 2rem 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .rec-stats-layer .rec-stats-layer__stats .rec-stats-layer__stat {
    align-items: flex-start;
    border-left: 8px solid #FFFFFF;
  }
}
.rec-stats-layer .rec-stats-layer__stats .rec-stats-layer__stat .rec-stats-layer__stat--number {
  color: #F1B82D;
  font-family: "Graphik Cond Web";
  font-size: 3.052em;
  line-height: 3rem;
}
.rec-stats-layer .rec-stats-layer__stats .rec-stats-layer__stat p {
  color: #FFFFFF;
  line-height: 1.5rem;
  margin: initial;
}
.rec-stats-layer .rec-stats-layer__cta {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  gap: 1rem;
}
@media (min-width: 768px) {
  .rec-stats-layer .rec-stats-layer__cta {
    flex-direction: row;
    justify-content: flex-end;
  }
}

.rec-landing-page__header {
  background-color: #FFFFFF;
  background-position: center 50%;
  background-size: cover;
  isolation: isolate;
  margin-bottom: 1rem;
  position: relative;
  -webkit-animation: fadeInAnimation ease 3s;
          animation: fadeInAnimation ease 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 768px) {
  .rec-landing-page__header {
    padding: 4rem 2.5rem !important;
  }
}
@media (min-width: 992px) {
  .rec-landing-page__header {
    padding: 17.938rem 3.5rem 4rem !important;
  }
}
@media (min-width: 1200px) {
  .rec-landing-page__header {
    padding: 17.938rem 9.5rem 4rem !important;
  }
}
.rec-landing-page__header::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .rec-landing-page__header::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(17, 17, 17, 0.5) 66%);
  }
}
.rec-landing-page__header .rec-page-header__title--container {
  position: inherit;
  z-index: 1;
}
@media (min-width: 768px) {
  .rec-landing-page__header .rec-page-header__title--container {
    padding-left: initial;
  }
}
.rec-landing-page__header .miz-page-header__title {
  border-bottom: 5px solid #F1B82D;
  color: #FFFFFF;
  font-family: "Graphik Cond Web";
  padding-bottom: 1rem;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .rec-landing-page__header .miz-page-header__title {
    font-size: 4.768rem;
  }
}

.rec-hours-header {
  text-transform: uppercase;
  padding-left: 0.5em;
}

.rec-hours-figure {
  margin-top: 0.5rem !important;
  border-top: 2px solid #F1B82D;
}

.rec-hours-figure table tr {
  border-bottom: 1px solid #F0F0F0 !important;
}

.rec-hours-block-message h2 {
  font-family: "ClarendonURW-Reg";
}

.rec_directory_flex_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}

.miz-main-grid .rec-card--person {
  flex: 0 1 23.6%;
  margin: 0.5em;
  box-shadow: 0 2px 2px rgba(102, 102, 102, 0.2);
}

.rec-card--person .miz-card__image {
  border-bottom: 0.75rem solid #F1B82D;
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

.rec-card--person .rec-card--person--title {
  font-size: 1.563em;
}

.rec-card--person .rec-card--person--subtitle {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
}

.rec-card--person .miz-card__body .miz-card__text {
  font-size: 0.8em;
}

@media (max-width: 767.98px) {
  .miz-main-grid__main .rec-card--person {
    flex: 0 1 100%;
  }

  .miz-main-grid__article .rec-card--person {
    flex: 0 1 100%;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .rec-card--person {
    flex: 0 1 45%;
  }
}
.miz-main-grid__article {
  order: initial !important;
}

h3, h4, h5 {
  font-family: "Graphik Cond Web" !important;
}