/*Colors*/
body {
  font: 1rem/1.5 "Work Sans", arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background-image: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/goldengrizzlies.com/images/responsive_2021/bg_repeater.jpg');
}
/*Stories Video*/

.showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/*Mixins*/
.showcase-play-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border: 2px solid white;
  color: white;
  border-radius: 50%;
  transition: .25s;
}
.showcase-play-button::before {
  content: '\e196';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'sidearm_font_v2';
  font-size: 2rem;
}
.showcase-play-button:hover,
.showcase-play-button:focus,
.showcase-play-button.sidearm-hover {
  background-color: #877148;
}
/*Social Media Brand Colors*/
/*Breakpoints*/
@media (min-width: 1025px) {
  .hide-large {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .hide-large-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-medium {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-medium-down {
    display: none !important;
  }
}
/*Utility Classes*/

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.upper {
  text-transform: uppercase;
}
.acc-hide,
.accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.hide {
  background: black;
  color: white;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
/*Animations*/

/*DFP*/

.sidearm-dfp-ad {
  margin: 24px auto;
}
/*Row Styles*/

.row {
  max-width: 1452px;
  margin-left: auto;
  margin-right: auto;
}
.row.pad {
  padding-left: 18px;
  padding-right: 18px;
}
.row.no-pad {
  max-width: 1416px;
}
.row.row-wide {
  max-width: 2000px;
}
@media screen and (max-width: 1176px) {
  .row.extra-pad {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
html.index .sidearm-icon::before {
  margin: 0;
}
html.index.sport .c-galleries--panels {
  padding: 48px 0 0;
}
html.headroom--not-top .main-header {
  position: fixed;
  top: 0;
}
html.headroom--not-top .c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  max-height: calc(100vh - 70px);
}
html.sport .main-header {
  position: fixed;
  top: 0;
}
html.sport .main-content-placeholder {
  margin-top: 124px;
}
html.sport .c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  max-height: calc(100vh - 70px);
}
@media screen and (min-width: 1025px) {
  body.mobile-menu-open.main-nav .main-header__logo-container {
    transform: scale(0.8);
  }
}
.main-header {
  position: absolute;
  top: 84px;
  width: 100%;
  z-index: 1000;
}
.main-header__navbar {
  height: 70px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: black;
  z-index: 1;
}
.main-header__navbar-inner {
  padding: 0 24px;
}
.main-header__logo-container {
  transform: translateY(4px);
  margin-right: 32px;
  z-index: 1;
}
.main-header__logo-image {
  height: 74px;
}
.main-header__calendar-toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
  font-size: 1.5rem;
  height: 70px;
  display: flex;
  align-items: center;
  margin-right: 48px;
}
.main-header__calendar-toggle.is-toggled .sidearm-icon:before {
  content: '\e077';
}
.main-header__nav {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.main-header__social {
  margin-right: 24px;
}
.main-header__social .ads-container {
  display: flex;
}
.main-header__social .ads-container .icons-ad {
  margin-left: 18px;
}
.main-header__social .ads-container .icons-ad__link {
  color: white;
  font-size: 24px;
  height: 70px;
  display: flex;
  align-items: center;
  transition: .25s;
}
.main-header__social .ads-container .icons-ad__link:hover,
.main-header__social .ads-container .icons-ad__link:focus,
.main-header__social .ads-container .icons-ad__link.sidearm-hover {
  color: #bc945b;
  box-shadow: inset 0 -4px #bc945b;
}
.main-header__social .ads-container .icons-ad__label {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.main-header__search {
  position: relative;
  height: 70px;
  padding-left: 26px;
}
.main-header__search::before {
  content: '';
  width: 2px;
  height: 24px;
  position: absolute;
  background: #877148;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.main-header__sport {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: white;
  height: 54px;
}
.main-header__sport-inner {
  padding: 0 24px;
}
@media screen and (max-width: 1024px) {
  .main-header {
    top: 0;
  }
  .main-header__navbar-inner {
    padding: 0 24px 0 12px;
  }
  .main-header__nav {
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    min-width: 1px;
    min-height: 1px;
  }
  .main-header__logo-container {
    margin-right: auto;
    transform: none;
    display: flex;
    align-items: center;
  }
  .main-header__logo-image {
    height: 54px;
  }
}
.main-content-placeholder {
  margin-top: 70px;
}
.s-scoreboard--overlay {
  height: calc(100vh - 70px);
  top: 70px;
  position: fixed;
  z-index: 1001;
  background: white;
  width: 100%;
  left: -100vw;
  width: 100%;
  transition: .25s;
  overflow-y: auto;
  display: none;
}
.s-scoreboard--overlay.is-toggled {
  left: 0;
  display: block;
}
.c-scoreboard--list .slick-track {
  display: flex;
  display: -webkit-flex;
}
.c-scoreboard--list .slick-list {
  margin: 0 32px;
}
.c-scoreboard--list .slick-prev,
.c-scoreboard--list .slick-next,
.c-scoreboard--list .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: white;
  color: #75767a;
  font-size: 0;
  position: absolute;
  width: 32px;
  height: 84px;
  transition: 0.25s;
  top: 0;
}
.c-scoreboard--list .slick-prev::after,
.c-scoreboard--list .slick-next::after,
.c-scoreboard--list .slick-pause-play::after {
  color: #75767a;
  font: 400 1.5rem/1 'sidearm_font_v2';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s;
}
.c-scoreboard--list .slick-prev:hover,
.c-scoreboard--list .slick-next:hover,
.c-scoreboard--list .slick-pause-play:hover {
  background: #877148;
}
.c-scoreboard--list .slick-prev:hover::after,
.c-scoreboard--list .slick-next:hover::after,
.c-scoreboard--list .slick-pause-play:hover::after {
  color: white;
}
.c-scoreboard--list .slick-prev.slick-disabled,
.c-scoreboard--list .slick-next.slick-disabled,
.c-scoreboard--list .slick-pause-play.slick-disabled {
  background: #e1e1e1;
  pointer-events: none;
  border: 2px solid #75767a;
  opacity: 0.35;
}
.c-scoreboard--list .slick-prev.slick-disabled::after,
.c-scoreboard--list .slick-next.slick-disabled::after,
.c-scoreboard--list .slick-pause-play.slick-disabled::after {
  color: #75767a;
}
.c-scoreboard--list .slick-prev {
  left: 0;
  box-shadow: inset -1px 0 0 #efefef;
}
.c-scoreboard--list .slick-prev::after {
  content: '\e005';
}
.c-scoreboard--list .slick-next {
  right: 0;
  box-shadow: inset -1px 0 0 #e1e1e1, inset 1px 0 0 #e1e1e1;
}
.c-scoreboard--list .slick-next::after {
  content: '\e006';
}
.c-scoreboard--list .slick-pause-play::after {
  content: '\e201';
}
.c-scoreboard--list .slick-pause-play.slick-play::after {
  content: '\e196';
}
.c-scoreboard--list .c-scoreboard__aside {
  width: 172px;
}
.c-scoreboard--list .c-scoreboard__filter {
  position: relative;
  box-shadow: inset -1px -1px 0 #efefef, inset 1px 0 0 #e1e1e1;
  background-color: white;
  height: 42px;
  display: flex;
  align-items: center;
  padding-left: 18px;
}
.c-scoreboard--list .c-scoreboard__filter-select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: #75767a;
  font-family: "Work Sans";
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.938rem;
  text-align: left;
}
.c-scoreboard--list .c-scoreboard__filter::after {
  content: '\e033';
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 2;
  transform: translateY(-50%);
  font-family: 'sidearm_font_v2';
  font-size: 0.5rem;
  pointer-events: none;
  color: #75767a;
  transition: .25s;
}
.c-scoreboard--list .c-scoreboard__calendar {
  color: #75767a;
  font-family: "Work Sans";
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.938rem;
  text-align: left;
  text-decoration: none;
  box-shadow: inset -1px 0 0 #efefef, inset 1px 0 0 #efefef;
  display: flex;
  height: 42px;
  align-items: center;
  padding: 0 8px 0 18px;
  transition: .25s;
  background: white;
}
.c-scoreboard--list .c-scoreboard__calendar .sidearm-icon {
  margin-left: auto;
}
.c-scoreboard--list .c-scoreboard__calendar:hover,
.c-scoreboard--list .c-scoreboard__calendar:focus,
.c-scoreboard--list .c-scoreboard__calendar.sidearm-hover {
  background: #877148;
  color: white;
}
.c-scoreboard--list .c-scoreboard__item {
  position: relative;
  overflow: hidden;
  box-shadow: inset -1px 0 0 #efefef;
  background-color: white;
  height: 84px;
  padding: 8px 12px 13px 10px;
}
.c-scoreboard--list .c-scoreboard__item--recent {
  background-color: #f9f9f9;
}
.c-scoreboard--list .c-scoreboard__item--upcoming.home {
  background-color: #e5e5e5;
}
.c-scoreboard--list .c-scoreboard__header {
  color: #3c3c3c;
  font-family: "Work Sans";
  font-size: 0.75rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.938rem;
  text-align: left;
  margin-bottom: 12px;
}
.c-scoreboard--list .c-scoreboard__live-now,
.c-scoreboard--list .c-scoreboard__cancelled {
  color: #cc0000;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
.c-scoreboard--list .c-scoreboard__sport {
  color: black;
  font-family: "Work Sans";
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.938rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
.c-scoreboard--list .c-scoreboard__opponent {
  color: #4f5354;
  font-family: "Work Sans";
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.938rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-scoreboard--list .c-scoreboard__logo {
  width: 36px;
}
.c-scoreboard--list .c-scoreboard__logo-container {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.c-scoreboard--list .c-scoreboard__logo-atvs {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #877148;
  color: white;
  font-family: "Work Sans";
  font-size: 0.75rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.938rem;
  text-align: left;
  text-transform: uppercase;
  margin: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
}
.c-scoreboard--list .c-scoreboard__logo-atvs--at {
  background: black;
}
.c-scoreboard--list .c-scoreboard__results {
  max-width: 108px;
  margin-left: 12px;
}
.c-scoreboard--list .c-scoreboard__result {
  color: #4f5354;
  font-family: "Work Sans";
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.938rem;
  text-align: right;
}
.c-scoreboard--list .c-scoreboard__result:first-child {
  color: black;
}
.c-scoreboard--list .c-scoreboard__result + .c-scoreboard__result {
  margin-top: 4px;
}
.c-scoreboard--list .c-scoreboard__overlay {
  position: absolute;
  background: #877148;
  width: 100%;
  height: 100%;
  top: -84px;
  left: 0;
  transition: .25s;
  display: none;
}
.c-scoreboard--list .c-scoreboard__overlay.is-open {
  top: 0;
  display: block;
}
.c-scoreboard--list .c-scoreboard__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.c-scoreboard--list .c-scoreboard__media-item {
  display: flex;
  align-items: center;
}
.c-scoreboard--list .c-scoreboard__media-item:not(:last-child):after {
  content: '/';
  color: black;
  font-family: "Work Sans";
  font-size: 0.75rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.938rem;
  text-align: left;
  padding: 0 8px;
}
.c-scoreboard--list .c-scoreboard__media-link {
  text-decoration: none;
  color: white;
  color: white;
  font-family: "Work Sans";
  font-size: 0.75rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.938rem;
  text-align: left;
}
.c-scoreboard--list .c-scoreboard__media-link:hover,
.c-scoreboard--list .c-scoreboard__media-link:focus,
.c-scoreboard--list .c-scoreboard__media-link.sidearm-hover {
  text-decoration: underline;
}
.c-scoreboard--list .c-scoreboard__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 6px;
  font-size: 1.25rem;
  transition: .25s;
  line-height: 1;
}
.c-scoreboard--list .c-scoreboard__toggle.is-toggled {
  color: white;
}
@media screen and (max-width: 1024px) {
  .c-scoreboard--list .c-scoreboard__item {
    box-shadow: inset 0 -1px 0 #efefef;
  }
  .c-scoreboard--list .c-scoreboard__calendar {
    width: 253px;
    height: 46px;
    border-radius: 4px;
    background: #877148;
    color: white;
    font-family: "Fira Sans";
    font-size: 0.875rem;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.131rem;
    line-height: 1.094rem;
    text-align: left;
    text-transform: uppercase;
    margin: 24px auto;
    justify-content: center;
  }
  .c-scoreboard--list .c-scoreboard__calendar .sidearm-icon {
    margin-left: 2px;
    font-size: .875rem;
  }
  .c-scoreboard--list .c-scoreboard__calendar:hover,
  .c-scoreboard--list .c-scoreboard__calendar:focus,
  .c-scoreboard--list .c-scoreboard__calendar.sidearm-hover {
    background-color: #3c3c3c;
  }
}
.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--main .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  height: 70px;
  color: white;
  font-size: 1.5rem;
  transition: .25s;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.c-navigation--main .c-navigation__toggle:hover,
.c-navigation--main .c-navigation__toggle.is-toggled,
.c-navigation--main .c-navigation__toggle:focus,
.c-navigation--main .c-navigation__toggle.sidearm-hover {
  box-shadow: inset 0 -4px #bc945b;
  color: #bc945b;
}
@media screen and (max-width: 1024px) {
  .c-navigation--main .c-navigation__toggle {
    padding: 0;
    color: white !important;
    box-shadow: none !important;
  }
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1 {
  display: flex;
  align-items: center;
  padding: 0 8px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:not(.c-navigation--donate):not(.c-navigation--shop):hover .c-navigation__url--level-1,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:not(.c-navigation--donate):not(.c-navigation--shop).sidearm-hover .c-navigation__url--level-1,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:not(.c-navigation--donate):not(.c-navigation--shop):focus .c-navigation__url--level-1 {
  box-shadow: inset 0 -4px #bc945b;
  color: #bc945b;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:not(.c-navigation--donate):not(.c-navigation--shop):hover .c-navigation__level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:not(.c-navigation--donate):not(.c-navigation--shop).sidearm-hover .c-navigation__level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:not(.c-navigation--donate):not(.c-navigation--shop):focus .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity .25s;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1 {
  white-space: nowrap;
  color: white;
  font-family: Industry;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  padding: 0 12px;
  height: 70px;
  display: flex;
  align-items: center;
  transition: .25s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  max-height: calc(100vh - 154px);
  overflow-y: auto;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 0;
  height: 10px;
  pointer-events: none;
  z-index: 100;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2.is-open {
  left: 0;
  opacity: 1;
  transition: 0s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner {
  max-width: 1440px;
  padding: 12px 12px 34px;
  margin: 0 auto;
  width: 100%;
}
.c-navigation--main .c-navigation-desktop .c-navigation__column {
  flex: 0 1 50%;
  padding: 0 12px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  transition: .25s;
  padding: 0 12px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator),
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) {
  background: #877148;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__schedule-roster-news-separator,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) .c-navigation__schedule-roster-news-separator {
  color: #3c3c3c;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__url--level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) .c-navigation__url--level-2 {
  color: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:not(.c-navigation__separator) {
  height: 45px;
  box-shadow: inset 0 -1px #e1e1e1;
}
.c-navigation--main .c-navigation-desktop .c-navigation__separator {
  color: #877148;
  font-family: Industry;
  font-size: 1.125rem;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.113rem;
  line-height: 1.406rem;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  padding: 12px 0 16px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__separator::after {
  content: '';
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 0;
  background-image: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/goldengrizzlies.com/images/responsive_2021/header_chalk_underline.svg');
  background-repeat: no-repeat;
  background-position-x: right;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2 {
  color: #3c3c3c;
  font-family: "Work Sans";
  font-size: .875rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  text-align: left;
  transition: .25s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
  font-weight: 600;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child:last-child {
  width: 100%;
  margin-right: 0;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:hover,
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:focus,
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2.sidearm-hover {
  text-decoration: underline;
}
.c-navigation--main .c-navigation-desktop .c-navigation__schedule-roster-news-separator {
  margin: 0 12px;
  color: #877148;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social {
  width: 20px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social[href] {
  visibility: visible;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social::before {
  font-family: sidearm_font_v2;
  margin-right: 20px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.facebook {
  display: none;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.twitter::before {
  content: '\e035';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.instagram::before {
  content: '\e044';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.tickets {
  display: none;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social + .c-navigation__social {
  margin-left: 12px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__ad {
  margin-top: 24px;
  text-align: center;
}
.c-navigation--main .c-navigation-desktop .c-navigation--donate .c-navigation__url--level-1,
.c-navigation--main .c-navigation-desktop .c-navigation--shop .c-navigation__url--level-1 {
  padding: 0 32px;
  height: 46px;
  border-radius: 4px;
  background: #877148;
  font-family: "Fira Sans";
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 2.1px;
  line-height: 17.5px;
  text-align: left;
  text-transform: uppercase;
}
.c-navigation--main .c-navigation-desktop .c-navigation--donate .c-navigation__url--level-1:hover,
.c-navigation--main .c-navigation-desktop .c-navigation--shop .c-navigation__url--level-1:hover,
.c-navigation--main .c-navigation-desktop .c-navigation--donate .c-navigation__url--level-1:focus,
.c-navigation--main .c-navigation-desktop .c-navigation--shop .c-navigation__url--level-1:focus,
.c-navigation--main .c-navigation-desktop .c-navigation--donate .c-navigation__url--level-1.sidearm-hover,
.c-navigation--main .c-navigation-desktop .c-navigation--shop .c-navigation__url--level-1.sidearm-hover {
  background: #3c3c3c;
}
.c-navigation--main .c-navigation-desktop .c-navigation--donate {
  padding-left: 41px;
  padding-right: 9px;
}
.c-navigation--main .c-navigation-desktop .c-navigation--donate .c-navigation__url--level-1:after {
  font-family: sidearm_font_v2;
  font-weight: 400;
  font-size: 14px;
  margin-left: 2px;
  content: '\e151';
}
.c-navigation--main .c-navigation-desktop .c-navigation--shop {
  padding: 0 9px;
}
.c-navigation--main .c-navigation-desktop .c-navigation--shop .c-navigation__url--level-1:after {
  font-family: sidearm_font_v2;
  font-weight: 400;
  font-size: 14px;
  margin-left: 2px;
  content: '\e129';
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
  background: black;
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  height: calc(100vh - 70px);
  overflow: auto;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1::after {
  font-family: sidearm_font_v2;
  font-size: 20px;
  content: '\e012';
  margin-left: 12px;
  font-style: normal;
  display: block;
  transition: transform .25s;
  font-weight: 400;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--main .c-navigation-mobile .c-navigation--donate .c-navigation__url--level-1 {
  justify-content: space-between;
}
.c-navigation--main .c-navigation-mobile .c-navigation--donate .c-navigation__url--level-1::after {
  font-family: sidearm_font_v2;
  font-size: 20px;
  margin-left: 12px;
  font-style: normal;
  display: block;
  transition: transform .25s;
  font-weight: 400;
  content: '\e151';
}
.c-navigation--main .c-navigation-mobile .c-navigation--shop .c-navigation__url--level-1 {
  justify-content: space-between;
}
.c-navigation--main .c-navigation-mobile .c-navigation--shop .c-navigation__url--level-1::after {
  font-family: sidearm_font_v2;
  font-size: 20px;
  margin-left: 12px;
  font-style: normal;
  display: block;
  transition: transform .25s;
  font-weight: 400;
  content: '\e129';
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
  box-shadow: inset 0 -1px 0 #3c3c3c;
  background-color: black;
  height: 52px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  font-family: Industry;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  transition: .25s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1:hover,
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1.is-open,
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1.sidearm-hover,
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1:focus {
  background: #877148;
  box-shadow: none;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__separator {
  font-family: Industry;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  padding: 0 18px;
  box-shadow: inset 0 -2px 0 #877148;
  background-color: white;
  height: 52px;
  display: flex;
  align-items: center;
  color: #877148;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2 {
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
  height: 52px;
  box-shadow: inset 0 -1px 0 #e1e1e1;
  background-color: #f8f8f8;
  padding: 0 18px;
  transition: .25s;
  display: flex;
  align-items: center;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2:hover,
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2.sidearm-hover,
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2:focus {
  text-decoration: underline;
}
.c-navigation--main .c-navigation-mobile .c-navigation__social .ads-container {
  display: flex;
}
.c-navigation--main .c-navigation-mobile .c-navigation__social .ads-container .icons-ad {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__social .ads-container .icons-ad__link {
  font-size: 24px;
  color: white;
  background: black;
  box-shadow: inset -1px -1px 0 #3c3c3c;
  transition: .25s;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-navigation--main .c-navigation-mobile .c-navigation__social .ads-container .icons-ad__link:hover,
.c-navigation--main .c-navigation-mobile .c-navigation__social .ads-container .icons-ad__link:focus,
.c-navigation--main .c-navigation-mobile .c-navigation__social .ads-container .icons-ad__link.sidearm-hover {
  background: #3c3c3c;
}
.c-navigation--main .c-navigation-mobile .c-navigation__social .ads-container .icons-ad__label {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
  display: flex;
  align-items: center;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1 {
  color: #877148;
  box-shadow: inset 0 -4px #877148;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__level-2,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2 {
  left: auto;
  right: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
  color: #3c3c3c;
  height: 54px;
  display: flex;
  align-items: center;
  transition: .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1-separator {
  color: #877148;
  padding: 0 14px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-right: auto;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  font-family: Industry;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #877148;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  min-width: 300px;
  max-height: calc(100vh - 124px);
  overflow-y: auto;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2.is-open {
  left: auto;
  right: 0;
  opacity: 1;
  transition: 0s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  box-shadow: inset 0 -1px 0 #e1e1e1;
  background-color: #f8f8f8;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  transition: .25s;
  white-space: nowrap;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:focus,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2.sidearm-hover {
  background: #3c3c3c;
  color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  font-family: Industry;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #877148;
  text-decoration: none;
  height: 54px;
  display: flex;
  align-items: center;
  transition: .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:focus,
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link.sidearm-hover {
  box-shadow: inset 0 -4px #877148;
  color: #877148;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
  height: 54px;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle::after {
  content: '+';
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle:hover {
  box-shadow: inset 0 -4px #877148;
  color: #877148;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle.is-toggled {
  box-shadow: inset 0 -4px #877148;
  color: #877148;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle.is-toggled::after {
  content: '-';
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 124px);
  overflow: auto;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 0;
  height: 10px;
  pointer-events: none;
  z-index: 100;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font_v2;
  content: '\e012';
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  background: white;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  padding: 0 18px;
  height: 52px;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-align: left;
  box-shadow: inset 0 -1px 0 #e1e1e1;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.is-open,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:focus,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.sidearm-hover {
  color: white;
  background: #3c3c3c;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  padding: 0;
  opacity: 1;
  position: static;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  box-shadow: inset 0 -1px 0 #e1e1e1;
  background-color: #f8f8f8;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  padding: 0 18px;
  height: 52px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:focus,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2.sidearm-hover {
  text-decoration: underline;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
.c-search--overlay {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.c-search--overlay fieldset {
  border: none;
  display: block;
  margin: 0;
  width: 100%;
}
.c-search--overlay .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
  transition: .25s;
  font-size: 1.5rem;
  height: 70px;
}
.c-search--overlay .c-search__toggle:hover,
.c-search--overlay .c-search__toggle:focus,
.c-search--overlay .c-search__toggle.sidearm-hover {
  box-shadow: inset 0 -4px #bc945b;
  color: #bc945b;
}
.c-search--overlay .c-search__overlay {
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  transition: .25s;
  pointer-events: none;
}
.c-search--overlay .c-search__overlay.is-open {
  opacity: 1;
  pointer-events: all;
}
.c-search--overlay .c-search__overlay.is-open .c-search__text-wrap {
  opacity: 1;
  transform: none;
}
.c-search--overlay .c-search__text-wrap {
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  height: 72px;
  margin: 0 auto;
  max-width: 540px;
  display: flex;
  opacity: 0;
  transform: translateY(48px);
  transition: .25s .25s;
}
.c-search--overlay .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: #494949;
  padding: 0 24px;
  font-size: 1.5rem;
  transition: .25s;
}
.c-search--overlay .c-search__text::-webkit-input-placeholder {
  color: #494949;
}
.c-search--overlay .c-search__text::-moz-placeholder {
  color: #494949;
}
.c-search--overlay .c-search__text:-ms-input-placeholder {
  color: #494949;
}
.c-search--overlay .c-search__text:-moz-placeholder {
  color: #494949;
}
.c-search--overlay .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  transition: .25s;
  font-size: 1.5rem;
  width: 85px;
  background: #444444;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-search--overlay .c-search__submit[disabled] {
  cursor: not-allowed;
}
.c-search--overlay .c-search__submit:hover:not([disabled]),
.c-search--overlay .c-search__submit:focus:not([disabled]) {
  background: #877148;
}
.c-search--overlay .c-search__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  background: #877148;
  color: white;
  width: 80px;
  height: 80px;
  font-size: 2rem;
  transition: .25s;
}
.c-search--overlay .c-search__close:hover,
.c-search--overlay .c-search__close:focus,
.c-search--overlay .c-search__close.sidearm-hover {
  background: black;
}
@media screen and (max-width: 1024px) {
  .c-search--overlay .c-search__toggle {
    height: 57px;
    margin: 0;
    padding: 0;
    box-shadow: none !important;
  }
}
.c-search--mobile fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.c-search--mobile .c-search__container {
  display: flex;
  height: 52px;
  padding: 0 18px;
  box-shadow: inset 0 -1px 0 #3c3c3c;
  background-color: black;
}
.c-search--mobile .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
  font-family: Industry;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
}
.c-search--mobile .c-search__text::-webkit-input-placeholder {
  color: white;
  text-transform: uppercase;
}
.c-search--mobile .c-search__text::-moz-placeholder {
  color: white;
  text-transform: uppercase;
}
.c-search--mobile .c-search__text:-ms-input-placeholder {
  color: white;
  text-transform: uppercase;
}
.c-search--mobile .c-search__text:-moz-placeholder {
  color: white;
  text-transform: uppercase;
}
.c-search--mobile .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
}
.c-search--mobile .c-search__submit:before {
  font-family: "sidearm_font_v2";
  content: '\e123';
  font-size: 20px;
  color: white;
}
.c-stories--slider {
  max-width: 1464px;
  padding: 24px 24px;
  margin: 0 auto 24px;
}
.c-stories--slider .c-stories__item {
  position: relative;
  display: flex;
  border: 1px solid #e1e1e1;
  border-left: 0;
  border-radius: 4px;
  overflow: hidden;
}
.c-stories--slider .c-stories__item.slick-active .c-stories__meta,
.c-stories--slider .c-stories__item.slick-active .c-stories__title,
.c-stories--slider .c-stories__item.slick-active .c-stories__teaser,
.c-stories--slider .c-stories__item.slick-active .c-stories__links {
  transform: translateX(0);
  opacity: 1;
}
.c-stories--slider .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.c-stories--slider .c-stories__media-container {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  border-left: 1px solid #e1e1e1;
  background: black;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
}
.c-stories--slider .c-stories__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.c-stories--slider .c-stories__media::after {
  content: '';
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  width: 100%;
  bottom: 0;
  height: 25%;
  position: absolute;
}
.c-stories--slider .c-stories__details {
  flex: 0 1 480px;
  -webkit-flex: 0 1 480px;
  min-width: 1px;
  min-height: 1px;
  background: white;
  padding: 48px 24px 0;
  display: flex;
  flex-direction: column;
}
.c-stories--slider .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-stories--slider .c-stories__meta {
  margin-bottom: 6px;
  transform: translateX(-24px);
  opacity: 0;
  transition: .375s .375s;
  color: #3c3c3c;
  font-family: "Work Sans";
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.094rem;
  text-align: left;
}
.c-stories--slider .c-stories__title {
  margin-bottom: 24px;
  transform: translateX(-24px);
  opacity: 0;
  transition: .375s .5s;
  color: #3c3c3c;
  font-family: Industry;
  font-size: 2rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: normal;
  line-height: 2.5rem;
  text-align: left;
  text-transform: uppercase;
}
.c-stories--slider .c-stories__teaser {
  margin-bottom: 24px;
  transform: translateX(-24px);
  opacity: 0;
  transition: .375s .625s;
  color: #75767a;
  font-family: "Work Sans";
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  text-align: left;
}
.c-stories--slider .c-stories__links {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  transform: translateX(-24px);
  opacity: 0;
  transition: .375s .75s;
}
.c-stories--slider .c-stories__link {
  color: #877148;
  font-family: "Work Sans";
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  text-align: center;
  text-decoration: none;
}
.c-stories--slider .c-stories__link:hover,
.c-stories--slider .c-stories__link:focus,
.c-stories--slider .c-stories__link.sidearm-hover {
  text-decoration: underline;
}
.c-stories--slider .c-stories__link-separator {
  color: black;
  font-family: "Work Sans";
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  text-align: center;
  margin: 0 6px;
}
.c-stories--slider .c-stories__footer {
  display: flex;
  margin: 10px -24px 22px;
  padding-left: 19px;
  padding-right: 24px;
}
.c-stories--slider .c-stories__sponsor {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.c-stories--slider .c-stories__sponsor-text {
  color: #3c3c3c;
  font-family: Montserrat;
  font-size: 0.625rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.625rem;
  text-align: right;
  text-transform: uppercase;
  max-width: 67px;
  margin-right: 6px;
}
.c-stories--slider .c-stories__event {
  height: 59px;
  margin: 0 -24px;
}
.c-stories--slider .c-stories__url {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  text-decoration: none;
  background: #877148;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Fira Sans";
  font-size: 0.875rem;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.131rem;
  line-height: 1.094rem;
  text-align: left;
  text-transform: uppercase;
  transition: .25s;
  height: 46px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 179px;
}
.c-stories--slider .c-stories__url:hover,
.c-stories--slider .c-stories__url:focus,
.c-stories--slider .c-stories__url.sidearm-hover {
  background: #3c3c3c;
}
.c-stories--slider .c-stories__url .sidearm-icon {
  font-size: 0.875rem;
  color: white;
  transform: translateX(2px);
  transition: .25s;
}
.c-stories--slider .c-stories__url:hover .sidearm-icon,
.c-stories--slider .c-stories__url:focus .sidearm-icon,
.c-stories--slider .c-stories__url.sidearm-hover .sidearm-icon {
  transform: translateX(8px);
}
.c-stories--slider .slick-track {
  display: flex;
}
.c-stories--slider .slick-slide {
  height: inherit !important;
}
.c-stories--slider .slick-prev,
.c-stories--slider .slick-next,
.c-stories--slider .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: #877148;
  color: white;
  font-size: 0;
  position: absolute;
  width: 46px;
  height: 46px;
  transition: 0.25s;
  border-radius: 50%;
  bottom: 8px;
}
.c-stories--slider .slick-prev::after,
.c-stories--slider .slick-next::after,
.c-stories--slider .slick-pause-play::after {
  color: white;
  font: 400 1.5rem/1 'sidearm_font_v2';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s;
}
.c-stories--slider .slick-prev:hover,
.c-stories--slider .slick-next:hover,
.c-stories--slider .slick-pause-play:hover {
  background: #3c3c3c;
}
.c-stories--slider .slick-prev:hover::after,
.c-stories--slider .slick-next:hover::after,
.c-stories--slider .slick-pause-play:hover::after {
  color: white;
}
.c-stories--slider .slick-prev.slick-disabled,
.c-stories--slider .slick-next.slick-disabled,
.c-stories--slider .slick-pause-play.slick-disabled {
  background: #e1e1e1;
  pointer-events: none;
  border: 2px solid #75767a;
  opacity: 0.35;
}
.c-stories--slider .slick-prev.slick-disabled::after,
.c-stories--slider .slick-next.slick-disabled::after,
.c-stories--slider .slick-pause-play.slick-disabled::after {
  color: #75767a;
}
.c-stories--slider .slick-prev {
  right: calc(480px + 134px);
}
.c-stories--slider .slick-prev::after {
  content: '\e025';
}
.c-stories--slider .slick-next {
  right: calc(480px + 18px);
}
.c-stories--slider .slick-next::after {
  content: '\e026';
}
.c-stories--slider .slick-pause-play {
  right: calc(480px + 76px);
}
.c-stories--slider .slick-pause-play::after {
  content: '\e200';
}
.c-stories--slider .slick-pause-play.slick-play::after {
  content: '\e050';
}
@media screen and (max-width: 1279px) {
  .c-stories--slider .c-stories__details {
    padding: 24px 24px 0;
  }
  .c-stories--slider .c-stories__teaser {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .c-stories--slider {
    padding: 0;
    margin: 0 auto 48px;
  }
  .c-stories--slider .c-stories__item {
    flex-direction: column;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e1e1e1;
    height: inherit;
  }
  .c-stories--slider .c-stories__details {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
  }
  .c-stories--slider .c-stories__teaser {
    margin-bottom: 23px;
  }
  .c-stories--slider .c-stories__footer {
    margin: 48px -24px 22px;
  }
  .c-stories--slider .c-stories__link-separator {
    margin: 0 7px;
  }
  .c-stories--slider .c-stories__media-container {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    border: none;
    border-radius: 0 !important;
  }
  .c-stories--slider .slick-track {
    display: flex;
  }
  .c-stories--slider .slick-prev,
  .c-stories--slider .slick-next,
  .c-stories--slider .slick-pause-play {
    top: 0;
    margin-top: calc(56.25% - 54px);
    bottom: auto;
  }
  .c-stories--slider .slick-prev {
    right: 134px;
  }
  .c-stories--slider .slick-next {
    right: 18px;
  }
  .c-stories--slider .slick-pause-play {
    right: 74px;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--slider .c-stories__media-container {
    background: black;
    padding-bottom: 60px;
  }
  .c-stories--slider .c-stories__title {
    margin-bottom: 18px;
    font-size: 1.25rem;
    font-weight: 900;
    font-style: italic;
    letter-spacing: normal;
    line-height: 1.563rem;
  }
  .c-stories--slider .c-stories__teaser {
    margin-bottom: 20px;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.531rem;
  }
  .c-stories--slider .c-stories__details {
    padding: 18px 18px 0;
  }
  .c-stories--slider .c-stories__link-separator {
    margin: 0 6px;
  }
  .c-stories--slider .c-stories__footer {
    flex-direction: column;
    margin: 24px 0 36px;
    padding: 0;
  }
  .c-stories--slider .c-stories__url {
    width: 100%;
    margin-bottom: 24px;
  }
  .c-stories--slider .c-stories__sponsor {
    margin-right: auto;
  }
  .c-stories--slider .c-stories__sponsor-text {
    margin-right: 10px;
  }
  .c-stories--slider .c-stories__event {
    height: 119px;
    margin: 0 -18px;
  }
  .c-stories--slider .slick-prev,
  .c-stories--slider .slick-next,
  .c-stories--slider .slick-pause-play {
    margin-top: calc(56.25% + 7px);
  }
  .c-stories--slider .slick-pause-play {
    right: 50%;
    transform: translateX(50%);
  }
  .c-stories--slider .slick-prev {
    right: auto;
    left: calc(50% - 58px);
    transform: translateX(-50%);
  }
  .c-stories--slider .slick-next {
    right: calc(50% - 58px);
    transform: translateX(50%);
  }
}
.school-ad {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  
}
.c-events--next .c-events__item {
  height: 59px;
  border-top: 1px solid #e1e1e1;
}
.c-events--next .c-events__header {
  width: 33.33333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-events--next .c-events__header-text {
  color: #75767a;
  font-family: "Work Sans";
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.094rem;
  text-align: left;
}
.c-events--next .c-events__body {
  width: 33.33333%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 1px 0 #e1e1e1, inset -1px 0 #e1e1e1;
}
.c-events--next .c-events__media {
  width: 33.33333%;
}
.c-events--next .c-events__logo {
  width: 48px;
  height: 48px;
  margin-left: 12px;
}
.c-events--next .c-events__logo-atvs {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #877148;
  color: white;
  font-family: "Work Sans";
  font-size: 0.75rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.938rem;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
}
.c-events--next .c-events__logo-atvs--at {
  background: black;
}
.c-events--next .c-events__date {
  color: black;
  font-family: Industry;
  font-size: 1.125rem;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.113rem;
  line-height: 1.406rem;
  text-align: left;
  text-transform: uppercase;
  margin-top: 1px;
}
.c-events--next .c-events__media-item {
  padding: 0 6px;
}
.c-events--next .c-events__media-link {
  font-size: 20px;
  color: #877148;
  transition: .25s;
}
.c-events--next .c-events__media-link:hover,
.c-events--next .c-events__media-link:focus,
.c-events--next .c-events__media-link.sidearm-hover {
  color: #3c3c3c;
}
@media screen and (max-width: 767px) {
  .c-events--next .c-events__item {
    flex-wrap: wrap;
    height: 119px;
  }
  .c-events--next .c-events__header {
    width: 50%;
    height: 59px;
    box-shadow: inset 0 -1px #e1e1e1;
  }
  .c-events--next .c-events__body {
    width: 50%;
    height: 59px;
    box-shadow: inset 1px -1px #e1e1e1;
  }
  .c-events--next .c-events__media {
    height: 59px;
    width: 100%;
  }
  .c-events--next .c-events__media-item {
    padding: 0 24px;
  }
}
.c-videos--list {
  padding-top: 48px;
  padding-bottom: 48px;
}
.c-videos--list .showcase-modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
  transform: scale(0.85);
}
.c-videos--list .showcase-modal__inner {
  max-width: 1416px;
  width: 80%;
}
.c-videos--list .showcase-modal__player {
  max-height: 100vh;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.c-videos--list .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #87733b;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  transition: .25s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-videos--list .showcase-modal__close .sidearm-icon {
  height: 16px;
  width: 16px;
  display: flex;
}
.c-videos--list .showcase-modal__close .sidearm-icon::before {
  margin: 0;
  height: 16px;
  width: 16px;
  color: white;
}
.c-videos--list .showcase-modal__close:hover,
.c-videos--list .showcase-modal__close:focus,
.c-videos--list .showcase-modal__close.sidearm-hover {
  background: #87733b;
  color: black;
}
.c-videos--list .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #87733b;
  color: black;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  transition: .25s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-videos--list .showcase-modal__close:hover,
.c-videos--list .showcase-modal__close:focus,
.c-videos--list .showcase-modal__close.sidearm-hover {
  background: #87733b;
  color: black;
}
.c-videos--list .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-videos--list .showcase-modal.video-is-playing {
  opacity: 1;
  left: 0;
  pointer-events: all;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
  display: flex;
}
.c-videos--list .c-videos__inner {
  display: flex;
  margin-top: 18px;
}
.c-videos--list .c-videos__aside {
  flex: 0 0 336px;
  -webkit-flex: 0 0 336px;
  min-width: 1px;
  min-height: 1px;
  margin-right: 24px;
}
.c-videos--list .c-videos__aside .s-header {
  margin-bottom: 21px;
}
.c-videos--list .c-videos__filters {
  margin-bottom: 24px;
}
.c-videos--list .c-videos__filters-filter {
  position: relative;
  margin-bottom: 12px;
}
.c-videos--list .c-videos__filters-filter::after {
  content: '\e033';
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 2;
  transform: translateY(-50%);
  font-family: 'sidearm_font_v2';
  font-size: .875rem;
  pointer-events: none;
  color: #75767a;
}
.c-videos--list .c-videos__filters-filter--category {
  display: none;
}
.c-videos--list .c-videos__filters-select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background-color: white;
  height: 48px;
  font-family: "Work Sans";
  padding-left: 18px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
  color: #75767a;
}
.c-videos--list .c-videos__categories {
  display: flex;
  flex-direction: column;
}
.c-videos--list .c-videos__categories-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: #3c3c3c;
  font-family: "Work Sans";
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  text-align: left;
  transition: .25s;
  position: relative;
  height: 48px;
  box-shadow: inset 0 -1px #e1e1e1;
  padding: 0 18px;
  display: flex;
  align-items: center;
}
.c-videos--list .c-videos__categories-button::after {
  content: '\e026';
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'sidearm_font_v2';
  color: #877148;
  opacity: 0;
  transition: .25s;
  font-size: 1.25rem;
  font-weight: normal;
}
.c-videos--list .c-videos__categories-button.is-active,
.c-videos--list .c-videos__categories-button:hover,
.c-videos--list .c-videos__categories-button:focus,
.c-videos--list .c-videos__categories-button.sidearm-hover {
  color: #877148;
  font-weight: 600;
}
.c-videos--list .c-videos__categories-button.is-active::after,
.c-videos--list .c-videos__categories-button:hover::after,
.c-videos--list .c-videos__categories-button:focus::after,
.c-videos--list .c-videos__categories-button.sidearm-hover::after {
  right: 18px;
  opacity: 1;
}
.c-videos--list .c-videos__categories-button.is-active {
  box-shadow: inset 0 -2px #877148;
}
.c-videos--list .c-videos__list {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  margin: -12px;
  display: flex;
  flex-wrap: wrap;
}
.c-videos--list .c-videos__all {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  text-decoration: none;
  background: #877148;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Fira Sans";
  font-size: 0.875rem;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.131rem;
  line-height: 1.094rem;
  text-align: left;
  text-transform: uppercase;
  transition: .25s;
  height: 46px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.c-videos--list .c-videos__all:hover,
.c-videos--list .c-videos__all:focus,
.c-videos--list .c-videos__all.sidearm-hover {
  background: #3c3c3c;
}
.c-videos--list .c-videos__all .sidearm-icon {
  font-size: 0.875rem;
  color: white;
  transform: translateX(2px);
  transition: .25s;
}
.c-videos--list .c-videos__all:hover .sidearm-icon,
.c-videos--list .c-videos__all:focus .sidearm-icon,
.c-videos--list .c-videos__all.sidearm-hover .sidearm-icon {
  transform: translateX(8px);
}
.c-videos--list .c-videos__item {
  width: 33.33333%;
  padding: 12px;
}
.c-videos--list .c-videos__item-inner:hover,
.c-videos--list .c-videos__item-inner:focus,
.c-videos--list .c-videos__item-inner.sidearm-hover {
  cursor: pointer;
}
.c-videos--list .c-videos__item-inner:hover .c-videos__play-btn,
.c-videos--list .c-videos__item-inner:focus .c-videos__play-btn,
.c-videos--list .c-videos__item-inner.sidearm-hover .c-videos__play-btn {
  background-color: #877148;
}
.c-videos--list .c-videos__item-inner:hover .c-videos__image,
.c-videos--list .c-videos__item-inner:focus .c-videos__image,
.c-videos--list .c-videos__item-inner.sidearm-hover .c-videos__image {
  transform: scale(1.15);
}
.c-videos--list .c-videos__item-inner:hover .c-videos__title,
.c-videos--list .c-videos__item-inner:focus .c-videos__title,
.c-videos--list .c-videos__item-inner.sidearm-hover .c-videos__title {
  color: #877148;
}
.c-videos--list .c-videos__media-container {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.c-videos--list .c-videos__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: black;
}
.c-videos--list .c-videos__media::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .4;
}
.c-videos--list .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: .25s;
}
.c-videos--list .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border: 2px solid white;
  color: white;
  border-radius: 50%;
  transition: .25s;
  z-index: 1;
}
.c-videos--list .c-videos__play-btn::before {
  content: '\e196';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'sidearm_font_v2';
  font-size: 2rem;
}
.c-videos--list .c-videos__play-btn:hover,
.c-videos--list .c-videos__play-btn:focus,
.c-videos--list .c-videos__play-btn.sidearm-hover {
  background-color: #877148;
}
.c-videos--list .c-videos__details {
  padding: 10px 0;
}
.c-videos--list .c-videos__meta {
  color: #877148;
  font-family: "Work Sans";
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.094rem;
  text-align: left;
  margin-bottom: 6px;
}
.c-videos--list .c-videos__title {
  color: #3c3c3c;
  font-family: "Work Sans";
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  text-align: left;
  transition: .25s;
}
@media screen and (max-width: 1024px) {
  .c-videos--list .c-videos__inner {
    flex-direction: column;
  }
  .c-videos--list .c-videos__aside {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    margin-right: 0;
  }
  .c-videos--list .c-videos__list {
    margin: -9px;
  }
  .c-videos--list .c-videos__item {
    width: 50%;
    padding: 9px;
  }
  .c-videos--list .c-videos__categories {
    display: none;
  }
  .c-videos--list .c-videos__filters {
    display: flex;
    margin-bottom: 24px;
  }
  .c-videos--list .c-videos__filters-filter {
    margin-bottom: 0;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .c-videos--list .c-videos__filters-filter:first-child {
    margin-right: 18px;
  }
  .c-videos--list .c-videos__filters-filter--category {
    display: initial;
  }
  .c-videos--list .c-videos__details {
    padding: 10px 0 0px;
  }
  .c-videos--list .c-videos__all {
    width: 220px;
    margin: 44px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c-videos--list .c-videos__inner {
    margin-top: 11px;
  }
  .c-videos--list .c-videos__list {
    margin: 0;
  }
  .c-videos--list .c-videos__item {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  .c-videos--list .c-videos__details {
    padding: 10px 0 0;
  }
  .c-videos--list .c-videos__filters {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .c-videos--list .c-videos__filters-filter {
    margin-bottom: 0;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .c-videos--list .c-videos__filters-filter:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .c-videos--list .c-videos__media {
    padding-bottom: 56.047%;
  }
  .c-videos--list .c-videos__all {
    margin: 6px auto 0;
  }
}
.c-slideshow--parallax .c-slideshow__item {
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  background-position: center;
  background-color: black;
  height: 450px;
}
.c-slideshow--parallax .c-slideshow__item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .5;
}
.c-slideshow--parallax .c-slideshow__details {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.c-slideshow--parallax .c-slideshow__teaser {
  color: white;
  font-family: Industry;
  font-size: 2.75rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 3.438rem;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.c-slideshow--parallax .c-slideshow__teaser span {
  font-size: 0;
  height: 37px;
  margin: 0 24px;
}
.c-slideshow--parallax .c-slideshow__teaser span::after {
  content: '';
  width: 2px;
  height: 37px;
  background: #877148;
  display: inline-block;
}
@media screen and (max-width: 1279px) {
  .c-slideshow--parallax .c-slideshow__item {
    background-attachment: initial;
    height: 320px;
    background-position: top;
  }
  .c-slideshow--parallax .c-slideshow__teaser {
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.875rem;
  }
  .c-slideshow--parallax .c-slideshow__teaser span {
    height: 20px;
    margin: 0 12px;
  }
  .c-slideshow--parallax .c-slideshow__teaser span::after {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-slideshow--parallax .c-slideshow__item {
    height: 225px;
  }
  .c-slideshow--parallax .c-slideshow__teaser {
    font-size: 0.75rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 0.938rem;
  }
  .c-slideshow--parallax .c-slideshow__teaser span {
    height: 11px;
    margin: 0 6px;
  }
  .c-slideshow--parallax .c-slideshow__teaser span::after {
    height: 11px;
  }
}
.s-sponsors {
  padding: 48px 0 24px;
  background-color: #f2f0eb;
}
.s-sponsors__inner {
  max-width: 1464px;
  margin: 0 auto;
  padding: 0 24px;
}
.s-sponsors .ads-container {
  margin: 0 auto;
}
.s-sponsors .slick-list {
  margin: 0 -12px;
}
.s-sponsors .slick-slide {
  padding: 0 12px;
}
.s-sponsors .slick-slide img {
  margin: 0 auto;
}
.s-sponsors .slick-prev,
.s-sponsors .slick-next,
.s-sponsors .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: #877148;
  color: white;
  font-size: 0;
  position: absolute;
  width: 46px;
  height: 46px;
  transition: 0.25s;
  border-radius: 50%;
  bottom: 0;
}
.s-sponsors .slick-prev::after,
.s-sponsors .slick-next::after,
.s-sponsors .slick-pause-play::after {
  color: white;
  font: 400 1.5rem/1 'sidearm_font_v2';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s;
}
.s-sponsors .slick-prev:hover,
.s-sponsors .slick-next:hover,
.s-sponsors .slick-pause-play:hover {
  background: #3c3c3c;
}
.s-sponsors .slick-prev:hover::after,
.s-sponsors .slick-next:hover::after,
.s-sponsors .slick-pause-play:hover::after {
  color: white;
}
.s-sponsors .slick-prev.slick-disabled,
.s-sponsors .slick-next.slick-disabled,
.s-sponsors .slick-pause-play.slick-disabled {
  background: #e1e1e1;
  pointer-events: none;
  border: 2px solid #75767a;
  opacity: 0.35;
}
.s-sponsors .slick-prev.slick-disabled::after,
.s-sponsors .slick-next.slick-disabled::after,
.s-sponsors .slick-pause-play.slick-disabled::after {
  color: #75767a;
}
.s-sponsors .slick-prev {
  left: calc(50% - 70px);
  transform: translateX(-50%);
  position: relative;
  margin-top: 24px;
}
.s-sponsors .slick-prev::after {
  content: '\e025';
}
.s-sponsors .slick-next {
  right: calc(50% - 70px);
  transform: translateX(50%);
}
.s-sponsors .slick-next::after {
  content: '\e026';
}
.s-sponsors .slick-pause-play {
  left: 50%;
  transform: translateX(-50%);
}
.s-sponsors .slick-pause-play::after {
  content: '\e200';
}
.s-sponsors .slick-pause-play.slick-play::after {
  content: '\e050';
}
@media screen and (max-width: 1279px) {
  .s-sponsors .ads-container {
    max-width: 936px;
  }
}
@media screen and (max-width: 767px) {
  .s-sponsors {
    padding: 24px 0 12px;
  }
  .s-sponsors .slick-prev {
    margin-top: 12px;
  }
}
.c-galleries--panels {
  padding: 48px 0 0;
}
.c-galleries--panels .c-galleries__top {
  margin-bottom: 18px;
}
.c-galleries--panels .c-galleries__list {
  display: flex;
  margin-bottom: 24px;
}
.c-galleries--panels .c-galleries__item {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  transition: .375s;
  height: 448px;
  background-position: center;
}
.c-galleries--panels .c-galleries__item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0;
  transition: .25s;
}
.c-galleries--panels .c-galleries__item:hover,
.c-galleries--panels .c-galleries__item:focus,
.c-galleries--panels .c-galleries__item.sidearm-hover {
  flex: 0 0 576px;
  -webkit-flex: 0 0 576px;
  min-width: 1px;
  min-height: 1px;
}
.c-galleries--panels .c-galleries__item:hover .c-galleries__details,
.c-galleries--panels .c-galleries__item:focus .c-galleries__details,
.c-galleries--panels .c-galleries__item.sidearm-hover .c-galleries__details {
  opacity: 1;
  width: 100%;
}
.c-galleries--panels .c-galleries__item:hover::before,
.c-galleries--panels .c-galleries__item:focus::before,
.c-galleries--panels .c-galleries__item.sidearm-hover::before {
  opacity: 1;
}
.c-galleries--panels .c-galleries__item:not(:last-child) {
  border-right: 1px solid #fcfcfc;
}
.c-galleries--panels .c-galleries__link {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  text-decoration: none;
  background: #877148;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Fira Sans";
  font-size: 0.875rem;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.131rem;
  line-height: 1.094rem;
  text-align: left;
  text-transform: uppercase;
  transition: .25s;
  height: 46px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 196px;
}
.c-galleries--panels .c-galleries__link:hover,
.c-galleries--panels .c-galleries__link:focus,
.c-galleries--panels .c-galleries__link.sidearm-hover {
  background: #3c3c3c;
}
.c-galleries--panels .c-galleries__link .sidearm-icon {
  font-size: 0.875rem;
  color: white;
  transform: translateX(2px);
  transition: .25s;
}
.c-galleries--panels .c-galleries__link:hover .sidearm-icon,
.c-galleries--panels .c-galleries__link:focus .sidearm-icon,
.c-galleries--panels .c-galleries__link.sidearm-hover .sidearm-icon {
  transform: translateX(8px);
}
.c-galleries--panels .c-galleries__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.c-galleries--panels .c-galleries__picture img,
.c-galleries--panels .c-galleries__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-galleries--panels .c-galleries__details {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  padding: 24px;
  transition: .375s;
  width: 0;
  overflow: hidden;
}
.c-galleries--panels .c-galleries__title {
  color: white;
  font-family: Industry;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.563rem;
  text-align: left;
  margin-bottom: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-decoration: none;
}
.c-galleries--panels .c-galleries__title:hover,
.c-galleries--panels .c-galleries__title:focus,
.c-galleries--panels .c-galleries__title.sidearm-hover {
  text-decoration: underline;
}
.c-galleries--panels .c-galleries__meta {
  color: white;
  font-family: "Work Sans";
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  text-align: left;
  margin-bottom: 6px;
  width: fit-content;
  border-bottom: 2px solid #877148;
  padding-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-galleries--panels .c-galleries__all {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  text-decoration: none;
  background: #877148;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Fira Sans";
  font-size: 0.875rem;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.131rem;
  line-height: 1.094rem;
  text-align: left;
  text-transform: uppercase;
  transition: .25s;
  height: 46px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 246px;
  margin: 0 auto;
}
.c-galleries--panels .c-galleries__all:hover,
.c-galleries--panels .c-galleries__all:focus,
.c-galleries--panels .c-galleries__all.sidearm-hover {
  background: #3c3c3c;
}
.c-galleries--panels .c-galleries__all .sidearm-icon {
  font-size: 0.875rem;
  color: white;
  transform: translateX(2px);
  transition: .25s;
}
.c-galleries--panels .c-galleries__all:hover .sidearm-icon,
.c-galleries--panels .c-galleries__all:focus .sidearm-icon,
.c-galleries--panels .c-galleries__all.sidearm-hover .sidearm-icon {
  transform: translateX(8px);
}
@media screen and (max-width: 1024px) {
  .c-galleries--panels {
    padding: 48px 0;
  }
  .c-galleries--panels .c-galleries__list {
    display: inherit;
  }
  .c-galleries--panels .c-galleries__item {
    flex: 0;
    -webkit-flex: 0;
    min-width: 1px;
    min-height: 1px;
  }
  .c-galleries--panels .c-galleries__item::before {
    opacity: 1;
  }
  .c-galleries--panels .c-galleries__details {
    opacity: 1;
    width: 100%;
  }
  .c-galleries--panels .c-galleries__all {
    margin-top: 24px;
  }
  .c-galleries--panels .c-galleries__meta {
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.094rem;
  }
  .c-galleries--panels .c-galleries__title {
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
  }
  .c-galleries--panels .slick-prev,
  .c-galleries--panels .slick-next {
    -webkit-appearance: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    background: #877148;
    color: white;
    font-size: 0;
    position: absolute;
    width: 46px;
    height: 46px;
    transition: 0.25s;
    border-radius: 50%;
    bottom: -70px;
  }
  .c-galleries--panels .slick-prev::after,
  .c-galleries--panels .slick-next::after {
    color: white;
    font: 400 1.5rem/1 'sidearm_font_v2';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.25s;
  }
  .c-galleries--panels .slick-prev:hover,
  .c-galleries--panels .slick-next:hover {
    background: #3c3c3c;
  }
  .c-galleries--panels .slick-prev:hover::after,
  .c-galleries--panels .slick-next:hover::after {
    color: white;
  }
  .c-galleries--panels .slick-prev.slick-disabled,
  .c-galleries--panels .slick-next.slick-disabled {
    background: #e1e1e1;
    pointer-events: none;
    border: 2px solid #75767a;
    opacity: 0.35;
  }
  .c-galleries--panels .slick-prev.slick-disabled::after,
  .c-galleries--panels .slick-next.slick-disabled::after {
    color: #75767a;
  }
  .c-galleries--panels .slick-prev {
    left: calc(50% - 170px);
    transform: translateX(-50%);
  }
  .c-galleries--panels .slick-prev::after {
    content: '\e025';
  }
  .c-galleries--panels .slick-next {
    right: calc(50% - 170px);
    transform: translateX(50%);
  }
  .c-galleries--panels .slick-next::after {
    content: '\e026';
  }
}
@media screen and (max-width: 767px) {
  .c-galleries--panels {
    padding: 48px 0 24px;
  }
  .c-galleries--panels .c-galleries__list {
    margin-bottom: 0;
  }
  .c-galleries--panels .c-galleries__item {
    border-right: none !important;
    height: 315px;
    background-size: cover;
  }
  .c-galleries--panels .c-galleries__item::before {
    height: 80%;
  }
  .c-galleries--panels .c-galleries__all {
    width: 224px;
    margin-top: 18px;
  }
  .c-galleries--panels .slick-prev,
  .c-galleries--panels .slick-next {
    bottom: -64px;
  }
  .c-galleries--panels .slick-prev {
    left: calc(50% - 144px);
  }
  .c-galleries--panels .slick-next {
    right: calc(50% - 144px);
  }
}
@media screen and (max-width: 340px) {
  .c-galleries--panels .c-galleries__all {
    width: 164px;
  }
  .c-galleries--panels .c-galleries__all-extra {
    display: none;
  }
  .c-galleries--panels .slick-prev {
    left: calc(50% - 114px);
  }
  .c-galleries--panels .slick-next {
    right: calc(50% - 114px);
  }
}
.s-contenstream {
  pointer-events: none;
}
.c-contentstream {
  overflow-anchor: none;
  background-image: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/goldengrizzlies.com/images/responsive_2021/social_bg_mtns.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
  margin-top: -41px;
  padding-top: 41px;
}
.c-contentstream::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 130px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(253, 252, 250, 0) 0%, #fdfcfa 100%);
}
.c-contentstream__top {
  margin-bottom: 18px;
}
.c-contentstream__inner {
  position: relative;
  padding-top: 68px;
  padding-bottom: 48px;
  z-index: 1;
  pointer-events: all;
}
.c-contentstream__filter {
  position: absolute;
  right: 18px;
  top: 48px;
}
.c-contentstream__filter-item {
  margin-left: 18px;
}
.c-contentstream__filter-item--All {
  order: 1;
}
.c-contentstream__filter-item--Twitter {
  order: 2;
}
.c-contentstream__filter-item--Facebook {
  order: 3;
}
.c-contentstream__filter-item--Instagram {
  order: 4;
}
.c-contentstream__filter-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #877148;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #877148;
  transition: .25s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.c-contentstream__filter-button.is-active,
.c-contentstream__filter-button:hover,
.c-contentstream__filter-button:focus,
.c-contentstream__filter-button.sidearm-hover {
  color: white;
  background: #877148;
}
.c-contentstream__filter-button span:not(.sidearm-icon) {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.c-contentstream__stream {
  margin: -12px;
}
.c-contentstream__item {
  width: 25%;
  padding: 12px;
}
.c-contentstream__item-inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: white;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.c-contentstream__media {
  display: block;
}
.c-contentstream__media-image {
  display: block;
  width: 100%;
  height: auto;
}
.c-contentstream__media-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border: 2px solid white;
  color: white;
  border-radius: 50%;
  transition: .25s;
}
.c-contentstream__media-play::before {
  content: '\e196';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'sidearm_font_v2';
  font-size: 2rem;
}
.c-contentstream__media-play:hover,
.c-contentstream__media-play:focus,
.c-contentstream__media-play.sidearm-hover {
  background-color: #877148;
}
.c-contentstream__media.aspect {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.c-contentstream__media.aspect .c-contentstream__media-image {
  position: absolute;
  top: 0;
  left: 0;
}
.c-contentstream__media.video-is-playing .showcase-modal {
  opacity: 1;
  left: 0;
  pointer-events: all;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
}
.c-contentstream__flag {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  background: #877148;
  padding: 2px;
}
.c-contentstream__flag span {
  font-size: 1.25rem;
  color: white;
  line-height: 1;
}
.c-contentstream__body {
  padding: 12px 24px 18px;
}
.c-contentstream__text {
  color: #3c3c3c;
  font-family: "Work Sans";
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.531rem;
  text-align: left;
}
.c-contentstream__text a {
  color: #877148;
  text-decoration: none;
}
.c-contentstream__text a:hover,
.c-contentstream__text a:focus,
.c-contentstream__text a.sidearm-hover {
  text-decoration: underline;
}
.c-contentstream .load-more__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  text-decoration: none;
  background: #877148;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Fira Sans";
  font-size: 0.875rem;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.131rem;
  line-height: 1.094rem;
  text-align: left;
  text-transform: uppercase;
  transition: .25s;
  height: 46px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  width: 173px;
  margin-top: 24px;
}
.c-contentstream .load-more__button:hover,
.c-contentstream .load-more__button:focus,
.c-contentstream .load-more__button.sidearm-hover {
  background: #3c3c3c;
}
.c-contentstream .load-more__button .sidearm-icon {
  font-size: 0.875rem;
  color: white;
  transform: translateX(2px);
  transition: .25s;
}
@media screen and (max-width: 1024px) {
  .c-contentstream {
    background-position: center top;
    margin-top: 0;
    padding-top: 0;
  }
  .c-contentstream::after {
    height: 118px;
  }
  .c-contentstream__filter {
    top: 6px;
  }
  .c-contentstream__stream {
    margin: -12px -9px;
  }
  .c-contentstream__item {
    width: 50%;
    padding: 12px 9px;
  }
  .c-contentstream__inner {
    padding-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .c-contentstream__item {
    width: 100%;
  }
  .c-contentstream__filter {
    position: relative;
    position: relative;
    top: 0;
    right: auto;
    justify-content: space-between;
    padding: 0 6px;
    margin-top: 17px;
  }
  .c-contentstream__filter-item {
    margin: 0;
  }
  .c-contentstream .load-more__button {
    width: 100%;
  }
}
.c-title {
  position: relative;
  padding-bottom: 12px;
}
.c-title__text {
  color: #877148;
  font-family: Industry;
  font-size: 1.375rem;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.069rem;
  line-height: 1.547rem;
  text-align: left;
  text-transform: uppercase;
}
.c-title::after {
  content: '';
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 0;
  background-image: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/goldengrizzlies.com/images/responsive_2021/header_chalk_underline.svg');
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 100% 100%;
}
@media screen and (max-width: 1024px) {
  .c-title {
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    padding-bottom: 16px;
  }
  .c-title__text {
    font-size: 1.125rem;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.113rem;
    line-height: 1.406rem;
  }
}
.s-footer__logos {
  box-shadow: inset 0 -1px #e1e1e1;
  background: white;
}
.s-footer__logos-item {
  height: 150px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-footer__logos-item:not(:last-child) {
  box-shadow: inset -1px 0 #e1e1e1;
}
.s-footer__logos-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .25s;
}
.s-footer__logos-link:hover,
.s-footer__logos-link:focus,
.s-footer__logos-link.sidearm-hover {
  background-color: #e1e1e1;
}
.s-footer__sponsors {
  padding: 48px 0 22px;
}
.s-footer__sponsors .ads-container {
  margin: 0 auto;
}
.s-footer__sponsors .slick-list {
  margin: 0 -12px;
}
.s-footer__sponsors .slick-slide {
  padding: 0 12px;
}
.s-footer__sponsors .slick-slide img {
  margin: 0 auto;
}
.s-footer__main {
  background: white;
}
.s-footer__main-inner {
  max-width: 1464px;
  margin: 0 auto;
}
.s-footer .slick-prev,
.s-footer .slick-next,
.s-footer .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: #877148;
  color: white;
  font-size: 0;
  position: absolute;
  width: 46px;
  height: 46px;
  transition: 0.25s;
  border-radius: 50%;
  bottom: 0;
}
.s-footer .slick-prev::after,
.s-footer .slick-next::after,
.s-footer .slick-pause-play::after {
  color: white;
  font: 400 1.5rem/1 'sidearm_font_v2';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s;
}
.s-footer .slick-prev:hover,
.s-footer .slick-next:hover,
.s-footer .slick-pause-play:hover {
  background: #3c3c3c;
}
.s-footer .slick-prev:hover::after,
.s-footer .slick-next:hover::after,
.s-footer .slick-pause-play:hover::after {
  color: white;
}
.s-footer .slick-prev.slick-disabled,
.s-footer .slick-next.slick-disabled,
.s-footer .slick-pause-play.slick-disabled {
  background: #e1e1e1;
  pointer-events: none;
  border: 2px solid #75767a;
  opacity: 0.35;
}
.s-footer .slick-prev.slick-disabled::after,
.s-footer .slick-next.slick-disabled::after,
.s-footer .slick-pause-play.slick-disabled::after {
  color: #75767a;
}
.s-footer .slick-prev {
  left: calc(50% - 70px);
  transform: translateX(-50%);
  position: relative;
  margin-top: 24px;
}
.s-footer .slick-prev::after {
  content: '\e025';
}
.s-footer .slick-next {
  right: calc(50% - 70px);
  transform: translateX(50%);
}
.s-footer .slick-next::after {
  content: '\e026';
}
.s-footer .slick-pause-play {
  left: 50%;
  transform: translateX(-50%);
}
.s-footer .slick-pause-play::after {
  content: '\e200';
}
.s-footer .slick-pause-play.slick-play::after {
  content: '\e050';
}
@media screen and (max-width: 1279px) {
  .s-footer__sponsors .ads-container {
    max-width: 1128px;
  }
}
@media screen and (max-width: 1200px) {
  .s-footer__sponsors .ads-container {
    max-width: 840px;
  }
}
@media screen and (max-width: 1024px) {
  .s-footer__sponsors {
    padding: 48px 0;
  }
  .s-footer__logos-list {
    flex-wrap: wrap;
  }
  .s-footer__logos-item {
    flex-basis: 50%;
  }
  .s-footer__logos-item:nth-child(n) {
    box-shadow: none;
  }
  .s-footer__logos-item:first-child {
    box-shadow: inset -1px -1px #e1e1e1;
  }
  .s-footer__logos-item:last-child {
    box-shadow: -1px -1px #e1e1e1;
  }
}
@media screen and (max-width: 960px) {
  .s-footer__sponsors .ads-container {
    max-width: 552px;
  }
}
@media screen and (max-width: 767px) {
  .s-footer__sponsors {
    padding: 48px 0 24px;
  }
  .s-footer__logos-list {
    flex-wrap: wrap;
  }
  .s-footer__logos-item {
    flex-basis: 100%;
  }
  .s-footer__logos-item:nth-child(n) {
    box-shadow: none;
  }
  .s-footer__logos-item:not(:last-child) {
    box-shadow: inset 0 -1px #e1e1e1;
  }
}
@media screen and (max-width: 540px) {
  .s-footer__sponsors .ads-container {
    max-width: 375px;
  }
}
.s-container-sport {
  display: flex;
  margin: 0 auto;
  max-width: 1452px;
  padding: 24px 18px 0;
}
.s-container-sport__left {
  flex: 1 1 66.1723163%;
  -webkit-flex: 1 1 66.1723163%;
  min-width: 1px;
  min-height: 1px;
}
.s-container-sport__right {
  flex: 1 1 30.57909%;
  -webkit-flex: 1 1 30.57909%;
  min-width: 1px;
  min-height: 1px;
  margin-left: 46px;
}
.s-container-sport .c-videos__inner {
  flex-direction: column;
}
.s-container-sport .c-videos__aside {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin-right: 0;
}
.s-container-sport .c-videos__filters {
  display: flex;
  margin-bottom: 24px;
}
.s-container-sport .c-videos__filters-filter {
  margin-bottom: 0;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-container-sport .c-videos__filters-filter--sport {
  margin-right: 18px;
}
.s-container-sport .c-videos__filters-filter--category {
  display: initial;
}
.s-container-sport .c-videos__categories {
  display: none;
}
.s-container-sport .c-videos__all--top {
  display: none;
}
.s-container-sport .c-videos__all--bottom {
  display: flex !important;
  width: 219px;
  margin: 20px auto 0;
}
.s-container-sport .c-videos .pad {
  padding: 0;
}
.s-container-sport .c-scoreboard--list .c-scoreboard__item {
  box-shadow: inset 0 -0.062rem 0 #efefef;
}
.s-container-sport .c-scoreboard--list .c-scoreboard__item:last-child {
  box-shadow: none;
}
.s-container-sport .c-scoreboard--list .c-scoreboard__filter {
  display: none;
}
.s-container-sport .c-scoreboard--list .c-scoreboard__no-data {
  background-color: #f9f9f9;
  padding: 8px 12px 13px 10px;
}
@media screen and (max-width: 1024px) {
  .s-container-sport {
    flex-direction: column;
    padding: 14px 18px 0;
  }
  .s-container-sport__right {
    margin-left: 0;
  }
  .s-container-sport .c-videos__all--bottom {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .s-container-sport .c-videos__all--bottom {
    width: 100%;
  }
}
.c-stories--grid {
  padding-bottom: 24px;
}
.c-stories--grid .c-stories__top {
  margin-bottom: 18px;
}
.c-stories--grid .c-stories__list {
  margin: -12px;
  display: flex;
  flex-wrap: wrap;
}
.c-stories--grid .c-stories__item {
  position: relative;
  padding: 12px;
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--grid .c-stories__item:first-child {
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--grid .c-stories__item:first-child-inner {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.c-stories--grid .c-stories__item:first-child .c-stories__title {
  color: #3c3c3c;
  font-family: Industry;
  font-size: 1.625rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: normal;
  line-height: 2.031rem;
  text-align: left;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 16px;
}
.c-stories--grid .c-stories__item:first-child .c-stories__media-container {
  flex: 1 1 48.66666%;
  -webkit-flex: 1 1 48.66666%;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--grid .c-stories__item:first-child .c-stories__details {
  flex: 1 1 49.3333%;
  -webkit-flex: 1 1 49.3333%;
  min-width: 1px;
  min-height: 1px;
  margin-left: 18px;
}
.c-stories--grid .c-stories__item:first-child .c-stories__media {
  padding-bottom: 56.62%;
}
.c-stories--grid .c-stories__item-inner {
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: white;
  padding: 18px;
}
.c-stories--grid .c-stories__media-container {
  flex: 0 0 122px;
  -webkit-flex: 0 0 122px;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--grid .c-stories__media {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  height: 0;
}
.c-stories--grid .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: .25s;
}
.c-stories--grid .c-stories__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  margin-left: 24px;
}
.c-stories--grid .c-stories__title {
  color: #3c3c3c;
  font-family: Industry;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.563rem;
  text-align: left;
  text-transform: uppercase;
  margin-top: 4px;
  transition: .25s;
}
.c-stories--grid .c-stories__date {
  color: #877148;
  font-family: "Work Sans";
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.094rem;
  text-align: left;
}
.c-stories--grid .c-stories__teaser {
  color: #75767a;
  font-family: "Work Sans";
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  text-align: left;
}
.c-stories--grid .c-stories__read-more {
  color: #877148;
  font-family: "Work Sans";
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
}
.c-stories--grid .c-stories__url {
  text-decoration: none;
}
.c-stories--grid .c-stories__url:hover .c-stories__image,
.c-stories--grid .c-stories__url:focus .c-stories__image,
.c-stories--grid .c-stories__url.sidearm-hover .c-stories__image {
  transform: scale(1.15);
}
.c-stories--grid .c-stories__url:hover .c-stories__title,
.c-stories--grid .c-stories__url:focus .c-stories__title,
.c-stories--grid .c-stories__url.sidearm-hover .c-stories__title {
  color: #877148;
  transform: translateX(4px);
}
.c-stories--grid .load-more__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  text-decoration: none;
  background: #877148;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Fira Sans";
  font-size: 0.875rem;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.131rem;
  line-height: 1.094rem;
  text-align: left;
  text-transform: uppercase;
  transition: .25s;
  height: 46px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  width: 173px;
  margin-top: 24px;
}
.c-stories--grid .load-more__button:hover,
.c-stories--grid .load-more__button:focus,
.c-stories--grid .load-more__button.sidearm-hover {
  background: #3c3c3c;
}
.c-stories--grid .load-more__button .sidearm-icon {
  font-size: 0.875rem;
  color: white;
  transform: translateX(2px);
  transition: .25s;
}
@media screen and (max-width: 1024px) {
  .c-stories--grid {
    padding-bottom: 0;
  }
  .c-stories--grid .c-stories__list {
    margin: -9px;
  }
  .c-stories--grid .c-stories__item {
    padding: 9px;
  }
  .c-stories--grid .c-stories__item:first-child {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-stories--grid .c-stories__item:first-child .c-stories__item-inner {
    flex-direction: column;
    padding: 10px 18px 29px;
  }
  .c-stories--grid .c-stories__item:first-child .c-stories__media-container {
    width: 100%;
  }
  .c-stories--grid .c-stories__item:first-child .c-stories__details {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    margin-left: 0;
    margin-top: 21px;
  }
  .c-stories--grid .c-stories__item:first-child .c-stories__title {
    margin-bottom: 12px;
  }
  .c-stories--grid .c-stories__title {
    color: #3c3c3c;
    font-family: Industry;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25rem;
    text-align: left;
    text-transform: uppercase;
  }
  .c-stories--grid .c-stories__teaser {
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.531rem;
  }
  .c-stories--grid .c-stories__read-more {
    font-size: 0.875rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.531rem;
  }
  .c-stories--grid .c-stories__media-container {
    flex: 0 0 96px;
    -webkit-flex: 0 0 96px;
    min-width: 1px;
    min-height: 1px;
  }
  .c-stories--grid .c-stories__details {
    margin-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--grid {
    padding-bottom: 24px;
  }
  .c-stories--grid .c-stories__top {
    margin-bottom: 12px;
  }
  .c-stories--grid .c-stories__list {
    margin: 0 -18px;
  }
  .c-stories--grid .c-stories__item {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    padding: 0;
  }
  .c-stories--grid .c-stories__item:not(:last-child) {
    margin-bottom: 18px;
  }
  .c-stories--grid .c-stories__item:first-child .c-stories__item-inner {
    padding: 14px ​18px 29px;
  }
  .c-stories--grid .c-stories__item:first-child .c-stories__details {
    margin-top: 18px;
  }
  .c-stories--grid .c-stories__item:first-child .c-stories__title {
    font-size: 1.25rem;
    font-weight: 900;
    font-style: italic;
    letter-spacing: normal;
    line-height: 1.563rem;
  }
  .c-stories--grid .load-more__button {
    width: 100%;
    margin-top: 18px;
  }
}
.c-countdown--horizontal {
  margin-bottom: 50px;
}
.c-countdown--horizontal .c-countdown__item {
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background-color: white;
  padding: 24px 30px;
}
.c-countdown--horizontal .c-countdown__header {
  margin-bottom: 11px;
}
.c-countdown--horizontal .c-countdown__header-text {
  color: #877148;
  font-family: Industry;
  font-size: 1.375rem;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.069rem;
  line-height: 1.547rem;
  text-align: left;
  text-transform: uppercase;
}
.c-countdown--horizontal .c-countdown__team {
  display: flex;
  align-items: center;
}
.c-countdown--horizontal .c-countdown__logo {
  display: flex;
  align-items: center;
  margin-right: 12px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-countdown--horizontal .c-countdown__logo-image {
  width: 60px;
  height: 60px;
}
.c-countdown--horizontal .c-countdown__logo-atvs {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #877148;
  color: white;
  font-family: "Work Sans";
  font-size: 0.75rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.938rem;
  text-align: left;
  text-transform: uppercase;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
}
.c-countdown--horizontal .c-countdown__logo-atvs--at {
  background: black;
}
.c-countdown--horizontal .c-countdown__sport {
  color: black;
  font-family: "Work Sans";
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-countdown--horizontal .c-countdown__opponent {
  color: #3c3c3c;
  font-family: "Work Sans";
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  text-align: left;
}
.c-countdown--horizontal .c-countdown__time {
  justify-content: space-between;
  padding: 24px 10px;
}
.c-countdown--horizontal .c-countdown__time-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 44px;
}
.c-countdown--horizontal .c-countdown__time-value {
  color: #877148;
  font-family: Industry;
  font-size: 2.125rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 2.125rem;
  text-align: left;
}
.c-countdown--horizontal .c-countdown__time-label {
  color: #3c3c3c;
  font-family: "Work Sans";
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  text-align: left;
}
.c-countdown--horizontal .c-countdown__time-label abbr {
  border-bottom: none;
  text-decoration: none;
}
.c-countdown--horizontal .c-countdown__tickets {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  text-decoration: none;
  background: #877148;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Fira Sans";
  font-size: 0.875rem;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.131rem;
  line-height: 1.094rem;
  text-align: left;
  text-transform: uppercase;
  transition: .25s;
  height: 46px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 148px;
  margin: 0 auto;
}
.c-countdown--horizontal .c-countdown__tickets:hover,
.c-countdown--horizontal .c-countdown__tickets:focus,
.c-countdown--horizontal .c-countdown__tickets.sidearm-hover {
  background: #3c3c3c;
}
.c-countdown--horizontal .c-countdown__tickets .sidearm-icon {
  font-size: 0.875rem;
  color: white;
  transform: translateX(2px);
  transition: .25s;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .c-countdown--horizontal .c-countdown__container--top {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-countdown--horizontal .c-countdown__container--bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .c-countdown--horizontal .c-countdown__item {
    padding: 24px 30px 18px;
  }
  .c-countdown--horizontal .c-countdown__header {
    margin-bottom: 0;
    margin-right: 23px;
  }
  .c-countdown--horizontal .c-countdown__time {
    padding: 0;
    width: 389px;
  }
  .c-countdown--horizontal .c-countdown__tickets {
    margin: 0 0 0 48px;
  }
}
@media screen and (max-width: 767px) {
  .c-countdown--horizontal .c-countdown__time {
    padding: 14px 0 24px;
  }
  .c-countdown--horizontal .c-countdown__time-label {
    margin-top: 1px;
  }
}
.s-schedule__top {
  margin-bottom: 18px;
}
.s-schedule__inner {
  border: 1px solid #efefef;
  border-radius: 4px;
  overflow: hidden;
}
.s-schedule__tabs {
  width: 100%;
}
.s-schedule__tabs-item {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-schedule__tabs-item.ui-tabs-active .s-schedule__tabs-link {
  box-shadow: inset 0 -0.062rem 0 #efefef, inset 0 0 0 #e1e1e1;
  background-color: #877148;
  color: white;
}
a.s-schedule__tabs-link {
  box-shadow: inset 0 -0.062rem 0 #efefef, inset 0 0 0 #e1e1e1;
  background-color: #f8f8f8;
  transition: .25s;
  color: #525556;
  font-family: Industry;
  font-size: 1.125rem;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.113rem;
  line-height: 1.406rem;
  text-align: left;
  text-transform: uppercase;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
a.s-schedule__tabs-link:hover,
a.s-schedule__tabs-link:focus,
a.s-schedule__tabs-link.sidearm-hover {
  box-shadow: inset 0 -0.062rem 0 #efefef, inset 0 0 0 #e1e1e1;
  background-color: #877148;
  color: white;
}
a.s-schedule__calendar {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  text-decoration: none;
  background: #877148;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Fira Sans";
  font-size: 0.875rem;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.131rem;
  line-height: 1.094rem;
  text-align: left;
  text-transform: uppercase;
  transition: .25s;
  height: 46px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 24px;
}
a.s-schedule__calendar:hover,
a.s-schedule__calendar:focus,
a.s-schedule__calendar.sidearm-hover {
  background: #3c3c3c;
}
a.s-schedule__calendar .sidearm-icon {
  font-size: 0.875rem;
  color: white;
  transform: translateX(2px);
  transition: .25s;
}
@media screen and (max-width: 1024px) {
  .s-schedule {
    display: none;
  }
}
.c-statleaders {
  margin-top: 50px;
  margin-bottom: 50px;
}
.c-statleaders__filter {
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background-color: white;
  height: 48px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  margin-top: 18px;
}
.c-statleaders__filter-select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: #75767a;
  font-family: "Work Sans";
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  text-align: left;
  display: flex;
  height: 100%;
  padding-left: 18px;
}
.c-statleaders__filter::after {
  content: '\e033';
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 2;
  transform: translateY(-50%);
  font-family: 'sidearm_font_v2';
  font-size: 0.875rem;
  pointer-events: none;
  color: #75767a;
  transition: .25s;
}
.c-statleaders__item {
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background-color: white;
  margin-bottom: 12px;
  text-decoration: none;
  padding: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 121px;
}
.c-statleaders__item:hover .c-statleaders__media img,
.c-statleaders__item:focus .c-statleaders__media img,
.c-statleaders__item.sidearm-hover .c-statleaders__media img {
  transform: scale(1.15);
}
.c-statleaders__item:hover .c-statleaders__name,
.c-statleaders__item:focus .c-statleaders__name,
.c-statleaders__item.sidearm-hover .c-statleaders__name {
  color: #877148;
  transform: translateX(4px);
}
.c-statleaders__media-container {
  width: 96px;
  height: 96px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 12px;
}
.c-statleaders__media {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-statleaders__media img {
  transition: .25s;
}
.c-statleaders__name {
  color: #3c3c3c;
  font-family: Industry;
  font-size: 1.625rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 2.031rem;
  text-align: left;
  transition: .25s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-statleaders__stat-name {
  color: #877148;
  font-family: "Work Sans";
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-statleaders__stat-value {
  color: #877148;
  font-family: Industry;
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 2.5rem;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-statleaders .slick-slide > div {
  display: flex;
}
.c-statleaders .slick-prev,
.c-statleaders .slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: #877148;
  color: white;
  font-size: 0;
  position: absolute;
  width: 46px;
  height: 46px;
  transition: 0.25s;
  border-radius: 50%;
  bottom: 0;
}
.c-statleaders .slick-prev::after,
.c-statleaders .slick-next::after {
  color: white;
  font: 400 1.5rem/1 'sidearm_font_v2';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s;
}
.c-statleaders .slick-prev:hover,
.c-statleaders .slick-next:hover {
  background: #3c3c3c;
}
.c-statleaders .slick-prev:hover::after,
.c-statleaders .slick-next:hover::after {
  color: white;
}
.c-statleaders .slick-prev.slick-disabled,
.c-statleaders .slick-next.slick-disabled {
  background: #e1e1e1;
  pointer-events: none;
  border: 2px solid #75767a;
  opacity: 0.35;
}
.c-statleaders .slick-prev.slick-disabled::after,
.c-statleaders .slick-next.slick-disabled::after {
  color: #75767a;
}
.c-statleaders .slick-prev {
  left: calc(50% - 35px);
  transform: translateX(-50%);
  position: relative;
  margin-top: 6px;
}
.c-statleaders .slick-prev::after {
  content: '\e025';
}
.c-statleaders .slick-next {
  right: calc(50% - 35px);
  transform: translateX(50%);
}
.c-statleaders .slick-next::after {
  content: '\e026';
}
@media screen and (max-width: 767px) {
  .c-statleaders {
    margin-bottom: 48px;
  }
  .c-statleaders__filter {
    margin: 12px 0;
  }
  .c-statleaders .slick-prev {
    margin-top: 0;
  }
}
@keyframes move-right {
  0% {
    opacity: 1;
    transform: translateX(-100vw);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(100vw);
  }
}
@keyframes move-left {
  0% {
    opacity: 1;
    transform: translateX(100vw);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(-100vw);
  }
}
.loading {
  position: fixed;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  top: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: all 0.2s ease-in-out 1s;
  background: #877148;
}
.main-home-loader {
  position: fixed;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  top: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: all 0.2s ease-in-out 0.35s;
  background: #fcfbf9;
}
.main-home-loader__logo {
  position: relative;
  z-index: 2;
  width: 342px;
  height: 286px;
}
.main-home-loader__text {
  font-family: Industry;
  font-weight: 800;
  font-size: 140px;
  color: #fcfbf9;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #877148;
  opacity: 0;
  position: absolute;
}
.main-home-loader__text.text-1 {
  animation: move-right 2.5s linear 0s forwards;
}
.main-home-loader__text.text-2 {
  animation: move-left 2.5s linear 2.5s forwards;
}
@keyframes line-scale-pulse-out-rapid {
  0% {
    transform: scaley(1);
  }
  80% {
    transform: scaley(0.3);
  }
  90% {
    transform: scaley(1);
  }
}
.loader-bars {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 12px;
}
.loader-bars-inner > div {
  background: black;
  width: 4px;
  height: 40px;
  border-radius: 12px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}
.loader-bars-inner > div:nth-child(2),
.loader-bars-inner > div:nth-child(4) {
  animation-delay: -0.25s !important;
  background: white;
}
.loader-bars-inner > div:nth-child(1),
.loader-bars-inner > div:nth-child(5) {
  animation-delay: 0s;
}
html:not(.index) .loading,
html:not(.index) .sidearm-loading,
html:not(.index) .main-home-loader {
  display: none;
}
html:not(.index) .main-content-placeholder {
  max-width: 1452px;
  padding: 18px 18px;
  margin-left: auto;
  margin-right: auto;
  background: white;
}
@media screen and (min-width: 1025px) {
  html:not(.index) .main-content-placeholder {
    margin-top: 118px;
  }
}
@media screen and (min-width: 1025px) {
  html:not(.index).sport .main-content-placeholder {
    margin-top: 172px;
  }
}
html.navigation-loaded .loading,
html.navigation-loaded .main-home-loader {
  opacity: 0;
  pointer-events: none;
}
