a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #a60c31;
  color: white;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: white;
}
a.sidearm-skip-link:focus {
  position: fixed;
  left: 0;
  z-index: 9999999;
}
/*Fonts*/
/*Colors*/
body {
  font: 14px/1.4 'Mulish', arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background-color: whitesmoke;
}
.showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  font-size: 0;
  position: absolute;
  padding: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: white;
  display: flex;
  justify-content: center;
  border: none;
  align-items: center;
  transition: .25s;
  color: #9e1b32;
  z-index: 10;
}
.showcase-play-button::after {
  content: '\e050';
  color: #9e1b32;
  font-family: 'sidearm_font_v2';
  font-size: 28px;
  transition: .25s;
}
.showcase-play-button:hover {
  background-color: #9e1b32;
  transition: .25s;
}
.showcase-play-button:hover::after {
  color: white;
  transition: .25s;
}
/*Stories Video*/

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

.content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-ad .dfp-ad {
    margin: 24px auto;
  }
}
/*Mixins*/
/*Social Media Brand Colors*/
/*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: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.hide {
  background: black;
  color: white;
}
html.navigation-loaded .loading-indicator {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
/*** Logo Loader Three - Grow and Flip ***/

.loading-indicator {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html.navigation-loaded .loading-indicator {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
/*** Main Content Placeholder Index ***/

html.index .main-content-placeholder {
  min-height: 150vh;
  opacity: 0;
  transition: opacity 0.2s ease-in-out 0.3s;
}
html.index.navigation-loaded .main-content-placeholder {
  min-height: 0;
  opacity: 1;
}
/*Row Styles*/

.row {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}
.row.pad {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 540px) {
  .row.pad {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.row.no-pad {
  max-width: 1176px;
}
.row.row-wide {
  max-width: 2000px;
}
@media screen and (max-width: 1176px) {
  .row.extra-pad {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
/*Slick Dots*/

ul.slick-dots {
  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;
}
ul.slick-dots button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
}
/** Slick Arrows/Pause Order **/
/*Slick Arrows Mixin*/
/** --------------------  END OF DEFAULT/MIXINS CODE -------------------- **/

/** ========== MAIN CONTENT PLACEHOLDER / HEADROOM ========== **/

html.wide:not(.custom) .main-content-placeholder {
  max-width: 1224px;
  margin: 0 auto;
  padding: 24px 24px 24px;
  background-color: white;
}
html .main-content-placeholder {
  padding-top: 24px;
}
html.headroom--not-top .main-header {
  position: fixed;
}
html.headroom--not-top .main-content-placeholder {
  margin-top: 80px;
}
html.headroom--not-top .c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner {
  height: calc(100vh - 80px);
}
html.headroom--not-top .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  height: calc(100vh - 80px);
}
html.headroom--not-top .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  height: calc(100vh - 160px);
}
html.sport.headroom--not-top .main-content-placeholder {
  margin-top: 160px;
}
html:not(.index).headroom--not-top .main-content-placeholder {
  margin-top: 80px;
}
html:not(.index).sport.headroom--not-top .main-content-placeholder {
  margin-top: 160px;
}
@media screen and (max-width: 1024px) {
  html .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
    height: calc(100vh - 194px);
  }
}
@media screen and (max-width: 767px) {
  html .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
    height: calc(100vh - 154px);
  }
  html .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    height: calc(100vh - 234px);
  }
}
/** ========== Main Header ========== **/

