/* =========== SITE VARIABLES ========== */
/* =========== BREAKPOINTS ========== */
/* =========== COMMON VARIABLES ========== */
/*Social Media Brand Colors*/
/*Stories Video*/

.showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/*Tabs*/

html.index .ui-tabs-panel {
  transition: 0.2s opacity;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  overflow: hidden;
}
html.index .ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  height: 0;
  opacity: 0;
}
/*SIDEARM DFP*/

.content-ad {
  display: block;
}
.content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-ad .dfp-ad {
    margin: 24px auto;
  }
}
/*Mixins*/
/*Utility Classes*/

.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;
}
.margin-none {
  margin: 0;
}
.margin-top-none {
  margin-top: none;
}
.margin-right-none {
  margin-right: none;
}
.margin-bottom-none {
  margin-bottom: none;
}
.margin-left-none {
  margin-left: none;
}
.margin-auto {
  margin: auto;
}
.margin-top-auto {
  margin-top: auto;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-bottom-auto {
  margin-bottom: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.margin-centered {
  margin-left: auto;
  margin-right: auto;
}
.accessible-hide {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.hide {
  background: black;
  color: white;
}
.gsc-above-wrapper-area * {
  word-wrap: normal;
  box-sizing: content-box;
}
.row {
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
}
.row.pad {
  padding-left: 24px;
  padding-right: 24px;
}
.row.no-pad {
  max-width: 1416px;
}
.row.row-wide {
  max-width: 2000px;
}
/*Slick Dots Mixin*/

.slick-dots-default {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.slick-dots-default li {
  font-size: 0;
  margin: 0 6px;
}
.slick-dots-default li button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
  background: white;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  color: black;
}
.slick-dots-default li button::-ms-expand {
  display: none;
}
.slick-dots-default li.slick-active button {
  background: black;
  color: white;
}
/*Slick Controls Styled */
html {
  font-size: 16px;
}
body {
  font: 1rem/1.5 'Arimo', arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background: white;
}
@media screen and (max-width: 1024px) {
  body {
    background: white;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
}
.showcase-play-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  color: white;
  background: #ac4e00;
  border-radius: 50%;
  box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.15), 0 0 0 7px rgba(255, 255, 255, 0.15), 0 0 8px rgba(0, 0, 0, 0.5);
  transition: .5s;
}
.showcase-play-button::-ms-expand {
  display: none;
}
.showcase-play-button::after {
  display: inline-flex;
  line-height: 1;
  content: '\e050';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  font-family: 'sidearm_font_v2';
}
.showcase-play-button::after::before {
  margin: 0;
}
.showcase-play-button:hover,
.showcase-play-button:focus,
.showcase-play-button.sidearm-hover {
  box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.3), 0 0 0 7px rgba(255, 255, 255, 0.3), 0 0 8px rgba(0, 0, 0, 0.5);
}
/* ========== COMMON ========== */

.common-shadow {
  box-shadow: -0.312rem 0.313rem 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #ebebeb;
  background: white;
}
.common-header {
  height: 96px;
  padding: 0 24px;
  background: #ebebeb;
}
.common-header .common-header__title {
  color: #ac4e00;
  font-family: 'Anton', arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  margin: 0;
}
.common-header .common-header__ad .ad {
  margin-left: 12px;
}
.common-footer {
  padding: 24px;
}
.common-footer .common-footer__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border-radius: 4px;
  height: 48px;
  padding: 0 24px;
  width: 100%;
  background: #ac4e00;
  color: white;
  text-decoration: none;
  transition: .25s;
}
.common-footer .common-footer__button::-ms-expand {
  display: none;
}
.common-footer .common-footer__button::after {
  content: '';
  margin-left: 12px;
  width: 44px;
  height: 24px;
  background: transparent url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/texassports_com/responsive_2021/images/svgs/Logo_button.svg") no-repeat center top;
  opacity: 0.25;
  transition: .25s;
}
.common-footer .common-footer__button-text {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}
.common-footer .common-footer__button:hover,
.common-footer .common-footer__button:focus,
.common-footer .common-footer__button.sidearm-focus {
  background: #c15d26;
}
.common-footer .common-footer__button:hover::after,
.common-footer .common-footer__button:focus::after,
.common-footer .common-footer__button.sidearm-focus::after {
  opacity: 1;
}
.common-ad {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-ad .dfp-ad {
  margin: 24px auto;
}
.image-placeholder {
  background: whitesmoke;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.image-placeholder::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 400px;
  max-width: 50%;
  background: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/texassports_com/responsive_2021/images/svgs/nav_main.svg") no-repeat center center;
  background-size: contain;
  opacity: .4;
}
/* ========== MAIN HEADER ========== */

.main-header .main-header__primary {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1010;
  background: white;
  width: 100%;
  height: 120px;
  padding: 0 60px 0 42px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
html.sport .main-header .main-header__primary {
  height: 80px;
  box-shadow: none;
}
.main-header .main-header__nav {
  height: 100%;
}
.main-header .main-header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
html.sport .main-header .main-header__logo {
  width: 98px;
}
.main-header .main-header__links {
  height: 100%;
  margin-left: auto;
}
.main-header .main-header__link {
  height: 100%;
  margin-left: 12px;
}
.main-header .main-header__link-url {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 0 12px;
  color: #ac4e00;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}
.main-header .main-header__link-url::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 5px;
  transform: translateX(-50%);
  background: #ac4e00;
  transition: .25s;
}
.main-header .main-header__link-url--icon {
  padding: 0 4px;
  font-size: 1.25rem;
}
.main-header .main-header__link-url:hover::before,
.main-header .main-header__link-url:focus::before,
.main-header .main-header__link-url.sidearm-hover::before {
  width: 100%;
}
.main-header .main-header__search {
  height: 100%;
}
.main-header .main-header__sport {
  position: fixed;
  left: 0;
  top: 80px;
  z-index: 1005;
  width: 100%;
  height: 60px;
  padding: 0 60px;
  background: #ac4e00 linear-gradient(to bottom, #c15d26 0%, #a44b01 100%);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
.main-header .main-header__sport-nav {
  height: 100%;
}
@media screen and (max-width: 1464px) {
  .main-header .main-header__primary {
    padding: 0 18px 0 6px;
  }
  .main-header .main-header__sport {
    padding: 0 24px;
  }
}
@media screen and (max-width: 1024px) {
  .main-header .main-header__primary {
    height: 90px;
  }
  .main-header .main-header__logo {
    width: 98px;
  }
  .main-header .main-header__link.main-header__link--tickets,
  .main-header .main-header__link.main-header__link--support {
    display: none;
  }
  .main-header .main-header__link.main-header__link--shop .main-header__link-url {
    font-size: 0;
    padding: 0 4px;
    width: 36px;
  }
  .main-header .main-header__link.main-header__link--shop .main-header__link-url::after {
    display: inline-flex;
    line-height: 1;
    content: '\e129';
    font-family: 'sidearm_font_v2';
    font-size: 1.25rem;
    font-weight: normal;
  }
  .main-header .main-header__link.main-header__link--shop .main-header__link-url::after::before {
    margin: 0;
  }
  .main-header .main-header__sport {
    padding: 0 12px;
  }
}
@media screen and (max-width: 540px) {
  .main-header .main-header__primary {
    padding-right: 0;
  }
  .main-header .main-header__link {
    margin-left: 0;
  }
}
/* ========== MAIN CONTENT PLACEHOLDER ========== */

@keyframes spinner {
  0% {
    opacity: 0.1;
    transform: rotateY(0deg) scale(0.5);
  }
  50% {
    opacity: 1;
    transform: rotateY(-360deg) scale(1);
  }
  100% {
    opacity: 0.1;
    transform: rotateY(0deg) scale(0.5);
  }
}
.loading-indicator {
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: .25s;
}
.loading-indicator > img {
  width: 140px;
  height: auto;
  animation: spinner 3s ease-in-out infinite;
}
html.index.navigation-loaded .loading-indicator {
  opacity: 0;
}
html.index.navigation-loaded .loading-indicator > img {
  animation: none;
}
html:not(.index) .loading-indicator {
  display: none;
}
.main-content-placeholder {
  margin-top: 120px;
}
html.index .main-content-placeholder {
  min-height: 150vh;
  opacity: 0;
  transition: opacity 0.2s ease-in-out 0.2s;
}
html.index.navigation-loaded .main-content-placeholder {
  min-height: 0;
  opacity: 1;
}
html:not(.index) .main-content-placeholder {
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  background: white;
  max-width: 1416px;
}
html:not(.index) .main-content-placeholder.pad {
  padding-left: 24px;
  padding-right: 24px;
}
html:not(.index) .main-content-placeholder.no-pad {
  max-width: 1416px;
}
html:not(.index) .main-content-placeholder.row-wide {
  max-width: 2000px;
}
html.sport .main-content-placeholder {
  margin-top: 140px;
}
html.schedules-page .main-content-placeholder {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .main-content-placeholder {
    margin-top: 90px;
  }
  html.schedules-page .main-content-placeholder {
    margin-top: 0;
  }
}
/* ========== COUNTDOWN ========== */

.s-countdown {
  margin-top: 120px;
}
html.sport .s-countdown {
  margin-top: 140px;
}
.s-countdown .c-countdown__item {
  background-color: white;
  border-bottom: 5px solid #ac4e00;
  padding: 15px 12px;
  margin-bottom: 24px;
}
.s-countdown .c-countdown__logo {
  margin: 0 12px;
}
.s-countdown .c-countdown__indicator {
  font-weight: 700;
  text-transform: uppercase;
  color: #616161;
  font-size: 18px;
  font-family: 'Anton', arial, sans-serif;
}
.s-countdown .c-countdown__title {
  color: #ac4e00;
  margin: 0 24px 0 0;
  font-family: 'Anton', arial, sans-serif;
  font-size: 38px;
}
.s-countdown .c-countdown__ad {
  margin-right: 24px;
}
.s-countdown .c-countdown__time-wrapper {
  margin: 0 18px;
  line-height: 0.95;
}
.s-countdown .c-countdown__time {
  color: #ac4e00;
  font-size: 38px;
  font-family: 'Anton', arial, sans-serif;
  font-weight: 700;
}
.s-countdown .c-countdown__label {
  color: #616161;
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 1260px) {
  .s-countdown .c-countdown__item {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .s-countdown .c-countdown__logo-container {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .s-countdown {
    margin-top: 90px;
  }
  .s-countdown .c-countdown__item {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .s-countdown .c-countdown__title {
    margin: 0;
  }
  .s-countdown .c-countdown__ad {
    margin: 0 0 0 12px;
  }
  .s-countdown .c-countdown__timer {
    margin: 12px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .s-countdown .c-countdown__title {
    font-size: 28px;
  }
  .s-countdown .c-countdown__time-wrapper {
    margin: 0 6px;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    text-align: center;
    white-space: nowrap;
  }
  .s-countdown .c-countdown__time {
    font-size: 22px;
  }
  .s-countdown .c-countdown__label {
    font-size: 16px;
  }
}
/* ========== MAIN NAV ========== */
.c-navigation--main {
  height: 100%;
}
.c-navigation--main .ui-tabs-panel {
  transition: 0.2s opacity;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  overflow: hidden;
}
.c-navigation--main .ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  height: 0;
  opacity: 0;
}
.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main .c-navigation__url {
  color: inherit;
  display: block;
  text-decoration: none;
}
.c-navigation--main .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  margin-right: 12px;
  height: 100%;
}
.c-navigation--main .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--main .c-navigation__toggle-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 12px;
  height: 100%;
}
.c-navigation--main .c-navigation__toggle-inner::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 5px;
  background: #ac4e00;
  transition: .25s;
}
.c-navigation--main .c-navigation__toggle-icon {
  font-size: 22px;
  color: #ac4e00;
  margin-right: 8px;
  transition: .25s;
}
.c-navigation--main .c-navigation__toggle-text {
  font-size: 14px;
  font-weight: 700;
  color: #ac4e00;
  transition: .25s;
}
.c-navigation--main .c-navigation__toggle.is-toggled .c-navigation__toggle-icon {
  color: #333f48;
}
.c-navigation--main .c-navigation__toggle:hover .c-navigation__toggle-inner::before,
.c-navigation--main .c-navigation__toggle:focus .c-navigation__toggle-inner::before,
.c-navigation--main .c-navigation__toggle.sidearm-hover .c-navigation__toggle-inner::before {
  width: 100%;
}
@media (min-width: 1025px) {
  .c-navigation--main .c-navigation__offcanvas {
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    height: calc(100vh - 120px);
    transform: translate(-348px, 0);
    transition: transform 0.25s;
  }
  .c-navigation--main .c-navigation__offcanvas.is-open {
    transform: translate(0, 0);
  }
  html.sport .c-navigation--main .c-navigation__offcanvas {
    top: 80px;
    height: calc(100vh - 80px);
  }
  .c-navigation--main .c-navigation__level-1 {
    overflow: auto;
    pointer-events: auto;
    width: 348px;
    height: 100%;
    border-right: 1px solid #ebebeb;
    background: whitesmoke;
    box-shadow: inset 0 -5px #ac4e00;
  }
  .c-navigation--main .c-navigation__item--level-1:hover .c-navigation__url--level-1,
  .c-navigation--main .c-navigation__item--level-1.is-open .c-navigation__url--level-1,
  .c-navigation--main .c-navigation__item--level-1:focus .c-navigation__url--level-1,
  .c-navigation--main .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1 {
    background: #ac4e00;
    color: white;
  }
  .c-navigation--main .c-navigation__item--level-1:hover .c-navigation__url--level-1::after,
  .c-navigation--main .c-navigation__item--level-1.is-open .c-navigation__url--level-1::after,
  .c-navigation--main .c-navigation__item--level-1:focus .c-navigation__url--level-1::after,
  .c-navigation--main .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1::after {
    color: white;
  }
  .c-navigation--main .c-navigation__item--level-1.is-open .c-navigation__level-2 {
    transform: translate3d(0, 0, 0);
  }
  .c-navigation--main .c-navigation__follow .c-navigation__url--level-1 {
    background: #333f48;
    color: white;
    text-align: center;
    padding: 14px 24px;
  }
  .c-navigation--main .c-navigation__parent .c-navigation__url--level-1 {
    position: relative;
  }
  .c-navigation--main .c-navigation__parent .c-navigation__url--level-1::after {
    content: '\e006';
    font: 400 1.5rem/0 'sidearm_font_v2';
    font-size: 18px;
    color: #616161;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
    transition: 0.25s;
  }
  .c-navigation--main .c-navigation__parent .c-navigation__url--level-1.is-open::after {
    transform: rotateY(180deg);
  }
  .c-navigation--main .c-navigation__url--level-1 {
    padding: 20px 24px;
    border-bottom: 1px solid #ebebeb;
    color: #ac4e00;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    transition: .25s;
  }
  .c-navigation--main .c-navigation__tabs-nav-item {
    flex: 1 1 50%;
  }
  .c-navigation--main .c-navigation__tabs-nav-item.ui-tabs-active .c-navigation__tabs-nav-button {
    font-weight: 700;
    color: #ac4e00;
  }
  .c-navigation--main .c-navigation__tabs-nav-item.ui-tabs-active .c-navigation__tabs-nav-button::before {
    width: 100%;
  }
  .c-navigation--main .c-navigation__tabs-nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 60px;
    background: #ebebeb;
    color: #333f48;
    font-size: 0.875rem;
    text-decoration: none;
  }
  .c-navigation--main .c-navigation__tabs-nav-button::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 5px;
    background: #ac4e00;
    transition: .25s;
  }
  .c-navigation--main .c-navigation__level-2 {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 348px;
    width: 360px;
    height: 100%;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.25s;
    z-index: -1;
    background: #fcfcfc;
  }
  .c-navigation--main .c-navigation__level-2:not(.c-navigation__level-2--sports) .c-navigation__item--level-2 {
    display: flex;
    align-items: center;
  }
  .c-navigation--main .c-navigation__level-2:not(.c-navigation__level-2--sports) .c-navigation__item--level-2:hover .c-navigation__url--level-2,
  .c-navigation--main .c-navigation__level-2:not(.c-navigation__level-2--sports) .c-navigation__item--level-2:focus .c-navigation__url--level-2,
  .c-navigation--main .c-navigation__level-2:not(.c-navigation__level-2--sports) .c-navigation__item--level-2.sidearm-hover .c-navigation__url--level-2 {
    background: whitesmoke;
  }
  .c-navigation--main .c-navigation__level-2:not(.c-navigation__level-2--sports) .c-navigation__url--level-2 {
    padding: 20px 24px;
    background: #fcfcfc;
    border-bottom: 1px solid #ebebeb;
    color: #ac4e00;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    transition: .25s;
  }
  .c-navigation--main .c-navigation__level-2:not(.c-navigation__level-2--sports) .c-navigation__url--level-2:first-child {
    margin-right: auto;
  }
  .c-navigation--main .c-navigation__level-2:not(.c-navigation__level-2--sports) .c-navigation__url--level-2:first-child:last-child {
    width: 100%;
    margin-right: 0;
  }
  .c-navigation--main .c-navigation__level-2.c-navigation__level-2--sports {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .c-navigation--main .c-navigation__level-2.c-navigation__level-2--sports .c-navigation__item--level-2 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    padding: 18px 12px 18px 24px;
    border-bottom: 1px solid #ebebeb;
    background: #fcfcfc;
  }
  .c-navigation--main .c-navigation__level-2.c-navigation__level-2--sports .c-navigation__url--level-2.hide-schedule-roster ~ .schedule,
  .c-navigation--main .c-navigation__level-2.c-navigation__level-2--sports .c-navigation__url--level-2.hide-schedule-roster ~ .roster {
    display: none;
  }
  .c-navigation--main .c-navigation__level-2.c-navigation__level-2--sports .c-navigation__url--level-2:first-child {
    width: 100%;
    color: #ac4e00;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .c-navigation--main .c-navigation__level-2.c-navigation__level-2--sports .c-navigation__url--level-2.c-navigation__schedule-roster-news {
    color: #333f48;
    font-size: 12px;
    line-height: 18px;
    margin-right: 12px;
  }
  .c-navigation--main .c-navigation__level-2.c-navigation__level-2--sports .c-navigation__url--level-2.c-navigation__schedule-roster-news.news::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ac4e00;
    display: inline-block;
    margin-left: 12px;
  }
  .c-navigation--main .c-navigation__level-2.c-navigation__level-2--sports .c-navigation__url--level-2.c-navigation__social {
    font-size: 18px;
    line-height: 1;
    height: auto;
    line-height: 1;
    color: #616161;
  }
  .c-navigation--main .c-navigation__url--level-2:hover,
  .c-navigation--main .c-navigation__url--level-2:focus,
  .c-navigation--main .c-navigation__url--level-2.sidearm-hover {
    text-decoration: underline;
  }
  .c-navigation--main .c-navigation__sponsor {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 12px;
  }
  .c-navigation--main .c-navigation__separator {
    padding: 20px 24px;
    background: #333f48;
    border-bottom: 1px solid #ebebeb;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
  }
  .c-navigation--main .c-navigation__social {
    width: 30px;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
    font-size: 12px;
  }
  .c-navigation--main .c-navigation__social[href] {
    visibility: visible;
  }
  .c-navigation--main .c-navigation__social::before {
    font-family: 'sidearm_font_v2';
    margin-right: 30px;
  }
  .c-navigation--main .c-navigation__social.youtube::before {
    content: '\e049';
  }
  .c-navigation--main .c-navigation__social.facebook::before {
    content: '\e041';
  }
  .c-navigation--main .c-navigation__social.twitter::before {
    content: '\e035';
  }
  .c-navigation--main .c-navigation__social.instagram::before {
    content: '\e044';
  }
  .c-navigation--main .c-navigation__social.tickets::before {
    content: '\e108';
  }
}
@media (max-width: 1024px) {
  .c-navigation--main .c-navigation__toggle {
    margin-right: 0;
  }
  .c-navigation--main .c-navigation__toggle-icon {
    margin-right: 0;
  }
  .c-navigation--main .c-navigation__toggle-text {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .c-navigation--main .c-navigation__offcanvas {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0px;
    overflow: hidden;
    background: #fcfcfc;
  }
  .c-navigation--main .c-navigation__offcanvas.is-open {
    height: calc(100vh - 90px);
    overflow: auto;
  }
  .headroom--not-top .c-navigation--main .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 0px);
  }
  .c-navigation--main .c-navigation__parent .c-navigation__url--level-1::after {
    content: '\e006';
    font: 400 1.5rem/0 'sidearm_font_v2';
    font-size: 18px;
    color: #616161;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
    transition: 0.25s;
  }
  .c-navigation--main .c-navigation__parent .c-navigation__url--level-1.is-open:after {
    transform: rotate(90deg);
  }
  .c-navigation--main .c-navigation__tabs-nav-item {
    flex: 1 1 50%;
  }
  .c-navigation--main .c-navigation__tabs-nav-item.ui-tabs-active .c-navigation__tabs-nav-button {
    font-weight: 700;
    color: #ac4e00;
  }
  .c-navigation--main .c-navigation__tabs-nav-item.ui-tabs-active .c-navigation__tabs-nav-button::before {
    width: 100%;
  }
  .c-navigation--main .c-navigation__tabs-nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 60px;
    background: #ebebeb;
    color: #333f48;
    font-size: 0.875rem;
    text-decoration: none;
  }
  .c-navigation--main .c-navigation__tabs-nav-button::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 5px;
    background: #ac4e00;
    transition: .25s;
  }
  .c-navigation--main .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;
    position: relative;
    padding: 20px 24px;
    background: whitesmoke;
    border-bottom: 1px solid #ebebeb;
    color: #ac4e00;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    transition: .25s;
  }
  .c-navigation--main .c-navigation__url--level-1:hover,
  .c-navigation--main .c-navigation__url--level-1.is-open,
  .c-navigation--main .c-navigation__url--level-1.sidearm-hover,
  .c-navigation--main .c-navigation__url--level-1:focus {
    background: #ac4e00;
    color: white;
  }
  .c-navigation--main .c-navigation__url--level-1:hover::after,
  .c-navigation--main .c-navigation__url--level-1.is-open::after,
  .c-navigation--main .c-navigation__url--level-1.sidearm-hover::after,
  .c-navigation--main .c-navigation__url--level-1:focus::after {
    color: white;
  }
  .c-navigation--main .c-navigation__level-2 {
    position: static;
    max-height: 0px;
    opacity: 1;
    width: 100%;
    overflow: hidden;
    transition: 1s;
  }
  .c-navigation--main .c-navigation__level-2.is-open {
    max-height: 3000px;
  }
  .c-navigation--main .c-navigation__level-2:not(.c-navigation__level-2--sports) .c-navigation__item--level-2 {
    display: flex;
    align-items: center;
  }
  .c-navigation--main .c-navigation__level-2:not(.c-navigation__level-2--sports) .c-navigation__item--level-2:hover .c-navigation__url--level-2,
  .c-navigation--main .c-navigation__level-2:not(.c-navigation__level-2--sports) .c-navigation__item--level-2:focus .c-navigation__url--level-2,
  .c-navigation--main .c-navigation__level-2:not(.c-navigation__level-2--sports) .c-navigation__item--level-2.sidearm-hover .c-navigation__url--level-2 {
    background: whitesmoke;
  }
  .c-navigation--main .c-navigation__level-2:not(.c-navigation__level-2--sports) .c-navigation__url--level-2 {
    padding: 20px 24px;
    background: #fcfcfc;
    border-bottom: 1px solid #ebebeb;
    color: #ac4e00;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    transition: .25s;
  }
  .c-navigation--main .c-navigation__level-2:not(.c-navigation__level-2--sports) .c-navigation__url--level-2:first-child {
    margin-right: auto;
  }
  .c-navigation--main .c-navigation__level-2:not(.c-navigation__level-2--sports) .c-navigation__url--level-2:first-child:last-child {
    width: 100%;
    margin-right: 0;
  }
  .c-navigation--main .c-navigation__level-2.c-navigation__level-2--sports {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .c-navigation--main .c-navigation__level-2.c-navigation__level-2--sports .c-navigation__item--level-2 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    padding: 18px 12px 18px 24px;
    border-bottom: 1px solid #ebebeb;
    background: #fcfcfc;
  }
  .c-navigation--main .c-navigation__level-2.c-navigation__level-2--sports .c-navigation__url--level-2.hide-schedule-roster ~ .schedule,
  .c-navigation--main .c-navigation__level-2.c-navigation__level-2--sports .c-navigation__url--level-2.hide-schedule-roster ~ .roster {
    display: none;
  }
  .c-navigation--main .c-navigation__level-2.c-navigation__level-2--sports .c-navigation__url--level-2:first-child {
    width: 100%;
    color: #ac4e00;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .c-navigation--main .c-navigation__level-2.c-navigation__level-2--sports .c-navigation__url--level-2.c-navigation__schedule-roster-news {
    color: #333f48;
    font-size: 12px;
    line-height: 18px;
    margin-right: 12px;
  }
  .c-navigation--main .c-navigation__level-2.c-navigation__level-2--sports .c-navigation__url--level-2.c-navigation__schedule-roster-news.news::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ac4e00;
    display: inline-block;
    margin-left: 12px;
  }
  .c-navigation--main .c-navigation__level-2.c-navigation__level-2--sports .c-navigation__url--level-2.c-navigation__social {
    font-size: 18px;
    line-height: 1;
    height: auto;
    line-height: 1;
    color: #616161;
  }
  .c-navigation--main .c-navigation__url--level-2:hover,
  .c-navigation--main .c-navigation__url--level-2.sidearm-hover,
  .c-navigation--main .c-navigation__url--level-2:focus {
    text-decoration: underline;
  }
  .c-navigation--main .c-navigation__sponsor {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 12px;
  }
  .c-navigation--main .c-navigation__separator {
    padding: 20px 24px;
    background: #333f48;
    border-bottom: 1px solid #ebebeb;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
  }
  .c-navigation--main .c-navigation__social {
    width: 30px;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
    font-size: 12px;
  }
  .c-navigation--main .c-navigation__social[href] {
    visibility: visible;
  }
  .c-navigation--main .c-navigation__social::before {
    font-family: 'sidearm_font_v2';
    margin-right: 30px;
  }
  .c-navigation--main .c-navigation__social.youtube::before {
    content: '\e049';
  }
  .c-navigation--main .c-navigation__social.facebook::before {
    content: '\e041';
  }
  .c-navigation--main .c-navigation__social.twitter::before {
    content: '\e035';
  }
  .c-navigation--main .c-navigation__social.instagram::before {
    content: '\e044';
  }
  .c-navigation--main .c-navigation__social.tickets::before {
    content: '\e108';
  }
  .c-navigation--main .c-navigation__follow .c-navigation__url--level-1 {
    background: #333f48;
    color: white;
    text-align: center;
    padding: 14px 24px;
  }
}
@media screen and (max-width: 767px) {
  
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .c-navigation--main .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
/* ========== SPORT NAV ========== */

.c-navigation--sport {
  height: 100%;
}
.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__level-1 {
  height: 100%;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
  margin-left: 48px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1::before,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1::before,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1::before {
  width: 100%;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1::after,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1::after,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1::after {
  transform: rotateX(180deg);
}
.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: whitesmoke;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  height: 100%;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 5px;
  background: whitesmoke;
  transition: .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: auto;
  margin-left: 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  font-family: 'Anton', arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__parent .c-navigation__url--level-1::after {
  content: '\e008';
  font-family: 'sidearm_font_v2';
  font-size: 18px;
  margin-left: 8px;
  transition: .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__ad .ad {
  margin: auto 12px auto 18px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  width: 360px;
  max-height: calc(100vh - 140px);
  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 {
  padding: 12px 36px 12px 24px;
  background: whitesmoke;
  border-bottom: 1px solid #d9d9d9;
  font-size: .875rem;
  line-height: 1.2;
  transition: .25s;
}
.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 {
  padding: 12px 30px;
  background: #ebebeb;
}
@media screen and (max-width: 1260px) {
  .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:not(.c-navigation__sport) {
    margin-left: 24px;
  }
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-links {
  height: 100%;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport {
  height: 100%;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  font-family: 'Anton', arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 5px;
  background: whitesmoke;
  transition: .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:hover::before,
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:focus::before,
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link.sidearm-hover::before {
  width: 100%;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__ad .ad {
  margin: 0 12px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fbfbfb;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle-text {
  font-size: 14px;
  font-weight: 700;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle-icon {
  display: inline-flex;
  line-height: 1;
  font-size: 24px;
  margin-left: 8px;
  transition: .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle-icon::before {
  margin: 0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle.is-toggled .c-navigation__toggle-icon {
  transform: rotateX(180deg);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
  background: whitesmoke;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  height: calc(100vh - 140px);
  overflow-y: auto;
}
.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: '\e006';
  font-size: 18px;
  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: rotateY(-180deg);
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .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;
  position: relative;
  padding: 20px 24px;
  background: whitesmoke;
  border-bottom: 1px solid #ebebeb;
  color: #ac4e00;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: .25s;
}
.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 {
  background: #ac4e00;
  color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:hover::after,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.is-open::after,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:focus::after,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.sidearm-hover::after {
  color: white;
}
.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 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 20px 24px;
  background: #fcfcfc;
  border-bottom: 1px solid #ebebeb;
  color: #ac4e00;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: .25s;
}
.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 {
  background: #ebebeb;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
/* ========== SPORTS AD ========== */

.sports-specific-ad {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sports-specific-ad .ad {
  margin: 24px 0;
}
/* ========== SEARCH ========== */

.c-search--overlay {
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 12px;
  padding: 0 4px;
  height: 100%;
  font-size: 20px;
  color: #ac4e00;
}
.c-search--overlay .c-search__toggle::-ms-expand {
  display: none;
}
.c-search--overlay .c-search__toggle::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 5px;
  background: #ac4e00;
  transition: .25s;
}
.c-search--overlay .c-search__toggle:hover::before,
.c-search--overlay .c-search__toggle.is-toggled::before,
.c-search--overlay .c-search__toggle:focus::before,
.c-search--overlay .c-search__toggle.sidearm-hover::before {
  width: 100%;
}
.c-search--overlay .c-search__overlay {
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -99999px;
  width: 100%;
  height: 100%;
  z-index: 210;
  opacity: 0;
  transition: opacity .25s;
}
.c-search--overlay .c-search__overlay.is-open {
  left: 0;
  opacity: 1;
}
.c-search--overlay .c-search__overlay.is-open .c-search__text-wrap {
  opacity: 1;
  transform: none;
  box-shadow: 0.5rem 0 5rem 2.5rem rgba(0, 0, 0, 0.5);
}
.c-search--overlay .c-search__text-wrap {
  margin: 0 auto;
  max-width: 540px;
  height: 60px;
  background: white;
  overflow: hidden;
  opacity: 0;
  transform: translateY(48px);
  transition: .35s;
  transition-delay: .25s;
}
.c-search--overlay .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  padding: 0 24px;
  font-size: 1.5rem;
  transition: .25s;
}
.c-search--overlay .c-search__text::-ms-expand {
  display: none;
}
.c-search--overlay .c-search__text::-webkit-input-placeholder {
  color: black;
}
.c-search--overlay .c-search__text::-moz-placeholder {
  color: black;
}
.c-search--overlay .c-search__text:-ms-input-placeholder {
  color: black;
}
.c-search--overlay .c-search__text:-moz-placeholder {
  color: black;
}
.c-search--overlay .c-search__text:focus {
  outline-offset: -5px !important;
}
.c-search--overlay .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  max-width: 120px;
  height: 60px;
  display: block;
  background: #ac4e00;
  color: white;
  border-left: 1px solid #d9d9d9;
  padding: 0 12px;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  transition: .25s;
}
.c-search--overlay .c-search__submit::-ms-expand {
  display: none;
}
.c-search--overlay .c-search__submit > span {
  white-space: nowrap;
  padding: 0 12px;
}
.c-search--overlay .c-search__submit[disabled] {
  cursor: not-allowed;
  opacity: 0.3;
}
.c-search--overlay .c-search__submit:not([disabled]):hover {
  background: whitesmoke;
  color: #ac4e00;
}
.c-search--overlay .c-search__submit:focus {
  outline-offset: -5px !important;
}
.c-search--overlay .c-search__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  background: #ac4e00;
  color: white;
  font-size: 1.5rem;
  transition: .25s;
}
.c-search--overlay .c-search__close::-ms-expand {
  display: none;
}
.c-search--overlay .c-search__close:hover {
  background: white;
  color: #ac4e00;
}
.c-search--overlay .c-search__close:focus {
  outline-offset: -5px !important;
}
@media screen and (max-width: 540px) {
  .c-search--overlay .c-search__toggle {
    margin-left: 0;
  }
}
/* ========== STORIES HOME ========== */

.s-stories-home {
  padding-top: 12px;
  padding-bottom: 36px;
}
.s-stories-home .s-stories-home__dfp .dfp-ad {
  margin-top: 36px;
}
.s-stories-home .c-stories--slider .slick-prev,
.s-stories-home .c-stories--slider .slick-next,
.s-stories-home .c-stories--slider .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: absolute;
  bottom: 24px;
  width: 32px;
  height: 32px;
  font-size: 0;
  border-radius: 4px;
  color: black;
  transition: .25s;
}
.s-stories-home .c-stories--slider .slick-prev::-ms-expand,
.s-stories-home .c-stories--slider .slick-next::-ms-expand,
.s-stories-home .c-stories--slider .slick-pause-play::-ms-expand {
  display: none;
}
.s-stories-home .c-stories--slider .slick-prev::before,
.s-stories-home .c-stories--slider .slick-next::before,
.s-stories-home .c-stories--slider .slick-pause-play::before {
  display: inline-flex;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'sidearm_font_v2';
  font-size: 20px;
  color: white;
}
.s-stories-home .c-stories--slider .slick-prev::before::before,
.s-stories-home .c-stories--slider .slick-next::before::before,
.s-stories-home .c-stories--slider .slick-pause-play::before::before {
  margin: 0;
}
.s-stories-home .c-stories--slider .slick-prev:not(.slick-disabled):hover,
.s-stories-home .c-stories--slider .slick-next:not(.slick-disabled):hover,
.s-stories-home .c-stories--slider .slick-pause-play:not(.slick-disabled):hover,
.s-stories-home .c-stories--slider .slick-prev:not(.slick-disabled):focus,
.s-stories-home .c-stories--slider .slick-next:not(.slick-disabled):focus,
.s-stories-home .c-stories--slider .slick-pause-play:not(.slick-disabled):focus,
.s-stories-home .c-stories--slider .slick-prev:not(.slick-disabled).sidearm-hover,
.s-stories-home .c-stories--slider .slick-next:not(.slick-disabled).sidearm-hover,
.s-stories-home .c-stories--slider .slick-pause-play:not(.slick-disabled).sidearm-hover {
  background: #ac4e00;
  color: white;
}
html.stories-video-is-playing .s-stories-home .c-stories--slider .slick-prev,
html.stories-video-is-playing .s-stories-home .c-stories--slider .slick-next,
html.stories-video-is-playing .s-stories-home .c-stories--slider .slick-pause-play {
  opacity: 0;
  pointer-events: none;
}
.s-stories-home .c-stories--slider .slick-prev {
  right: 370px;
}
.s-stories-home .c-stories--slider .slick-prev::before {
  content: '\e005';
}
.s-stories-home .c-stories--slider .slick-next {
  right: 72px;
}
.s-stories-home .c-stories--slider .slick-next::before {
  content: '\e006';
}
.s-stories-home .c-stories--slider .slick-pause-play {
  right: 104px;
}
.s-stories-home .c-stories--slider .slick-pause-play.slick-pause::before {
  content: '\e201';
}
.s-stories-home .c-stories--slider .slick-pause-play.slick-play::before {
  content: '\e196';
}
.s-stories-home .c-stories--slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  position: absolute;
  right: 168px;
  bottom: 24px;
  width: 170px;
}
.s-stories-home .c-stories--slider .slick-dots > li {
  flex: 1 1 auto;
}
.s-stories-home .c-stories--slider .slick-dots > li > button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: relative;
  width: 100%;
  height: 32px;
  color: black;
  font-size: 0;
  overflow: hidden;
}
.s-stories-home .c-stories--slider .slick-dots > li > button::-ms-expand {
  display: none;
}
.s-stories-home .c-stories--slider .slick-dots > li > button::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #ac4e00;
}
.s-stories-home .c-stories--slider .slick-dots > li.slick-active ~ li:not(.slick-active) > button::before {
  background: white;
}
html.stories-video-is-playing .s-stories-home .c-stories--slider .slick-dots {
  opacity: 0;
  pointer-events: none;
}
.s-stories-home .c-stories--slider .c-stories__item {
  position: relative;
  padding: 0 60px;
}
.s-stories-home .c-stories--slider .c-stories__item:not(.slick-active) .c-stories__details-box {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.s-stories-home .c-stories--slider .c-stories__item.slick-active .c-stories__title,
.s-stories-home .c-stories--slider .c-stories__item.slick-active .c-stories__details-box-footer {
  opacity: 1;
  transform: translateX(0);
}
.s-stories-home .c-stories--slider .c-stories__item.slick-active .c-stories__meta {
  opacity: 1;
  transform: translateY(0);
}
.s-stories-home .c-stories--slider .c-stories__media-container {
  width: 75%;
}
.s-stories-home .c-stories--slider .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.s-stories-home .c-stories--slider .c-stories__media::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black 100%);
}
.s-stories-home .c-stories--slider .c-stories__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.s-stories-home .c-stories--slider .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-stories-home .c-stories--slider .c-stories__details {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 35%;
  height: calc(100% - 170px);
}
.s-stories-home .c-stories--slider .c-stories__details-box {
  position: absolute;
  top: 50%;
  width: calc(100% - 60px);
  height: 100%;
  transition: .5s;
}
.s-stories-home .c-stories--slider .c-stories__details-box--primary {
  right: 0;
  z-index: 2;
  transform: translateY(calc(-50% - 30px));
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
  border: 0.063rem solid whitesmoke;
  background-color: white;
  padding: 36px 36px 24px;
}
.s-stories-home .c-stories--slider .c-stories__details-box--secondary {
  left: 0;
  z-index: 1;
  transform: translateY(calc(-50% + 30px));
  background: #ac4e00;
  color: white;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.5);
  font-size: .875rem;
  line-height: 1.2;
  padding: 20px 24px;
}
.s-stories-home .c-stories--slider .c-stories__details-box-footer {
  padding: 48px 0 0 162px;
  transform: translateX(48px);
  opacity: 0;
  transition: .25s .75s;
}
.s-stories-home .c-stories--slider .c-stories__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  width: 100%;
  max-width: 172px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #ac4e00;
  background-color: white;
  color: #ac4e00;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: .25s;
}
.s-stories-home .c-stories--slider .c-stories__button:hover,
.s-stories-home .c-stories--slider .c-stories__button:focus,
.s-stories-home .c-stories--slider .c-stories__button.sidearm-hover {
  background: #ac4e00;
  color: white;
}
.s-stories-home .c-stories--slider .c-stories__title {
  transform: translateX(48px);
  opacity: 0;
  transition: .25s .5s;
}
.s-stories-home .c-stories--slider .c-stories__url {
  font-size: 1.625rem;
  color: #333f48;
  font-family: 'Anton', arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: .25s;
}
@media screen and (min-width: 1024px) {
  .s-stories-home .c-stories--slider .c-stories__url {
    font-size: calc(1.625rem + (2.75 - 1.625) * (100vw - 64rem) / (88.5 - 64));
  }
}
@media screen and (min-width: 1416px) {
  .s-stories-home .c-stories--slider .c-stories__url {
    font-size: 2.75rem;
  }
}
.s-stories-home .c-stories--slider .c-stories__url:hover,
.s-stories-home .c-stories--slider .c-stories__url:focus,
.s-stories-home .c-stories--slider .c-stories__url.sidearm-hover {
  color: #ac4e00;
}
.s-stories-home .c-stories--slider .c-stories__meta {
  transform: translateY(-60px);
  opacity: 0;
  transition: .25s 1s;
}
.s-stories-home .c-stories--slider .c-stories__sport {
  font-weight: 700;
}
.s-stories-home .c-stories--slider .c-stories__divider {
  flex: 0 0 auto;
  margin: 0 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
}
.s-stories-home .c-stories--slider .c-stories__count-current,
.s-stories-home .c-stories--slider .c-stories__count-total {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 24px;
  z-index: 2;
  width: 32px;
  height: 32px;
  font-family: 'Anton', arial, sans-serif;
  font-size: 1.313rem;
  line-height: 1;
  color: #ac4e00;
}
.s-stories-home .c-stories--slider .c-stories__count-current {
  right: 278px;
  color: #ac4e00;
}
.s-stories-home .c-stories--slider .c-stories__count-total {
  right: 76px;
}
.s-stories-home .c-stories--slider .c-stories__ad {
  position: absolute;
  left: 168px;
  bottom: 139px;
  z-index: 3;
}
.s-stories-home .c-stories--slider .c-stories__down {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ac4e00;
  color: white;
  font-size: 30px;
  box-shadow: 0 0 0 24px rgba(255, 255, 255, 0.06), 0 0 0 12px rgba(255, 255, 255, 0.08), 0 0 8px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1464px) {
  .s-stories-home .c-stories--slider .c-stories__item {
    padding: 0 24px;
  }
  .s-stories-home .c-stories--slider .c-stories__details {
    width: 40%;
  }
  .s-stories-home .c-stories--slider .c-stories__details-box {
    width: calc(100% - 24px);
  }
  .s-stories-home .c-stories--slider .c-stories__details-box--primary {
    padding: 24px;
  }
  .s-stories-home .c-stories--slider .c-stories__details-box-footer {
    padding-top: 24px;
  }
  .s-stories-home .c-stories--slider .c-stories__count-current {
    right: 290px;
  }
  .s-stories-home .c-stories--slider .c-stories__count-total {
    right: 88px;
  }
  .s-stories-home .c-stories--slider .c-stories__ad {
    left: 72px;
  }
  .s-stories-home .c-stories--slider .slick-next {
    right: 48px;
  }
  .s-stories-home .c-stories--slider .slick-pause-play {
    right: 80px;
  }
  .s-stories-home .c-stories--slider .slick-dots {
    right: 144px;
  }
  .s-stories-home .c-stories--slider .slick-prev {
    right: 346px;
  }
}
@media screen and (max-width: 1260px) {
  .s-stories-home .c-stories--slider .c-stories__details {
    width: 50%;
  }
  .s-stories-home .c-stories--slider .c-stories__down {
    bottom: -24px;
  }
}
@media screen and (max-width: 1024px) {
  .s-stories-home .c-stories--slider .c-stories__media {
    padding-bottom: 133.33334%;
  }
  .s-stories-home .c-stories--slider .c-stories__media::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black 100%);
  }
  .s-stories-home .c-stories--slider .c-stories__count-current,
  .s-stories-home .c-stories--slider .c-stories__count-total {
    z-index: 2;
  }
  .s-stories-home .c-stories--slider .c-stories__url {
    font-size: 2.25rem;
  }
  html.stories-video-is-playing .s-stories-home .c-stories--slider .c-stories__ad {
    z-index: -1;
  }
  .s-stories-home .c-stories--slider .c-stories__down {
    bottom: -30px;
    width: 54px;
    height: 54px;
  }
  html.stories-video-is-playing .s-stories-home .c-stories--slider .slick-prev,
  html.stories-video-is-playing .s-stories-home .c-stories--slider .slick-pause-play,
  html.stories-video-is-playing .s-stories-home .c-stories--slider .slick-next,
  html.stories-video-is-playing .s-stories-home .c-stories--slider .slick-dots {
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .s-stories-home .c-stories--slider {
    padding: 0 12px;
  }
  .s-stories-home .c-stories--slider .c-stories__item {
    padding: 0;
  }
  .s-stories-home .c-stories--slider .c-stories__item-inner {
    display: block;
  }
  .s-stories-home .c-stories--slider .c-stories__media-container {
    width: 100%;
  }
  .s-stories-home .c-stories--slider .c-stories__media {
    padding-bottom: 100%;
  }
  .s-stories-home .c-stories--slider .c-stories__details {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    margin-top: -106px;
    width: 100%;
    padding: 0 12px;
    position: relative;
    right: initial;
    top: initial;
    transform: none;
    height: initial;
  }
  .s-stories-home .c-stories--slider .c-stories__details-box {
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    right: initial;
    top: initial;
    transform: none;
    height: initial;
    width: 100%;
  }
  .s-stories-home .c-stories--slider .c-stories__details-box--primary {
    align-items: center;
    -webkit-align-items: center;
  }
  .s-stories-home .c-stories--slider .c-stories__details-box--secondary {
    width: calc(100% - 24px);
    box-shadow: none;
  }
  .s-stories-home .c-stories--slider .c-stories__details-box-footer {
    padding: 16px 0 0;
  }
  .s-stories-home .c-stories--slider .c-stories__url {
    font-size: 1.2rem;
    text-align: center;
  }
  .s-stories-home .c-stories--slider .c-stories__button {
    width: 132px;
    height: 40px;
  }
  .s-stories-home .c-stories--slider .c-stories__count-current,
  .s-stories-home .c-stories--slider .c-stories__count-total {
    bottom: initial;
    top: 0;
    margin-top: calc(100% - 144px);
  }
  .s-stories-home .c-stories--slider .c-stories__count-current {
    right: calc(50% + 30px);
  }
  .s-stories-home .c-stories--slider .c-stories__count-total {
    left: calc(50% + 30px);
  }
  .s-stories-home .c-stories--slider .c-stories__ad {
    top: 12px;
    right: 24px;
    bottom: initial;
    left: initial;
  }
  .s-stories-home .c-stories--slider .c-stories__down {
    display: none;
  }
  .s-stories-home .c-stories--slider .slick-prev,
  .s-stories-home .c-stories--slider .slick-pause-play,
  .s-stories-home .c-stories--slider .slick-next,
  .s-stories-home .c-stories--slider .slick-dots {
    bottom: initial;
    top: 0;
    right: initial;
    margin-top: calc(100% - 144px);
  }
  .s-stories-home .c-stories--slider .slick-prev {
    right: calc(50% + 62px);
  }
  .s-stories-home .c-stories--slider .slick-next {
    left: calc(50% + 62px);
  }
  .s-stories-home .c-stories--slider .slick-pause-play {
    left: calc(50% + 94px);
  }
  .s-stories-home .c-stories--slider .slick-dots {
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ========== STORIES SPORT HOME ========== */

.s-stories-sport .s-stories-sport__dfp .dfp-ad {
  margin-top: 36px;
}
.s-stories-sport .c-stories--slider .slick-prev,
.s-stories-sport .c-stories--slider .slick-next,
.s-stories-sport .c-stories--slider .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: absolute;
  bottom: 12px;
  width: 32px;
  height: 32px;
  font-size: 0;
  border-radius: 4px;
  color: black;
  transition: .25s;
}
.s-stories-sport .c-stories--slider .slick-prev::-ms-expand,
.s-stories-sport .c-stories--slider .slick-next::-ms-expand,
.s-stories-sport .c-stories--slider .slick-pause-play::-ms-expand {
  display: none;
}
.s-stories-sport .c-stories--slider .slick-prev::before,
.s-stories-sport .c-stories--slider .slick-next::before,
.s-stories-sport .c-stories--slider .slick-pause-play::before {
  display: inline-flex;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'sidearm_font_v2';
  font-size: 20px;
  color: white;
}
.s-stories-sport .c-stories--slider .slick-prev::before::before,
.s-stories-sport .c-stories--slider .slick-next::before::before,
.s-stories-sport .c-stories--slider .slick-pause-play::before::before {
  margin: 0;
}
.s-stories-sport .c-stories--slider .slick-prev:not(.slick-disabled):hover,
.s-stories-sport .c-stories--slider .slick-next:not(.slick-disabled):hover,
.s-stories-sport .c-stories--slider .slick-pause-play:not(.slick-disabled):hover,
.s-stories-sport .c-stories--slider .slick-prev:not(.slick-disabled):focus,
.s-stories-sport .c-stories--slider .slick-next:not(.slick-disabled):focus,
.s-stories-sport .c-stories--slider .slick-pause-play:not(.slick-disabled):focus,
.s-stories-sport .c-stories--slider .slick-prev:not(.slick-disabled).sidearm-hover,
.s-stories-sport .c-stories--slider .slick-next:not(.slick-disabled).sidearm-hover,
.s-stories-sport .c-stories--slider .slick-pause-play:not(.slick-disabled).sidearm-hover {
  background: #ac4e00;
  color: white;
}
html.stories-video-is-playing .s-stories-sport .c-stories--slider .slick-prev,
html.stories-video-is-playing .s-stories-sport .c-stories--slider .slick-next,
html.stories-video-is-playing .s-stories-sport .c-stories--slider .slick-pause-play {
  opacity: 0;
  pointer-events: none;
}
.s-stories-sport .c-stories--slider .slick-prev {
  right: 310px;
}
.s-stories-sport .c-stories--slider .slick-prev::before {
  content: '\e005';
}
.s-stories-sport .c-stories--slider .slick-next {
  right: 12px;
}
.s-stories-sport .c-stories--slider .slick-next::before {
  content: '\e006';
}
.s-stories-sport .c-stories--slider .slick-pause-play {
  right: 44px;
}
.s-stories-sport .c-stories--slider .slick-pause-play.slick-pause::before {
  content: '\e201';
}
.s-stories-sport .c-stories--slider .slick-pause-play.slick-play::before {
  content: '\e196';
}
.s-stories-sport .c-stories--slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  position: absolute;
  right: 108px;
  bottom: 12px;
  width: 170px;
}
.s-stories-sport .c-stories--slider .slick-dots > li {
  flex: 1 1 auto;
}
.s-stories-sport .c-stories--slider .slick-dots > li > button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: relative;
  width: 100%;
  height: 32px;
  color: black;
  font-size: 0;
  overflow: hidden;
}
.s-stories-sport .c-stories--slider .slick-dots > li > button::-ms-expand {
  display: none;
}
.s-stories-sport .c-stories--slider .slick-dots > li > button::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #ac4e00;
}
.s-stories-sport .c-stories--slider .slick-dots > li.slick-active ~ li:not(.slick-active) > button::before {
  background: white;
}
html.stories-video-is-playing .s-stories-sport .c-stories--slider .slick-dots {
  opacity: 0;
  pointer-events: none;
}
.s-stories-sport .c-stories--slider .c-stories__item {
  position: relative;
}
.s-stories-sport .c-stories--slider .c-stories__item:not(.slick-active) .c-stories__details-box {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.s-stories-sport .c-stories--slider .c-stories__item.slick-active .c-stories__title,
.s-stories-sport .c-stories--slider .c-stories__item.slick-active .c-stories__details-box-footer {
  opacity: 1;
  transform: translateX(0);
}
.s-stories-sport .c-stories--slider .c-stories__item.slick-active .c-stories__meta {
  opacity: 1;
  transform: translateY(0);
}
.s-stories-sport .c-stories--slider .c-stories__media-container {
  width: 90%;
}
.s-stories-sport .c-stories--slider .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.s-stories-sport .c-stories--slider .c-stories__media::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black 100%);
}
.s-stories-sport .c-stories--slider .c-stories__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.s-stories-sport .c-stories--slider .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-stories-sport .c-stories--slider .c-stories__details {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(calc(-50% - 12px));
  width: 296px;
  height: calc(100% - 96px);
}
.s-stories-sport .c-stories--slider .c-stories__details-box {
  position: absolute;
  top: 50%;
  width: calc(100% - 24px);
  height: 100%;
  transition: .5s;
}
.s-stories-sport .c-stories--slider .c-stories__details-box--primary {
  right: 0;
  z-index: 2;
  transform: translateY(calc(-50% - 12px));
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
  border: 0.063rem solid whitesmoke;
  background-color: white;
  padding: 24px;
}
.s-stories-sport .c-stories--slider .c-stories__details-box--secondary {
  left: 0;
  z-index: 1;
  transform: translateY(calc(-50% + 36px));
  background: #ac4e00;
  color: white;
  font-size: .875rem;
  line-height: 1.2;
  padding: 20px 24px 18px;
}
.s-stories-sport .c-stories--slider .c-stories__details-box-footer {
  padding: 24px 0 0;
  transform: translateX(48px);
  opacity: 0;
  transition: .25s .75s;
}
.s-stories-sport .c-stories--slider .c-stories__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #ac4e00;
  background-color: white;
  color: #ac4e00;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: .25s;
}
.s-stories-sport .c-stories--slider .c-stories__button:hover,
.s-stories-sport .c-stories--slider .c-stories__button:focus,
.s-stories-sport .c-stories--slider .c-stories__button.sidearm-hover {
  background: #ac4e00;
  color: white;
}
.s-stories-sport .c-stories--slider .c-stories__title {
  transform: translateX(48px);
  opacity: 0;
  transition: .25s .5s;
}
.s-stories-sport .c-stories--slider .c-stories__url {
  font-size: 1.625rem;
  color: #333f48;
  font-family: 'Anton', arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: .25s;
}
@media screen and (min-width: 1260px) {
  .s-stories-sport .c-stories--slider .c-stories__url {
    font-size: calc(1.625rem + (1.875 - 1.625) * (100vw - 78.75rem) / (88.5 - 78.75));
  }
}
@media screen and (min-width: 1416px) {
  .s-stories-sport .c-stories--slider .c-stories__url {
    font-size: 1.875rem;
  }
}
.s-stories-sport .c-stories--slider .c-stories__url:hover,
.s-stories-sport .c-stories--slider .c-stories__url:focus,
.s-stories-sport .c-stories--slider .c-stories__url.sidearm-hover {
  color: #ac4e00;
}
.s-stories-sport .c-stories--slider .c-stories__meta {
  transform: translateY(-60px);
  opacity: 0;
  transition: .25s 1s;
}
.s-stories-sport .c-stories--slider .c-stories__sport {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-weight: 700;
  border-bottom: none;
  text-decoration: none;
}
.s-stories-sport .c-stories--slider .c-stories__sport::-ms-expand {
  display: none;
}
.s-stories-sport .c-stories--slider .c-stories__divider {
  flex: 0 0 auto;
  margin: 0 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
}
.s-stories-sport .c-stories--slider .c-stories__count-current,
.s-stories-sport .c-stories--slider .c-stories__count-total {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 12px;
  width: 32px;
  height: 32px;
  font-family: 'Anton', arial, sans-serif;
  font-size: 1.313rem;
  line-height: 1;
  z-index: 2;
  color: #ac4e00;
}
.s-stories-sport .c-stories--slider .c-stories__count-current {
  right: 278px;
  color: #ac4e00;
}
.s-stories-sport .c-stories--slider .c-stories__count-total {
  right: 76px;
  font-size: .875rem;
}
.s-stories-sport .c-stories--slider .c-stories__ad {
  position: absolute;
  left: 48px;
  bottom: 95px;
  z-index: 3;
}
html.stories-video-is-playing .s-stories-sport .c-stories--slider .c-stories__ad {
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .s-stories-sport .c-stories--slider .c-stories__media {
    padding-bottom: 75%;
  }
  .s-stories-sport .c-stories--slider .c-stories__url {
    font-size: 2.25rem;
  }
  html.stories-video-is-playing .s-stories-sport .c-stories--slider .c-stories__ad {
    z-index: -1;
  }
  html.stories-video-is-playing .s-stories-sport .c-stories--slider .slick-prev,
  html.stories-video-is-playing .s-stories-sport .c-stories--slider .slick-pause-play,
  html.stories-video-is-playing .s-stories-sport .c-stories--slider .slick-next,
  html.stories-video-is-playing .s-stories-sport .c-stories--slider .slick-dots {
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .s-stories-sport .c-stories--slider {
    padding: 0;
  }
  .s-stories-sport .c-stories--slider .c-stories__item {
    padding: 0;
  }
  .s-stories-sport .c-stories--slider .c-stories__item-inner {
    display: block;
  }
  .s-stories-sport .c-stories--slider .c-stories__media-container {
    width: 100%;
  }
  .s-stories-sport .c-stories--slider .c-stories__media {
    padding-bottom: 100%;
  }
  .s-stories-sport .c-stories--slider .c-stories__details {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    margin-top: -106px;
    width: 100%;
    padding: 0 12px;
    position: relative;
    right: initial;
    top: initial;
    transform: none;
    height: initial;
  }
  .s-stories-sport .c-stories--slider .c-stories__details-box {
    position: relative;
    right: initial;
    top: initial;
    transform: none;
    height: initial;
    width: 100%;
  }
  .s-stories-sport .c-stories--slider .c-stories__details-box--primary {
    align-items: center;
    -webkit-align-items: center;
  }
  .s-stories-sport .c-stories--slider .c-stories__details-box--secondary {
    width: calc(100% - 24px);
    box-shadow: none;
  }
  .s-stories-sport .c-stories--slider .c-stories__details-box-footer {
    padding: 16px 0 0;
  }
  .s-stories-sport .c-stories--slider .c-stories__url {
    font-size: 1.2rem;
    text-align: center;
  }
  .s-stories-sport .c-stories--slider .c-stories__button {
    height: 40px;
  }
  .s-stories-sport .c-stories--slider .c-stories__count-current,
  .s-stories-sport .c-stories--slider .c-stories__count-total {
    bottom: initial;
    top: 0;
    margin-top: calc(100% - 144px);
  }
  .s-stories-sport .c-stories--slider .c-stories__count-current {
    right: calc(50% + 30px);
  }
  .s-stories-sport .c-stories--slider .c-stories__count-total {
    left: calc(50% + 30px);
  }
  .s-stories-sport .c-stories--slider .c-stories__ad {
    top: 12px;
    right: 24px;
    bottom: initial;
    left: initial;
  }
  .s-stories-sport .c-stories--slider .slick-prev,
  .s-stories-sport .c-stories--slider .slick-pause-play,
  .s-stories-sport .c-stories--slider .slick-next,
  .s-stories-sport .c-stories--slider .slick-dots {
    bottom: initial;
    top: 0;
    right: initial;
    margin-top: calc(100% - 144px);
  }
  .s-stories-sport .c-stories--slider .slick-prev {
    right: calc(50% + 62px);
  }
  .s-stories-sport .c-stories--slider .slick-next {
    left: calc(50% + 62px);
  }
  .s-stories-sport .c-stories--slider .slick-pause-play {
    left: calc(50% + 94px);
  }
  .s-stories-sport .c-stories--slider .slick-dots {
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ========== HOME CALENDAR SECTION ========== */

.s-sport-home {
  padding-bottom: 60px;
}
.s-sport-home .s-sport-home__primary {
  flex: 1 1 auto;
  width: 71.61017%;
  padding-right: 6px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  align-self: flex-end;
}
.s-sport-home .s-sport-home__aside {
  flex: 0 0 auto;
  width: 28.38983%;
  min-width: 330px;
  padding-left: 6px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  align-self: flex-end;
}
.s-sport-home .s-sport-home__dfp {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 0 12px;
  width: 100%;
  box-shadow: -0.312rem 0.313rem 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #ebebeb;
}
.s-sport-home .s-sport-home__dfp .dfp-ad {
  margin: 48px auto;
}
@media screen and (max-width: 1260px) {
  .s-sport-home {
    padding-top: 0;
  }
  .s-sport-home .s-sport-home__inner {
    display: block;
  }
  .s-sport-home .s-sport-home__primary,
  .s-sport-home .s-sport-home__aside {
    position: relative;
    bottom: initial;
    width: 100%;
    padding: 0;
  }
  .s-sport-home .s-sport-home__aside {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 12px;
    align-self: initial;
  }
}
@media screen and (max-width: 1024px) {
  .s-sport-home .s-sport-home__inner {
    padding: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .s-sport-home .s-sport-home__aside {
    display: block;
  }
}
/* ========== HOME CALENDAR SECTION ========== */

.s-calendar-section .s-calendar-section__inner {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.s-calendar-section .s-calendar-section__primary {
  flex: 1 1 auto;
  width: 71.61017%;
  padding-right: 6px;
}
.s-calendar-section .s-calendar-section__aside {
  flex: 0 0 auto;
  width: 28.38983%;
  min-width: 330px;
  padding-left: 6px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  align-self: flex-end;
}
.s-calendar-section .s-calendar-section__dfp {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 0 12px;
  width: 100%;
  box-shadow: -0.312rem 0.313rem 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #ebebeb;
}
.s-calendar-section .s-calendar-section__dfp .dfp-ad {
  margin: 48px auto;
}
.s-calendar-section .s-calendar-section__promo .ad {
  margin-top: 12px;
}
@media screen and (max-width: 1260px) {
  .s-calendar-section {
    padding-top: 0;
  }
  .s-calendar-section .s-calendar-section__inner {
    display: block;
  }
  .s-calendar-section .s-calendar-section__primary,
  .s-calendar-section .s-calendar-section__aside {
    width: 100%;
    padding: 0;
    position: relative;
    bottom: initital;
    align-self: initial;
  }
  .s-calendar-section .s-calendar-section__aside {
    display: flex;
    display: -webkit-flex;
    margin-top: 12px;
  }
  .s-calendar-section .s-calendar-section__dfp,
  .s-calendar-section .s-calendar-section__promo {
    flex: 1 1 auto;
    padding: 0 12px;
    width: 33.33333%;
  }
  .s-calendar-section .s-calendar-section__promo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .s-calendar-section .s-calendar-section__promo .ad {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .s-calendar-section .s-calendar-section__aside {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .s-calendar-section .s-calendar-section__dfp,
  .s-calendar-section .s-calendar-section__promo {
    width: 100%;
  }
  .s-calendar-section .s-calendar-section__dfp .ad,
  .s-calendar-section .s-calendar-section__promo .ad {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .s-calendar-section .s-calendar-section__inner {
    padding: 0 12px;
  }
}
/* ========== CALENDAR ========== */

.s-calendar {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
}
.s-calendar.s-calendar--sport {
  margin-top: 12px;
  height: initial;
}
.s-calendar.s-calendar--sport .s-calendar__header {
  padding: 0 18px 0 24px;
}
.s-calendar .s-calendar__header {
  padding: 0 42px 0 48px;
}
.s-calendar .s-calendar__filter {
  margin-left: auto;
  height: 100%;
}
.s-calendar .s-calendar__filter-item {
  margin-left: 24px;
  height: 100%;
}
.s-calendar .s-calendar__filter-item.ui-tabs-active .s-calendar__filter-button {
  font-weight: 700;
  color: #ac4e00;
}
.s-calendar .s-calendar__filter-item.ui-tabs-active .s-calendar__filter-button::before {
  background: #ac4e00;
  width: 100%;
}
.s-calendar .s-calendar__filter-item:not(.ui-tabs-active) .s-calendar__filter-button:hover::before,
.s-calendar .s-calendar__filter-item:not(.ui-tabs-active) .s-calendar__filter-button:focus::before,
.s-calendar .s-calendar__filter-item:not(.ui-tabs-active) .s-calendar__filter-button.sidearm-hover::before {
  width: 100%;
}
.s-calendar .s-calendar__filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 0 6px;
  color: #333f48;
  font-size: 0.875rem;
  text-decoration: none;
  transition: .25s;
}
.s-calendar .s-calendar__filter-button::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 5px;
  background: #616161;
  transition: .25s;
}
.s-calendar .s-calendar__footer {
  padding: 24px 48px;
}
.s-calendar .c-events--list .c-events__nodata {
  padding: 24px;
  text-align: center;
  font-size: .875rem;
}
.s-calendar .c-events--list .c-events__item {
  padding: 24px 48px;
  border-bottom: 1px solid #ebebeb;
  color: #333f48;
}
.s-calendar .c-events--list .c-events__item.c-events__item--upcoming .c-events__atvs-indicator {
  margin: 0 24px 0 0;
}
.s-calendar .c-events--list .c-events__item.c-events__item--upcoming .c-events__team-logo-container {
  margin-right: 48px;
}
.s-calendar .c-events--list .c-events__item.c-events__item--upcoming .c-events__media {
  flex: 0 0 auto;
  width: 120px;
  margin-left: auto;
  text-align: right;
}
.s-calendar .c-events--list .c-events__item.c-events__item--upcoming .c-events__media-item {
  margin: 3px 0;
}
.s-calendar .c-events--list .c-events__item.c-events__item--live .c-events__details-primary {
  width: 20%;
  padding: 0;
}
.s-calendar .c-events--list .c-events__item.c-events__item--live .c-events__team-logo-container {
  margin: 0 36px;
}
.s-calendar .c-events--list .c-events__item.c-events__item--live .c-events__media {
  flex: 0 0 auto;
  width: 20%;
  margin-left: auto;
  text-align: right;
}
.s-calendar .c-events--list .c-events__item.c-events__item--live .c-events__media-item {
  margin: 3px 0;
}
.s-calendar .c-events--list .c-events__item.c-events__item--result .c-events__team-score {
  margin: 0 48px;
}
.s-calendar .c-events--list .c-events__item.c-events__item--result .c-events__media {
  margin-top: 10px;
}
.s-calendar .c-events--list .c-events__item.c-events__item--result .c-events__media-item {
  margin: 0 12px;
}
.s-calendar .c-events--list .c-events__item.c-events__item--result .c-events__media-link.c-events__media-link--caps {
  text-transform: uppercase;
}
.s-calendar .c-events--list .c-events__atvs-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #d9d9d9;
  background: #ac4e00;
  color: white;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 0 0 3px whitesmoke;
}
.s-calendar .c-events--list .c-events__atvs-indicator.away-game {
  color: black;
  background: #d9d9d9;
  border: 3px solid #ebebeb;
}
.s-calendar .c-events--list .c-events__team-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
}
.s-calendar .c-events--list .c-events__team-logo--default {
  opacity: 0.25;
}
.s-calendar .c-events--list .c-events__team-score {
  position: relative;
  color: #333f48;
  font-family: 'Anton', arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.s-calendar .c-events--list .c-events__team-score.winner::before {
  content: '';
  position: absolute;
  top: 50%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: translateY(-50%);
}
.s-calendar .c-events--list .c-events__team.c-events__team--away .winner::before {
  border-right: 6px solid #ac4e00;
  right: -36px;
}
.s-calendar .c-events--list .c-events__team.c-events__team--home .winner::before {
  border-left: 6px solid #ac4e00;
  left: -36px;
}
.s-calendar .c-events--list .c-events__details-primary {
  flex: 0 0 auto;
  padding: 0 12px;
  width: 30%;
}
.s-calendar .c-events--list .c-events__details-secondary {
  flex: 1 1 auto;
  padding: 0 12px;
}
.s-calendar .c-events--list .c-events__details {
  font-size: 0.875rem;
  line-height: 1.2;
}
.s-calendar .c-events--list .c-events__details-game {
  color: #333f48;
  font-weight: 700;
  letter-spacing: 0.044rem;
}
.s-calendar .c-events--list .c-events__details-datetime {
  color: #616161;
  margin-top: 6px;
}
.s-calendar .c-events--list .c-events__prescore,
.s-calendar .c-events--list .c-events__postscore {
  color: #616161;
  margin-top: 6px;
}
.s-calendar .c-events--list .c-events__sport {
  color: #ac4e00;
  font-weight: 700;
}
.s-calendar .c-events--list .c-events__datetime {
  font-size: 0.875rem;
  line-height: 1.2;
}
.s-calendar .c-events--list .c-events__live {
  position: relative;
  padding-left: 12px;
  font-size: .875rem;
  font-weight: 700;
  color: black;
}
.s-calendar .c-events--list .c-events__live::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ac4e00;
}
.s-calendar .c-events--list .c-events__date {
  font-weight: 700;
}
.s-calendar .c-events--list .c-events__divider {
  flex: 0 0 auto;
  margin: 0 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ac4e00;
}
.s-calendar .c-events--list .c-events__where {
  margin-top: 6px;
  color: #616161;
  font-size: 0.875rem;
  line-height: 1.2;
}
.s-calendar .c-events--list .c-events__media-link {
  color: #ac4e00;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  text-decoration: none;
}
.s-calendar .c-events--list .c-events__media-link:hover,
.s-calendar .c-events--list .c-events__media-link:focus,
.s-calendar .c-events--list .c-events__media-link.sidearm-hover {
  text-decoration: underline;
}
@media screen and (max-width: 1260px) {
  .s-calendar .s-calendar__header {
    padding: 0 18px 0 24px;
  }
  .s-calendar .s-calendar__footer {
    padding: 24px;
  }
  .s-calendar .c-events--list .c-events__item {
    padding: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .s-calendar .c-events--list .c-events__item.c-events__item--upcoming .c-events__media {
    width: 60px;
  }
  .s-calendar .c-events--list .c-events__item.c-events__item--live .c-events__team-logo-container {
    margin: 0 24px;
  }
  .s-calendar .c-events--list .c-events__item.c-events__item--result .c-events__team-score {
    margin: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .s-calendar .s-calendar__header {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    height: 132px;
    padding: 0;
  }
  .s-calendar .s-calendar__header .common-header__title {
    margin: 24px 0;
    padding-left: 24px;
  }
  .s-calendar .s-calendar__filter {
    justify-content: center;
    -webkit-justify-content: center;
    margin-left: initial;
    width: 100%;
    height: 36px;
    background: whitesmoke;
  }
  .s-calendar .s-calendar__filter-item {
    margin: 0 6px;
  }
  .s-calendar .s-calendar__footer {
    padding: 12px;
  }
  .s-calendar.s-calendar--sport .s-calendar__header {
    padding: 0;
  }
  .s-calendar .c-events--list .c-events__item {
    padding: 12px;
  }
  .s-calendar .c-events--list .c-events__item-col {
    width: 50%;
  }
  .s-calendar .c-events--list .c-events__item.c-events__item--upcoming .c-events__sport {
    margin-right: 12px;
  }
  .s-calendar .c-events--list .c-events__item.c-events__item--upcoming .c-events__date {
    line-height: 21px;
    text-transform: uppercase;
  }
  .s-calendar .c-events--list .c-events__item.c-events__item--upcoming .c-events__where {
    margin-top: auto;
  }
  .s-calendar .c-events--list .c-events__item.c-events__item--upcoming .c-events__media {
    width: initial;
    margin: 0;
  }
  .s-calendar .c-events--list .c-events__item.c-events__item--upcoming .c-events__media-item {
    margin: 2px 0 0 12px;
  }
  .s-calendar .c-events--list .c-events__sport {
    font-size: .875rem;
  }
  .s-calendar .c-events--list .c-events__opponent {
    font-size: .625rem;
  }
  .s-calendar .c-events--list .c-events__teams {
    margin-top: 6px;
  }
  .s-calendar .c-events--list .c-events__team.c-events__team--home .winner::before {
    left: -27px;
  }
  .s-calendar .c-events--list .c-events__team.c-events__team--away .winner::before {
    right: -27px;
  }
  .s-calendar .c-events--list .c-events__team-logo-container {
    width: 48px;
    height: 48px;
  }
  .s-calendar .c-events--list .c-events__team-score {
    font-size: 1.313rem;
  }
  .s-calendar .c-events--list .c-events__datetime {
    font-size: .75rem;
  }
  .s-calendar .c-events--list .c-events__where {
    font-size: .625rem;
  }
  .s-calendar .c-events--list .c-events__where-facility {
    display: none;
  }
  .s-calendar .c-events--list .c-events__details {
    font-size: .75rem;
  }
}
/* ========== HOME HEADLINES SECTION ========== */

.s-headlines-section {
  margin-top: 48px;
  padding: 100px 0 48px;
}
.s-headlines-section .s-headlines-section__primary {
  padding-right: 6px;
  width: 40%;
}
.s-headlines-section .s-headlines-section__aside {
  padding-left: 6px;
  width: 60%;
}
.s-headlines-section .common-ad .dfp-ad {
  margin: 12px auto 0;
}
@media screen and (max-width: 1260px) {
  .s-headlines-section {
    padding-top: 0;
  }
  .s-headlines-section .s-headlines-section__inner {
    display: block;
  }
  .s-headlines-section .s-headlines-section__primary,
  .s-headlines-section .s-headlines-section__aside {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .s-headlines-section {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .s-headlines-section .s-headlines-section__inner {
    padding: 0 12px;
  }
}
/* ========== HEADLINES ========== */

.s-headlines {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
}
.s-headlines .s-headlines__header {
  padding-left: 48px;
}
.s-headlines .s-headlines__footer {
  margin-top: auto;
  padding: 24px 48px;
}
.s-headlines .c-stories--list .c-stories__item {
  position: relative;
}
.s-headlines .c-stories--list .c-stories__item-inner {
  position: relative;
  padding: 24px 48px;
  box-shadow: inset 0px -1px #ebebeb;
  text-decoration: none;
  transition: .25s;
}
.s-headlines .c-stories--list .c-stories__item-inner::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #ac4e00;
  transition: .25s;
}
.s-headlines .c-stories--list .c-stories__item-inner:hover,
.s-headlines .c-stories--list .c-stories__item-inner:focus,
.s-headlines .c-stories--list .c-stories__item-inner.sidearm-hover {
  background: whitesmoke;
}
.s-headlines .c-stories--list .c-stories__item-inner:hover::after,
.s-headlines .c-stories--list .c-stories__item-inner:focus::after,
.s-headlines .c-stories--list .c-stories__item-inner.sidearm-hover::after {
  width: 100%;
}
.s-headlines .c-stories--list .c-stories__media-container {
  width: 80px;
}
.s-headlines .c-stories--list .c-stories__media {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.s-headlines .c-stories--list .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-headlines .c-stories--list .c-stories__details {
  padding-left: 24px;
}
.s-headlines .c-stories--list .c-stories__title {
  color: #333f48;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.s-headlines .c-stories--list .c-stories__meta {
  margin-top: 12px;
  color: #616161;
  font-size: 0.875rem;
  line-height: 1.2;
}
.s-headlines .c-stories--list .c-stories__meta-divider {
  display: inline-block;
  margin: 0 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c15d26;
}
.s-headlines .c-stories--list .c-stories__url {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .s-headlines .s-headlines__header {
    padding-left: 24px;
  }
  .s-headlines .s-headlines__footer {
    padding: 24px;
  }
  .s-headlines .c-stories--list .c-stories__item-inner {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .s-headlines .c-stories--list .c-stories__title {
    font-size: .875rem;
  }
  .s-headlines .c-stories--list .c-stories__meta {
    font-size: .75rem;
  }
}
/* ========== VIDEOS ========== */

.s-videos .c-videos--grid .showcase-modal {
  display: flex;
  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);
}
.s-videos .c-videos--grid .showcase-modal__inner {
  max-width: 1416px;
  width: 100%;
}
.s-videos .c-videos--grid .showcase-modal__player {
  max-height: 100vh;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-videos .c-videos--grid .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #b54d00;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  transition: .25s;
}
.s-videos .c-videos--grid .showcase-modal__close::-ms-expand {
  display: none;
}
.s-videos .c-videos--grid .showcase-modal__close:hover,
.s-videos .c-videos--grid .showcase-modal__close:focus,
.s-videos .c-videos--grid .showcase-modal__close.sidearm-hover {
  background: #b54d00;
  color: white;
}
.s-videos .c-videos--grid .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-videos .c-videos--grid .showcase-modal.video-is-playing {
  opacity: 1;
  left: 0;
  pointer-events: all;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
}
.s-videos .c-videos--grid .c-videos__item {
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  min-width: 1px;
  min-height: 1px;
  border-bottom: 1px solid #ebebeb;
}
.s-videos .c-videos--grid .c-videos__item:nth-child(even) {
  border-left: 1px solid #ebebeb;
}
.s-videos .c-videos--grid .c-videos__item-inner {
  height: 100%;
  padding: 24px;
  text-decoration: none;
}
.s-videos .c-videos--grid .c-videos__item-inner:hover .c-videos__image,
.s-videos .c-videos--grid .c-videos__item-inner:focus .c-videos__image,
.s-videos .c-videos--grid .c-videos__item-inner.sidearm-hover .c-videos__image {
  transform: translate(-50%, -50%) scale(1.05);
}
.s-videos .c-videos--grid .c-videos__item-inner:hover .c-videos__play-btn,
.s-videos .c-videos--grid .c-videos__item-inner:focus .c-videos__play-btn,
.s-videos .c-videos--grid .c-videos__item-inner.sidearm-hover .c-videos__play-btn {
  box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.3), 0 0 0 7px rgba(255, 255, 255, 0.3), 0 0 8px rgba(0, 0, 0, 0.5);
}
.s-videos .c-videos--grid .c-videos__media-container {
  overflow: hidden;
}
.s-videos .c-videos--grid .c-videos__media {
  padding-bottom: 56.25%;
}
.s-videos .c-videos--grid .c-videos__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: .5s;
}
.s-videos .c-videos--grid .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: #ac4e00;
  color: white;
  border-radius: 50%;
  box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.15), 0 0 0 7px rgba(255, 255, 255, 0.15), 0 0 8px rgba(0, 0, 0, 0.5);
  transition: .5s;
}
.s-videos .c-videos--grid .c-videos__play-btn::-ms-expand {
  display: none;
}
.s-videos .c-videos--grid .c-videos__play-btn::after {
  display: inline-flex;
  line-height: 1;
  content: '\e050';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  font-family: 'sidearm_font_v2';
}
.s-videos .c-videos--grid .c-videos__play-btn::after::before {
  margin: 0;
}
.s-videos .c-videos--grid .c-videos__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  padding-top: 24px;
}
.s-videos .c-videos--grid .c-videos__title {
  color: #333f48;
  font-family: 'Arimo', arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.406rem;
  text-align: left;
  margin-bottom: 24px;
}
.s-videos .c-videos--grid .c-videos__meta {
  margin-top: auto;
  color: #616161;
  font-size: 0.875rem;
}
.s-videos .c-videos--grid .c-videos__divider {
  margin: 0 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ac4e00;
}
@media screen and (max-width: 767px) {
  .s-videos .c-videos--grid .c-videos__list {
    display: block;
  }
  .s-videos .c-videos--grid .c-videos__item {
    display: block;
    width: 100%;
  }
  .s-videos .c-videos--grid .c-videos__item:nth-child(even) {
    border-left: none;
  }
  .s-videos .c-videos--grid .c-videos__item-inner {
    padding: 12px 24px;
  }
  .s-videos .c-videos--grid .c-videos__details {
    padding-top: 12px;
  }
  .s-videos .c-videos--grid .c-videos__title {
    font-size: .875rem;
  }
}
/* ========== STAT LEADERS ========== */

.s-stats {
  margin-top: 12px;
}
.s-stats .c-statleaders__filter {
  position: relative;
  height: 48px;
  background: whitesmoke;
}
.s-stats .c-statleaders__filter::before {
  content: '';
  position: absolute;
  left: 18px;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #ac4e00;
  pointer-events: none;
}
.s-stats .c-statleaders__filter::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: '\e033';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 100%;
  font-family: 'sidearm_font_v2';
  color: #616161;
  font-size: 20px;
  line-height: 1;
  background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, whitesmoke 32px);
  pointer-events: none;
}
.s-stats .c-statleaders__filter-select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  padding: 0 60px 0 24px;
  height: 100%;
  color: #333f48;
  font-size: 0.875rem;
  font-weight: 700;
}
.s-stats .c-statleaders__filter-select::-ms-expand {
  display: none;
}
.s-stats .c-statleaders__nodata {
  padding: 12px 24px;
  text-align: center;
  font-size: .875rem;
}
.s-stats .c-statleaders__item {
  padding: 24px;
  border-bottom: 1px solid #ebebeb;
}
.s-stats .c-statleaders__media-container {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}
.s-stats .c-statleaders__details {
  font-size: 0.875rem;
}
.s-stats .c-statleaders__name {
  font-weight: 700;
  color: #ac4e00;
  text-decoration: none;
}
.s-stats .c-statleaders__name:hover,
.s-stats .c-statleaders__name:focus,
.s-stats .c-statleaders__name.sidearm-hover {
  text-decoration: underline;
}
@media screen and (max-width: 1260px) {
  .s-stats {
    width: calc(50% - 6px);
    margin-top: 12px;
  }
  .s-stats + .s-social {
    width: calc(50% - 6px);
  }
  .s-stats + .s-social .c-contentstream__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .s-stats {
    width: 100%;
  }
  .s-stats + .s-social {
    width: 100%;
  }
}
/* ========== CONTENT STREAM ========== */

