* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  padding: 0;
  margin: 0;
  background-color: #faf6dd;
  font-family: "league-gothic", sans-serif; }

html {
  scroll-behavior: smooth; }

.button {
  border: none;
  outline: none;
  transition: 0.2s ease;
  border-radius: 2px; }
  .button--primary {
    padding: 6px 12px;
    min-width: 200px;
    background-color: #111;
    color: #faf6dd;
    font-family: "league-gothic", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0px; }
    .button--primary:hover {
      transform: scale(1.04);
      cursor: pointer;
      -webkit-box-shadow: 4px 4px 25px -10px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 4px 4px 25px -10px rgba(0, 0, 0, 0.75);
      box-shadow: 4px 4px 25px -10px rgba(0, 0, 0, 0.75); }

.input {
  border: none;
  outline: none;
  height: 32px;
  background-color: transparent;
  border-bottom: 1px solid rgba(1, 1, 1, 0.2); }

.splash-page {
  height: 100vh;
  overflow: hidden;
  background-color: #111;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .splash-page .flex-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    transition: 0.5s ease; }
    .splash-page .flex-wrap.fade-out {
      opacity: 0; }
  .splash-page .headline-wrap {
    width: 50%;
    text-align: center;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease; }
    .splash-page .headline-wrap h1 {
      color: #faf6dd;
      font-size: 100px;
      font-family: "league-gothic", sans-serif;
      position: relative;
      z-index: 3;
      text-shadow: 4px 4px 15px rgba(1, 1, 1, 0.5);
      margin-bottom: 24px;
      margin-top: 24px; }

.page-template-default .site-main {
  min-height: 80vh; }

.slide-out-menu .category {
  color: #c42c39; }
  .slide-out-menu .category--top-picks a {
    color: #c42c39 !important; }
  .slide-out-menu .category--most-popular a {
    color: #c42c39 !important; }
  .slide-out-menu .category--alumni a {
    color: #5fc5d0 !important; }
  .slide-out-menu .category--campus-life a {
    color: #ff7f45 !important; }
  .slide-out-menu .category--outdoors a {
    color: #4c835c !important; }
  .slide-out-menu .category--sports a {
    color: #218a9f !important; }
  .slide-out-menu .category--video a {
    color: #f1e97d !important; }

.navbar .category {
  color: #c42c39; }
  .navbar .category--top-picks a:hover {
    color: #c42c39 !important; }
  .navbar .category--most-popular a:hover {
    color: #c42c39 !important; }
  .navbar .category--alumni a:hover {
    color: #5fc5d0 !important; }
  .navbar .category--campus-life a:hover {
    color: #ff7f45 !important; }
  .navbar .category--outdoors a:hover {
    color: #4c835c !important; }
  .navbar .category--sports a:hover {
    color: #218a9f !important; }
  .navbar .category--video a:hover {
    color: #f1e97d !important; }

.story-wrap .category {
  color: #c42c39; }
  .story-wrap .category--top-picks {
    color: #c42c39 !important; }
  .story-wrap .category--most-popular {
    color: #c42c39 !important; }
  .story-wrap .category--alumni {
    color: #5fc5d0 !important; }
  .story-wrap .category--campus-life {
    color: #ff7f45 !important; }
  .story-wrap .category--outdoors {
    color: #4c835c !important; }
  .story-wrap .category--sports {
    color: #218a9f !important; }
  .story-wrap .category--video {
    color: #f1e97d !important; }

.archive.category.category-top-picks .archive-title {
  color: #c42c39 !important; }

.archive.category.category-most-popular .archive-title {
  color: #c42c39 !important; }

.archive.category.category-alumni .archive-title {
  color: #5fc5d0 !important; }

.archive.category.category-campus-life .archive-title {
  color: #ff7f45 !important; }

.archive.category.category-outdoors .archive-title {
  color: #4c835c !important; }

.archive.category.category-sports .archive-title {
  color: #218a9f !important; }

.archive.category.category-video .archive-title {
  color: #f1e97d !important; }

.featured-story .category.category--top-picks {
  color: #c42c39 !important; }

.featured-story .category.category--most-popular {
  color: #c42c39 !important; }

.featured-story .category.category--alumni {
  color: #5fc5d0 !important; }

.featured-story .category.category--campus-life {
  color: #ff7f45 !important; }

.featured-story .category.category--outdoors {
  color: #4c835c !important; }

.featured-story .category.category--sports {
  color: #218a9f !important; }

.featured-story .category.category--video {
  color: #f1e97d !important; }

.logo {
  height: 40px; }

.top-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0px 24px;
  background-color: #111;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  -webkit-box-shadow: -1px -28px 46px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px -28px 46px -6px rgba(0, 0, 0, 0.5);
  box-shadow: -1px -28px 46px -6px rgba(0, 0, 0, 0.5); }
  @media (max-width: 900px) {
    .top-nav {
      grid-template-columns: 1fr;
      padding-top: 12px;
      padding-bottom: 12px; } }

.nav-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3; }
  @media (max-width: 900px) {
    .nav-logo {
      width: 100%; } }

.nav-right-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 64px; }
  .nav-right-wrap label {
    margin-right: 8px;
    color: #faf6dd;
    letter-spacing: 1px;
    text-align: left;
    font-family: "league-gothic", sans-serif;
    font-size: 14px; }
  @media (max-width: 900px) {
    .nav-right-wrap {
      display: none; } }

.must-read-slider {
  max-width: 400px;
  font-family: "futura-pt";
  margin-left: 8px; }

.must-read-menu {
  position: absolute;
  background-color: #111;
  width: 100%;
  height: 220px;
  left: 0px;
  top: 0px;
  z-index: 4;
  transform: translateY(-100%);
  -webkit-box-shadow: -1px 13px 36px -8px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: -1px 13px 36px -8px rgba(0, 0, 0, 0.54);
  box-shadow: -1px 13px 36px -8px rgba(0, 0, 0, 0.54);
  display: flex;
  align-items: center;
  opacity: 0;
  transition: 0.25s cubic-bezier(1, 0.1, 0.53, 0.24); }
  .must-read-menu:before {
    transition: 0.2s ease; }
  .must-read-menu.open {
    transform: translateY(0);
    opacity: 1; }
    .must-read-menu.open:before {
      z-index: 1;
      content: " ";
      height: 100vh;
      width: 100vw;
      background: rgba(1, 1, 1, 0.7);
      position: absolute;
      top: 0px; }
  .must-read-menu .close {
    height: 14px;
    position: absolute;
    right: 12px;
    top: 6px;
    cursor: pointer;
    z-index: 3; }
  .must-read-menu .must-read-menu-container {
    position: relative;
    padding: 12px;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 16px; }
  .must-read-menu .story-container__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
    margin-bottom: 6px; }
  .must-read-menu .story-container__title {
    font-family: "futura-pt"; }

.top-nav-left {
  display: flex;
  align-items: center;
  color: #faf6dd;
  max-height: 64px; }
  .top-nav-left h4 {
    margin-left: 12px;
    margin-right: 16px; }
  .top-nav-left .arrow-down {
    margin-left: 12px; }
  @media (max-width: 900px) {
    .top-nav-left {
      justify-content: center; }
      .top-nav-left img[alt="Menu"] {
        position: absolute;
        left: 12px; } }

.must-reads {
  display: flex;
  align-items: flex-end;
  height: 100%;
  cursor: pointer;
  color: #f5f0e4;
  padding-bottom: 20px; }
  .must-reads h4 {
    margin-right: 12px;
    font-weight: 400; }
  @media (max-width: 900px) {
    .must-reads {
      display: none; } }

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  background-color: #111;
  position: relative; }
  .navbar button {
    right: 12px;
    background-color: #0882c1;
    color: #f5f0e4;
    border: none;
    outline: none;
    border-radius: 2px;
    font-family: "league-gothic", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 24px;
    transition: 0.2s ease;
    line-height: 1; }
    .navbar button:hover {
      cursor: pointer;
      transform: scale(1.02);
      background-color: #ff7f45; }
  .navbar__title {
    display: flex;
    align-items: flex-end;
    position: fixed;
    top: 12px;
    left: 56px;
    z-index: 3;
    opacity: 0; }
    .navbar__title h5 {
      color: #ff7f45;
      opacity: 1;
      font-weight: 400;
      font-style: italic;
      letter-spacing: 1px;
      margin: 0px;
      margin-bottom: 4px;
      margin-left: 12px;
      font-family: "league-gothic", sans-serif; }
  .navbar__content {
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .navbar__timestamp {
    display: flex;
    align-items: center;
    justify-content: center; }
    .navbar__timestamp-date {
      margin-left: 6px;
      margin-right: 6px;
      color: #9a9a9a; }
    .navbar__timestamp-bars {
      position: relative; }
      .navbar__timestamp-bars span {
        display: block;
        width: 40px;
        height: 1px;
        background-color: #dcdcdc; }
        .navbar__timestamp-bars span:first-child {
          margin-bottom: 4px; }
  .navbar__social {
    display: grid;
    grid-template-columns: 18px 18px;
    grid-column-gap: 8px; }
  .navbar__social-mobile {
    display: grid;
    grid-template-columns: 36px 18px 18px;
    grid-column-gap: 8px; }
    .navbar__social-mobile label {
      color: #faf6dd; }
  @media (max-width: 900px) {
    .navbar {
      display: none; } }

.search-box {
  display: flex;
  margin-right: 6px; }
  .search-box input {
    margin-left: 6px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    outline: none;
    transition: 0.2s ease;
    color: #f5f0e4;
    width: 130px;
    text-align: left;
    font-family: "league-gothic", sans-serif;
    font-size: 14px; }
    .search-box input::placeholder {
      color: #f5f0e4;
      letter-spacing: 1px;
      transition: 0.2s ease; }
    .search-box input:focus {
      border-bottom: 1px solid #f5f0e4; }
      .search-box input:focus::placeholder {
        color: transparent; }

.sub-nav {
  display: flex;
  justify-content: flex-end; }
  .sub-nav .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex; }
    .sub-nav .menu a {
      font-family: "futura-pt";
      text-decoration: none;
      color: #f5f0e4;
      transition: 0.2s ease;
      margin-left: 12px;
      margin-right: 12px;
      font-size: 16px;
      text-transform: uppercase; }

.category {
  color: #c42c39; }
  .category--top-picks a:hover {
    color: #c42c39; }
  .category--most-popular a:hover {
    color: #c42c39; }
  .category--alumni a:hover {
    color: #5fc5d0; }
  .category--campus-life a:hover {
    color: #ff7f45; }
  .category--outdoors a:hover {
    color: #4c835c; }
  .category--sports a:hover {
    color: #218a9f; }
  .category--video a:hover {
    color: #f1e97d; }

.site-header {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-100%);
  transition: 0.25s cubic-bezier(1, 0.1, 0.53, 0.24); }
  .site-header.show {
    transform: translateY(0); }

.slide-out-menu {
  max-width: 350px;
  width: 100%;
  position: fixed;
  left: 0;
  background-color: #111;
  top: 0;
  bottom: 0;
  z-index: 3;
  box-shadow: 4px 4px 25px -10px rgba(0, 0, 0, 0.75);
  transform: translateX(-120%);
  transition: 0.25s cubic-bezier(1, 0.1, 0.53, 0.24);
  padding: 16px; }
  .slide-out-menu .side-menu-close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    height: 16px; }
  .slide-out-menu.open {
    transform: translateX(0); }
  .slide-out-menu .menu {
    padding-left: 0px; }
    .slide-out-menu .menu li {
      border-bottom: 1px solid #252525;
      padding: 16px 8px;
      list-style: none; }
      .slide-out-menu .menu li a {
        color: #f5f0e4;
        font-size: 22px;
        font-family: "futura-pt";
        text-transform: uppercase;
        text-decoration: none; }
  .slide-out-menu .logo {
    position: absolute;
    bottom: 16px; }
  @media (max-width: 720px) {
    .slide-out-menu {
      width: 85%; } }
  .slide-out-menu .navbar__social {
    margin-top: 24px;
    margin-left: 4px; }

#menu-el {
  transition: 0.2s ease;
  display: none; }
  #menu-el:hover {
    transform: scale(1.05); }
  @media (max-width: 900px) {
    #menu-el {
      display: block; } }

.about-menu,
.subscribe-menu {
  background-color: #111;
  padding: 32px;
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative; }
  .about-menu h2,
  .subscribe-menu h2 {
    color: #faf6dd;
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-bottom: 24px;
    font-weight: 400; }
  .about-menu p,
  .subscribe-menu p {
    color: #faf6dd;
    font-size: 16px;
    font-family: "futura-pt";
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px; }
  .about-menu .hsc-logo,
  .subscribe-menu .hsc-logo {
    height: 64px;
    margin-top: 0px;
    margin-bottom: 24px; }
  .about-menu .wpcf7,
  .subscribe-menu .wpcf7 {
    max-width: 300px;
    width: 100%; }
  .about-menu a,
  .about-menu .wpcf7-submit,
  .subscribe-menu a,
  .subscribe-menu .wpcf7-submit {
    display: block;
    height: 32px;
    color: #faf6dd;
    text-transform: uppercase;
    background-color: #218a9f;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 24px;
    border-radius: 2px;
    text-decoration: none;
    border: none;
    font-family: "league-gothic", sans-serif;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-top: 16px;
    cursor: pointer;
    max-width: 300px; }
  .about-menu .close-menu-img,
  .subscribe-menu .close-menu-img {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 14px;
    opacity: 0.8;
    cursor: pointer; }
  .about-menu .wpcf7-email,
  .subscribe-menu .wpcf7-email {
    height: 32px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    outline: none;
    font-family: "league-gothic", sans-serif;
    color: #faf6dd;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px; }
  .about-menu .wpcf7-response-output,
  .subscribe-menu .wpcf7-response-output {
    margin-top: 0px !important;
    margin-bottom: 32px !important; }
  .about-menu .wpcf7 form.sent .wpcf7-response-output,
  .subscribe-menu .wpcf7 form.sent .wpcf7-response-output {
    border-color: #faf6dd;
    color: #faf6dd; }

.subscribe-menu {
  right: 0px;
  left: initial; }

.modal-wrap {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(1, 1, 1, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12; }
  .modal-wrap.open {
    display: flex; }

#about-link-2 {
  border-bottom: 1px solid #252525;
  padding: 16px 8px;
  list-style: none;
  color: #f5f0e4;
  font-size: 22px;
  font-family: "futura-pt";
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 40px;
  display: block;
  padding-top: 0px; }

.homepage-container {
  max-width: 1400px;
  padding: 0px 16px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 520px 1fr 286px;
  padding-top: 108px; }
  @media (max-width: 1200px) {
    .homepage-container {
      grid-template-columns: 460px 1fr 286px;
      grid-column-gap: 12px; } }
  @media (max-width: 1000px) {
    .homepage-container {
      display: flex;
      flex-direction: column; } }
  @media (max-width: 900px) {
    .homepage-container {
      padding-top: 72px; } }

.main-feature {
  height: 100%;
  position: relative;
  padding-top: 16px; }
  .main-feature .latest-badge {
    position: absolute;
    height: 64px;
    z-index: 1;
    top: 0;
    left: 0; }

.sticky-wrapper {
  position: sticky;
  top: 122px; }

.featured-content {
  height: calc(100vh - 138px); }
  .featured-content .slick-list,
  .featured-content .slick-track {
    height: 100%; }
  @media (max-width: 1000px) {
    .featured-content {
      height: 600px; } }
  @media (max-width: 720px) {
    .featured-content {
      height: 520px; } }

.featured-story {
  background-size: cover;
  background-position: center;
  height: 100%;
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 16px;
  transition: 0.2s ease; }
  .featured-story:hover {
    cursor: pointer; }
  .featured-story__title {
    margin-bottom: 16px;
    width: 75%;
    background-color: #faf6dd;
    padding: 16px;
    position: relative; }
    .featured-story__title label {
      font-size: 16px;
      letter-spacing: 1px;
      display: block;
      margin-bottom: 4px;
      text-transform: uppercase; }
    .featured-story__title h2 {
      margin: 0;
      margin-bottom: 6px;
      font-size: 32px;
      font-family: "henriette";
      line-height: 1.2; }
    .featured-story__title p {
      margin: 0;
      font-size: 16px;
      line-height: 26px;
      color: #111;
      opacity: 0.9;
      font-family: "trade-gothic-next"; }
    @media (max-width: 900) {
      .featured-story__title h2 {
        font-size: 28px; } }

.middle-section {
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px; }
  @media (max-width: 1100px) {
    .middle-section {
      grid-template-columns: 1fr;
      padding: 16px 0px; } }
  @media (max-width: 1000px) {
    .middle-section {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 720px) {
    .middle-section {
      margin-top: 24px;
      grid-template-columns: 1fr; } }

.story-wrap label {
  margin-top: 6px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "league-gothic", sans-serif; }
  @media (max-width: 720px) {
    .story-wrap label {
      margin-top: 12px;
      margin-bottom: 12px; } }

.story-wrap h3 {
  margin: 0;
  margin-top: 4px;
  font-weight: 600;
  font-size: 18px;
  font-family: "futura-pt";
  line-height: 22px; }
  @media (max-width: 720px) {
    .story-wrap h3 {
      font-size: 24px;
      line-height: 1.5; } }

@media (max-width: 720px) {
  .story-wrap {
    margin-bottom: 24px; } }

.middle-section-story {
  min-height: 170px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(90%);
  transition: 0.2s ease; }
  .middle-section-story:hover {
    filter: grayscale(0);
    cursor: pointer;
    transform: scale(1.02);
    -webkit-box-shadow: 4px 4px 25px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 4px 4px 25px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 25px -10px rgba(0, 0, 0, 0.25); }
  @media (max-width: 1000px) {
    .middle-section-story {
      min-height: 250px; } }

.search-field {
  height: 26px;
  background-color: #fff;
  border-radius: 2px;
  border: none;
  margin-left: 4px; }

.search-submit {
  border: none;
  outline: none;
  margin-left: 6px;
  background-color: #0882c1;
  color: #f5f0e4;
  border: none;
  outline: none;
  border-radius: 2px;
  font-family: "league-gothic", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 6px 24px;
  transition: 0.2s ease;
  line-height: 1; }

.subscribe {
  padding: 16px;
  height: 150px;
  background-color: #ff7f45;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(100% + 24px); }
  .subscribe h2 {
    font-family: "league-gothic", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 6px;
    margin-top: 0px; }
  .subscribe p {
    margin: 0px;
    color: white;
    font-family: serif;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 16px;
    max-width: 200px; }
  .subscribe input {
    height: 24px;
    min-width: 200px;
    margin-bottom: 12px;
    font-family: "league-gothic", sans-serif; }
    .subscribe input::placeholder {
      opacity: 0.9;
      color: rgba(255, 255, 255, 0.8); }

.top-picks {
  display: flex;
  flex-direction: column;
  padding: 0px 12px; }
  .top-picks h4 {
    font-family: "league-gothic", sans-serif; }
  .top-picks__pick {
    padding-bottom: 24px;
    border-bottom: 1px solid #4e4e4e;
    margin-bottom: 24px; }
    .top-picks__pick h5 {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
      font-family: "league-gothic", sans-serif;
      text-align: center;
      margin-bottom: 6px; }
    .top-picks__pick p {
      margin: 0;
      font-family: serif;
      font-style: italic;
      font-size: 14px;
      text-align: center;
      max-width: 85%;
      margin-left: auto;
      margin-right: auto; }

.quote-section {
  margin-top: 32px;
  background-color: #111;
  padding: 24px 64px;
  padding-bottom: 48px; }
  .quote-section h3 {
    color: #ff7f45;
    font-family: "league-gothic", sans-serif;
    letter-spacing: 1px;
    font-size: 18px; }
  .quote-section h5 {
    color: #fff;
    font-family: "league-gothic", sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0px; }
    .quote-section h5 span {
      color: #ff7f45;
      font-size: 12px; }
  .quote-section .featured-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 16px; }
    .quote-section .featured-container .video-wrap {
      height: 150px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #f5f5f5;
      transition: 0.2s ease; }
      .quote-section .featured-container .video-wrap:hover {
        transform: scale(1.04);
        cursor: pointer; }
    .quote-section .featured-container .play {
      border-radius: 50px;
      height: 50px;
      width: 50px;
      background-color: #111;
      display: flex;
      align-items: center;
      justify-content: center; }
      .quote-section .featured-container .play svg {
        height: 44px;
        width: 44px; }

.site-footer {
  background-color: #252525;
  padding: 12px; }

.site {
  overflow: hidden;
  height: 100vh;
  width: 100vw; }

.site-reset {
  overflow: unset;
  height: 100%;
  width: 100%; }

.with-splash .splash-container {
  height: 100vh;
  width: 100vw;
  background-color: #111;
  position: fixed;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  transition: 0.4s cubic-bezier(1, 0.1, 0.53, 0.24);
  z-index: 22; }
  .with-splash .splash-container.reveal {
    transform: translate3d(0, -100%, 0); }
  .with-splash .splash-container .splash-content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center; }
    .with-splash .splash-container .splash-content__title {
      width: 40%;
      padding-left: 7%;
      text-align: center;
      position: relative;
      z-index: 3;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: 0.2s cubic-bezier(1, 0.1, 0.53, 0.24); }
      @media (max-width: 1000px) {
        .with-splash .splash-container .splash-content__title {
          width: 100%;
          padding-left: 0; } }
      .with-splash .splash-container .splash-content__title .button-wrap {
        display: flex; }
        .with-splash .splash-container .splash-content__title .button-wrap a {
          outline: none;
          -webkit-box-shadow: 4px 4px 25px -10px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 4px 4px 25px -10px rgba(0, 0, 0, 0.75);
          box-shadow: 4px 4px 25px -10px rgba(0, 0, 0, 0.75);
          color: #faf6dd;
          border-radius: 2px;
          height: 48px;
          text-transform: uppercase;
          max-width: 340px;
          margin-left: auto;
          margin-right: auto;
          font-family: "league-gothic", sans-serif;
          padding-left: 48px;
          padding-right: 48px;
          opacity: 1;
          outline: none;
          border: none;
          font-size: 24px;
          letter-spacing: 1px;
          font-weight: 500;
          line-height: 1;
          text-align: center;
          text-decoration: none;
          display: flex;
          align-items: center;
          justify-self: center;
          transition: 0.2s ease;
          margin-left: 6px;
          margin-right: 6px; }
          .with-splash .splash-container .splash-content__title .button-wrap a.yes {
            background-color: #218a9f; }
          .with-splash .splash-container .splash-content__title .button-wrap a.no {
            background-color: #c42c39;
            animation: none; }
          .with-splash .splash-container .splash-content__title .button-wrap a:hover {
            transform: scale(1.04); }
      .with-splash .splash-container .splash-content__title.pull-up {
        transform: translateY(-1000px); }
    .with-splash .splash-container .splash-content__artwork {
      height: 100%;
      width: 75%;
      position: absolute;
      opacity: 0.9;
      left: 40%;
      top: -20%;
      transition: 0.2s ease; }
      .with-splash .splash-container .splash-content__artwork .man-bear {
        animation: BEAR_ANIMATION 2s infinite linear; }
      .with-splash .splash-container .splash-content__artwork .rays {
        position: absolute;
        top: 0px;
        left: 0;
        animation: RAYS_ANIMATION 2s infinite linear; }

@keyframes BEAR_ANIMATION {
  0% {
    transform: scale(1.01); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(1.01); } }

@keyframes RAYS_ANIMATION {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.02); }
  100% {
    transform: scale(1); } }
    .with-splash .splash-container .splash-content h1 {
      color: #faf6dd;
      font-size: 52px;
      font-family: "futura-pt-bold";
      position: relative;
      z-index: 3;
      text-shadow: 4px 4px 15px rgba(1, 1, 1, 0.5);
      margin-bottom: 24px;
      margin-top: 24px;
      line-height: 1; }
      @media (max-width: 1000px) {
        .with-splash .splash-container .splash-content h1 {
          font-size: 36px; } }
  .with-splash .splash-container .zoom-in {
    animation: ANGRY_BEAR 1s; }

@keyframes ANGRY_BEAR {
  0% {
    transform: scale(1.01); }
  100% {
    transform: scale(1.5); } }

.with-splash .video-feed-container {
  margin-top: 48px;
  padding: 48px;
  background-color: #111; }
  @media (max-width: 1000px) {
    .with-splash .video-feed-container {
      padding: 16px; } }
  .with-splash .video-feed-container h3 {
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 2px solid #faf6dd;
    font-family: "futura-pt";
    color: #faf6dd;
    margin-bottom: 48px; }
  .with-splash .video-feed-container .video-grid-container {
    color: #faf6dd;
    display: flex; }
    @media (max-width: 1000px) {
      .with-splash .video-feed-container .video-grid-container {
        flex-direction: column; } }
  .with-splash .video-feed-container .video {
    flex: 2;
    margin-right: 16px; }
  .with-splash .video-feed-container .secondary {
    display: flex;
    flex-direction: column;
    flex: 1; }
  .with-splash .video-feed-container .second h4,
  .with-splash .video-feed-container .third h4 {
    color: #faf6dd;
    font-family: "futura-pt";
    font-size: 18px;
    margin: 0px;
    text-transform: none;
    margin-top: 12px;
    margin-bottom: 12px; }
  .with-splash .video-feed-container h5 {
    color: #faf6dd;
    font-family: "futura-pt";
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 12px; }
  .with-splash .video-feed-container h6 {
    color: #faf6dd;
    font-family: "futura-pt";
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px; }
  .with-splash .video-feed-container p {
    margin-top: 6px;
    color: #ccc;
    font-family: "trade-gothic-next";
    font-size: 16px; }
  .with-splash .video-feed-container .placeholder-vid {
    height: 100%;
    width: 100%;
    margin-bottom: 12px;
    background-color: #252525;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }

.with-splash .sidebar {
  padding-top: 16px; }
  .with-splash .sidebar .ad {
    width: 100%;
    transition: 0.2s ease; }
  .with-splash .sidebar .ad-1 {
    z-index: 2;
    transition: 0.2s ease;
    position: relative; }
  .with-splash .sidebar .ad-2 {
    z-index: 1;
    position: absolute;
    left: 0; }
  .with-splash .sidebar .ad-block {
    position: relative;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 900px) {
      .with-splash .sidebar .ad-block {
        margin-bottom: 48px; } }
    .with-splash .sidebar .ad-block:hover .ad-1 {
      opacity: 0; }
  .with-splash .sidebar h3 {
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 2px solid #111;
    font-family: "futura-pt"; }
  .with-splash .sidebar .top-pick-stories {
    overflow-y: auto; }
  .with-splash .sidebar .top-pick-story {
    display: flex;
    align-items: flex-start;
    padding-bottom: 12px;
    border-bottom: 1px solid #111;
    margin-bottom: 12px; }
    .with-splash .sidebar .top-pick-story a {
      text-decoration: none;
      color: #111;
      transition: 0.2s ease; }
      .with-splash .sidebar .top-pick-story a:hover {
        color: #218a9f; }
    .with-splash .sidebar .top-pick-story h4,
    .with-splash .sidebar .top-pick-story h5,
    .with-splash .sidebar .top-pick-story p {
      margin: 0; }
    .with-splash .sidebar .top-pick-story h4 {
      margin-right: 16px;
      font-family: "henriette";
      font-size: 32px;
      color: #c42c39;
      line-height: 1; }
    .with-splash .sidebar .top-pick-story h5 {
      font-size: 16px;
      font-family: "league-gothic", sans-serif;
      font-weight: 500;
      text-transform: uppercase; }
    .with-splash .sidebar .top-pick-story p {
      font-size: 14px;
      color: #252525;
      font-family: "trade-gothic-next"; }
    @media (max-width: 720px) {
      .with-splash .sidebar .top-pick-story h5 {
        font-size: 20px; }
      .with-splash .sidebar .top-pick-story p {
        font-size: 16px; } }

@media (max-width: 1000px) {
  .featured-video-title {
    max-width: 100%; } }

.quote-block {
  background-color: #111;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .quote-block img {
    height: 250px; }
  .quote-block .link-wrap {
    display: flex;
    align-items: center; }
    .quote-block .link-wrap a {
      color: #faf6dd;
      font-size: 14px;
      margin-left: 12px;
      text-decoration: none;
      text-transform: uppercase; }

@media (max-width: 1100px) {
  .splash-content__artwork {
    height: 40vh !important;
    top: initial !important;
    opacity: 0.9 !important;
    left: 0 !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px !important; }
  .rays {
    left: initial !important; }
  .with-splash .splash-container .splash-content__title {
    width: 100%; }
  .splash-content__title {
    padding: 0px 12px; }
  .button-wrap {
    margin-top: 30vh; }
  .man-bear,
  .rays {
    height: 100%; } }

.post,
.archive-page,
.site-main {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 16px 64px 16px; }
  @media (max-width: 1000px) {
    .post,
    .archive-page,
    .site-main {
      padding: 100px 16px 64px 16px; } }
  .post h1,
  .archive-page h1,
  .site-main h1 {
    font-size: 48px;
    font-family: "henriette";
    margin: 16px 0px;
    line-height: 1; }
  .post h3,
  .archive-page h3,
  .site-main h3 {
    font-family: "trade-gothic-next";
    line-height: 1.5;
    font-weight: 600; }
  .post p,
  .archive-page p,
  .site-main p {
    margin-top: 0px; }
  .post .wp-block-image,
  .archive-page .wp-block-image,
  .site-main .wp-block-image {
    margin-top: 0px; }
  .post .wp-block-image figcaption,
  .archive-page .wp-block-image figcaption,
  .site-main .wp-block-image figcaption {
    font-family: "league-gothic", sans-serif;
    font-size: 15px;
    color: #4e4e4e; }
  .post p,
  .post ul,
  .post li,
  .archive-page p,
  .archive-page ul,
  .archive-page li,
  .site-main p,
  .site-main ul,
  .site-main li {
    font-family: "trade-gothic-next";
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px; }
  .post figure,
  .archive-page figure,
  .site-main figure {
    margin-top: 16px; }
  .post blockquote,
  .archive-page blockquote,
  .site-main blockquote {
    margin-top: 48px;
    margin-bottom: 48px; }
    .post blockquote p,
    .archive-page blockquote p,
    .site-main blockquote p {
      font-family: "futura-pt";
      font-size: 32px; }
    .post blockquote cite,
    .archive-page blockquote cite,
    .site-main blockquote cite {
      opacity: 0.5;
      font-family: "trade-gothic-next"; }
  .post .entry-meta,
  .archive-page .entry-meta,
  .site-main .entry-meta {
    font-family: "futura-pt"; }
    .post .entry-meta a,
    .archive-page .entry-meta a,
    .site-main .entry-meta a {
      color: #252525;
      font-weight: 600; }
  @media (max-width: 720px) {
    .post h1,
    .archive-page h1,
    .site-main h1 {
      font-size: 36px;
      font-family: "futura-pt";
      margin: 16px 0px; }
    .post h3,
    .archive-page h3,
    .site-main h3 {
      font-family: "trade-gothic-next";
      line-height: 1.5;
      font-weight: 600;
      font-size: 18px; } }

.archive-page {
  min-height: 80vh; }
  .archive-page .post-image {
    width: 100%; }
  .archive-page .author {
    font-family: "league-gothic", sans-serif;
    text-decoration: none;
    margin: 6px 0px;
    font-size: 18px;
    text-transform: uppercase; }
  .archive-page .excerpt p {
    text-decoration: none;
    margin-top: 6px;
    margin-bottom: 6px; }
  .archive-page .post-feed {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px; }
    @media (max-width: 1000px) {
      .archive-page .post-feed {
        grid-template-columns: 1fr; } }
  .archive-page .page-title {
    margin-bottom: 24px; }
  .archive-page img {
    height: 250px;
    object-fit: cover; }
  .archive-page h3 {
    font-size: 24px;
    font-family: "futura-pt";
    margin: 4px 0px; }

.no-results,
.search-results {
  min-height: 60vh; }

.post-thumbnail img {
  max-height: 500px;
  width: 100%;
  object-fit: cover; }

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.error-404 h2 {
  font-family: "futura-pt"; }

.search-results .site-main {
  min-height: 80vh; }

.search-results a {
  color: #252525;
  text-decoration: none;
  text-transform: uppercase; }

.search-results article {
  padding: 24px;
  border-bottom: 1px solid #252525; }

.search-results .post-thumbnail,
.search-results .entry-footer,
.search-results .updated,
.search-results .type-page {
  display: none; }

.single-post .entry-header .excerpt p {
  font-style: italic; }

.share-box {
  display: flex;
  align-items: center;
  margin-top: 48px; }
  .share-box label {
    margin-right: 8px;
    font-size: 18px; }
  .share-box svg {
    height: 36px;
    width: 36px;
    margin-right: 6px; }

.archive-title {
  text-transform: uppercase;
  margin-bottom: 36px !important;
  color: #111;
  font-family: "futura-pt" !important; }

.recommends {
  margin-top: 60px;
  border-top: 1px solid #111; }
  .recommends h2 {
    font-family: "futura-pt"; }
  .recommends__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px; }
    @media (max-width: 900px) {
      .recommends__row {
        grid-template-columns: 1fr; } }
    .recommends__row a {
      color: #111;
      text-decoration: none; }
  .recommends__article .photo {
    height: 180px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s ease;
    border-radius: 3px; }
    .recommends__article .photo:hover {
      transform: scale(1.04);
      box-shadow: 4px 4px 25px -10px rgba(0, 0, 0, 0.25); }
  .recommends__article .title {
    font-family: "futura-pt"; }

.entry-content {
  margin-top: 32px;
  margin-bottom: 120px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }

.wp-block-image img {
  width: 100%;
  height: auto; }

.post figure, .archive-page figure, .site-main figure {
  margin-top: 40px;
  margin-bottom: 40px; }

.video-page {
  min-height: 70vh;
  padding: 0px; }
  .video-page h1 {
    font-size: 48px;
    font-family: "futura-pt";
    margin: 16px 0px;
    margin-bottom: 12px;
    color: #f1e97d;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 12px; }
  .video-page h3 {
    margin-bottom: 48px;
    color: #faf6dd; }
  .video-page header {
    padding: 164px 16px 64px 16px;
    background-color: #1a1919; }
    @media (max-width: 900px) {
      .video-page header {
        padding: 100px 32px 64px 32px; } }
    @media (max-width: 720px) {
      .video-page header {
        padding: 100px 16px 64px 16px; } }
    .video-page header .header-container {
      max-width: 900px;
      margin-left: auto;
      margin-right: auto; }
    .video-page header .featured-videos-row {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 16px; }
      @media (max-width: 900px) {
        .video-page header .featured-videos-row {
          grid-template-columns: 1fr;
          grid-row-gap: 36px; } }
    .video-page header .featured-video__cover {
      height: 220px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #111;
      transition: 0.2s ease;
      border-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .video-page header .featured-video__cover svg {
        fill: #faf6dd;
        height: 38px;
        width: 38px; }
      .video-page header .featured-video__cover:hover {
        cursor: pointer;
        transform: scale(1.04);
        box-shadow: 4px 4px 25px -10px rgba(0, 0, 0, 0.75); }
    .video-page header .featured-video h2 {
      color: #faf6dd;
      font-family: "futura-pt";
      margin: 0px;
      margin-bottom: 6px;
      margin-top: 12px;
      font-size: 20px;
      padding: 0px 12px; }
    .video-page header .featured-video label {
      font-size: 16px;
      padding: 0px 12px;
      color: #faf6dd;
      text-transform: uppercase; }
  .video-page article {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 64px 16px 64px 16px; }
    .video-page article .author {
      font-family: "league-gothic", sans-serif;
      text-decoration: none;
      margin: 6px 0px;
      font-size: 18px;
      text-transform: uppercase; }
    .video-page article .excerpt p {
      text-decoration: none;
      margin-top: 6px;
      margin-bottom: 6px; }
    .video-page article .post-feed {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 16px;
      grid-row-gap: 16px; }
      @media (max-width: 1000px) {
        .video-page article .post-feed {
          grid-template-columns: 1fr; } }
    .video-page article .page-title {
      margin-bottom: 24px; }
    .video-page article img {
      height: 250px;
      object-fit: cover; }
    .video-page article h3 {
      font-size: 24px;
      font-family: "futura-pt";
      margin: 4px 0px; }
  .video-page .grid-wrap-2 {
    padding: 12px 0px; }
    .video-page .grid-wrap-2 .featured-video {
      margin-right: 12px; }

.arrow-container {
  display: flex;
  align-items: center;
  position: relative; }
  .arrow-container svg {
    position: absolute;
    top: -75px; }
  .arrow-container #prev-video {
    transform: translateX(-38px);
    margin-left: 12px; }
  .arrow-container #next-video {
    transform: translateX(28px); }
  @media (max-width: 900px) {
    .arrow-container svg {
      position: absolute;
      top: 0px; }
    .arrow-container #prev-video {
      transform: translateX(0px);
      margin-left: 0px !important; }
    .arrow-container #next-video {
      transform: translateX(0px); } }
