.acc-hide,
.accessible-hide {
  position: absolute;
  top: -99999px;
  left: -99999px;
  display: block !important;
  background-color: black !important;
  color: white !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.reset-icon {
  display: inline-flex;
  line-height: 1;
}
.reset-icon::before {
  margin: 0;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-wrap {
  white-space: nowrap;
}
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.h-100 {
  height: 100%;
}
.ui-tabs-panel {
  transition: opacity 0.2s ease;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  overflow: hidden;
}
.ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  height: 0;
  opacity: 0;
}
body {
  font: 1rem/1.25 'Roboto', Helvetica, Arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
}
html:not(.index) body {
  background: whitesmoke;
}
.row {
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.row.pad {
  padding-left: 24px;
  padding-right: 24px;
}
.row.no-pad {
  max-width: 1416px;
}
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: black;
  color: white;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: white;
}
a.sidearm-skip-link:focus {
  position: fixed;
  left: 0;
  z-index: 99999;
}
.showcase-play-button {
  background: transparent;
  box-shadow: inset 0 0 0 5px white, inset 0 0 10px 5px rgba(0, 0, 0, 0.35), 0 0 12px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  height: 60px;
  width: 60px;
  transition: 0.25s;
  z-index: 7;
}
.showcase-play-button::after {
  color: white;
  font: 400 2rem/1 'sidearm_font_v2';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 3px;
  pointer-events: none;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  transition: 0.15s;
  content: '\e050';
}
.showcase-play-button:hover {
  box-shadow: inset 0 0 0 30px #ce1126;
}
.showcase-play-button:hover::after {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
.main-content-placeholder {
  margin-top: 132px;
}
html:not(.index) .main-content-placeholder {
  background: white;
  box-shadow: 0 0 0 1px #ececec;
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 24px;
}
@media screen and (max-width: 1024px) {
  body.mobile-scoreboard-open {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .row.pad {
    padding-left: 12px;
    padding-right: 12px;
  }
  html.sport .main-content-placeholder {
    margin-top: 168px;
  }
}
@media screen and (min-width: 768px) {
  html.sport:not(.index) .main-content-placeholder {
    padding-top: 60px;
  }
}
.content-ad {
  overflow: hidden;
}
.content-ad .dfp-ad {
  margin: 24px auto;
}
.content-ad--above-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  height: 98px;
}
.content-ad--sticky {
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 199;
  transform: translate(0, 0);
  transition: 0.35s;
}
.headroom--not-top .content-ad--sticky.closeable {
  transform: translate(0, 100%);
}
.content-ad--sticky .dfp-ad {
  margin: 12px auto;
}
@media screen and (min-width: 768px) {
  .content-ad--above-header {
    height: 138px;
    margin: 0;
  }
}
.main-footer {
  background: white;
}
.main-footer__logos-list {
  display: flex;
  flex-wrap: wrap;
}
.main-footer__logos-item {
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
  max-width: 100%;
  border-bottom: 1px solid #ececec;
  height: 135px;
}
.main-footer__logos-item .bigwest {
  height: 65px;
}
.main-footer__bottom {
  border-top: 1px solid #ce1126;
  padding: 24px 0 36px;
}
.main-footer__icons {
  margin-bottom: 20px;
}
.main-footer__icons .ads-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-footer__icons .ads-container span {
  position: absolute;
  top: -99999px;
  left: -99999px;
  display: block !important;
  background-color: black !important;
  color: white !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.main-footer__icons .ads-container a {
  background: #767676;
  border: 2px solid #767676;
  border-radius: 50%;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  text-decoration: none;
  width: 40px;
  height: 40px;
  transition: 0.15s;
}
.main-footer__icons .ads-container a:hover {
  background: white;
  color: #767676;
}
.main-footer__icons .ads-container i {
  display: inline-flex;
}
.main-footer__icons .ads-container i::before {
  margin: 0;
}
.main-footer__icons .icons-ad {
  display: flex;
  margin-right: 24px;
}
.main-footer__icons .icons-ad:last-child {
  margin: 0;
}
.main-footer__copyright-terms {
  line-height: 1.5;
  text-align: center;
}
.main-footer__copyright {
  font-weight: 700;
}
.main-footer .c-footer {
  justify-content: center;
}
.main-footer .c-footer__item:first-child {
  margin-right: 12px;
  position: relative;
}
.main-footer .c-footer__item:first-child::after {
  content: '/';
  line-height: 1;
  margin-left: 6px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
}
.main-footer .c-footer__item:last-child {
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
  max-width: 100%;
}
.main-footer .c-footer__link {
  text-decoration: none;
}
.main-footer .c-footer__link:hover {
  text-decoration: underline;
}
.main-footer__infractions a {
  text-decoration: none;
}
.main-footer__infractions a:hover,
.main-footer__infractions a:focus {
  text-decoration: underline;
}
.main-footer__infractions-text {
  margin-top: 8px;
  font-size: 0.9em;
}
@media screen and (max-width: 1279px) {
  .main-footer__infractions {
    padding: 24px 0;
  }
}
@media screen and (max-width: 1279px) {
  .main-footer__logos > .row {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-footer__logos-item:first-child,
  .main-footer__logos-item:nth-child(2) {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
    max-width: 50%;
  }
  .main-footer__logos-item:nth-child(2) {
    box-shadow: inset 1px 0 0 #ececec;
  }
}
@media screen and (min-width: 768px) {
  .main-footer__logos-item {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
    max-width: 50%;
  }
  .main-footer__logos-item:nth-child(even) {
    box-shadow: inset 1px 0 0 #ececec;
  }
  .main-footer__bottom > .row {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .main-footer__icons {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    max-width: none;
    margin: 0;
  }
  .main-footer__copyright-terms {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    max-width: none;
    text-align: left;
  }
  .main-footer .c-footer {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .main-footer__logos {
    padding: 40px 0;
  }
  .main-footer__logos-list {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .main-footer__logos-item {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    max-width: auto;
    border: none;
  }
  .main-footer__logos-item:nth-child(even) {
    box-shadow: none;
  }
}
.s-sponsors {
  background: black;
  padding: 24px 0;
}
.s-sponsors .ads-container {
  max-width: 216px;
  margin: 0 auto;
}
.s-sponsors .slick-list {
  margin: 0 -12px;
}
.s-sponsors .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}
.s-sponsors .slick-prev,
.s-sponsors .slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  background: none;
  color: black;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: #ce1126;
  color: white;
  font-size: 0;
  margin-top: 24px;
  position: relative;
  left: calc(50% - 44px);
  width: 40px;
  height: 40px;
  transition: 0.15s;
}
.s-sponsors .slick-prev::-ms-expand,
.s-sponsors .slick-next::-ms-expand {
  display: none;
}
.s-sponsors .slick-prev::after,
.s-sponsors .slick-next::after {
  color: white;
  font: 400 1.875rem/1 'sidearm_font_v2';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.15s;
}
.s-sponsors .slick-prev:hover,
.s-sponsors .slick-next:hover {
  background: white;
  color: black;
}
.s-sponsors .slick-prev:hover::after,
.s-sponsors .slick-next:hover::after {
  color: #ce1126;
}
.s-sponsors .slick-prev.slick-disabled,
.s-sponsors .slick-next.slick-disabled {
  background: #ce1126;
  pointer-events: none;
}
.s-sponsors .slick-prev.slick-disabled::after,
.s-sponsors .slick-next.slick-disabled::after {
  color: white;
  opacity: 0.25;
}
.s-sponsors .slick-prev::after {
  content: '\e005';
}
.s-sponsors .slick-next {
  margin-left: 4px;
}
.s-sponsors .slick-next::after {
  content: '\e006';
}
.s-sponsors .content-ad .dfp-ad {
  margin-top: 0;
}
@media screen and (min-width: 504px) {
  .s-sponsors .ads-container {
    max-width: 456px;
  }
}
@media screen and (min-width: 744px) {
  .s-sponsors .ads-container {
    max-width: 696px;
  }
}
@media screen and (min-width: 984px) {
  .s-sponsors .ads-container {
    max-width: 936px;
  }
}
@media screen and (min-width: 1224px) {
  .s-sponsors .ads-container {
    max-width: 1176px;
  }
}
@media screen and (min-width: 1464px) {
  .s-sponsors .ads-container {
    max-width: 1416px;
  }
}
.main-header {
  position: absolute;
  top: 98px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.headroom--not-top .main-header {
  position: fixed;
  top: 0;
}
.main-header__search .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  background: none;
  color: black;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  display: block;
  transition: 0.15s;
}
.main-header__search .c-search__toggle::-ms-expand {
  display: none;
}
.main-header__search .c-search fieldset {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.main-header__search .c-search__popout {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  transition: opacity 0.15s;
  width: 100%;
  height: 60px;
}
.main-header__search .c-search__popout.is-open {
  left: auto;
  right: 0;
  opacity: 1;
}
.main-header__search .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  background: none;
  color: black;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: white;
  display: block;
  line-height: 40px;
  padding: 0 24px;
  width: 100%;
  height: 100%;
}
.main-header__search .c-search__text::-ms-expand {
  display: none;
}
.main-header__search .c-search__text::-webkit-input-placeholder {
  color: black;
}
.main-header__search .c-search__text::-moz-placeholder {
  color: black;
}
.main-header__search .c-search__text:-ms-input-placeholder {
  color: black;
}
.main-header__search .c-search__text:-moz-placeholder {
  color: black;
}
.main-header__search--top {
  display: none;
  margin-right: 24px;
}
.main-header__search--top .c-search__toggle {
  background: #767676;
  border: 2px solid #767676;
  border-radius: 50%;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-decoration: none;
  width: 40px;
  height: 40px;
  transition: 0.15s;
}
.main-header__search--top .c-search__toggle:hover {
  background: white;
  color: #767676;
}
.main-header__search--top .c-search__popout {
  position: absolute;
  top: 50%;
  left: -99999px;
  opacity: 0;
  transition: opacity 0.15s;
  transform: translate(0, -50%);
  width: 100%;
  height: 72px;
}
.main-header__search--top .c-search__popout.is-open {
  left: auto;
  right: 100%;
  opacity: 1;
}
.main-header__search--top .c-search__text {
  box-shadow: inset 2px 0 0 #767676;
}
.main-header__search--bottom {
  flex: 0 0 64px;
  -webkit-flex: 0 0 64px;
  min-width: 1px;
  min-height: 1px;
  max-width: 64px;
  height: 100%;
}
.main-header__search--bottom .c-search {
  height: 100%;
}
.main-header__search--bottom .c-search__toggle {
  border-bottom: 1px solid white;
  color: white;
  font-size: 2.5rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.15s;
}
.main-header__search--bottom .c-search__toggle i {
  display: inline-flex;
}
.main-header__search--bottom .c-search__toggle i::before {
  margin: 0;
}
.main-header__search--bottom .c-search__toggle.is-toggled {
  background: #ce1126;
  box-shadow: inset 1px 0 0 white, inset -1px 0 0 white;
}
.main-header__top {
  background: white;
  height: 72px;
  overflow: hidden;
}
.main-header__top > .row {
  padding-right: 0;
}
.main-header__logo-holder {
  position: relative;
  flex: 0 0 auto;
  background: white;
  width: 108px;
  padding: 0 0 0 12px;
  margin-right: 42px;
}
.main-header__logo-holder::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -36px;
  width: 50vw;
  height: 96px;
  min-width: 100%;
  background: white;
}
.main-header__logo-holder::after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: -36px;
  border-left: 35px solid white;
  border-bottom: 96px solid transparent;
}
.main-header__logo2 {
  display: block;
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 96px;
  height: 123px;
}
.main-header__logo {
  flex: 0 0 177px;
  -webkit-flex: 0 0 177px;
  min-width: 1px;
  min-height: 1px;
  max-width: 177px;
  margin-right: auto;
}
.main-header__sponsor {
  flex: 0 0 100px;
  -webkit-flex: 0 0 100px;
  min-width: 1px;
  min-height: 1px;
  max-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  margin-left: 26px;
  padding: 0 12px 0 5px;
  position: relative;
}
.main-header__sponsor::before {
  border-style: solid;
  border-width: 0 0 72px 26px;
  border-color: transparent transparent black transparent;
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  content: '';
}
.main-header__sponsor::after {
  background: black;
  position: absolute;
  top: 0;
  left: 100%;
  width: calc((100vw - 1416px) / 2);
  height: 100%;
  content: '';
}
.main-header__icons {
  margin-right: 14px;
}
.main-header__icons .ads-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.main-header__icons .ads-container a {
  background: #767676;
  border: 2px solid #767676;
  border-radius: 50%;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-decoration: none;
  width: 40px;
  height: 40px;
  transition: 0.15s;
}
.main-header__icons .ads-container a:hover {
  background: white;
  color: #767676;
}
.main-header__icons .ads-container span {
  display: inline-flex;
}
.main-header__icons .ads-container span::before {
  margin: 0;
}
.main-header__icons .ads-container span span {
  position: absolute;
  top: -99999px;
  left: -99999px;
  display: block !important;
  background-color: black !important;
  color: white !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.main-header__icons .icons-ad {
  display: flex;
  margin-right: 14px;
}
.main-header__icons .icons-ad:last-child {
  margin: 0;
}
.main-header__bottom {
  background: #333333;
  box-shadow: inset 0 -1px 0 white;
  height: 60px;
}
.main-header__nav {
  flex: 0 0 64px;
  -webkit-flex: 0 0 64px;
  min-width: 1px;
  min-height: 1px;
  max-width: 64px;
  margin-right: auto;
  height: 100%;
}
.main-header__scoreboard {
  flex: 0 0 64px;
  -webkit-flex: 0 0 64px;
  min-width: 1px;
  min-height: 1px;
  max-width: 64px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .main-header__icons {
    display: none;
  }
  .main-header__bottom > .row {
    padding: 0;
  }
  .main-header__logo-holder {
    padding-left: 18px;
    width: 122px;
    margin-right: 22px;
  }
  .main-header__logo-holder::before {
    display: none;
  }
  .main-header__logo-holder::after {
    bottom: 0;
    border-left: 22px solid white;
    border-bottom: 60px solid transparent;
  }
  .main-header__logo2 {
    width: 86px;
    height: 110px;
    bottom: 9px;
    right: initial;
    left: 18px;
  }
}
@media screen and (min-width: 768px) {
  .main-header {
    top: 138px;
  }
  .main-header__search {
    position: relative;
  }
  .main-header__search .c-search__popout {
    width: 350px;
  }
  .main-header__logo {
    flex: 0 0 290px;
    -webkit-flex: 0 0 290px;
    min-width: 1px;
    min-height: 1px;
    max-width: 290px;
  }
  .main-header__sponsor {
    flex: 0 0 243px;
    -webkit-flex: 0 0 243px;
    min-width: 1px;
    min-height: 1px;
    max-width: 243px;
    padding: 0 24px 0 22px;
  }
}
@media screen and (min-width: 1025px) {
  .main-header__search--top {
    display: block;
  }
  .main-header__search--bottom {
    display: none;
  }
  .main-header__nav {
    flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    min-width: 1px;
    min-height: 1px;
    max-width: 80px;
    margin: 0;
  }
  .main-header__scoreboard {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    max-width: none;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-header__logo-holder {
    width: 84px;
    padding: 0 0 0 12px;
  }
  .main-header__logo2 {
    width: 72px;
    height: 93px;
    left: 12px;
    bottom: 16px;
    transform: none;
  }
}
.s-scoreboard__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  background: none;
  color: black;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border-bottom: 1px solid white;
  color: white;
  font-size: 2.5rem;
  width: 100%;
  height: 100%;
  transition: 0.15s;
}
.s-scoreboard__toggle::-ms-expand {
  display: none;
}
.s-scoreboard__toggle.is-toggled {
  background: #ce1126;
  box-shadow: inset 1px 0 0 white, inset -1px 0 0 white;
}
.s-scoreboard__toggle.is-toggled > i::before {
  content: '\e078';
}
.s-scoreboard .c-scoreboard .upcoming {
  background: #767676;
}
.s-scoreboard .c-scoreboard .upcoming .c-scoreboard__overlay {
  background: #767676;
}
.s-scoreboard .c-scoreboard__nodata {
  color: white;
  padding: 24px 12px;
}
.s-scoreboard .c-scoreboard__item {
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 60px;
}
.s-scoreboard .c-scoreboard__item-inner {
  padding: 0 44px 0 10px;
  position: relative;
  height: 100%;
}
.s-scoreboard .c-scoreboard__date {
  font-family: 'Vitesse A', Garamond, serif;
  font-weight: 400;
  line-height: 1;
  margin-right: 10px;
  font-size: .9rem;
}
.s-scoreboard .c-scoreboard__date-day {
  font-size: 1.325rem;
  font-weight: 700;
}
.s-scoreboard .c-scoreboard__logo {
  flex: 0 0 36px;
  -webkit-flex: 0 0 36px;
  min-width: 1px;
  min-height: 1px;
  max-width: 36px;
  background: white;
  border-radius: 50%;
  margin-right: 13px;
  height: 36px;
}
.s-scoreboard .c-scoreboard__team {
  font-family: 'Vitesse A', Garamond, serif;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: .9rem;
}
.s-scoreboard .c-scoreboard__team abbr {
  text-decoration: none;
}
.s-scoreboard .c-scoreboard__opponent {
  font-size: .9rem;
}
.s-scoreboard .c-scoreboard__opponent-details {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s-scoreboard .c-scoreboard__opponent-score {
  font-family: 'Vitesse A', Garamond, serif;
  font-weight: 300;
  margin-left: 10px;
}
.s-scoreboard .c-scoreboard__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  background: none;
  color: black;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  color: white;
  font-size: 1.875rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 32px;
}
.s-scoreboard .c-scoreboard__toggle::-ms-expand {
  display: none;
}
.s-scoreboard .c-scoreboard__toggle i {
  transition: 0.15s;
}
.s-scoreboard .c-scoreboard__toggle.is-toggled i {
  transform: rotate(45deg);
}
.s-scoreboard .c-scoreboard__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  opacity: 0;
  position: absolute;
  top: 0;
  left: -99999px;
  width: calc(100% - 32px);
  height: 100%;
  transition: opacity 0.15s, left 0s 0.15s;
}
.s-scoreboard .c-scoreboard__overlay.is-open {
  left: 0;
  opacity: 1;
  transition: opacity 0.15s;
}
.s-scoreboard .c-scoreboard__media-item {
  margin-right: 24px;
}
.s-scoreboard .c-scoreboard__media-item:last-child {
  margin: 0;
}
.s-scoreboard .c-scoreboard__media-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  width: 1.875rem;
  height: 1.875rem;
  transition: 0.15s;
}
.s-scoreboard .c-scoreboard__media-link i {
  display: inline-flex;
  line-height: 1;
}
.s-scoreboard .c-scoreboard__media-link i::before {
  margin: 0;
}
.s-scoreboard .c-scoreboard__media-link:hover {
  box-shadow: 0 0 0 2px white;
}
.s-scoreboard .c-scoreboard__aside {
  flex: 0 0 128px;
  -webkit-flex: 0 0 128px;
  min-width: 1px;
  min-height: 1px;
  max-width: 128px;
  border-left: 1px solid white;
  height: 100%;
  padding-left: 87px;
}
.s-scoreboard .c-scoreboard__calendar {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid white;
  color: white;
  font-size: 2.5rem;
  width: 40px;
  height: 100%;
  text-decoration: none;
  transition: 0.15s;
}
.s-scoreboard .c-scoreboard__calendar:hover {
  background: #ce1126;
}
.s-scoreboard .c-scoreboard--slider {
  height: 60px;
}
.s-scoreboard .c-scoreboard--slider .slick-list {
  background: black;
  box-shadow: inset 1px 0 0 white;
}
.s-scoreboard .c-scoreboard--slider .slick-track {
  display: flex;
  display: -webkit-flex;
  height: 100%;
}
.s-scoreboard .c-scoreboard--slider .slick-prev,
.s-scoreboard .c-scoreboard--slider .slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  background: none;
  color: black;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: transparent;
  border-bottom: 1px solid white;
  color: white;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  transition: 0.15s;
}
.s-scoreboard .c-scoreboard--slider .slick-prev::-ms-expand,
.s-scoreboard .c-scoreboard--slider .slick-next::-ms-expand {
  display: none;
}
.s-scoreboard .c-scoreboard--slider .slick-prev::after,
.s-scoreboard .c-scoreboard--slider .slick-next::after {
  color: white;
  font: 400 1.875rem/0.5 'sidearm_font_v2';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.15s;
}
.s-scoreboard .c-scoreboard--slider .slick-prev:hover,
.s-scoreboard .c-scoreboard--slider .slick-next:hover {
  background: #ce1126;
}
.s-scoreboard .c-scoreboard--slider .slick-prev.slick-disabled,
.s-scoreboard .c-scoreboard--slider .slick-next.slick-disabled {
  background: transparent;
  pointer-events: none;
}
.s-scoreboard .c-scoreboard--slider .slick-prev.slick-disabled::after,
.s-scoreboard .c-scoreboard--slider .slick-next.slick-disabled::after {
  color: white;
  opacity: 0.25;
}
.s-scoreboard .c-scoreboard--slider .slick-prev {
  left: calc(100% + 15px);
}
.s-scoreboard .c-scoreboard--slider .slick-prev::after {
  content: '\e005';
  padding-right: 1px;
}
.s-scoreboard .c-scoreboard--slider .slick-next {
  left: calc(100% + 45px);
}
.s-scoreboard .c-scoreboard--slider .slick-next::after {
  content: '\e006';
  padding-left: 1px;
}
.s-scoreboard .c-scoreboard--list .c-scoreboard__item {
  border-left: none;
}
.s-scoreboard .c-scoreboard--list .c-scoreboard__overlay {
  background: #202020;
}
.s-scoreboard .c-scoreboard--list .load-more__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  background: none;
  color: black;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-family: 'Vitesse A', Garamond, serif;
  font-weight: 300;
  background: black;
  box-shadow: inset 0 -1px 0 white;
  color: white;
  width: 100%;
  height: 60px;
}
.s-scoreboard .c-scoreboard--list .load-more__button::-ms-expand {
  display: none;
}
@media screen and (max-width: 1024px) {
  .s-scoreboard__offcanvas-container {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 132px;
    right: 0;
    width: 100%;
    height: calc(100vh - 270px);
  }
  .headroom--not-top .s-scoreboard__offcanvas-container {
    height: calc(100vh - 132px);
  }
  .s-scoreboard__offcanvas {
    background: #202020;
    overflow: auto;
    padding-bottom: 60px;
    pointer-events: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    transform: translate(100%, 0);
    transition: 0.25s;
  }
  .s-scoreboard__offcanvas.is-open {
    transform: translate(0, 0);
  }
  .s-scoreboard__tabs {
    border-bottom: 1px solid white;
    height: 61px;
  }
  .s-scoreboard__tabs-item {
    flex: 0 0 106px;
    -webkit-flex: 0 0 106px;
    min-width: 1px;
    min-height: 1px;
    max-width: 106px;
    height: 36px;
  }
  a.s-scoreboard__tabs-link {
    font-family: 'Vitesse A', Garamond, serif;
    font-weight: 300;
    border-bottom: 3px solid white;
    color: white;
    font-size: 1.125rem;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: 0.15s;
  }
  .s-scoreboard__tabs .ui-tabs-active .s-scoreboard__tabs-link {
    border-color: #ce1126;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .s-scoreboard__offcanvas-container {
    height: calc(100vh - 230px);
  }
}
@media screen and (min-width: 1025px) {
  .s-scoreboard__toggle,
  .s-scoreboard__offcanvas-container {
    display: none;
  }
}
.c-navigation--main {
  height: 100%;
}
.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;
  border: none;
  background: none;
  color: black;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid white;
  color: white;
  font-size: 3rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.15s;
}
.c-navigation--main .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--main .c-navigation__toggle-text {
  display: none;
  font-family: 'Vitesse A', Garamond, serif;
  font-weight: 300;
  color: white;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-0.625rem, -50%) rotate(-90deg);
}
.c-navigation--main .c-navigation__toggle:hover,
.c-navigation--main .c-navigation__toggle.is-toggled {
  background: #ce1126;
  border-left-color: white;
}
.c-navigation--main .c-navigation__url--level-1::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  content: '';
}
.c-navigation--main .c-navigation__sponsor {
  padding: 12px;
}
.c-navigation--main .c-navigation__icons {
  padding: 12px 12px 0;
}
.c-navigation--main .c-navigation__icons .ads-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.c-navigation--main .c-navigation__icons .ads-container a {
  background: #767676;
  border: 2px solid #767676;
  border-radius: 50%;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-decoration: none;
  width: 40px;
  height: 40px;
  transition: 0.15s;
}
.c-navigation--main .c-navigation__icons .ads-container a:hover {
  background: white;
  color: #767676;
}
.c-navigation--main .c-navigation__icons .ads-container span {
  display: inline-flex;
}
.c-navigation--main .c-navigation__icons .ads-container span::before {
  margin: 0;
}
.c-navigation--main .c-navigation__icons .ads-container span span {
  position: absolute;
  top: -99999px;
  left: -99999px;
  display: block !important;
  background-color: black !important;
  color: white !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.c-navigation--main .c-navigation__icons .icons-ad {
  display: flex;
  margin-right: 14px;
}
.c-navigation--main .c-navigation__icons .icons-ad:last-child {
  margin: 0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__toggle {
  padding-left: 1.25rem;
}
.c-navigation--main.c-navigation--desktop .c-navigation__toggle-text {
  display: block;
}
.c-navigation--main.c-navigation--desktop .c-navigation__offcanvas {
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  width: 264px;
  height: calc(100vh - 132px);
  transform: translate(-100%, 0);
  transition: transform 0.25s;
}
.c-navigation--main.c-navigation--desktop .c-navigation__offcanvas.is-open {
  transform: translate(0, 0);
  box-shadow: inset -1px 0 0 #ececec, 1px 0 12px rgba(0, 0, 0, 0.1);
}
.c-navigation--main.c-navigation--desktop .c-navigation__sponsor {
  display: flex;
  justify-content: flex-end;
  padding: 12px 24px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sports .c-navigation__level-2 {
  width: 600px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sports .c-navigation__item--level-2 {
  display: flex;
  align-items: center;
  line-height: 40px;
  padding-right: 18px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sports .c-navigation__url--level-2 {
  padding: 0 6px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sports .c-navigation__url--level-2:first-child {
  margin-right: auto;
  padding: 0 36px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sports .c-navigation__url--level-2:hover {
  text-decoration: underline;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:not(.sports) .c-navigation__url--level-2 {
  padding-top: 9px;
  padding-bottom: 9px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__parent .c-navigation__url--level-1 {
  overflow: hidden;
  position: relative;
}
.c-navigation--main.c-navigation--desktop .c-navigation__parent .c-navigation__url--level-1::after {
  color: black;
  display: inline-flex;
  font: 400 1.875rem/0.5 'sidearm_font_v2';
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translate(0, -50%) rotateY(0deg);
  transition: color 0.15s, transform 0.35s;
  content: '\e006';
}
.c-navigation--main.c-navigation--desktop .c-navigation__parent .c-navigation__url--level-1.is-open::after,
.c-navigation--main.c-navigation--desktop .c-navigation__parent .c-navigation__url--level-1:hover::after {
  color: white;
}
.c-navigation--main.c-navigation--desktop .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  transform: translate(0, -50%) rotateY(180deg);
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 {
  font-family: 'Vitesse A', Garamond, serif;
  font-weight: 700;
  box-shadow: inset 0 -1px 0 #ececec;
  color: black;
  font-size: 1.125rem;
  line-height: 40px;
  padding-left: 24px;
  padding-right: 42px;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  transition: 0.15s;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1:hover,
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1.is-open,
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1.sidearm-hover {
  background: #ce1126;
  color: white;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2 {
  background: #202020;
  opacity: 0;
  overflow: auto;
  position: absolute;
  left: -99999px;
  top: 0;
  width: 400px;
  height: 100%;
  transition: opacity 0.25s;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2.is-open {
  opacity: 1;
  left: 100%;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2 {
  color: white;
  cursor: default;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:not(.c-navigation__separator):hover {
  background: #ce1126;
  color: white;
}
.c-navigation--main.c-navigation--desktop .c-navigation__separator {
  font-family: 'Vitesse A', Garamond, serif;
  font-weight: 700;
  background: black;
  font-size: 1.125rem;
  padding: 0 24px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2 {
  color: white;
  font-size: 1.125rem;
  padding: 0 24px;
  transition: 0.15s;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social {
  font-size: 1.4375rem;
  overflow: hidden;
  white-space: nowrap;
  width: 34px;
  height: 100%;
  visibility: hidden;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social[href] {
  visibility: visible;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social::before {
  display: inline-flex;
  font-family: 'sidearm_font_v2';
  margin-right: 30px;
  transition: 0.15s;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.instagram::before {
  content: '\e044';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.twitter::before {
  content: '\e035';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.facebook {
  display: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.tickets {
  display: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social:hover {
  text-decoration: none !important;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social:hover::before {
  transform: translate(0, -3px);
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle {
  border-left: none;
  border-right: 1px solid transparent;
  font-size: 2.5rem;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:hover,
.c-navigation--main.c-navigation--mobile .c-navigation__toggle.is-toggled {
  border-right-color: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas {
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 230px);
  overflow: auto;
}
.headroom--not-top .c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 132px);
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-1 {
  border-bottom: 1px solid #ececec;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-1.sports .c-navigation__url--level-2 {
  padding: 12px 24px;
}
.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;
  transition: 0.15s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1::after {
  content: '\e008';
  display: block;
  font: 400 1.5rem/1 'sidearm_font_v2';
  margin-left: 10px;
  transition: transform 0.25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open {
  background: #ce1126;
  color: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  transform: rotate(-180deg);
  transition: transform 0.25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1 {
  font-family: 'Vitesse A', Garamond, serif;
  font-weight: 700;
  color: black;
  font-size: 1.125rem;
  position: relative;
  padding: 12px;
  text-transform: uppercase;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2 {
  background: #202020;
  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: 1500px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__separator {
  font-family: 'Vitesse A', Garamond, serif;
  font-weight: 700;
  background: black;
  color: white;
  font-size: 1.125rem;
  padding: 12px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2 {
  color: white;
  font-size: 1.125rem;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 270px);
  }
  .headroom--not-top .c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 132px);
  }
}
@media screen and (min-width: 1464px) {
  .c-navigation--main.c-navigation--desktop .c-navigation__offcanvas {
    width: calc(((100vw - 1416px) / 2) + 240px);
  }
  .c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 {
    padding-left: calc((100vw - 1416px) / 2);
  }
}
.sport-navigation {
  position: absolute;
  top: 230px;
  left: 0;
  width: 100%;
  height: 36px;
  z-index: 8;
}
.headroom--not-top .sport-navigation {
  position: fixed;
  top: 132px;
}
.sport-navigation .c-navigation--sport {
  background: #ce1126;
}
.sport-navigation .c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sport-navigation .c-navigation--sport .c-navigation__url {
  color: inherit;
  display: block;
  text-decoration: none;
}
.sport-navigation .c-navigation--sport .c-navigation__sport-link {
  font-family: 'Vitesse A', Garamond, serif;
  font-weight: 700;
  color: white;
  font-size: 1.188rem;
  line-height: 36px;
  padding: 0 20px;
}
.sport-navigation .c-navigation--sport .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  background: none;
  color: black;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  color: white;
  display: block;
  font-size: 1.5rem;
  padding-bottom: 2px;
  width: 64px;
  height: 100%;
}
.sport-navigation .c-navigation--sport .c-navigation__toggle::-ms-expand {
  display: none;
}
.sport-navigation .c-navigation--sport .c-navigation__toggle > i {
  transition: 0.25s;
}
.sport-navigation .c-navigation--sport .c-navigation__toggle.is-toggled > i {
  transform: rotateX(180deg);
}
.sport-navigation .c-navigation--sport .c-navigation__offcanvas {
  background: #ce1126;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.sport-navigation .c-navigation--sport .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 0px);
  overflow: auto;
}
.sport-navigation .c-navigation--sport .c-navigation__item--level-1 {
  border-bottom: 1px solid white;
}
.sport-navigation .c-navigation--sport .c-navigation__item--level-1:last-child {
  border: none;
}
.sport-navigation .c-navigation--sport .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sport-navigation .c-navigation--sport .c-navigation__parent .c-navigation__url--level-1:after {
  content: '\e008';
  display: block;
  font: 400 1.5rem/1 'sidearm_font_v2';
  margin-left: 10px;
  transition: transform 0.15s;
}
.sport-navigation .c-navigation--sport .c-navigation__parent .c-navigation__url--level-1.is-open {
  background: #b60f22;
  color: white;
}
.sport-navigation .c-navigation--sport .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotateX(180deg);
}
.sport-navigation .c-navigation--sport .c-navigation__url--level-1 {
  color: white;
  font-size: 1.125rem;
  letter-spacing: 0.063rem;
  padding: 10px 12px;
  transition: 0.15s;
}
.sport-navigation .c-navigation--sport .c-navigation__url--level-1:hover {
  background: #b60f22;
}
.sport-navigation .c-navigation--sport .c-navigation__level-2 {
  background: #b60f22;
  padding: 0;
  opacity: 1;
  position: static;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
}
.sport-navigation .c-navigation--sport .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.sport-navigation .c-navigation--sport .c-navigation__url--level-2 {
  color: white;
  font-size: 1.125rem;
  letter-spacing: 0.063rem;
  padding: 10px 12px;
  transition: 0.15s;
}
.sport-navigation .c-navigation--sport .c-navigation__url--level-2:hover {
  background: #9f0d1d;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .sport-navigation > .row {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .sport-navigation {
    top: 270px;
  }
  .sport-navigation .c-navigation--sport {
    max-width: 324px;
    position: relative;
  }
  .sport-navigation .c-navigation--sport::before {
    background: #ce1126;
    position: absolute;
    top: 0;
    right: 100%;
    width: 48px;
    height: 100%;
    content: '';
  }
  .sport-navigation .c-navigation--sport::after {
    border-color: #ce1127 transparent transparent transparent;
    border-width: 36px 14px 0 0;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    content: '';
  }
  .sport-navigation .c-navigation--sport .c-navigation__toggle {
    width: 45px;
  }
  .sport-navigation .c-navigation--sport .c-navigation__offcanvas {
    left: -48px;
    padding-left: 48px;
    width: calc(100% + 48px);
  }
  .sport-navigation .c-navigation--sport .c-navigation__offcanvas::before {
    background: #ce1126;
    position: absolute;
    top: 0;
    right: 100%;
    width: 48px;
    height: 100%;
    content: '';
  }
  .sport-navigation .c-navigation--sport .c-navigation__level-1 {
    max-height: calc(100vh - 168px);
    overflow: auto;
  }
  .sport-navigation .c-navigation--sport .c-navigation__url--level-1 {
    padding: 10px 18px;
  }
  .sport-navigation .c-navigation--sport .c-navigation__url--level-2 {
    padding: 10px 18px;
  }
}
@media screen and (min-width: 1025px) {
  .sport-navigation .c-navigation--sport {
    max-width: 454px;
    padding-left: 130px;
  }
}
@media screen and (min-width: 1464px) {
  .sport-navigation .c-navigation--sport::before {
    width: calc((100vw - 1416px) / 2);
  }
  .sport-navigation .c-navigation--sport .c-navigation__offcanvas {
    left: calc(((100vw - 1416px) / 2) * -1);
    padding-left: calc((100vw - 1416px) / 2);
    width: calc(((100vw - 1416px) / 2) + 100%);
  }
  .sport-navigation .c-navigation--sport .c-navigation__offcanvas::before {
    width: calc((100vw - 1416px) / 2);
  }
}
.s-top-promo {
  padding: 0 24px;
}
.s-top-promo .ads-container {
  margin: 0 auto;
  max-width: 1416px;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .s-top-promo {
    padding: 0 12px;
  }
  .s-top-promo .ads-container {
    padding: 12px 0;
  }
}
.s-promos {
  background: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/csun.sidearmsports.com/images/responsive/bg_image_1145.jpg') center / cover no-repeat #202020;
  position: relative;
}
.s-promos::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.s-promos .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-promos .slick-prev,
.s-promos .slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  background: none;
  color: black;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: #ce1126;
  box-shadow: inset 0 0 0 1px #ce1126;
  color: white;
  font-size: 0;
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  transition: 0.15s;
}
.s-promos .slick-prev::-ms-expand,
.s-promos .slick-next::-ms-expand {
  display: none;
}
.s-promos .slick-prev::after,
.s-promos .slick-next::after {
  color: white;
  font: 400 1.875rem/1 'sidearm_font_v2';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.15s;
}
.s-promos .slick-prev:hover,
.s-promos .slick-next:hover {
  background: white;
  color: black;
}
.s-promos .slick-prev:hover::after,
.s-promos .slick-next:hover::after {
  color: #ce1126;
}
.s-promos .slick-prev.slick-disabled,
.s-promos .slick-next.slick-disabled {
  background: #ce1126;
  pointer-events: none;
}
.s-promos .slick-prev.slick-disabled::after,
.s-promos .slick-next.slick-disabled::after {
  color: white;
  opacity: 0.25;
}
.s-promos .slick-prev {
  left: 0;
}
.s-promos .slick-prev::after {
  content: '\e005';
}
.s-promos .slick-next {
  right: 0;
}
.s-promos .slick-next::after {
  content: '\e006';
}
@media screen and (min-width: 1025px) {
  .s-promos {
    background-attachment: fixed;
  }
}
.stories-standings {
  background: white;
}
@media screen and (min-width: 1200px) {
  .stories-standings {
    padding: 24px 0;
  }
  .stories-standings > .row {
    display: flex;
  }
  .stories-standings .s-stories {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    max-width: none;
  }
  .stories-standings .s-standings {
    flex: 0 0 34.6%;
    -webkit-flex: 0 0 34.6%;
    min-width: 1px;
    min-height: 1px;
    max-width: 34.6%;
    margin-left: 12px;
  }
}
.s-stories {
  padding: 12px 0 0;
}
.s-stories .c-stories--list .showcase-play-button {
  color: white;
  top: 12px;
  right: 12px;
  left: auto;
  transform: none;
}
.s-stories .c-stories--list .c-stories__item {
  background: black;
  margin-bottom: 12px;
}
.s-stories .c-stories--list .c-stories__media {
  position: relative;
  padding-bottom: 75%;
}
.s-stories .c-stories--list .c-stories__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}
.s-stories .c-stories--list .c-stories__media::after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.s-stories .c-stories--list .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-stories .c-stories--list .c-stories__details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.s-stories .c-stories--list .c-stories__title {
  margin-bottom: 12px;
  padding: 0 12px;
}
.s-stories .c-stories--list .c-stories__url {
  font-family: 'Vitesse A', Garamond, serif;
  font-weight: 700;
  color: white;
  display: block;
  font-size: 1.25rem;
  text-decoration: none;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  transition: 0.15s;
}
.s-stories .c-stories--list .c-stories__url:hover {
  transform: translate(3px, 0);
}
.s-stories .c-stories--list .c-stories__meta {
  font-family: 'Vitesse A', Garamond, serif;
  font-weight: 400;
  background: white;
  color: black;
  line-height: 36px;
  margin-right: 26px;
  max-width: 378px;
  padding: 0 12px;
  position: relative;
}
.s-stories .c-stories--list .c-stories__meta::after {
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 36px 0 0 14px;
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
}
.s-stories .c-stories--list .c-stories__sport {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s-stories .c-stories--list .c-stories__date {
  display: block;
  margin-left: 40px;
  position: relative;
  white-space: nowrap;
}
.s-stories .c-stories--list .c-stories__date::before {
  content: '\e006';
  font: 400 1.5rem/1 'sidearm_font_v2';
  margin-right: 20px;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 768px) {
  .s-stories {
    min-height: 572px;
    padding: 24px 0 6px;
  }
  .s-stories stories-component {
    display: block;
    opacity: 0;
    transition: 0.5s;
  }
  .s-stories.loaded {
    min-height: 0;
  }
  .s-stories.loaded stories-component {
    opacity: 1;
  }
  .s-stories .c-stories--list {
    display: flex;
    flex-wrap: wrap;
  }
  .s-stories .c-stories--list .showcase-play-button {
    top: 24px;
    right: 24px;
    left: auto;
    transform: none;
  }
  .s-stories .c-stories--list .c-stories__item {
    flex: 1 1 40%;
    -webkit-flex: 1 1 40%;
    min-width: 1px;
    min-height: 1px;
    max-width: 50%;
    margin-bottom: 6px;
  }
  .s-stories .c-stories--list .c-stories__item:nth-child(even) {
    margin-left: 6px;
  }
  .s-stories .c-stories--list .c-stories__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .s-stories {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .s-stories .c-stories--list .c-stories__title {
    padding: 0 24px;
  }
  .s-stories .c-stories--list .c-stories__url {
    font-size: 1.5rem;
  }
  .s-stories .c-stories--list .c-stories__meta {
    font-size: 1.125rem;
    padding: 0 12px 0 24px;
  }
}
.s-standings {
  padding: 24px 0 36px;
}
.s-standings__header {
  margin-bottom: 12px;
}
.s-standings__sponsor {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  max-width: 158px;
}
.s-standings__sponsor .ad {
  width: 150px;
  margin-right: 8px;
}
.s-standings__title {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  max-width: none;
  padding-top: 10px;
}
.s-standings .c-standings__table {
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
  max-width: 689px;
}
.s-standings .c-standings__table abbr {
  text-decoration: none;
}
.s-standings .c-standings__table-header {
  box-shadow: inset 0 -2px 0 #c1c5c8;
  line-height: 46px;
}
.s-standings .c-standings__table-heading {
  font-family: 'Vitesse A', Garamond, serif;
  font-weight: 700;
  font-size: 1.125rem;
}
.s-standings .c-standings__table-heading,
.s-standings .c-standings__table-cell {
  text-align: right;
}
.s-standings .c-standings__table-heading:first-child,
.s-standings .c-standings__table-cell:first-child {
  text-align: left;
}
.s-standings .c-standings__table-heading > a,
.s-standings .c-standings__table-cell > a {
  text-decoration: none;
}
.s-standings .c-standings__table-heading > a:hover,
.s-standings .c-standings__table-cell > a:hover {
  text-decoration: underline;
}
.s-standings .c-standings__table-body .c-standings__item {
  box-shadow: inset 0 -1px 0 #c1c5c8;
}
.s-standings .c-standings__table-body .c-standings__table-cell {
  line-height: 40px;
  padding-bottom: 2px;
}
.s-standings .c-standings__footer {
  margin-top: 24px;
  margin-right: -12px;
}
.s-standings .c-standings__link {
  font-family: 'Vitesse A', Garamond, serif;
  font-weight: 700;
  background: #ce1126;
  color: white;
  display: block;
  font-size: 1.125rem;
  line-height: 44px;
  padding: 0 54px 0 16px;
  position: relative;
  text-decoration: none;
  transition: 0.15s;
}
.s-standings .c-standings__link::before {
  border-color: transparent transparent #ce1127 transparent;
  border-width: 0 0 44px 16px;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  content: '';
}
.s-standings .c-standings__link::after {
  color: white;
  font: 400 1.875rem/1 'sidearm_font_v2';
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  content: '\e006';
  transition: 0.15s;
}
.s-standings .c-standings__link:hover {
  padding-right: 64px;
}
.s-standings .c-standings__link:hover::after {
  right: 17px;
}
.s-standings .c-standings--table .c-standings__header {
  margin-bottom: 12px;
}
.s-standings .c-standings--table .c-standings__filter {
  height: 40px;
  margin: 0 auto;
  max-width: 689px;
  position: relative;
}
.s-standings .c-standings--table .c-standings__filter::after {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ce1126;
  color: white;
  font: normal 400 1.5rem/0.5 'sidearm_font_v2';
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  content: '\e008';
  transition: background-color 0.15s;
}
.s-standings .c-standings--table .c-standings__filter:hover::after {
  background-color: #e6132a;
}
.s-standings .c-standings--table .c-standings__filter-select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  background: none;
  color: black;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  box-shadow: inset 0 0 0 1px #c1c5c8;
  height: 40px;
  line-height: 40px;
  padding: 0 52px 0 12px;
}
.s-standings .c-standings--table .c-standings__filter-select::-ms-expand {
  display: none;
}
@media screen and (min-width: 768px) {
  .s-standings .c-standings__footer {
    margin-right: -24px;
  }
}
@media screen and (min-width: 1200px) {
  .s-standings {
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 0 0 1px #c1c5c8;
    padding: 28px 24px 68px;
    position: relative;
  }
  .s-standings::after {
    background: url('data:image/svg+xml;utf8,<svg width="28" height="72" viewBox="0 0 28 72" xmlns="http://www.w3.org/2000/svg"><path stroke="%23c1c5c8" d="M0 0l28 72"/></svg>') center no-repeat white;
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 72px;
    content: '';
  }
  .s-standings__header {
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    min-width: 1px;
    min-height: 1px;
  }
  .s-standings .c-standings {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    display: flex;
  }
  .s-standings .c-standings__ad {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .s-standings .c-standings__ad > .html-ad {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    display: flex;
    flex-direction: column;
  }
  .s-standings .c-standings__table {
    margin-bottom: auto;
  }
  .s-standings .c-standings__footer {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .s-standings .c-standings--table {
    display: block;
  }
}
.s-feature {
  background: #ececec;
  min-height: 410px;
}
.s-feature stories-component {
  display: block;
  opacity: 0;
  transition: 0.5s;
}
.s-feature.loaded {
  min-height: 0;
}
.s-feature.loaded stories-component {
  opacity: 1;
}
.s-feature .c-stories--feature .c-stories__media-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}
.s-feature .c-stories--feature .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
}
.s-feature .c-stories--feature .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-feature .c-stories--feature .c-stories__url {
  font-family: 'Vitesse A', Garamond, serif;
  font-weight: 700;
  color: white;
  display: block;
  font-size: 1.75rem;
  text-decoration: none;
  transition: 0.15s;
}
.s-feature .c-stories--feature .c-stories__url:hover {
  transform: translate(3px, 0);
}
.s-feature .c-stories--feature .c-stories__meta {
  font-family: 'Vitesse A', Garamond, serif;
  font-weight: 400;
  background: white;
  color: black;
  line-height: 36px;
}
.s-feature .c-stories--feature .c-stories__sport {
  font-weight: 700;
  max-width: calc(100% - 94px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s-feature .c-stories--feature .c-stories__date {
  display: block;
  margin-left: 40px;
  position: relative;
  white-space: nowrap;
}
.s-feature .c-stories--feature .c-stories__date::before {
  content: '\e006';
  font: 400 1.5rem/1 'sidearm_font_v2';
  margin-right: 20px;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(50%, -50%);
}
.s-feature .c-stories--feature .c-stories__sponsor {
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .s-feature .c-stories--feature .c-stories__details-container {
    margin-top: -74px;
    position: relative;
    z-index: 2;
  }
  .s-feature .c-stories--feature .c-stories__details-inner {
    background: white;
    display: flex;
    flex-direction: column-reverse;
    padding: 12px 12px 40px;
  }
  .s-feature .c-stories--feature .c-stories__url {
    color: black;
  }
  .s-feature .c-stories--feature .c-stories__meta {
    margin-bottom: 6px;
  }
  .s-feature .c-stories--feature .c-stories__sponsor {
    height: 74px;
  }
}
@media screen and (min-width: 768px) {
  .s-feature {
    min-height: 56.25vw;
  }
  .s-feature .c-stories--feature .showcase-play-button {
    color: white;
  }
  .s-feature .c-stories--feature .c-stories__item {
    background: black;
  }
  .s-feature .c-stories--feature .c-stories__media::after {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
  }
  .s-feature .c-stories--feature .c-stories__details-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .s-feature .c-stories--feature .c-stories__details {
    margin: 0 auto;
    max-width: 1464px;
  }
  .s-feature .c-stories--feature .c-stories__title {
    margin-bottom: 12px;
    max-width: 540px;
    padding: 0 24px;
  }
  .s-feature .c-stories--feature .c-stories__url {
    font-size: 1.875rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
  .s-feature .c-stories--feature .c-stories__meta {
    font-size: 1.125rem;
    margin-right: 26px;
    max-width: 350px;
    padding: 0 12px 0 24px;
    position: relative;
  }
  .s-feature .c-stories--feature .c-stories__meta::before {
    background: white;
    position: absolute;
    top: 0;
    right: 100%;
    width: calc((100vw - 1416px) / 2);
    height: 100%;
    content: '';
  }
  .s-feature .c-stories--feature .c-stories__meta::after {
    border-color: transparent transparent transparent white;
    border-style: solid;
    border-width: 36px 0 0 14px;
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
  }
  .s-feature .c-stories--feature .c-stories__sponsor {
    padding: 12px 24px;
  }
}
@media screen and (min-width: 1025px) {
  .s-feature {
    min-height: calc(100vh - 132px);
  }
  .s-feature .c-stories--feature .c-stories__item {
    max-height: calc(100vh - 132px);
  }
  .s-feature .c-stories--feature .c-stories__media-container {
    overflow: hidden;
    max-height: calc(100vh - 132px);
  }
  .s-feature .c-stories--feature .c-stories__media {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 132px;
    background-attachment: fixed;
  }
  .s-feature .c-stories--feature .c-stories__title {
    margin-bottom: 18px;
    max-width: 812px;
  }
  .s-feature .c-stories--feature .c-stories__url {
    font-size: 2.875rem;
  }
  .s-feature .c-stories--feature .c-stories__sponsor {
    padding: 18px 24px;
  }
}
.standings-replacement-ad .ad {
  padding: 0 12px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .standings-replacement-ad .ad {
    padding: 12px;
  }
}
.sidearm-story-template-related-videos {
  display: none;
}
.s-common-footer {
  border-top: 1px solid #ce1126;
}
.s-common-footer.s-common-footer--white {
  background: white;
}
.s-common-footer.s-common-footer--black {
  background: black;
}
.s-common-footer .s-common-footer__wrapper {
  max-width: 1464px;
  margin: 0 auto;
}
.c-common-footer__list-link {
  text-decoration: none;
}