.s-social {
  margin-top: 12px;
}
.s-social .c-contentstream {
  overflow-anchor: none;
}
.s-social .c-contentstream__filter {
  border-bottom: 1px solid #ebebeb;
  background: whitesmoke;
  height: 48px;
}
.s-social .c-contentstream__filter-item {
  padding: 0 6px;
}
.s-social .c-contentstream__filter-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 6px;
  height: 100%;
  color: #333f48;
  font-size: 0.875rem;
}
.s-social .c-contentstream__filter-button::-ms-expand {
  display: none;
}
.s-social .c-contentstream__filter-button::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: #d9d9d9;
  transition: .25s;
}
.s-social .c-contentstream__filter-button.is-active {
  font-weight: 700;
  color: #ac4e00;
}
.s-social .c-contentstream__filter-button.is-active::before {
  background: #ac4e00;
  width: 100%;
}
.s-social .c-contentstream__filter-button:not(.is-active):hover::before,
.s-social .c-contentstream__filter-button:not(.is-active):focus::before,
.s-social .c-contentstream__filter-button:not(.is-active).sidearm-hover::before {
  width: 100%;
}
.s-social .c-contentstream__stream {
  padding: 12px;
}
.s-social .c-contentstream__item {
  width: 100%;
  padding: 12px;
}
.s-social .c-contentstream__item-inner {
  border: 1px solid #ebebeb;
}
.s-social .c-contentstream__item.c-contentstream__item--twitter .c-contentstream__type {
  color: #1f76d8;
}
.s-social .c-contentstream__item.c-contentstream__item--twitter .c-contentstream__media + .c-contentstream__type {
  color: white;
}
.s-social .c-contentstream__item.c-contentstream__item--instagram .c-contentstream__type {
  color: white;
}
.s-social .c-contentstream__user {
  border-top: 1px solid #ebebeb;
  background: #fcfcfc;
  padding: 12px;
  color: #333f48;
  font-size: 0.75rem;
}
.s-social .c-contentstream__user-image {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}
.s-social .c-contentstream__user-details {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
}
.s-social .c-contentstream__user-name {
  font-weight: 700;
}
.s-social .c-contentstream__user-screen {
  text-decoration: none;
}
.s-social .c-contentstream__user-screen:hover,
.s-social .c-contentstream__user-screen:focus,
.s-social .c-contentstream__user-screen.sidearm-hover {
  text-decoration: underline;
  color: #ac4e00;
}
.s-social .c-contentstream__media {
  display: block;
}
.s-social .c-contentstream__media-image {
  display: block;
  width: 100%;
  height: auto;
}
.s-social .c-contentstream__media-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
}
.s-social .c-contentstream__media-play::-ms-expand {
  display: none;
}
.s-social .c-contentstream__media.aspect {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.s-social .c-contentstream__media.aspect .c-contentstream__media-image {
  position: absolute;
  top: 0;
  left: 0;
}
.s-social .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);
}
.s-social .c-contentstream__media ~ .c-contentstream__body {
  padding-top: 24px;
}
.s-social .c-contentstream__type {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
  font-size: 1.5rem;
}
.s-social .c-contentstream__type .sidearm-icon {
  display: inline-flex;
  line-height: 1;
}
.s-social .c-contentstream__type .sidearm-icon::before {
  margin: 0;
}
.s-social .c-contentstream__body {
  padding: 48px 12px 24px;
}
.s-social .c-contentstream__text {
  font-size: .75rem;
}
.s-social .c-contentstream__text a {
  color: #ac4e00;
  text-decoration: none;
}
.s-social .c-contentstream__text a:hover,
.s-social .c-contentstream__text a:focus,
.s-social .c-contentstream__text a.sidearm-hover {
  text-decoration: underline;
}
.s-social .c-contentstream__footer {
  padding-top: 0;
}
.s-social .c-contentstream .showcase-modal {
  display: flex;
  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);
}
.s-social .c-contentstream .showcase-modal__inner {
  max-width: 1416px;
  width: 100%;
}
.s-social .c-contentstream .showcase-modal__player {
  max-height: 100vh;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-social .c-contentstream .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #b54d00;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  transition: .25s;
}
.s-social .c-contentstream .showcase-modal__close::-ms-expand {
  display: none;
}
.s-social .c-contentstream .showcase-modal__close:hover,
.s-social .c-contentstream .showcase-modal__close:focus,
.s-social .c-contentstream .showcase-modal__close.sidearm-hover {
  background: #b54d00;
  color: white;
}
.s-social .c-contentstream .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1260px) {
  .s-social {
    width: 100%;
  }
  .s-social .c-contentstream__stream {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .s-social .c-contentstream__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .s-social .c-contentstream__stream,
  .s-social .c-contentstream__item {
    padding: 6px 12px;
  }
  .s-social .c-contentstream__item {
    width: 100%;
  }
}
/* ========== OUR STORIES ========== */

.s-our-stories {
  background: #ac4e00;
}
.s-our-stories .s-our-stories__inner::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 66.66666%;
  height: 100%;
  background-image: linear-gradient(to right, #e96c28 0%, rgba(172, 78, 0, 0) 100%);
}
.s-our-stories .s-our-stories__details {
  position: relative;
  z-index: 3;
  padding: 48px;
}
.s-our-stories .s-our-stories__logo {
  width: 94px;
}
.s-our-stories .s-our-stories__title {
  margin-top: 84px;
  text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
  color: white;
  font-family: 'Anton', arial, sans-serif;
  font-size: 9rem;
  line-height: 1;
  text-transform: uppercase;
}
.s-our-stories .s-our-stories__subtitle {
  margin-top: 24px;
  text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.s-our-stories .s-our-stories__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  border: 1px solid white;
  height: 48px;
  padding: 0 32px;
  border-radius: 4px;
  color: #ac4e00;
  background: white;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: .25s;
}
.s-our-stories .s-our-stories__button:hover,
.s-our-stories .s-our-stories__button:focus,
.s-our-stories .s-our-stories__button.sidearm-hover {
  background: #ac4e00;
  color: white;
}
.s-our-stories .s-our-stories__cutout {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 607px;
  height: 750px;
}
.s-our-stories .s-our-stories__ad {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 4;
}
@media screen and (max-width: 1260px) {
  .s-our-stories {
    margin-top: 112px;
  }
}
@media screen and (max-width: 1024px) {
  .s-our-stories .s-our-stories__inner::before {
    z-index: 3;
  }
  .s-our-stories .s-our-stories__details {
    padding: 36px 24px;
    height: 600px;
  }
  .s-our-stories .s-our-stories__title {
    margin-top: 24px;
  }
  .s-our-stories .s-our-stories__cutout {
    width: 480px;
    height: 700px;
  }
}
@media screen and (max-width: 767px) {
  .s-our-stories {
    margin-top: 72px;
  }
  .s-our-stories .s-our-stories__inner::before {
    z-index: 1;
  }
  .s-our-stories .s-our-stories__ad {
    top: 12px;
    right: 12px;
  }
  .s-our-stories .s-our-stories__details {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .s-our-stories .s-our-stories__details::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, #e96c28 0%, rgba(172, 78, 0, 0) 100%);
  }
  .s-our-stories .s-our-stories__logo {
    width: 72px;
  }
  .s-our-stories .s-our-stories__title {
    margin-top: 12px;
    font-size: 6rem;
  }
  .s-our-stories .s-our-stories__subtitle {
    margin-top: 12px;
    font-size: .875rem;
  }
  .s-our-stories .s-our-stories__button {
    margin-top: 24px;
    height: 40px;
    align-self: center;
  }
  .s-our-stories .s-our-stories__details {
    height: 475px;
  }
  .s-our-stories .s-our-stories__cutout {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    bottom: initial;
    right: 50%;
    top: initial;
    bottom: 0;
    transform: translateX(50%);
    width: 100%;
    max-width: 400px;
    height: initial;
    background: none;
  }
}
/* ========== PROMO - GAMEDAY ========== */

.s-promo-gameday .ad {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
/* ========== CALLOUT ========== */

.s-callout {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 240px 0 48px;
  background: white url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/texassports_com/responsive_2021/images/thisistexas_bg.jpg") no-repeat center top;
  background-size: cover;
}
.s-callout .c-slideshow--row .c-slideshow__item {
  position: relative;
  padding: 0 48px;
}
.s-callout .c-slideshow--row .c-slideshow__callout {
  position: absolute;
  left: 48px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  text-shadow: 0.313rem 0.313rem 1.25rem rgba(0, 0, 0, 0.4);
}
.s-callout .c-slideshow--row .c-slideshow__callout-secondary {
  font-size: 3rem;
  color: #333f48;
  font-family: 'Anton', arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .s-callout .c-slideshow--row .c-slideshow__callout-secondary {
    font-size: calc(3rem + (4.5 - 3) * (100vw - 48rem) / (88.5 - 48));
  }
}
@media screen and (min-width: 1416px) {
  .s-callout .c-slideshow--row .c-slideshow__callout-secondary {
    font-size: 4.5rem;
  }
}
.s-callout .c-slideshow--row .c-slideshow__callout-primary {
  font-size: 9rem;
  color: #c15d26;
  font-family: 'Anton', arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .s-callout .c-slideshow--row .c-slideshow__callout-primary {
    font-size: calc(9rem + (18 - 9) * (100vw - 48rem) / (88.5 - 48));
  }
}
@media screen and (min-width: 1416px) {
  .s-callout .c-slideshow--row .c-slideshow__callout-primary {
    font-size: 18rem;
  }
}
.s-callout .c-slideshow--row .c-slideshow__media-container {
  max-width: 60%;
}
.s-callout .c-slideshow--row .c-slideshow__media {
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.5);
}
.s-callout .common-ad .dfp-ad {
  margin: 126px auto 0;
}
@media screen and (max-width: 767px) {
  .s-callout {
    padding: 200px 0 24px;
  }
  .s-callout .c-slideshow--row .c-slideshow__item {
    display: block;
    padding: 0 12px;
  }
  .s-callout .c-slideshow--row .c-slideshow__callout {
    position: relative;
    left: initial;
    top: initial;
    transform: none;
    text-align: center;
  }
  .s-callout .c-slideshow--row .c-slideshow__media-container {
    margin-top: -36px;
    max-width: initial;
    width: 100%;
    padding: 0 12px;
  }
  .s-callout .c-slideshow--row .c-slideshow__media {
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 400px) {
  .s-callout .c-slideshow--row .c-slideshow__callout-primary {
    font-size: 7rem;
  }
}
/* ========== PROMO ========== */

.s-promo .ads-container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  background: black;
  margin: 60px auto;
}
.s-promo .ads-container .slick-list {
  flex: 1 0 100%;
}
.s-promo .ads-container .slick-prev,
.s-promo .ads-container .slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  flex: 0 1 auto;
  position: relative;
  border-radius: 4px;
  font-size: 0;
  height: 36px;
  background: rgba(51, 63, 72, 0);
  color: white;
  overflow: hidden;
  transition: .25s;
}
.s-promo .ads-container .slick-prev::-ms-expand,
.s-promo .ads-container .slick-next::-ms-expand {
  display: none;
}
.s-promo .ads-container .slick-prev::before,
.s-promo .ads-container .slick-next::before {
  display: inline-flex;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'sidearm_font_v2';
  font-size: 1.5rem;
}
.s-promo .ads-container .slick-prev::before::before,
.s-promo .ads-container .slick-next::before::before {
  margin: 0;
}
.s-promo .ads-container .slick-prev:not(.slick-disabled):hover,
.s-promo .ads-container .slick-next:not(.slick-disabled):hover,
.s-promo .ads-container .slick-prev:not(.slick-disabled):focus,
.s-promo .ads-container .slick-next:not(.slick-disabled):focus {
  background: white;
  color: rgba(51, 63, 72, 0);
}
.s-promo .ads-container .slick-prev.slick-disabled,
.s-promo .ads-container .slick-next.slick-disabled {
  cursor: not-allowed;
}
.s-promo .ads-container .slick-prev.slick-disabled::before,
.s-promo .ads-container .slick-next.slick-disabled::before {
  opacity: 0.3;
}
.s-promo .ads-container .slick-prev {
  width: 36px;
}
.s-promo .ads-container .slick-prev::before {
  content: '\e005';
}
.s-promo .ads-container .slick-next {
  width: 36px;
}
.s-promo .ads-container .slick-next::before {
  content: '\e006';
}
.s-promo .ads-container .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  order: 2;
  border-radius: 4px;
  padding: 0 12px;
  margin: 0 48px;
  height: 36px;
  color: #333f48;
  font-family: 'Anton', arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: .25s;
}
.s-promo .ads-container .slick-pause-play::-ms-expand {
  display: none;
}
.s-promo .ads-container .slick-pause-play::before,
.s-promo .ads-container .slick-pause-play::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 48px;
  height: 1px;
  background: #d9d9d9;
  pointer-events: none;
}
.s-promo .ads-container .slick-pause-play::before {
  right: 100%;
}
.s-promo .ads-container .slick-pause-play::after {
  left: 100%;
}
.s-promo .ads-container .slick-pause-play:hover,
.s-promo .ads-container .slick-pause-play:focus {
  background: white;
  color: rgba(51, 63, 72, 0);
}
.s-promo .ads-container .slick-next {
  order: 3;
}
.s-promo .ads-container .slick-prev,
.s-promo .ads-container .slick-next,
.s-promo .ads-container .slick-pause-play {
  margin-top: -48px;
}
.s-promo .ads-container .slick-prev:not(.slick-disabled):hover,
.s-promo .ads-container .slick-next:not(.slick-disabled):hover,
.s-promo .ads-container .slick-pause-play:not(.slick-disabled):hover,
.s-promo .ads-container .slick-prev:not(.slick-disabled):focus,
.s-promo .ads-container .slick-next:not(.slick-disabled):focus,
.s-promo .ads-container .slick-pause-play:not(.slick-disabled):focus {
  background: #333f48;
  color: white;
}
.s-promo .ads-container .slick-pause-play {
  color: white;
}
.s-promo .ads-container .slick-pause-play::before,
.s-promo .ads-container .slick-pause-play::after {
  background: white;
}
@media screen and (max-width: 1024px) {
  .s-promo .ads-container {
    margin: 48px auto;
  }
}
@media screen and (max-width: 767px) {
  .s-promo .s-promo__inner {
    padding: 0 12px;
  }
  .s-promo .ads-container {
    margin: 24px auto;
  }
}
/* ========== MAIN FOOTER ========== */

