@charset "UTF-8";
/*
 * Theme Name: UNC School of Education
 * Description: Custom built Wordpress theme by NewCity
 * Author: NewCity <geeks@insidenewcity.com>
*/

/* footer.universal-footer {
  padding-bottom: 100px;
} */

html {
  scroll-behavior: smooth;
}

.page-header--single-event .headline-group .headline-group__sub .tribe-events-divider {
  display: none;
}

@media screen and (min-width: 40rem) {
  .page-header--single-event .headline-group .headline-group__sub {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .page-header--single-event .headline-group .headline-group__sub > * {
    flex-shrink: 0;
  }
  
  .page-header--single-event .headline-group .headline-group__sub .recurringinfo {
    margin-left: 0.5rem;
  }
  
  .page-header--single-event .headline-group .headline-group__sub .tribe-events-divider {
    display: inline-block;
    margin-right: 0.5rem;
  }
}

main > .landing {
  position: relative;
  z-index: -20;
}

main > .landing > .slab.slab--page-header,
main > .slab.slab--page-header {
  position: relative;
  z-index: -10;
}