.main-header {
  width: 100%;
  top: 0;
  z-index: 999;
  position: relative;
}
.main-header__top-ad {
  background-color: white;
  z-index: 100;
  position: relative;
}
.main-header__top-ad-inner {
  height: 90px;
}
.main-header__top-ad .sidearm-dfp-ad {
  margin: 12px auto;
}
@media screen and (max-width: 1024px) {
  .main-header__top-ad-inner {
    height: 114px;
  }
}
@media screen and (max-width: 767px) {
  .main-header__top-ad-inner {
    height: 74px;
  }
}
.main-header__nav {
  background-color: #9e1b32;
  height: 80px;
  position: relative;
}
.main-header__nav-wrapper {
  height: 80px;
}
.main-header__logo-container {
  flex: 0 0 88px;
  z-index: 999;
  margin: 0 12px;
  position: relative;
  transition: .25s;
}
.main-header__logo-container a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header__logo-container img {
  width: 60px;
  transition: .25s;
}
.main-header__ad {
  display: flex;
  align-items: center;
}
.main-header__ad .ad {
  padding: 0 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.main-header__calendar {
  display: none;
  margin-left: auto;
}
.main-header__calendar a {
  color: white;
  font-size: 24px;
  height: 80px;
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .25s;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.main-header__calendar a:hover {
  color: #9e1b32;
  background-color: white;
}
.main-header__tickets .ads-container {
  display: flex;
  align-items: center;
}
.main-header__tickets .ads-container a {
  color: white;
  font-size: 24px;
  height: 80px;
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .25s;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.main-header__tickets .ads-container a span > span {
  display: none;
}
.main-header__tickets .ads-container a:hover {
  color: #9e1b32;
  background-color: white;
  transition: .25s;
}
.main-header__tickets .ads-container.is-accessible .icons-ad .icons-ad__link {
  text-decoration: none;
}
.main-header__tickets .ads-container.is-accessible .icons-ad .icons-ad__link span.sidearm-icon {
  font-size: inherit !important;
}
.main-header__tickets .ads-container.is-accessible .icons-ad .icons-ad__label {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
@media screen and (max-width: 1024px) {
  .main-header__calendar {
    display: flex;
  }
  .main-header__nav-row.row.pad {
    padding-right: 0;
  }
  .main-header__logo-container {
    margin: 0;
    flex: 0 0 50px;
  }
  .main-header__logo-container img {
    width: 50px;
  }
  .main-header__ad {
    border: none;
    padding: 0 24px;
  }
  .main-header__ad .ad img {
    border-radius: 50%;
  }
}
@media screen and (max-width: 400px) {
  .main-header__ad {
    padding: 0 12px;
  }
  .main-header__calendar a {
    width: 60px;
  }
  .main-header__tickets .ads-container a {
    width: 60px;
  }
}
/** ========== Main Nav ========== **/

.main-navigation {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .main-navigation {
    flex: 0 1 72px;
    order: 3;
  }
}
.c-navigation--main {
  justify-content: flex-end;
}
.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--main .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  width: 72px;
  height: 80px;
  font-size: 24px;
  color: white;
  transition: .25s;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.c-navigation--main .c-navigation__toggle.is-toggled {
  background-color: white;
  color: #9e1b32;
}
@media screen and (max-width: 1024px) {
  .c-navigation--main .c-navigation__toggle {
    border-left: none;
  }
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-1 {
  justify-content: space-around;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1 {
  height: 80px;
  line-height: 80px;
  transition: .25s;
  text-align: center;
  flex: 1 1 auto;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1 {
  background-color: white;
  color: #9e1b32;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1 {
  color: white;
  font-weight: 700;
  white-space: nowrap;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  position: relative;
  padding: 0 24px;
  transition: .25s;
  cursor: pointer;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  z-index: 997;
  background-color: white;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.15);
  max-height: calc(100vh - 170px);
  overflow-y: auto;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2.is-open {
  left: 0;
  opacity: 1;
  transition: 0s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner {
  margin: 0px auto;
  padding: 24px 24px 48px;
  width: 100%;
  max-width: 1224px;
  z-index: 997;
}
.c-navigation--main .c-navigation-desktop .c-navigation__column {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  padding: 0 12px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 24px;
  line-height: 48px;
  height: 48px;
  box-shadow: inset 0 -0.062rem 0 #e3e3e3;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator),
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) {
  background-color: #9e1b32;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__url--level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) .c-navigation__url--level-2 {
  color: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__separator {
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  box-shadow: none;
  padding: 0;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2 {
  color: black;
  font-size: 14px;
  font-weight: 600;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
  color: #9e1b32;
  font-weight: 700;
  font-size: 16px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child:last-child {
  margin-right: 0;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:hover {
  text-decoration: underline;
}
.c-navigation--main .c-navigation-desktop .c-navigation__sport--general ~ .roster,
.c-navigation--main .c-navigation-desktop .c-navigation__sport--general ~ .schedule {
  display: none;
}
.c-navigation--main .c-navigation-desktop .c-navigation__schedule-roster-news {
  position: relative;
  padding: 0 6px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social {
  width: 30px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  font-size: 0px !important;
  font-weight: 400;
  pointer-events: none;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social[href] {
  visibility: visible;
  display: flex;
  justify-content: center;
  pointer-events: all;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social::before {
  font-family: sidearm_font_v2;
  font-size: 16px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.facebook::before {
  content: '\e041';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.twitter::before {
  content: '\e035';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.instagram::before {
  content: '\e044';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.tickets::before {
  content: '\e108';
}
.c-navigation--main .c-navigation-desktop .c-navigation__ad {
  display: flex;
  padding-left: 12px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
  z-index: 800;
  background-color: rgba(0, 0, 0, 0.6);
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  height: calc(100vh - 170px);
  overflow: auto;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-1 {
  line-height: 72px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-1:first-child .c-navigation__url--level-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1::after {
  font-family: sidearm_font_v2;
  font-size: 20px;
  content: '\e008';
  margin-left: 12px;
  font-style: normal;
  display: block;
  transition: transform .25s;
  color: white;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  transform: rotate(-180deg);
  transition: transform .25s;
  color: black;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
  color: white;
  font-weight: 700;
  padding: 0 24px;
  font-size: 16px;
  background-color: #9e1b32;
  box-shadow: inset 0 -0.062rem 0 rgba(0, 0, 0, 0.12);
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1:hover,
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1.is-open,
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1.sidearm-hover,
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1:focus {
  background-color: white;
  color: #9e1b32;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
  background-color: whitesmoke;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2 {
  height: 60px;
  line-height: 60px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2:last-child {
  padding-bottom: 24px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__separator {
  height: 60px;
  line-height: 60px;
  color: black;
  font-size: 14px;
  font-weight: 900;
  padding: 0 24px;
  background-color: whitesmoke;
  box-shadow: inset 0 -0.062rem 0 #e3e3e3;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2 {
  color: black;
  font-size: 14px;
  font-weight: 600;
  background-color: whitesmoke;
  padding: 0 24px;
  box-shadow: inset 0 -0.062rem 0 #e3e3e3;
  line-height: 60px;
}
/** ========== Sport Navigation ========== **/

.sport-navigation {
  background-color: black;
  z-index: 996;
  height: 80px;
  width: 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 {
  justify-content: flex-end;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
  z-index: 500;
}
.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 {
  height: 4px;
  transition: .25s;
  pointer-events: none;
}
.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;
  max-height: calc(100vh - 250px);
  overflow: auto;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__additional .c-navigation__url--level-1 {
  font-weight: 900;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  color: white;
  font-weight: 600;
  line-height: 80px;
  font-size: 14px;
  position: relative;
  transition: .25s;
  padding: 0 6px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: white;
  transition: .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  color: white;
  font-size: 1rem;
  font-weight: 700;
  font-size: 16px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__ad {
  padding-left: 24px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  width: 360px;
  background-color: white;
  max-height: 0px;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  z-index: 500;
}
.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__item--level-2 {
  border-bottom: 1px solid #e3e3e3;
  line-height: 48px;
  background-color: white;
  transition: .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-2:hover {
  background-color: #9e1b32;
  transition: .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-2:hover .c-navigation__url--level-2 {
  transition: .25s;
  color: white;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  color: #9e1b32;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 12px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 80px;
  text-decoration: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  line-height: 80px;
  color: white;
  font-weight: 900;
  font-size: 14px;
  position: relative;
  transition: .25s;
  padding: 0 12px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  height: calc(100vh - 274px);
  overflow: 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: '\e008';
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-1 {
  line-height: 72px;
  transition: .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  color: white;
  font-weight: 700;
  padding: 0 24px;
  font-size: 16px;
  background-color: #9e1b32;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-decoration: none;
  display: flex;
}
.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.sidearm-hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:focus {
  background-color: white;
  color: #9e1b32;
}
.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;
  background-color: whitesmoke;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-2 {
  height: 60px;
  line-height: 60px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  color: black;
  font-weight: 600;
  padding: 0 24px;
  font-size: 14px;
  border-bottom: 1px solid #e3e3e3;
  line-height: 60px;
  text-decoration: none;
  display: flex;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
/** ========== COMMON HEADERS/ ARCHIVES/ BUTTONS ========== **/

.more-info {
  display: flex;
}
.more-info a {
  color: white;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 24px;
  background-color: #9e1b32;
  border-radius: 0.25rem;
  text-transform: uppercase;
  transition: .25s;
}
.more-info a i {
  font-size: 16px;
  padding-left: 6px;
  transition: transform 0.25s ease;
}
.more-info a:hover {
  color: #9e1b32;
  background-color: white;
}
.more-info a:hover i {
  transform: translateX(6px);
}
.more-info.parallax a:hover i {
  transform: none;
}
.archives a {
  color: white;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-color: #9e1b32;
  border-radius: 0.25rem;
  border: 1px solid #9e1b32;
  text-transform: uppercase;
  transition: .25s;
}
.archives a i {
  font-size: 16px;
  padding-left: 6px;
  transition: transform 0.25s ease;
}
.archives a:hover {
  color: #9e1b32;
  background-color: white;
}
.archives a:hover i {
  transform: translateX(6px);
}
@media screen and (max-width: 1132px) {
  .archives a {
    border-radius: initial;
  }
}
.archives.events {
  padding: 24px;
}
.archives.events a {
  background-color: black;
  border: 1px solid black;
  color: white;
}
.archives.events a:hover {
  color: black;
  background-color: white;
}
@media screen and (max-width: 1132px) {
  .archives.events a {
    border-radius: 0.25rem;
  }
}
.header {
  height: 62px;
  padding: 0 6px 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.header__title {
  color: black;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}
.header__title::after {
  content: '';
  position: absolute;
  bottom: -21px;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #9e1b32;
}
.atf__ad .ua-ad .ua-ad__background {
  padding-bottom: 28.65%;
}
.atf__secondary-ad .ad {
  padding-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .atf__ad .ua-ad .ua-ad__background {
    padding-bottom: 56.25%;
  }
  .atf__secondary-ad .ad {
    padding: 0 24px 24px;
  }
}
.ua-ad {
  position: relative;
  height: 100%;
  background: center center no-repeat black;
  background-size: cover;
  border-radius: 0.25rem;
}
.ua-ad::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: 1;
  border-radius: 0.25rem;
}
.ua-ad .ua-ad__background {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.ua-ad .ua-ad__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0.25rem;
}
.ua-ad .ua-ad__details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  border-radius: 0.25rem;
  z-index: 5;
}
.ua-ad .ua-ad__subtitle {
  color: white;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 12px;
}
.ua-ad .ua-ad__title {
  color: white;
  font-size: 1.375rem;
  font-weight: 700;
  padding-bottom: 12px;
}
.ua-ad .ua-ad__url {
  text-decoration: none;
  color: white;
}
.ua-ad .ua-ad__url:hover {
  text-decoration: underline;
}
.ua-ad .ua-ad__link {
  display: flex;
}
.ua-ad .ua-ad__button {
  color: white;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 24px;
  background-color: #9e1b32;
  border-radius: 0.25rem;
  text-transform: uppercase;
  transition: .25s;
}
.ua-ad .ua-ad__button i {
  font-size: 16px;
  padding-left: 6px;
  transition: transform 0.25s ease;
}
.ua-ad .ua-ad__button:hover {
  color: #9e1b32;
  background-color: white;
}
.ua-ad .ua-ad__button:hover i {
  transform: translateX(6px);
}
@media screen and (max-width: 540px) {
  .ua-ad .ua-ad__details {
    position: relative;
    padding: 0;
  }
  .ua-ad .ua-ad__text {
    position: absolute;
    bottom: 48px;
    width: 100%;
    padding: 24px;
  }
  .ua-ad .ua-ad__title {
    font-size: 1rem;
  }
  .ua-ad .ua-ad__subtitle {
    font-size: .8rem;
  }
  .ua-ad .ua-ad__link {
    display: initial;
  }
  .ua-ad .ua-ad__button {
    justify-content: center;
  }
}
/** ========== TOP COLLASIBLE AD ========== **/

.top-slideshow__ad .c-slideshow--list .c-slideshow__item-inner,
.inner-slideshow__ad .c-slideshow--list .c-slideshow__item-inner {
  position: relative;
  background-color: black;
}
.top-slideshow__ad .c-slideshow--list .c-slideshow__item-inner::after,
.inner-slideshow__ad .c-slideshow--list .c-slideshow__item-inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: 1;
}
.top-slideshow__ad .c-slideshow--list .c-slideshow__body,
.inner-slideshow__ad .c-slideshow--list .c-slideshow__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  z-index: 5;
}
.top-slideshow__ad .c-slideshow--list .c-slideshow__text,
.inner-slideshow__ad .c-slideshow--list .c-slideshow__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 24px;
}
.top-slideshow__ad .c-slideshow--list .c-slideshow__title,
.inner-slideshow__ad .c-slideshow--list .c-slideshow__title {
  color: white;
  font-size: 1.375rem;
  font-weight: 700;
}
.top-slideshow__ad .c-slideshow--list .c-slideshow__subtitle,
.inner-slideshow__ad .c-slideshow--list .c-slideshow__subtitle {
  color: white;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 24px;
}
@media screen and (max-width: 540px) {
  .top-slideshow__ad .c-slideshow--list .c-slideshow__body,
  .inner-slideshow__ad .c-slideshow--list .c-slideshow__body {
    padding: 0;
    position: relative;
  }
  .top-slideshow__ad .c-slideshow--list .c-slideshow__text,
  .inner-slideshow__ad .c-slideshow--list .c-slideshow__text {
    padding: 24px;
    position: absolute;
    bottom: 48px;
  }
  .top-slideshow__ad .c-slideshow--list .c-slideshow__title,
  .inner-slideshow__ad .c-slideshow--list .c-slideshow__title {
    font-size: 1rem;
  }
  .top-slideshow__ad .c-slideshow--list .c-slideshow__subtitle,
  .inner-slideshow__ad .c-slideshow--list .c-slideshow__subtitle {
    font-size: .8rem;
  }
  .top-slideshow__ad .c-slideshow--list .c-slideshow__url.more-info a,
  .inner-slideshow__ad .c-slideshow--list .c-slideshow__url.more-info a {
    width: 100%;
    justify-content: center;
    border-radius: initial;
  }
}
.inner-slideshow__ad .c-slideshow--list .c-slideshow__item {
  padding-bottom: 6px;
}
/** ========== CONTENT WRAPPER ========== **/

.content-wrapper {
  padding: 6px 0 24px 0;
}
.content-wrapper__left {
  flex: 1 1 auto;
  padding-right: 6px;
}
.content-wrapper__right {
  flex: 0 0 348px;
}
@media screen and (max-width: 1132px) {
  .content-wrapper {
    padding: 24px 0 0;
  }
  .content-wrapper__row.row.pad {
    padding: 0;
  }
  .content-wrapper__inner {
    flex-direction: column;
  }
  .content-wrapper__left {
    padding: 0;
  }
  .content-wrapper__right {
    flex: 1 1 auto;
  }
  .content-wrapper .inner-slideshow__ad {
    padding: 0 24px 24px;
  }
}
/** ========== STORIES ========== **/

.s-stories {
  padding-bottom: 6px;
}
.s-stories .c-stories--grid {
  margin: -3px;
  padding: 0 0 6px 0;
}
.s-stories .c-stories--grid .c-stories__item {
  position: relative;
  margin: 3px;
  width: calc(50% - 6px);
  display: block;
  padding: 24px;
  background-color: white;
  border-radius: 0.25rem;
}
.s-stories .c-stories--grid .c-stories__item:first-child {
  flex: 1 1 100%;
}
.s-stories .c-stories--grid .c-stories__item:first-child .c-stories__details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-stories .c-stories--grid .c-stories__item:first-child .c-stories__title {
  font-size: 1.375rem;
  text-align: center;
}
.s-stories .c-stories--grid .c-stories__ad {
  padding-top: 12px;
}
.s-stories .c-stories--grid .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}
.s-stories .c-stories--grid .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-stories .c-stories--grid .c-stories__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-stories .c-stories--grid .c-stories__title {
  color: black;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 0 16px 0;
  display: flex;
  transition: .25s;
}
.s-stories .c-stories--grid .c-stories__title:hover {
  color: #9e1b32;
}
.s-stories .c-stories--grid .c-stories__bottom {
  display: flex;
}
.s-stories .c-stories--grid .c-stories__date {
  color: #707070;
  font-size: 0.875rem;
  font-weight: 600;
}
.s-stories .c-stories--grid .c-stories__sport {
  color: #0e0203;
  font-size: 0.875rem;
  font-weight: 600;
  position: relative;
  padding-left: 24px;
}
.s-stories .c-stories--grid .c-stories__sport::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #9e1b32;
}
.s-stories .c-stories--grid .c-stories__url {
  text-decoration: none;
}
@media screen and (max-width: 1132px) {
  .s-stories {
    padding: 0;
    overflow: hidden;
  }
  .s-stories .c-stories--grid {
    margin: 0 -3px;
    padding-top: 0;
  }
}
@media screen and (max-width: 540px) {
  .s-stories .c-stories--grid .c-stories__item {
    width: 100%;
    margin: 3px 0;
  }
}
/** ========== INTERNAL AD ========== **/

.internal-ad {
  background-color: white;
  border-radius: 0.25rem;
}
.internal-ad.mobile {
  display: none;
}
.internal-ad .ad {
  display: flex;
  justify-content: center;
}
.internal-ad .ad img {
  padding: 12px;
}
@media screen and (max-width: 1132px) {
  .internal-ad {
    background-color: whitesmoke;
    border-radius: initial;
  }
  .internal-ad .ad img {
    padding: 24px;
  }
}
@media screen and (max-width: 540px) {
  .internal-ad.mobile {
    display: block;
  }
  .internal-ad.desktop {
    display: none;
  }
  .internal-ad .ad img {
    padding: 3px 12px;
  }
}
/** ========== VIDEOS ========== **/

.s-videos {
  padding: 6px 0;
}
.s-videos .c-videos--grid {
  padding-bottom: 6px;
}
.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: 80%;
}
.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;
  border: 1px solid #a60c31;
  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:hover,
.s-videos .c-videos--grid .showcase-modal__close:focus,
.s-videos .c-videos--grid .showcase-modal__close.sidearm-hover {
  background: #a60c31;
  color: white;
}
.s-videos .c-videos--grid .showcase-modal__title {
  color: white;
  margin-top: 12px;
}
.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 .showcase-video-player iframe {
  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__container {
  background-color: white;
  border-radius: 0.25rem;
}
.s-videos .c-videos--grid .c-videos__list {
  padding: 24px;
  margin: 0 -12px;
}
.s-videos .c-videos--grid .c-videos__no-data {
  text-align: center;
  margin: 36px auto;
}
.s-videos .c-videos--grid .c-videos__item {
  padding: 0 12px;
  width: 33.33333%;
}
.s-videos .c-videos--grid .c-videos__item-inner {
  text-decoration: none;
}
.s-videos .c-videos--grid .c-videos__item-inner:hover .c-videos__media,
.s-videos .c-videos--grid .c-videos__item-inner:focus .c-videos__media,
.s-videos .c-videos--grid .c-videos__item-inner.sidearm-hover .c-videos__media {
  transform: scale(1.1);
}
.s-videos .c-videos--grid .c-videos__item-inner:hover .c-videos__play-btn::after,
.s-videos .c-videos--grid .c-videos__item-inner:focus .c-videos__play-btn::after,
.s-videos .c-videos--grid .c-videos__item-inner.sidearm-hover .c-videos__play-btn::after {
  color: #9e1b32;
}
.s-videos .c-videos--grid .c-videos__media-container {
  position: relative;
  overflow: hidden;
}
.s-videos .c-videos--grid .c-videos__media-container::after {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.s-videos .c-videos--grid .c-videos__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  transition: .5s;
}
.s-videos .c-videos--grid .c-videos__media.video-is-playing .showcase-modal {
  opacity: 1;
  left: 0;
  pointer-events: all;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
}
.s-videos .c-videos--grid .c-videos__play-btn {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  font-size: 0;
  position: absolute;
  padding: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  justify-content: center;
  border: none;
  align-items: center;
  transition: .25s;
  color: #9e1b32;
}
.s-videos .c-videos--grid .c-videos__play-btn::after {
  content: '\e172';
  color: white;
  font-family: 'sidearm_font_v2';
  font-size: 58px;
  transition: .25s;
}
.s-videos .c-videos--grid .c-videos__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: .25s;
}
.s-videos .c-videos--grid .c-videos__details {
  padding-top: 12px;
}
.s-videos .c-videos--grid .c-videos__title {
  color: black;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 1132px) {
  .s-videos {
    padding: 0;
  }
  .s-videos .c-videos--grid .c-videos__list {
    margin: 0;
  }
  .s-videos .c-videos--grid .c-videos__item {
    width: 50%;
  }
}
@media screen and (max-width: 540px) {
  .s-videos {
    padding-top: 24px;
  }
  .s-videos .c-videos--grid .c-videos__item {
    width: initial;
    flex: 1 1 100%;
    padding: 12px 0;
  }
  .s-videos .c-videos--grid .c-videos__item:first-child {
    padding-top: 0;
  }
}
/** ========== EVENTS ========== **/

.s-events {
  margin: 6px 0;
  border-radius: 0.25rem;
  background-color: white;
}
.s-events .c-events__no-data {
  color: black;
  font-size: 1rem;
  margin: 0;
  padding: 24px;
}
.s-events .c-events--list-simple .c-events__item {
  padding: 24px;
  background-color: white;
  border-bottom: 1px solid #e3e3e3;
}
.s-events .c-events--list-simple .c-events__date-inner {
  color: #707070;
  font-size: 0.875rem;
  font-weight: 600;
}
.s-events .c-events--list-simple .c-events__time-inner {
  color: #0e0203;
  font-size: 0.875rem;
  font-weight: 600;
  padding-left: 24px;
  position: relative;
}
.s-events .c-events--list-simple .c-events__time-inner::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #9e1b32;
}
.s-events .c-events--list-simple .c-events__live {
  color: #9e1b32;
  font-size: 0.875rem;
  font-weight: 900;
  position: relative;
  text-transform: uppercase;
  padding-left: 17px;
}
.s-events .c-events--list-simple .c-events__live::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #9e1b32;
}
.s-events .c-events--list-simple .c-events__body {
  color: #0e0203;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.313rem;
  padding-top: 12px;
}
.s-events .c-events--list-simple .c-events__default {
  filter: grayscale(1);
}
.s-events .c-events--list-simple .c-events__logo {
  padding-right: 12px;
}
.s-events .c-events--list-simple .c-events__team-score {
  color: #9e1b32;
  font-size: 0.875rem;
  font-weight: 600;
}
.s-events .c-events--list-simple .c-events__media {
  padding-top: 12px;
}
.s-events .c-events--list-simple .c-events__media-link {
  color: #707070;
  font-size: 0.875rem;
  font-weight: 600;
  transition: .25s;
}
.s-events .c-events--list-simple .c-events__media-link:hover,
.s-events .c-events--list-simple .c-events__media-link:focus,
.s-events .c-events--list-simple .c-events__media-link.sidearm-hover {
  color: #9e1b32;
}
.s-events .c-events--list-simple .c-events__divider {
  padding: 0 6px;
  color: #707070;
}
@media screen and (max-width: 1132px) {
  .s-events {
    margin: 0;
  }
}
/** ========== PARALLAX ========== **/

.s-parallax .c-slideshow--parallax .c-slideshow__item {
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  background-position: center;
  background-color: black;
  height: 400px;
}
.s-parallax .c-slideshow--parallax .c-slideshow__item-row {
  height: 100%;
}
.s-parallax .c-slideshow--parallax .c-slideshow__body {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.s-parallax .c-slideshow--parallax .c-slideshow__media {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-left: 48px;
}
.s-parallax .c-slideshow--parallax .c-slideshow__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s-parallax .c-slideshow--parallax .c-slideshow__title {
  color: black;
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: 0.188rem;
  line-height: 3.875rem;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
.s-parallax .c-slideshow--parallax .c-slideshow__subtitle {
  color: white;
  font-size: 4.5rem;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 6.25rem;
  line-height: 5.625rem;
  padding-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .s-parallax .c-slideshow--parallax .c-slideshow__item {
    background-attachment: inherit;
    height: 335px;
  }
  .s-parallax .c-slideshow--parallax .c-slideshow__title {
    font-size: 3rem;
    line-height: 3rem;
  }
  .s-parallax .c-slideshow--parallax .c-slideshow__subtitle {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
  .s-parallax .c-slideshow--parallax .c-slideshow__image {
    display: flex;
    max-height: 335px;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .s-parallax .c-slideshow--parallax .c-slideshow__item {
    height: initial;
  }
  .s-parallax .c-slideshow--parallax .c-slideshow__body {
    flex-direction: column;
    align-items: center;
    padding-top: 48px;
  }
  .s-parallax .c-slideshow--parallax .c-slideshow__media {
    padding: 0;
  }
  .s-parallax .c-slideshow--parallax .c-slideshow__text {
    text-align: center;
  }
  .s-parallax .c-slideshow--parallax .c-slideshow__url.more-info {
    justify-content: center;
  }
}
/** ========== SPONSORS ========== **/

.s-sponsors {
  position: relative;
  background-color: white;
}
.s-sponsors .slick-prev,
.s-sponsors .slick-next,
.s-sponsors .slick-pause-play {
  font-size: 0px;
  border: none;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 33.3334%;
  background-color: white;
  padding: 0;
  position: relative;
  transition: .25s;
}
.s-sponsors .slick-prev::before,
.s-sponsors .slick-next::before,
.s-sponsors .slick-pause-play::before {
  font-size: 18px;
  font-family: 'sidearm_font_v2';
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  transition: .25s;
}
.s-sponsors .slick-prev:hover,
.s-sponsors .slick-next:hover,
.s-sponsors .slick-pause-play:hover {
  background-color: #9e1b32;
  transition: .25s;
  color: white;
}
.s-sponsors .slick-prev:hover::before,
.s-sponsors .slick-next:hover::before,
.s-sponsors .slick-pause-play:hover::before,
.s-sponsors .slick-prev:hover::after,
.s-sponsors .slick-next:hover::after,
.s-sponsors .slick-pause-play:hover::after {
  color: white;
  transition: .25s;
}
.s-sponsors .slick-disabled {
  background-color: lightgray;
  color: black;
  cursor: not-allowed;
}
.s-sponsors .slick-disabled::before,
.s-sponsors .slick-disabled::after {
  color: #5f666d;
}
.s-sponsors .slick-disabled:hover {
  background-color: lightgray;
  color: black;
}
.s-sponsors .slick-disabled:hover::before,
.s-sponsors .slick-disabled:hover::after {
  color: #5f666d;
}
.s-sponsors .slick-prev {
  position: relative;
  border-left: 1px solid #e3e3e3;
}
.s-sponsors .slick-prev::before {
  content: '\e005';
}
.s-sponsors .slick-next {
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 1px solid #e3e3e3;
}
.s-sponsors .slick-next::before {
  content: '\e006';
}
.s-sponsors .slick-pause {
  position: absolute;
  left: 33.3334%;
  bottom: 0;
  width: 33.3334%;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.s-sponsors .slick-pause::before {
  content: '\e201';
}
.s-sponsors .slick-play {
  position: absolute;
  left: 33.3334%;
  bottom: 0;
  width: 33.3334%;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.s-sponsors .slick-play::before {
  content: '\e050';
}
.s-sponsors .slick-next,
.s-sponsors .slick-prev,
.s-sponsors .slick-pause-play {
  border-top: 1px solid #e3e3e3;
}
.s-sponsors .ads-container {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
.s-sponsors .ads-container .slick-list {
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
}
.s-sponsors .ads-container .slick-prev,
.s-sponsors .ads-container .slick-next,
.s-sponsors .ads-container .slick-pause-play {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-sponsors .ads-container .slick-pause-play {
  order: 2;
}
.s-sponsors .ads-container .slick-next {
  order: 3;
}
.s-sponsors .ad {
  margin-bottom: 24px;
  padding: 0 12px;
}
.s-sponsors .ad img {
  margin: 0 auto;
}
@media screen and (max-width: 1176px) {
  .s-sponsors__row.row.pad {
    padding: 0;
  }
}
/** ========== SEARCH OVERLAY ========== **/

.c-search--overlay {
  width: 100%;
  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;
  display: block;
  color: white;
  font-size: 0.75rem;
  font-weight: 900;
  transition: .25s;
  height: 48px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
  width: 100%;
}
.c-search--overlay .c-search__toggle i {
  padding-left: 6px;
  font-size: 15px;
}
.c-search--overlay .c-search__toggle:hover,
.c-search--overlay .c-search__toggle.is-toggled {
  background-color: white;
  transition: .25s;
  color: #9e1b32;
}
.c-search--overlay .c-search__overlay {
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -99999px;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.c-search--overlay .c-search__overlay.is-open {
  left: 0;
}
.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;
  display: block;
  display: block;
  flex: 1 1 auto;
  min-height: 1px;
  min-width: 1px;
  display: block;
  padding: 0 24px;
  font-size: 1.5rem;
  transition: .25s;
}
.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;
  display: block;
  max-width: 120px;
  height: 60px;
  flex: 0 1 auto;
  display: block;
  background: #9e1b32;
  border-left: 1px solid #9e1b32;
  padding: 0 12px;
  color: white;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  transition: .25s;
}
.c-search--overlay .c-search__submit:hover {
  background-color: white;
  color: #9e1b32;
}
.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;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 80px;
  background: #9e1b32;
  color: white;
  transition: .25s;
  font-size: 20px;
}
.c-search--overlay .c-search__close:hover {
  background: white;
  color: #9e1b32;
}
.c-search--overlay .c-search__close:focus {
  outline-offset: -5px !important;
}
/** ========== FOOTER NAV ========== **/

.c-navigation--footer .c-navigation__items {
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: center;
  -webkit-justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}
.c-navigation--footer .c-navigation__item {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-navigation--footer .c-navigation__item:first-child {
  border-top: none;
}
.c-navigation--footer .c-navigation__url {
  color: white;
  font-size: 0.75rem;
  font-weight: 900;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.25s;
  width: 100%;
  height: 48px;
  background-color: #9e1b32;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 12px;
}
.c-navigation--footer .c-navigation__url:hover {
  color: #9e1b32;
  background: white;
}
@media screen and (max-width: 1024px) {
  .c-navigation--footer .c-navigation__items {
    flex-direction: column;
  }
  .c-navigation--footer .c-navigation__url {
    border-left: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
}
/** ========== FOOTER ========== **/

.main-footer__copyright {
  background-color: #9e1b32;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  padding: 48px 0;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.main-footer__nav {
  background-color: #9e1b32;
  flex: 1 1 80%;
}
.main-footer__search {
  flex: 1 1 20%;
}
.main-footer__bottom {
  background-color: #9e1b32;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
.main-footer__bottom-inner {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .main-footer__copyright {
    padding: 24px;
  }
  .main-footer__bottom-row.row.pad {
    padding: 0;
  }
  .main-footer__bottom-inner {
    flex-direction: column;
  }
}
/** ========== DFP ========== **/

.dfp {
  background-color: white;
  padding: 12px 0;
  border-radius: 0.25rem;
}
.dfp .sidearm-dfp-ad {
  margin: 0 auto;
}
.dfp .ad {
  display: flex;
  justify-content: center;
}
.dfp .dfp-ad {
  margin: 0 auto;
}
.dfp.dfp-2 {
  padding: 24px 0;
}
.dfp.dfp-2.mobile {
  display: none;
}
@media screen and (max-width: 1132px) {
  .dfp.dfp-2 {
    padding: 3px 0;
    background-color: whitesmoke;
  }
  .dfp.dfp-2.desktop {
    display: none;
  }
  .dfp.dfp-2.mobile {
    display: block;
  }
}
@media screen and (max-width: 1132px) {
  .dfp.dfp-3 {
    background-color: whitesmoke;
    padding: 24px;
  }
}
.dfp.dfp-4 {
  padding: 24px 0;
}
@media screen and (max-width: 1132px) {
  .dfp.dfp-4 {
    background-color: whitesmoke;
  }
}
/** ========== CUSTOM TEMPLATE LESS FROM 2019 REDESIGN + VARIABLES ========== **/
/*Colors*/
/*Fonts*/
/****
CUSTOM STORY TEMPLATE
****/

.ua-story .c-events--story {
  color: white;
}
.ua-story .ua-story__header {
  background: black;
  position: relative;
}
.ua-story .ua-story__header-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 214%;
  overflow: hidden;
  background: black;
  display: none;
}
.ua-story .ua-story__header-bg img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: none;
  height: 100%;
  opacity: 0.2;
  -webkit-filter: blur(4px);
  filter: grayscale(4px);
}
.ua-story .ua-story__header-row {
  position: relative;
  z-index: 10;
  margin-bottom: -48px;
}
.ua-story .ua-story__media {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.ua-story .ua-story__media .showcase-play-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  font-size: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  color: #9e1b32;
  border-radius: 50%;
  background: white;
}
.ua-story .ua-story__media .showcase-play-button::before {
  transform: translate(-50%, -50%);
  transition: 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  content: '';
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  z-index: -1;
}
.ua-story .ua-story__media .showcase-play-button::after {
  transform: translate(-50%, -50%);
  transition: 0.2s;
  font-family: sidearm_font_v2;
  font-size: 24px;
  position: absolute;
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  content: '\e050';
  transition: 0.2s;
  color: #9e1b32;
}
.ua-story .ua-story__media .showcase-play-button:hover {
  background: #9e1b32;
}
.ua-story .ua-story__media .showcase-play-button:hover::before {
  opacity: 0;
}
.ua-story .ua-story__media .showcase-play-button:hover::after {
  color: white;
}
.ua-story .ua-story__media .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.ua-story .ua-story__next-game {
  flex: 0 0 360px;
  -webkit-flex: 0 0 360px;
  min-width: 1px;
  min-height: 1px;
}
.ua-story .ua-story__image-credit {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 264px;
  padding: 0 264px 12px 12px;
  color: white;
  font-family: 'Mulish', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  font-style: normal;
  text-shadow: 0px 0px 2px black;
}
.ua-story .ua-story__game-links {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 240px;
}
.ua-story .ua-story__game-links li {
  margin-top: 1px;
}
.ua-story .ua-story__game-links li a {
  font-family: 'Mulish', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  color: white;
  background: black;
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
}
.ua-story .ua-story__game-links li a:hover {
  background: white;
  color: black;
}
.ua-story .ua-story__content {
  overflow: hidden;
  border-bottom: solid 1px #d9d9db;
}
.ua-story .ua-story__main {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  background: #f8f8f8;
  padding: 72px 24px 24px;
  position: relative;
}
.ua-story .ua-story__main::before {
  position: absolute;
  top: 0;
  right: 100%;
  width: 9999px;
  height: 100%;
  content: '';
  background: #f8f8f8;
  z-index: 1;
}
.ua-story .ua-story__meta {
  font-family: 'Mulish', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 10px;
}
.ua-story .ua-story__title {
  font-family: 'Mulish', sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  font-style: normal;
  color: black;
  margin: 0;
  padding: 0;
}
.ua-story .ua-story__subtitle {
  font-family: 'Mulish', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  font-style: normal;
  color: black;
}
.ua-story .ua-story__linescore ul.ui-tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
}
.ua-story .ua-story__linescore ul.ui-tabs-nav li {
  margin-right: 8px;
}
.ua-story .ua-story__linescore ul.ui-tabs-nav li a {
  text-decoration: none;
  color: #707070;
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}
.ua-story .ua-story__linescore ul.ui-tabs-nav li.ui-state-active a {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  color: black;
}
.ua-story .ua-story__linescore .sidearm-story-template-scoring {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  border: solid 1px #d9d9db;
  margin: 12px 0;
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}
.ua-story .ua-story__linescore .sidearm-story-template-scoring-line {
  border-bottom: solid 1px #d9d9db;
  display: flex;
  display: -webkit-flex;
  background: white;
}
.ua-story .ua-story__linescore .sidearm-story-template-scoring-line:last-child {
  border-bottom: none;
}
.ua-story .ua-story__linescore .sidearm-story-template-scoring-line-logo {
  width: 64px;
  height: 64px;
  padding: 12px;
  border-right: solid 1px #d9d9db;
}
.ua-story .ua-story__linescore .sidearm-story-template-scoring-line-score {
  min-width: 64px;
  height: 64px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-right: solid 1px #d9d9db;
  background: #f8f8f8;
  padding: 0 12px;
}
.ua-story .ua-story__linescore .sidearm-story-template-scoring-line-name {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 12px;
}
.ua-story .ua-story__linescore .sidearm-story-template-scoring-line-name span {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  padding-right: 4px;
}
.ua-story .ua-story__linescore .sidearm-story-template-scoring-line-name span:last-child {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  padding-right: 0;
}
.ua-story .ua-story__linescore .sidearm-table {
  font-family: 'Mulish', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
}
.ua-story .ua-story__linescore .sidearm-table thead th {
  font-weight: 400;
  font-style: normal;
  color: #707070;
}
.ua-story .ua-story__linescore .sidearm-table tbody {
  border-left: solid 1px #d9d9db;
  border-right: solid 1px #d9d9db;
}
.ua-story .ua-story__linescore .sidearm-table tbody tr {
  border-top: solid 1px #d9d9db;
  background: white;
}
.ua-story .ua-story__linescore .sidearm-table tbody tr th {
  padding: 14px 24px 11px 24px;
}
.ua-story .ua-story__linescore .sidearm-table tbody tr td {
  padding-top: 14px;
  padding-bottom: 11px;
}
.ua-story .ua-story__linescore .sidearm-table tbody tr:hover th:not([scope=colgroup]),
.ua-story .ua-story__linescore .sidearm-table tbody tr:hover td {
  background: white;
}
.ua-story .ua-story__linescore .sidearm-table tbody tr:hover td.emphasize {
  background: #f8f8f8;
}
.ua-story .ua-story__linescore .sidearm-table tbody td.emphasize {
  background-color: #f8f8f8;
}
.ua-story .ua-story__content-body {
  padding-top: 12px;
  padding-bottom: 60px;
}
.ua-story .ua-story__content-body table {
  margin: 20px 0;
}
.ua-story .ua-story__content-body table td {
  padding: 0.25em 8px;
}
.ua-story .ua-story__content-body table tbody tr td {
  border-bottom: 1px solid #cccccc;
}
.ua-story .ua-story__content-body table tbody tr td + td {
  border-left: 1px solid #cccccc;
}
.ua-story .ua-story__content-body table thead {
  text-align: left;
}
.ua-story .ua-story__content-body table thead th {
  background-color: #a60c31;
  color: white;
  font-weight: bold;
  padding: 4px 8px;
  font-style: italic;
  vertical-align: bottom;
}
.ua-story .ua-story__aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ua-story .ua-story__aside ul li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}
.ua-story .ua-story__aside ul li:last-child {
  border-bottom: none;
}
.ua-story .ua-story__aside ul a {
  display: block;
  text-decoration: none;
  color: white;
  background: #9e1b32;
  font-family: 'Mulish', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: normal;
  padding: 14px 60px 12px 24px;
  position: relative;
}
.ua-story .ua-story__aside ul a::after {
  position: absolute;
  top: 50%;
  right: 24px;
  content: '\e006';
  color: white;
  font-family: sidearm_font_v2;
  font-size: 20px;
  font-weight: 400;
  transform: translate(0, -50%);
}
.ua-story .ua-story__aside ul a:hover {
  background: white;
  color: black;
}
.ua-story .ua-story__aside ul a:hover::after {
  color: black;
}
.ua-story .ua-story__sidebar {
  flex: 0 0 360px;
  -webkit-flex: 0 0 360px;
  min-width: 1px;
  min-height: 1px;
  background: white;
  position: relative;
  margin-right: 0;
  z-index: 3;
  padding-top: 24px;
  padding-bottom: 24px;
}
.ua-story .ua-story__sidebar::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 9999px;
  height: 100%;
  content: '';
  background: white;
  z-index: -1;
}
.ua-story .ua-story__individual-stats {
  padding: 0 24px;
}
.ua-story .ua-story__individual-stats button.slick-prev,
.ua-story .ua-story__individual-stats button.slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
}
.ua-story .ua-story__individual-stats button.slick-prev::after,
.ua-story .ua-story__individual-stats button.slick-next::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-family: sidearm_font_v2;
  color: black;
  font-size: 16px;
  content: '\e010';
}
.ua-story .ua-story__individual-stats button.slick-prev:hover::after,
.ua-story .ua-story__individual-stats button.slick-next:hover::after {
  color: #9e1b32;
}
.ua-story .ua-story__individual-stats button.slick-prev {
  right: 30px;
}
.ua-story .ua-story__individual-stats button.slick-prev::after {
  content: '\e009';
}
.ua-story .ua-story__individual-stats h2 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  position: relative;
  margin: 0 0 24px 0;
  padding: 0 0 7px 0;
  color: black;
}
.ua-story .ua-story__individual-stats h2 span {
  color: #707070;
}
.ua-story .ua-story__individual-stats h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #9e1b32;
}
.ua-story .ua-story__individual-stats .ua-story__stat-leaders-cat {
  background: white;
}
.ua-story .ua-story__individual-stats .ua-story__stat-leader-headshot {
  display: none;
}
.ua-story .ua-story__individual-stats .ua-story__stat-leader-image {
  width: 120px;
  height: 120px;
  border: solid 3px #d9d9db;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 24px;
}
.ua-story .ua-story__individual-stats .ua-story__stat-leader-image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.ua-story .ua-story__individual-stats .ua-story__stat-leader-logo {
  width: 48px;
  margin-right: 24px;
}
.ua-story .ua-story__individual-stats .ua-story__stat-leader-uniform {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: black;
}
.ua-story .ua-story__individual-stats .ua-story__stat-leader-details {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 12px;
  min-width: 33.333%;
}
.ua-story .ua-story__individual-stats .ua-story__stat-leader-details h3 {
  margin: 0;
  padding: 0;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Mulish', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
}
.ua-story .ua-story__individual-stats .ua-story__stat-leader-details h3 a {
  color: black;
  font-family: 'Mulish', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ua-story .ua-story__individual-stats .ua-story__stat-leader-details::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  content: '';
  background: #d0d0d0;
}
.ua-story .ua-story__individual-stats .ua-story__stat-leader-number {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.ua-story .ua-story__individual-stats .ua-story__stat-leader-leader:first-child .ua-story__stat-leader-headshot {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 24px;
}
.ua-story .ua-story__individual-stats .ua-story__stat-leader-leader:first-child .ua-story__stat-leader-details h3 {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}
.ua-story .ua-story__individual-stats .ua-story__stat-leader-leader:first-child .ua-story__stat-leader-details h3 a {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}
.ua-story .ua-story__individual-stats .ua-story__stat-leader-leader:first-child .ua-story__stat-leader-details::after {
  background: #9e1b32;
}
.ua-story .ua-story__team-stats {
  padding: 0 24px;
  font-family: 'Mulish', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
}
.ua-story .ua-story__team-stats ul.ui-tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  margin: -12px 0 12px;
}
.ua-story .ua-story__team-stats ul.ui-tabs-nav li {
  margin-right: 8px;
}
.ua-story .ua-story__team-stats ul.ui-tabs-nav li a {
  text-decoration: none;
  color: #707070;
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}
.ua-story .ua-story__team-stats ul.ui-tabs-nav li.ui-state-active a {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  color: black;
}
.ua-story .ua-story__team-stats h2 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  position: relative;
  margin: 24px 0 24px 0;
  padding: 0 0 7px 0;
  color: black;
}
.ua-story .ua-story__team-stats h2 span {
  color: #707070;
}
.ua-story .ua-story__team-stats h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #9e1b32;
}
.ua-story .ua-story__team-stats h3 {
  margin: 24px 0 0 0;
}
.ua-story .ua-story__team-stats dl {
  margin-top: 0;
  margin-bottom: 0;
}
.ua-story .ua-story__team-stats dl dt {
  margin: 0;
  padding: 6px 0;
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}
.ua-story .ua-story__team-stats dl dd {
  margin: 0;
  border-bottom: solid 1px #d9d9db;
  padding: 6px 0;
}
.ua-story .ua-story__ad {
  margin-bottom: 24px;
}
.ua-story .ua-story__ad .dfp-ad,
.ua-story .ua-story__ad .ad {
  margin: 0 auto;
  text-align: center;
}
.ua-story .ua-story__ad--lower {
  padding-top: 24px;
}
.c-stories--related {
  padding: 0 24px;
}
.c-stories--related h2 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  position: relative;
  margin: 0 0 24px 0;
  padding: 0 0 7px 0;
  color: black;
}
.c-stories--related h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #9e1b32;
}
.c-stories--related .c-stories__item {
  position: relative;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #d9d9db;
}
.c-stories--related .c-stories__media-container {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  width: 100%;
}
.c-stories--related .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
}
.c-stories--related .c-stories__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-stories--related .c-stories__title {
  margin: 12px 0 0 0;
}
.c-stories--related .c-stories__url {
  text-decoration: none;
  color: black;
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}
.c-stories--related .c-stories__url:hover {
  color: #9e1b32;
}
.c-videos--story {
  padding-top: 24px;
}
.c-videos--story .b-header__title {
  width: 100%;
  margin-right: 0;
}
.c-videos--story .showcase-modal {
  transform: scale(0.8);
  transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
}
.c-videos--story .showcase-modal.video-is-playing {
  transform: none;
  transition: opacity 0.25s, transform 0.25s;
  left: 0;
  opacity: 1;
}
.c-videos--story .showcase-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  max-height: 90vh;
  padding: 16px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-videos--story .showcase-modal__player-wrapper {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  overflow: hidden;
}
.c-videos--story .showcase-modal__player {
  overflow: hidden;
  padding-bottom: 56.25%;
}
.c-videos--story .showcase-modal__player iframe {
  width: 100%;
  height: 100%;
}
.c-videos--story .showcase-modal__title {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-family: 'Mulish', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  padding: 24px;
  color: white;
}
.c-videos--story .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  transition: 0.2s;
  font-size: 1.125rem;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  color: white;
  border: solid 1px white;
  border-radius: 50%;
}
.c-videos--story .showcase-modal__close:hover {
  color: #9e1b32;
  background: white;
}
.c-videos--story .showcase-modal .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--story .c-videos__list {
  padding: 24px 0 0 0;
  margin: 0 -12px;
}
.c-videos--story .c-videos__item {
  flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  min-width: 1px;
  min-height: 1px;
  transition: 0.3s;
  padding: 0 12px 24px;
}
.c-videos--story .c-videos__item-inner {
  border-bottom: solid 1px #d9d9db;
  height: 100%;
  padding-bottom: 24px;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-videos--story .c-videos__media-container {
  border: solid 1px #d9d9db;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  width: 100%;
}
.c-videos--story .c-videos__media {
  padding-bottom: 56.25%;
  overflow: hidden;
  background: url("https://dbukjj6eu5tsf.cloudfront.net/rolltide.com/images/responsive_2019/video_image_default.jpg") top center no-repeat;
  background-size: cover;
}
.c-videos--story .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--story .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  font-size: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  color: #9e1b32;
  border-radius: 50%;
  background: white;
  width: 40px;
  height: 40px;
}
.c-videos--story .c-videos__play-btn::before {
  transform: translate(-50%, -50%);
  transition: 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  content: '';
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  z-index: -1;
}
.c-videos--story .c-videos__play-btn::after {
  transform: translate(-50%, -50%);
  transition: 0.2s;
  font-family: sidearm_font_v2;
  font-size: 24px;
  position: absolute;
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  content: '\e050';
  transition: 0.2s;
  color: #9e1b32;
}
.c-videos--story .c-videos__play-btn:hover {
  background: #9e1b32;
}
.c-videos--story .c-videos__play-btn:hover::before {
  opacity: 0;
}
.c-videos--story .c-videos__play-btn:hover::after {
  color: white;
}
.c-videos--story .c-videos__play-btn::before {
  width: 52px;
  height: 52px;
}
.c-videos--story .c-videos__play-btn::after {
  font-size: 20px;
}
.c-videos--story .c-videos__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-videos--story .c-videos__title {
  margin-top: 12px;
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}
@media all and (min-width: 375px) {
  .c-videos--story .c-videos__item-inner {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .c-videos--story .c-videos__media-container {
    width: 150px;
    margin-right: 12px;
  }
  .c-videos--story .c-videos__title {
    margin-top: 0;
  }
  .c-stories--related .c-stories__item {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .c-stories--related .c-stories__media-container {
    width: 150px;
  }
  .c-stories--related .c-stories__title {
    margin: -4px 0 0 24px;
  }
}
@media all and (min-width: 1464px) {
  .ua-story .ua-story__sidebar {
    margin-right: 24px;
  }
}
@media all and (min-width: 1300px) {
  .ua-story .ua-story__header-bg {
    display: block;
  }
  .ua-story .ua-story__header-row {
    display: flex;
    display: -webkit-flex;
  }
  .ua-story .ua-story__content-row {
    display: flex;
    display: -webkit-flex;
  }
  .ua-story .ua-story__main {
    border-right: solid 1px #d9d9db;
  }
  .ua-story .ua-story__sidebar {
    padding-top: 72px;
  }
  .ua-story .ua-story__content-body {
    padding-bottom: 140px;
  }
  .ua-story .ua-story__aside {
    width: 33.333%;
    float: right;
    margin-left: 24px;
  }
  .ua-story .ua-story__aside ul {
    margin-top: 1rem;
  }
  .c-videos--story .c-videos__item {
    flex: 0 1 33.3333%;
    -webkit-flex: 0 1 33.3333%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-videos--story .c-videos__item-inner {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .c-videos--story .c-videos__media-container {
    width: 100%;
    margin-right: 0;
  }
  .c-videos--story .c-videos__title {
    margin-top: 12px;
  }
  .c-stories--related .c-stories__media-container {
    width: 100%;
  }
  .c-stories--related .c-stories__media-link {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    width: 80px;
  }
  .c-videos--story .c-videos__item-inner {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .c-videos--story .c-videos__media-container {
    width: 150px;
    margin-right: 12px;
  }
  .c-videos--story .c-videos__title {
    margin-top: 0;
  }
}
/****
CUSTOM SPORTFILES
****/

.article-wrapper .article-content table {
  margin: 20px 0;
}
.article-wrapper .article-content table td {
  padding: 0.25em 8px;
}
.article-wrapper .article-content table tbody tr td {
  border-bottom: 1px solid #cccccc;
}
.article-wrapper .article-content table tbody tr td + td {
  border-left: 1px solid #cccccc;
}
.article-wrapper .article-content table thead {
  text-align: left;
}
.article-wrapper .article-content table thead th {
  background-color: #a60c31;
  color: white;
  font-weight: bold;
  padding: 4px 8px;
  font-style: italic;
  vertical-align: bottom;
}
.article-wrapper.sportfile .media_object_image {
  width: auto !important;
}
.article-wrapper.sportfile .horizontal-nav {
  background-color: #eeeeee;
  font-family: 'Fjalla One', sans-serif !important;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px;
  text-align: center;
}
.article-wrapper.sportfile .horizontal-nav *,
.article-wrapper.sportfile .horizontal-nav *:after,
.article-wrapper.sportfile .horizontal-nav *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.article-wrapper.sportfile .horizontal-nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 5px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.article-wrapper.sportfile .horizontal-nav a::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #a60c35;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  bottom: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
.article-wrapper.sportfile .horizontal-nav a:hover,
.article-wrapper.sportfile .horizontal-nav a:focus {
  color: #a60c35;
}
.article-wrapper.sportfile .horizontal-nav a:hover::after,
.article-wrapper.sportfile .horizontal-nav a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.article-wrapper.sportfile .imported_image {
  border: 1px solid #eeeeee;
}
.article-wrapper.sportfile .strong {
  font-weight: bold;
}
.article-wrapper.sportfile .article-content > h2 {
  color: #a60c31;
}
.article-wrapper.news {
  display: flex;
  display: -webkit-flex;
  margin: 0 -8px;
}
.article-wrapper.news .article-copy {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  border-right: 1px solid #cccccc;
  padding: 16px;
}
.article-wrapper.news .article-related {
  flex: 0 0 348px;
  -webkit-flex: 0 0 348px;
  min-width: 1px;
  min-height: 1px;
  padding: 16px;
}
.article-wrapper.news .article-headline {
  font: 42px/1.3 'Fjalla One';
  color: #a60c31;
  margin: 16px 0;
}
.article-wrapper.news .article-social-media {
  padding: 16px 0;
  margin: 8px -16px 8px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.article-wrapper.news .article-date {
  margin: 16px 0;
  display: inline-block;
  font-style: italic;
}
.article-wrapper.news .article-content {
  line-height: 30px;
}
.article-wrapper.news .article-related article {
  margin: 8px 0;
}
.article-wrapper.news .article-related h3 {
  font: 36px/1 'Fjalla One';
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 8px;
  margin-bottom: 8px;
  color: #a60c31;
}
.article-wrapper.news .article-related h4 {
  font: 1rem/1.2;
  margin: 0;
  font-weight: normal;
}
.article-wrapper.news .article-related h4 a {
  color: #333333;
  text-decoration: none;
}
.article-wrapper.news .article-related h4 a:hover,
.article-wrapper.news .article-related h4 a:active {
  text-decoration: underline;
}
.article-wrapper.news .article-related .dfp-ad {
  margin: 0 auto 16px auto;
}
@media screen and (max-width: 767px) {
  .article-wrapper.news {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .article-wrapper.news .article-related {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
  }
}
.sidearm-form table {
  margin: 20px 0;
  color: black;
}
.sidearm-form table td {
  padding: 0.25em 8px;
}
.sidearm-form table tbody tr td {
  border-bottom: 1px solid #cccccc;
}
.sidearm-form table tbody tr td + td {
  border-left: 1px solid #cccccc;
}
.sidearm-form table thead {
  text-align: left;
}
.sidearm-form table thead th {
  background-color: #a60c31;
  color: white;
  font-weight: bold;
  padding: 4px 8px;
  font-style: italic;
  vertical-align: bottom;
}
.sidearm-form .horizontal-nav {
  background-color: #eeeeee;
  font-family: 'Fjalla One', sans-serif !important;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px;
  text-align: center;
}
.sidearm-form .horizontal-nav *,
.sidearm-form .horizontal-nav *:after,
.sidearm-form .horizontal-nav *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidearm-form .horizontal-nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 5px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.sidearm-form .horizontal-nav a::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #a60c35;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  bottom: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
.sidearm-form .horizontal-nav a:hover,
.sidearm-form .horizontal-nav a:focus {
  color: #a60c35;
}
.sidearm-form .horizontal-nav a:hover::after,
.sidearm-form .horizontal-nav a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.vue-archives-template-1 .vue-archives-header {
  margin: 24px 0 !important;
}