.main-footer .main-footer__sponsors {
  border-top: 1px solid #ebebeb;
  background: white;
}
.main-footer .main-footer__sponsors .ads-container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 36px 0 48px;
}
.main-footer .main-footer__sponsors .ads-container .slick-list {
  flex: 1 0 100%;
}
.main-footer .main-footer__sponsors .ads-container .slick-prev,
.main-footer .main-footer__sponsors .ads-container .slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  flex: 0 1 auto;
  position: relative;
  border-radius: 4px;
  font-size: 0;
  height: 36px;
  background: white;
  color: #ac4e00;
  overflow: hidden;
  transition: .25s;
}
.main-footer .main-footer__sponsors .ads-container .slick-prev::-ms-expand,
.main-footer .main-footer__sponsors .ads-container .slick-next::-ms-expand {
  display: none;
}
.main-footer .main-footer__sponsors .ads-container .slick-prev::before,
.main-footer .main-footer__sponsors .ads-container .slick-next::before {
  display: inline-flex;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'sidearm_font_v2';
  font-size: 1.5rem;
}
.main-footer .main-footer__sponsors .ads-container .slick-prev::before::before,
.main-footer .main-footer__sponsors .ads-container .slick-next::before::before {
  margin: 0;
}
.main-footer .main-footer__sponsors .ads-container .slick-prev:not(.slick-disabled):hover,
.main-footer .main-footer__sponsors .ads-container .slick-next:not(.slick-disabled):hover,
.main-footer .main-footer__sponsors .ads-container .slick-prev:not(.slick-disabled):focus,
.main-footer .main-footer__sponsors .ads-container .slick-next:not(.slick-disabled):focus {
  background: #ac4e00;
  color: white;
}
.main-footer .main-footer__sponsors .ads-container .slick-prev.slick-disabled,
.main-footer .main-footer__sponsors .ads-container .slick-next.slick-disabled {
  cursor: not-allowed;
}
.main-footer .main-footer__sponsors .ads-container .slick-prev.slick-disabled::before,
.main-footer .main-footer__sponsors .ads-container .slick-next.slick-disabled::before {
  opacity: 0.3;
}
.main-footer .main-footer__sponsors .ads-container .slick-prev {
  width: 36px;
}
.main-footer .main-footer__sponsors .ads-container .slick-prev::before {
  content: '\e005';
}
.main-footer .main-footer__sponsors .ads-container .slick-next {
  width: 36px;
}
.main-footer .main-footer__sponsors .ads-container .slick-next::before {
  content: '\e006';
}
.main-footer .main-footer__sponsors .ads-container .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  order: 2;
  border-radius: 4px;
  padding: 0 12px;
  margin: 0 48px;
  height: 36px;
  color: #333f48;
  font-family: 'Anton', arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: .25s;
}
.main-footer .main-footer__sponsors .ads-container .slick-pause-play::-ms-expand {
  display: none;
}
.main-footer .main-footer__sponsors .ads-container .slick-pause-play::before,
.main-footer .main-footer__sponsors .ads-container .slick-pause-play::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 48px;
  height: 1px;
  background: #d9d9d9;
  pointer-events: none;
}
.main-footer .main-footer__sponsors .ads-container .slick-pause-play::before {
  right: 100%;
}
.main-footer .main-footer__sponsors .ads-container .slick-pause-play::after {
  left: 100%;
}
.main-footer .main-footer__sponsors .ads-container .slick-pause-play:hover,
.main-footer .main-footer__sponsors .ads-container .slick-pause-play:focus {
  background: #ac4e00;
  color: white;
}
.main-footer .main-footer__sponsors .ads-container .slick-next {
  order: 3;
}
.main-footer .main-footer__sponsors .ads-container .slick-list {
  margin: 0 -12px;
}
.main-footer .main-footer__sponsors .ad {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 12px;
}
.main-footer .main-footer__affiliates {
  border-top: 1px solid #ebebeb;
  background: white;
}
.main-footer .main-footer__affiliate {
  flex: 1 1 auto;
  padding: 24px;
  height: 230px;
  transition: .25s;
}
.main-footer .main-footer__affiliate:not(:first-child) {
  border-left: 1px solid #ebebeb;
}
.main-footer .main-footer__affiliate:hover,
.main-footer .main-footer__affiliate:focus,
.main-footer .main-footer__affiliate.sidearm-hover {
  background: whitesmoke;
}
.main-footer .main-footer__bar {
  height: 96px;
  background: #ac4e00;
  color: white;
  font-size: .875rem;
}
.main-footer .main-footer__bar-inner {
  height: 100%;
}
.main-footer .main-footer__hashtag {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-footer .main-footer__hashtag::before {
  content: '';
  display: inline-block;
  margin: 0 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
}
.main-footer .main-footer__links {
  margin-left: auto;
}
.main-footer .main-footer__link {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-footer .main-footer__link-url {
  color: white;
  text-decoration: none;
}
.main-footer .main-footer__link-url:hover,
.main-footer .main-footer__link-url:focus,
.main-footer .main-footer__link-url.sidearm-hover {
  text-decoration: underline;
}
.main-footer .main-footer__link + .main-footer__link::before {
  content: '';
  display: inline-block;
  margin: 0 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
}
.main-footer .main-footer__common {
  background: black;
}
@media screen and (max-width: 1024px) {
  .main-footer .main-footer__sponsors .ads-container {
    padding: 12px 0 24px;
  }
  .main-footer .main-footer__affiliate {
    height: 157px;
  }
  .main-footer .main-footer__bar {
    font-size: .75rem;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .main-footer .main-footer__sponsors .ads-container {
    padding: 0 0 12px;
  }
  .main-footer .main-footer__sponsors-inner {
    padding: 0 12px;
  }
  .main-footer .main-footer__affiliates-inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .main-footer .main-footer__affiliate {
    width: 50%;
    padding: 12px;
  }
  .main-footer .main-footer__affiliate:not(:first-child) {
    border-top: 1px solid #ebebeb;
    border-left: none;
  }
  .main-footer .main-footer__affiliate:nth-child(even) {
    border-right: 1px solid #ebebeb;
  }
  .main-footer .main-footer__affiliate.main-footer__affiliate--edu {
    width: 100%;
  }
  .main-footer .main-footer__bar {
    height: initial;
  }
  .main-footer .main-footer__bar-inner {
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 24px 12px;
  }
  .main-footer .main-footer__bar-primary {
    display: block;
    text-align: center;
  }
  .main-footer .main-footer__hashtag {
    display: inline-block;
  }
  .main-footer .main-footer__links {
    margin: 12px auto 0;
  }
}
/* ========== CUSTOM STORY TEMPLATE ========== */

.article-wrapper .article-main {
  flex: 1 3 1056px;
  -webkit-flex: 1 3 1056px;
  min-width: 1px;
  min-height: 1px;
}
.article-wrapper .article-image-container .video-is-playing .showcase-video-player {
  z-index: 999;
}
.article-wrapper .article-image-container .showcase-play-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('//s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png') no-repeat center center;
  background-size: contain;
  font-size: 0;
}
.article-wrapper .article-image-container .showcase-play-button::-ms-expand {
  display: none;
}
.article-wrapper .article-image-container .showcase-play-button:focus {
  outline: 2px dashed #c15d26;
}
.article-wrapper .article-image-container .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-wrapper .article-header {
  padding: 24px 0;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}
.article-wrapper .article-date-sport {
  color: #ac4e00;
  font-size: 18px;
  font-weight: 700;
}
.article-wrapper .article-headline {
  color: #616161;
  font-family: 'Anton', arial, sans-serif;
  font-size: 58px;
  font-weight: 400;
  margin: 12px 0;
  line-height: 1.2;
}
.article-wrapper .article-subheadline {
  color: #616161;
  font-style: italic;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.article-wrapper .article-share-links {
  margin-bottom: 36px;
}
.article-wrapper .article-share-links li {
  margin-right: 4px;
}
.article-wrapper .article-share-links a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
  background-color: #b54d00;
  width: 45px;
  height: 35px;
  line-height: 35px;
  transition: 0.25s;
}
.article-wrapper .article-share-links a.article-share-print {
  background-color: #c15d26;
}
.article-wrapper .article-share-links a.article-share-print:hover {
  background-color: #d87138;
}
.article-wrapper .article-share-links a.article-share-facebook {
  background-color: #3b5998;
}
.article-wrapper .article-share-links a.article-share-facebook:hover {
  background-color: #466ab5;
}
.article-wrapper .article-share-links a.article-share-twitter {
  background-color: #1b95e0;
}
.article-wrapper .article-share-links a.article-share-twitter:hover {
  background-color: #3ca6e8;
}
.article-wrapper .article-share-links a.article-share-email {
  background-color: #ff9c00;
}
.article-wrapper .article-share-links a.article-share-email:hover {
  background-color: #ffac29;
}
.article-wrapper .article-share-links a.article-share-pinterest {
  background-color: #bd081c;
}
.article-wrapper .article-share-links a.article-share-pinterest:hover {
  background-color: #e40a22;
}
.article-wrapper .article-links {
  position: relative;
  float: right;
}
.article-wrapper .article-links ul {
  width: 300px;
  margin: 0 0 12px 12px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.article-wrapper .article-links ul li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  border-top: 1px solid #9f4d1f;
  background-color: #c15d26;
}
.article-wrapper .article-links ul li:last-child {
  border-bottom: 1px solid #616161;
}
.article-wrapper .article-links ul li .pdf-icon {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  order: 1 !important;
  -webkit-order: 1 !important;
  padding: 0 12px !important;
  background-color: transparent;
}
.article-wrapper .article-links ul li a {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  order: 2;
  -webkit-order: 2;
  transition: .2s;
  display: block;
  color: white;
  line-height: 36px;
  text-decoration: none;
  padding: 0 12px;
  background-color: #c15d26;
  border: none;
}
.article-wrapper .article-links ul li a:hover {
  background-color: #9f4d1f;
  color: white;
}
.article-wrapper .article-content-wrapper {
  padding: 36px 24px 60px 0;
  border-right: 1px solid #cdcdcd;
}
.article-wrapper .article-content {
  color: #616161;
  line-height: 1.55;
  font-size: 18px;
}
.article-wrapper .article-related {
  flex: 1 1 360px;
  -webkit-flex: 1 1 360px;
  min-width: 1px;
  min-height: 1px;
  padding: 30px 24px;
  min-width: 324px;
}
.article-wrapper .article-related__header {
  text-align: center;
  text-transform: uppercase;
  color: #616161;
  font-family: 'Anton', arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  margin: 0 0 12px;
}
.article-wrapper .article-related__ad {
  margin: 0 -24px;
}
.article-wrapper .article-related__ad .ad,
.article-wrapper .article-related__ad .dfp-ad {
  margin: 0 auto 36px;
  text-align: center;
}
.article-wrapper .print-friendly-story-button {
  display: none;
}
.article-wrapper .c-stories--related {
  margin-bottom: 48px;
}
.article-wrapper .c-stories--related .c-stories__item {
  margin: 20px 0;
}
.article-wrapper .c-stories--related .c-stories__url {
  text-decoration: none;
  color: #ac4e00;
  font-size: 20px;
  display: block;
}
.article-wrapper .c-stories--related .c-stories__url:hover {
  text-decoration: underline;
}
.article-wrapper.sportfile .article-email {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .article-wrapper .article-header,
  .article-wrapper .article-content-wrapper {
    border-right: none;
    padding: 36px 0 60px;
  }
  .article-wrapper .article-headline {
    font-size: 40px;
  }
  .article-wrapper .article-related {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .article-wrapper .article-related__ad {
    padding: 12px;
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
    margin: 0;
  }
  .article-wrapper .article-related-container {
    order: 1;
    -webkit-order: 1;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .article-wrapper .article-headline {
    font-size: 48px;
  }
  .article-wrapper .article-related {
    display: block;
  }
  .article-wrapper .article-related__ad {
    padding: 0;
  }
  .article-wrapper .article-links {
    width: 100%;
    float: none;
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 540px) {
  .article-wrapper .article-headline {
    font-size: 22px;
  }
}
.article-wrapper.sportfile .c-countdown__item {
  background-color: white;
  border-bottom: 5px solid #ac4e00;
  padding: 15px 12px;
  margin-bottom: 24px;
}
.article-wrapper.sportfile .c-countdown__logo {
  margin: 0 12px;
}
.article-wrapper.sportfile .c-countdown__indicator {
  font-weight: 700;
  text-transform: uppercase;
  color: #616161;
  font-size: 18px;
  font-family: 'Anton', arial, sans-serif;
}
.article-wrapper.sportfile .c-countdown__title {
  color: #ac4e00;
  margin: 0 36px;
  font-family: 'Anton', arial, sans-serif;
  font-size: 38px;
}
.article-wrapper.sportfile .c-countdown__ad {
  margin-right: 24px;
}
.article-wrapper.sportfile .c-countdown__time-wrapper {
  margin: 0 18px;
  line-height: 0.95;
}
.article-wrapper.sportfile .c-countdown__time {
  color: #ac4e00;
  font-size: 38px;
  font-family: 'Anton', arial, sans-serif;
  font-weight: 700;
}
.article-wrapper.sportfile .c-countdown__label {
  color: #616161;
  font-size: 18px;
  text-transform: uppercase;
}
.sidearm-story-template-links-list li {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  background-color: #c15d26;
}
.sidearm-story-template-links-list li .pdf-icon {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  order: 1 !important;
  -webkit-order: 1 !important;
  padding: 12px !important;
  background-color: transparent;
}
.sidearm-story-template-links-list li a {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  order: 2;
  -webkit-order: 2;
}
.pdf-link-icon {
  vertical-align: middle;
}
table.texas_striped_table {
  border-collapse: collapse;
}
table.texas_striped_table th {
  background-color: #ac4e00;
  color: white;
  border: 1px solid #c15d26;
}
table.texas_striped_table tr {
  background-color: white;
}
table.texas_striped_table tr:nth-child(even) {
  background-color: #ebebeb;
}
table.texas_striped_table td {
  border: 1px solid #d9d9d9;
}
