@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
/*** Fonts ***/

@font-face {
  font-family: 'Wolfpack';
  src: url('fonts/Wolfpack-Regular.woff2') format('woff2'), url('fonts/Wolfpack-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*** Colors ***/
/*** Mixins ***/
.accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background-color: black !important;
  color: white !important;
  clip: rect(1px, 1px, 1px, 1px);
}
/*Utility Classes*/

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #cc0000;
  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;
}
/*** Overall Styles ***/

body {
  margin: 0;
  padding: 0;
  color: black;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: 'Roboto', sans-serif;
  background-color: black;
}
body.mobile-menu-open:after {
  position: fixed;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
a,
button {
  transition: all 0.3s ease-in-out 0s;
}
.row {
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
}
.row.pad {
  padding-left: 24px;
  padding-right: 24px;
}
.row.no-pad {
  max-width: 1416px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'wolfpack';
  font-weight: normal;
}
/*** Pulse Effect ***/

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/*** Showcase Button ***/

html.index .showcase-play-button {
  border: 0 !important;
  background: white !important;
  height: 70px !important;
  width: 70px !important;
  box-shadow: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border-radius: 70px;
  z-index: 98;
  color: white;
  transition: all 0.2s ease-in-out 0s;
}
html.index .showcase-play-button:after {
  content: "\e196";
  position: absolute;
  color: #a4a5a6;
  font-size: 36px;
  font-family: 'sidearm_font_v2';
  top: 16px;
  left: 19px;
}
html.index .showcase-play-button:before {
  content: '' !important;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  z-index: -1;
  top: 0;
  left: 0;
  animation: pulse 2.2s ease infinite;
}
/*** Top Story Ad ***/

.top-story-ad {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.top-story-ad .ad {
  padding: 12px 0;
}
/*** Main Header ***/

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.main-header__logo {
  position: absolute;
  z-index: 12;
  padding-top: 8px;
}
.main-header__logo a {
  display: block;
  max-width: 80px;
}
.main-header__nav {
  transition: all 0.3s ease-in-out 0s;
  background-color: transparent;
}
.main-header__nav-sport {
  background-color: #cc0000;
  box-shadow: inset 0px 7px 25px -8px rgba(0, 0, 0, 0.56);
}
html.sport .main-header__nav {
  background-color: black;
}
/*** Headroom ***/

html.headroom--not-top .main-header__nav {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  background-color: black;
}
html.headroom--not-top .ad-slideout {
  right: -324px;
}
/*** Main Navigation ***/

.c-navigation--main {
  padding-left: 104px;
}
.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: white;
  height: 80px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 24px;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, #cc0000 50%);
}
.c-navigation--main .c-navigation__toggle:hover,
.c-navigation--main .c-navigation__toggle.is-toggled {
  background-position: 0 -100%;
  color: white;
}
.c-navigation--main .c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.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 {
  background-position: 0 -100%;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-1:first-child .c-navigation__url--level-1 {
  border-left: none;
}
.c-navigation--main .c-navigation--desktop .c-navigation__url--level-1 {
  height: 80px;
  display: flex;
  display: -webkit-flex;
  font-family: 'wolfpack';
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  white-space: nowrap;
  color: white;
  padding: 0 24px;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, #cc0000 50%);
}
.c-navigation--main .c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  z-index: 11;
  background-color: rgba(248, 248, 248, 0.95);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  max-height: calc(100vh - 80px);
  overflow: auto;
  padding: 36px 24px;
}
.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__column {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  margin: 0 30px;
}
.c-navigation--main .c-navigation--desktop .c-navigation__column:first-child {
  margin-left: 0;
}
.c-navigation--main .c-navigation--desktop .c-navigation__column:last-child {
  margin-right: 0;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 8px 24px;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-2:hover {
  background-color: black;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-2:hover .c-navigation__url--level-2 {
  color: white;
}
.c-navigation--main .c-navigation--desktop .c-navigation__separator {
  color: #cc0000;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'wolfpack';
  padding-left: 0;
}
.c-navigation--main .c-navigation--desktop .c-navigation__separator:hover {
  background-color: transparent;
}
.c-navigation--main .c-navigation--desktop .c-navigation__url--level-2 {
  font-weight: 700;
  font-size: 15px;
  color: black;
}
.c-navigation--main .c-navigation--desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
}
.c-navigation--main .c-navigation--desktop .c-navigation__url--level-2:first-child:last-child {
  width: 100%;
  margin-right: 0;
}
.c-navigation--main .c-navigation--desktop .c-navigation__social {
  width: 24px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  font-weight: 400;
  font-size: 18px;
}
.c-navigation--main .c-navigation--desktop .c-navigation__social[href] {
  visibility: visible;
}
.c-navigation--main .c-navigation--desktop .c-navigation__social::before {
  font-family: sidearm_font_v2;
  margin-right: 30px;
}
.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 {
  display: none;
}
.c-navigation--main .c-navigation--desktop .c-navigation__schedule-roster-news {
  font-weight: 400;
  padding: 0 6px;
}
.c-navigation--main .c-navigation--desktop .c-navigation__schedule-roster-news.news {
  display: none;
}
.c-navigation--main .c-navigation--desktop .c-navigation__ad {
  margin-top: 24px;
}
.c-navigation--main .c-navigation--mobile__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  z-index: 999999;
}
.c-navigation--main .c-navigation--mobile__offcanvas.is-open {
  max-height: calc(100vh - 80px);
  overflow: auto;
}
.c-navigation--main .c-navigation--mobile__offcanvas-inner {
  margin-left: 104px;
  margin-right: 35px;
}
.c-navigation--main .c-navigation--mobile__offcanvas-inner .cs-nav-mobile {
  background-color: white;
  border-top: 1px solid #e0e0e0;
  padding: 12px;
}
.c-navigation--main .c-navigation--mobile .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.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: 24px;
  content: '\e008';
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--main .c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--main .c-navigation--mobile .c-navigation__url--level-1 {
  text-decoration: none;
  font-family: 'wolfpack';
  display: flex;
  padding: 12px 24px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  color: black;
  background-color: white;
  border-top: 1px solid #e0e0e0;
}
.c-navigation--main .c-navigation--mobile .c-navigation__url--level-1.is-open {
  background-color: black;
  color: white;
  border-color: #333333;
}
.c-navigation--main .c-navigation--mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}
.c-navigation--main .c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 2000px;
}
.c-navigation--main .c-navigation--mobile .c-navigation__separator {
  background-color: #f1f1f1;
  display: flex;
  padding: 12px 24px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'wolfpack';
  color: #cc0000;
  line-height: 25px;
  border-top: 1px solid #e0e0e0;
}
.c-navigation--main .c-navigation--mobile .c-navigation__url--level-2 {
  background-color: #f1f1f1;
  color: black;
  display: flex;
  font-weight: 700;
  padding: 12px 24px;
  text-decoration: none;
  font-size: 16px;
  border-top: 1px solid #e0e0e0;
}
.c-navigation--main .cs-nav-end {
  margin-left: 12px;
}
/*** Sport Navigation ***/

.c-navigation--sport ul {
  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 {
  padding-left: 104px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:after {
  content: '/';
  margin: 0 12px;
  color: white;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1 {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2 {
  left: auto;
  right: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:last-child:after {
  display: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  font-size: 16px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  font-family: 'wolfpack';
  margin-right: auto;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport:after {
  display: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  font-size: 20px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1:hover {
  text-decoration: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  background-color: white;
  width: 300px;
  box-shadow: 0 0.125rem 0.313rem rgba(0, 0, 0, 0.2);
}
.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;
  font-size: 700;
  border-bottom: 1px solid #e0e0e0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover {
  background-color: black;
  color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  height: 50px;
  font-family: 'wolfpack';
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  font-size: 20px;
  text-decoration: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: white;
  font-size: 16px;
  height: 50px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 120px);
  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';
  font-size: 24px;
  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__url--level-1 {
  text-decoration: none;
  font-family: 'wolfpack';
  display: flex;
  padding: 12px 24px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  color: black;
  background-color: white;
  border-top: 1px solid #e0e0e0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.is-open {
  background-color: black;
  color: white;
  border-color: #333333;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 2000px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__separator {
  background-color: #f1f1f1;
  display: flex;
  padding: 12px 24px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'wolfpack';
  color: #cc0000;
  line-height: 25px;
  border-top: 1px solid #e0e0e0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  background-color: #f1f1f1;
  color: black;
  display: flex;
  font-weight: 700;
  padding: 12px 24px;
  text-decoration: none;
  font-size: 16px;
  border-top: 1px solid #e0e0e0;
}
/*** Search Popout***/

.c-search--popout {
  position: relative;
}
.c-search--popout fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.c-search--popout .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
  height: 80px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 24px;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, #cc0000 50%);
}
.c-search--popout .c-search__toggle:hover,
.c-search--popout .c-search__toggle.is-toggled {
  background-position: 0 -100%;
}
.c-search--popout .c-search__popout {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  transition: opacity .25s;
  width: 250px;
  height: 40px;
  background: #cc0000;
  line-height: 20px;
  padding: 10px 24px;
  z-index: 10;
}
.c-search--popout .c-search__popout.is-open {
  left: auto;
  right: 0;
  opacity: 1;
}
.c-search--popout .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
}
.c-search--popout .c-search__text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.c-search--popout .c-search__text::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.c-search--popout .c-search__text:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.c-search--popout .c-search__text:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
/*** Search Standard ***/

.c-search__mobile {
  display: none;
}
.c-search--standard fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.c-search--standard .c-search__container {
  background-color: white;
  position: relative;
  height: 60px;
}
.c-search--standard .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: white;
  padding: 12px 0 12px 58px;
  height: 60px;
}
.c-search--standard .c-search__text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}
.c-search--standard .c-search__text::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.c-search--standard .c-search__text:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
.c-search--standard .c-search__text:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.c-search--standard .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: absolute;
  left: 10px;
  top: 8px;
  bottom: 12px;
  font-size: 36px;
  color: #cc0000;
}
/*** Sport Main Content Placeholder ***/

html.sport .main-content-placeholder {
  margin-top: 130px;
}
/*** Secondary Main Content Placeholder ***/

html.wide:not(.custom) body,
html.storypage body {
  background-color: white;
}
html.wide:not(.custom) .main-content-placeholder,
html.storypage .main-content-placeholder {
  max-width: 1464px;
  padding: 24px;
  margin: 92px auto 48px;
}
html.wide:not(.custom) .main-header__nav,
html.storypage .main-header__nav {
  background-color: black;
}
html.wide:not(.custom).sport .main-content-placeholder,
html.storypage.sport .main-content-placeholder {
  margin-top: 130px;
}
/*** Ad Slideout ***/

.ad-slideout {
  position: fixed;
  right: 0px;
  top: 300px;
  z-index: 9;
  transition: all 0.3s ease-in-out 0s;
  padding: 12px;
  background: rgba(0, 0, 0, 0.15);
}
.ad-slideout-hide {
  position: absolute;
  top: 12px;
  left: 12px;
  text-align: center;
  display: block;
  width: 24px;
  height: 24px;
  font-size: 21px;
  line-height: 1;
  background: black;
  color: white;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.ad-slideout.hidden {
  right: -324px;
}
/*** Top Stories ***/

.s-stories {
  position: relative;
  background-color: black;
}
.s-stories:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 100%);
}
.s-stories .c-stories--cover .c-stories__item {
  position: relative;
  height: 100vh;
}
.s-stories .c-stories--cover .c-stories__media-as-bg {
  height: 100vh;
  background-color: #6b1b1b;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.s-stories .c-stories--cover .c-stories__media {
  padding-bottom: 56.25%;
  background: black;
}
.s-stories .c-stories--cover .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-stories .c-stories--cover .c-stories__details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 124px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 70%);
  padding-top: 124px;
  z-index: 101;
}
.s-stories .c-stories--cover .c-stories__title {
  margin-top: 24px;
}
.s-stories .c-stories--cover .c-stories__url {
  text-decoration: none;
  color: white;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
}
.s-stories .c-stories--cover .c-stories__thumbnails button {
  padding: 0;
  background-color: transparent;
  border: none;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid white;
  display: block;
  margin: 0 12px;
}
.s-stories .c-stories--cover .c-stories__thumbnails button.c-stories__active {
  border-color: black;
  background-color: #cc0000;
}
.s-stories .c-stories--cover .c-stories__thumbnails button.c-stories__active:hover {
  background-color: #cc0000;
}
.s-stories .c-stories--cover .c-stories__thumbnails button.c-stories__active:hover:before {
  border: 4px solid #cc0000;
}
.s-stories .c-stories--cover .c-stories__thumbnails button.c-stories__active:hover:after {
  border-color: #cc0000 transparent transparent transparent;
}
.s-stories .c-stories--cover .c-stories__thumbnails button.c-stories__active:hover img {
  border-color: #cc0000;
}
.s-stories .c-stories--cover .c-stories__thumbnails button.c-stories__active:before {
  width: 18px;
  height: 18px;
  content: '';
  position: absolute;
  border: 4px solid #cc0000;
  border-radius: 100%;
  top: -6px;
  left: -6px;
}
.s-stories .c-stories--cover .c-stories__thumbnails button img {
  position: absolute;
  max-width: none;
  top: -70px;
  left: -50px;
  border: 1px solid white;
  display: none;
}
.s-stories .c-stories--cover .c-stories__thumbnails button:hover {
  border-color: black;
  background-color: white;
}
.s-stories .c-stories--cover .c-stories__thumbnails button:hover:before {
  width: 18px;
  height: 18px;
  content: '';
  position: absolute;
  border: 4px solid white;
  border-radius: 100%;
  top: -6px;
  left: -6px;
}
.s-stories .c-stories--cover .c-stories__thumbnails button:hover img {
  display: block;
}
.s-stories .c-stories--cover .c-stories__thumbnails button:hover:after {
  content: '';
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: white transparent transparent transparent;
}
.s-stories .c-stories--cover iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}
@media all and (max-width: 1024px) {
  .s-stories .c-stories--cover .c-stories__item {
    height: initial !important;
  }
}
html.sport .s-stories:before {
  display: none;
}
html.sport .s-stories .c-stories--cover .c-stories__item,
html.sport .s-stories .c-stories--cover .c-stories__media-as-bg {
  height: calc(100vh - 130px);
}
/*** Videos ***/

.s-videos {
  padding: 80px 0;
  background-color: white;
}
.s-videos__header {
  margin-bottom: 12px;
}
.s-videos__header h2 {
  font-size: 36px;
  margin: 0;
  margin-right: 12px;
  text-transform: uppercase;
}
.s-videos__header h2 span {
  color: #cc0000;
}
.s-videos .c-videos--featured {
  background-color: black;
  align-items: center;
  -webkit-align-items: center;
}
.s-videos .c-videos--featured .c-videos__featured {
  flex: 1 1 60%;
  -webkit-flex: 1 1 60%;
  min-width: 1px;
  min-height: 1px;
  border: 1px solid #e0e0e0;
  border-bottom: none;
}
.s-videos .c-videos--featured .c-videos__featured:hover .c-videos__pulse {
  animation: pulse 2.2s ease infinite;
  background: rgba(255, 255, 255, 0.75);
}
.s-videos .c-videos--featured .c-videos__featured:hover .c-videos__play-btn {
  background-color: #cc0000;
}
.s-videos .c-videos--featured .c-videos__featured-player {
  padding-bottom: 56.25%;
}
.s-videos .c-videos--featured .c-videos__featured-player:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.s-videos .c-videos--featured .c-videos__featured-player-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-videos .c-videos--featured .c-videos__featured .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
}
.s-videos .c-videos--featured .c-videos__featured-details {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 24px;
  color: white;
}
.s-videos .c-videos--featured .c-videos__featured-details .c-videos__title {
  font-size: 24px;
  line-height: 36px;
}
.s-videos .c-videos--featured .c-videos__button-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.s-videos .c-videos--featured .c-videos__pulse {
  background: transparent;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.s-videos .c-videos--featured .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 60px;
  color: white;
  position: relative;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: transparent;
  cursor: pointer;
  transition: none;
}
.s-videos .c-videos--featured .c-videos__list--container {
  flex: 0 0 360px;
  -webkit-flex: 0 0 360px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-self: stretch;
}
.s-videos .c-videos--featured .c-videos__sport {
  font-size: 15px;
}
.s-videos .c-videos--featured .c-videos__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}
.s-videos .c-videos--featured .c-videos__list {
  height: calc(100% - 50px);
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.s-videos .c-videos--featured .c-videos__item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background-color: white;
  flex: 1;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.s-videos .c-videos--featured .c-videos__item:hover,
.s-videos .c-videos--featured .c-videos__item.is-active {
  background-color: #f8f8f8;
}
.s-videos .c-videos--featured .c-videos__item:hover .c-videos__play,
.s-videos .c-videos--featured .c-videos__item.is-active .c-videos__play {
  background-color: #cc0000;
  color: white;
}
.s-videos .c-videos--featured .c-videos__item:hover .c-videos__play .sf-play,
.s-videos .c-videos--featured .c-videos__item.is-active .c-videos__play .sf-play {
  display: block;
}
.s-videos .c-videos--featured .c-videos__item:hover .c-videos__play .sf-play-minimal,
.s-videos .c-videos--featured .c-videos__item.is-active .c-videos__play .sf-play-minimal {
  display: none;
}
.s-videos .c-videos--featured .c-videos__media-container {
  flex: 1 1 40%;
  -webkit-flex: 1 1 40%;
  min-width: 1px;
  min-height: 1px;
}
.s-videos .c-videos--featured .c-videos__media {
  padding-bottom: 56.25%;
}
.s-videos .c-videos--featured .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-videos .c-videos--featured .c-videos__details {
  flex: 1 1 66.6667%;
  -webkit-flex: 1 1 66.6667%;
  min-width: 1px;
  min-height: 1px;
  padding: 24px;
}
.s-videos .c-videos--featured .c-videos__play {
  flex: 0 0 60px;
  -webkit-flex: 0 0 60px;
  min-width: 1px;
  min-height: 1px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 24px;
  color: #cc0000;
  border-left: 1px solid #e0e0e0;
  transition: all 0.3s ease-in-out 0s;
}
.s-videos .c-videos--featured .c-videos__play .sf-play {
  display: none;
}
.s-videos .c-videos--featured .c-videos__all {
  width: 100%;
  height: 50px;
  background-color: black;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: white;
  font-size: 15px;
  text-decoration: none;
}
.s-videos .c-videos--featured .c-videos__all:hover {
  background-color: #cc0000;
}
/*** Promo Rotator ***/

.promo-rotator {
  background-image: url('https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/gopack.com/images/responsive_2018/bg.png');
}
.promo-rotator .slick-prev,
.promo-rotator .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #cc0000;
  border-radius: 100%;
  font-size: 0;
  border: none;
  color: white;
}
.promo-rotator .slick-prev:after,
.promo-rotator .slick-next:after {
  font-family: 'sidearm_font_v2';
  font-size: 12px;
  color: white;
  transition: all 0.3s ease-in-out 0s;
}
.promo-rotator .slick-prev:hover,
.promo-rotator .slick-next:hover {
  background-color: white;
}
.promo-rotator .slick-prev:hover:after,
.promo-rotator .slick-next:hover:after {
  color: #cc0000;
}
.promo-rotator .slick-prev {
  left: 0;
}
.promo-rotator .slick-prev:after {
  content: '\e005';
}
.promo-rotator .slick-next {
  right: 0;
}
.promo-rotator .slick-next:after {
  content: '\e006';
}
/*** Schedule ***/

.s-schedule {
  padding: 80px 0;
  text-align: center;
  background-color: white;
}
.s-schedule #schedule__tab[aria-hidden="true"],
.s-schedule #results__tab[aria-hidden="true"] {
  display: block !important;
  position: absolute;
  left: -99999px;
  top: -99999px;
  width: 100%;
}
.s-schedule__header {
  margin-bottom: 12px;
}
.s-schedule__header h2 {
  font-size: 36px;
  margin: 0;
  margin-right: 12px;
  text-transform: uppercase;
}
.s-schedule__header h2 span {
  color: #cc0000;
}
.s-schedule__nav-wrap {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
}
.s-schedule__nav {
  margin-left: 36px;
}
.s-schedule__nav li {
  margin: 0 12px;
  position: relative;
}
.s-schedule__nav li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0px;
  background-color: #cc0000;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}
.s-schedule__nav li.ui-state-active:after,
.s-schedule__nav li:hover:after {
  height: 4px;
}
.s-schedule__nav li.ui-state-active a {
  font-weight: 700;
}
.s-schedule__nav li a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  padding: 0 24px;
  height: 55px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-schedule__composite {
  text-decoration: none;
  color: black;
  font-size: 18px;
  padding: 0 24px;
  height: 55px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-schedule__composite:hover {
  text-decoration: underline;
}
.s-schedule .c-events--cards-boxy .slick-list {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 24px;
}
.s-schedule .c-events--cards-boxy .c-events__item {
  display: flex;
  display: -webkit-flex;
}
.s-schedule .c-events--cards-boxy .c-events__item:last-child .c-events__body,
.s-schedule .c-events--cards-boxy .c-events__item:last-child .c-events__logo,
.s-schedule .c-events--cards-boxy .c-events__item:last-child .c-events__media-container {
  border-right: 1px solid #e0e0e0;
}
.s-schedule .c-events--cards-boxy .c-events__header {
  height: 60px;
  overflow: hidden;
  background-color: black;
  color: white;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 18px;
  border-left: 1px solid #333333;
}
.s-schedule .c-events--cards-boxy .c-events__header__results {
  background-color: #cc0000;
  border-color: #b70000;
}
.s-schedule .c-events--cards-boxy .c-events__date,
.s-schedule .c-events--cards-boxy .c-events__live {
  font-weight: 700;
  text-transform: uppercase;
}
.s-schedule .c-events--cards-boxy .c-events__date,
.s-schedule .c-events--cards-boxy .c-events__time,
.s-schedule .c-events--cards-boxy .c-events__live,
.s-schedule .c-events--cards-boxy .c-events__result {
  margin: 0 12px;
}
.s-schedule .c-events--cards-boxy .c-events__live-indicator {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #cc0000;
  position: relative;
}
.s-schedule .c-events--cards-boxy .c-events__live-indicator:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 2px solid #cc0000;
  top: -4px;
  left: -4px;
}
.s-schedule .c-events--cards-boxy .c-events__logo {
  height: 124px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
.s-schedule .c-events--cards-boxy .c-events__logo-default {
  width: auto;
  height: 100px;
}
.s-schedule .c-events--cards-boxy .c-events__body {
  height: 139px;
  padding: 0 24px;
  background-color: #f8f8f8;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  border-left: 1px solid #e0e0e0;
}
.s-schedule .c-events--cards-boxy .c-events__sport {
  font-size: 15px;
}
.s-schedule .c-events--cards-boxy .c-events__opponent-indicator {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  overflow: hidden;
  height: 60px;
}
.s-schedule .c-events--cards-boxy .c-events__media-container {
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
.s-schedule .c-events--cards-boxy .c-events__media-item {
  margin: 0 6px;
}
.s-schedule .c-events--cards-boxy .c-events__media-link {
  font-size: 21px;
}
.s-schedule .c-events--cards-boxy .c-events__media-link:hover {
  color: black;
}
.s-schedule .c-events--cards-boxy .slick-prev,
.s-schedule .c-events--cards-boxy .slick-next {
  background-color: transparent;
  font-size: 0;
  border: none;
}
.s-schedule .c-events--cards-boxy .slick-prev:after,
.s-schedule .c-events--cards-boxy .slick-next:after {
  font-family: 'sidearm_font_v2';
  font-size: 24px;
  color: #cc0000;
  transition: all 0.3s ease-in-out 0s;
}
.s-schedule .c-events--cards-boxy .slick-prev.slick-disabled:after,
.s-schedule .c-events--cards-boxy .slick-next.slick-disabled:after {
  color: #e0e0e0;
  cursor: auto;
}
.s-schedule .c-events--cards-boxy .slick-prev {
  left: 0;
}
.s-schedule .c-events--cards-boxy .slick-prev:after {
  content: '\e005';
}
.s-schedule .c-events--cards-boxy .slick-next {
  right: 0;
}
.s-schedule .c-events--cards-boxy .slick-next:after {
  content: '\e006';
}
/*** Wolfpack Facilities ***/

.s-facilities {
  position: relative;
  overflow: hidden;
}
.s-facilities img {
  width: 100%;
}
.s-facilities .slick-dots {
  position: absolute;
  max-width: 1416px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  left: 50%;
  transform: translateX(-50%);
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  bottom: 60px;
  z-index: 12;
}
.s-facilities .slick-dots li button {
  padding: 0;
  font-size: 0;
  background-color: transparent;
  border: none;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid white;
  display: block;
  margin: 0 12px;
  color: white;
}
.s-facilities .slick-dots li.slick-active button {
  border-color: black;
  background-color: #cc0000;
}
.s-facilities .slick-dots li.slick-active button:before {
  width: 18px;
  height: 18px;
  content: '';
  position: absolute;
  border: 4px solid #cc0000;
  border-radius: 100%;
  top: -6px;
  left: -6px;
}
.s-facilities .ad:after {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 50%;
  z-index: 1;
  pointer-events: none;
}
.s-facilities .ad a {
  display: block;
  text-decoration: none;
  position: relative;
}
.s-facilities .ad a:before {
  content: attr(title);
  position: absolute;
  bottom: 60px;
  font-family: 'wolfpack';
  font-size: 36px;
  color: white;
  z-index: 10;
  max-width: 1416px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.s-facilities .ad a:after {
  content: '';
  position: absolute;
  width: 437px;
  height: 4px;
  background-color: #cc0000;
  bottom: 44px;
  z-index: 10;
  pointer-events: none;
}
/*** Middle Leaderboard ***/

.middle-ad {
  background-color: white;
}
.middle-ad .row {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.middle-ad .dfp-ad {
  padding: 12px 0;
}
html.sport .middle-ad {
  background-color: black;
}
/*** AOTW ***/

.s-aotw {
  background-color: white;
}
.s-aotw .c-awards--quote .c-awards__item {
  display: flex;
  display: -webkit-flex;
}
.s-aotw .c-awards--quote .c-awards__media-container {
  flex: 0 0 600px;
}
.s-aotw .c-awards--quote .c-awards__details {
  margin-left: 140px;
  text-align: center;
}
.s-aotw .c-awards--quote .c-awards__name {
  font-family: 'wolfpack';
  color: #cc0000;
  font-size: 36px;
  line-height: 56px;
}
.s-aotw .c-awards--quote .c-awards__highlight {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 24px;
}
.s-aotw .c-awards--quote .c-awards__links {
  margin-bottom: 6px;
}
.s-aotw .c-awards--quote .c-awards__links-item {
  margin: 0 3px;
}
.s-aotw .c-awards--quote .c-awards__links-link {
  background-color: black;
  color: white;
  text-decoration: none;
  font-size: 15px;
  width: 180px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, black 50%, #cc0000 50%);
}
.s-aotw .c-awards--quote .c-awards__links-link:hover {
  background-position: 0 -100%;
}
.s-aotw .c-awards--quote .c-awards__links-link span {
  margin-right: 3px;
}
/*** Content Stream ***/

.s-contentstream {
  background-image: url('https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/gopack.com/images/responsive_2018/bg.png');
  padding: 80px 0;
}
.s-contentstream__header {
  margin-bottom: 12px;
}
.s-contentstream__header h2 {
  font-size: 36px;
  margin: 0;
  margin-right: 12px;
  text-transform: uppercase;
  color: white;
}
.s-contentstream__header h2 span {
  color: #cc0000;
}
.s-contentstream .c-contentstream__top {
  border-top: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  margin-bottom: 24px;
}
.s-contentstream .c-contentstream__filter {
  margin-left: 36px;
}
.s-contentstream .c-contentstream__filter-item {
  margin: 0 12px;
}
.s-contentstream .c-contentstream__filter-button {
  height: 55px;
  background-color: transparent;
  border: none;
  color: white;
  font-size: 18px;
  padding: 0 24px;
  position: relative;
}
.s-contentstream .c-contentstream__filter-button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0px;
  background-color: #cc0000;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}
.s-contentstream .c-contentstream__filter-button.is-active {
  font-weight: 700;
}
.s-contentstream .c-contentstream__filter-button.is-active:after {
  height: 4px;
}
.s-contentstream .c-contentstream__filter-button:hover:after {
  height: 4px;
}
.s-contentstream .c-contentstream__stream {
  margin: 0 -12px;
}
.s-contentstream .c-contentstream__item {
  width: 33.3334%;
  padding: 12px;
}
.s-contentstream .c-contentstream__item-inner {
  background-color: white;
  border: 1px solid #2b2b2b;
}
.s-contentstream .c-contentstream__instagram .c-contentstream__item-inner {
  overflow: hidden;
}
.s-contentstream .c-contentstream__instagram .c-contentstream__item-inner:hover .c-contentstream__instagram__image {
  transform: scale(1.2);
}
.s-contentstream .c-contentstream__instagram__image {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.s-contentstream .c-contentstream__twitter__image {
  width: 100%;
}
.s-contentstream .c-contentstream__twitter__user-image {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #e0e0e0;
  margin-right: 12px;
}
.s-contentstream .c-contentstream__twitter__user-screen {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  color: black !important;
}
.s-contentstream .c-contentstream__twitter__user-screen:hover {
  color: #cc0000 !important;
}
.s-contentstream .c-contentstream__twitter__body {
  padding: 24px;
}
.s-contentstream .c-contentstream__twitter__body-text {
  font-size: 15px;
  line-height: 28px;
  margin-top: 12px;
  margin-bottom: 24px;
}
.s-contentstream .c-contentstream__twitter__body-text a {
  color: #cc0000;
}
.s-contentstream .c-contentstream__twitter__body-text a:hover {
  color: black;
}
.s-contentstream .c-contentstream__twitter__actions-link {
  font-size: 30px;
  color: black;
}
.s-contentstream .load-more__container {
  text-align: center;
  margin-top: 50px;
}
.s-contentstream .load-more__button {
  background-color: #cc0000;
  color: white;
  border: none;
  font-size: 15px;
  width: 180px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #cc0000 50%, white 50%);
}
.s-contentstream .load-more__button:hover {
  background-position: 0 -100%;
  color: #cc0000;
}
/*** Main Footer ***/

.main-footer {
  padding-bottom: 60px;
  background-color: white;
}
.main-footer__top {
  background-color: #cc0000;
  text-align: center;
  padding: 48px 0;
  color: white;
  font-size: 15px;
  border-bottom: 1px solid #a30000;
}
.main-footer__top p {
  margin: 0;
  margin-top: 12px;
}
.main-footer__logos {
  background-color: #cc0000;
}
.main-footer__logo {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100px;
  width: 33.3334%;
  border-left: 1px solid #a30000;
}
.main-footer__logo:last-child {
  border-right: 1px solid #a30000;
}
.main-footer .c-footer {
  padding: 12px 0;
}
.main-footer .c-footer__item {
  font-size: 15px;
}
.main-footer .c-footer__item:after {
  content: '/';
  margin: 0 12px;
}
.main-footer .c-footer__item:last-child:after {
  display: none;
}
.main-footer .c-footer__link {
  color: black !important;
}
/*** Sticky Ticker ***/

.sticky-ticker {
  background-color: black;
  color: white;
  height: 60px;
  position: fixed;
  bottom: -60px;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  z-index: 99;
}
.sticky-ticker p {
  font-family: 'wolfpack';
  text-transform: uppercase;
  font-size: 22px;
  margin: 0;
  margin-right: 24px;
}
.sticky-ticker p span {
  color: #eb0000;
}
.sticky-ticker .c-sticky__social .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 60px;
  padding: 0 28px;
}
.sticky-ticker .c-sticky__social a {
  color: white;
  font-size: 24px;
  text-decoration: none;
}
.sticky-ticker .c-sticky__social a span {
  position: absolute;
  left: -99999px;
  top: -99999px;
}
.sticky-ticker .c-sticky__social a:hover {
  color: #cc0000;
}
.sticky-ticker .c-sticky__ticker .ui-scoreboard-buttons {
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding-right: 24px;
  cursor: pointer;
}
.sticky-ticker .c-sticky__ticker .info {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-transform: none;
}
.sticky-ticker .c-sticky__ticker .sport,
.sticky-ticker .c-sticky__ticker .date {
  font-weight: 700;
}
.sticky-ticker .c-sticky__ticker a {
  color: white;
}
.sticky-ticker.headroom--not-top {
  bottom: 0;
}
/*** Sticky Ad Below Slider ***/

.sticky-ad-below-slider {
  background-color: black;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #333333;
  transition: all 0.3s ease-in-out 0s;
  z-index: 100;
}
.sticky-ad-below-slider .dfp-ad {
  margin: 12px auto;
}
.sticky-ad-below-slider.headroom--not-top {
  bottom: -100%;
}
/*** Media Queries ***/

@media (max-width: 1199px) {
  .s-videos .c-videos--featured {
    flex-direction: column;
    align-items: normal;
  }
  .s-videos .c-videos--featured .c-videos__list {
    height: auto;
  }
  .s-videos .c-videos--featured .c-videos__list--container {
    flex: 1 1 auto;
  }
  .s-videos .c-videos--featured .c-videos__item {
    border-left: 1px solid #e0e0e0;
  }
  .s-videos .c-videos--featured .c-videos__play {
    height: 106px;
  }
  .s-videos .c-videos--featured .c-videos__details {
    padding: 0 24px;
  }
}
@media (max-width: 1024px) {
  .top-story-ad {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .top-story-ad .dfp-ad {
    padding: 12px 0;
  }
  .ad-inside-leaderboard--desktop {
    display: none;
  }
  .main-header__nav {
    background-color: black;
  }
  .main-header__nav .row {
    padding: 0;
    height: 70px;
  }
  .main-header__logo {
    padding-left: 24px;
    padding-top: 3px;
    z-index: 999999999;
  }
  .main-header__logo img {
    width: 58px;
  }
  .c-search__mobile {
    display: block;
  }
  html.sport .main-header {
    top: 114px;
    position: absolute;
  }
  html.sport .main-header.headroom--not-top {
    position: fixed;
    top: 0;
  }
  html.sport .main-header.headroom--not-top .c-navigation--main .c-navigation--mobile__offcanvas.is-open {
    max-height: calc(100vh - 70px);
  }
  html.sport .main-header.headroom--not-top .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 120px);
  }
  html.sport .c-navigation--main .c-navigation--mobile__offcanvas.is-open {
    max-height: calc(100vh - 184px);
  }
  .c-navigation--main {
    padding-left: 94px;
    justify-content: center;
    height: 70px;
  }
  .c-navigation--main .cs-nav-end {
    margin-left: 24px;
  }
  .c-navigation--main .c-navigation__toggle {
    height: 70px;
    width: 60px;
    background-color: #cc0000;
    top: 0;
    position: absolute;
    right: 0;
  }
  .c-navigation--main .c-navigation--mobile__offcanvas.is-open {
    max-height: calc(100vh - 70px);
  }
  .c-navigation--main .c-navigation--mobile__offcanvas-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .c-navigation--main .c-navigation--mobile .c-navigation__url--level-1 {
    line-height: 25px;
  }
  .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 234px);
  }
  .ad-slideout {
    display: none;
  }
  .search-desktop {
    display: none;
  }
  .main-content-placeholder {
    margin-top: 70px;
  }
  html.sport .main-content-placeholder {
    margin-top: 234px !important;
  }
  .s-stories {
    background-color: black;
  }
  .s-stories:before {
    display: none;
  }
  .s-stories .c-stories--cover .c-stories__details {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0 24px 24px;
    background-image: none;
    background-color: black;
  }
  .s-stories .c-stories--cover .c-stories__url {
    font-size: 24px;
    line-height: 36px;
  }
  .s-stories .c-stories--cover .c-stories__media-container:after {
    content: '';
    position: absolute;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
    width: 100%;
    height: 20%;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .s-videos {
    padding: 55px 0;
  }
  .s-schedule {
    padding: 55px 0;
  }
  .s-schedule__nav {
    margin-left: 0;
  }
  .s-schedule__nav li {
    margin: 0 18px;
  }
  .s-schedule__nav li:first-child {
    margin-left: 0;
  }
  .s-schedule__nav li a {
    padding: 0;
  }
  .s-schedule__composite {
    padding: 0;
    margin-left: 18px;
  }
  .s-facilities .slick-dots {
    padding-right: 24px;
  }
  .s-facilities .ad a:before {
    font-size: 30px;
    padding-left: 24px;
  }
  .s-facilities .ad a:after {
    width: 184px;
  }
  .s-aotw .c-awards--quote .c-awards__wrap {
    background-image: none !important;
  }
  .s-aotw .c-awards--quote .c-awards__wrap .row {
    padding: 0;
  }
  .s-aotw .c-awards--quote .c-awards__item {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .s-aotw .c-awards--quote .c-awards__media-container {
    flex: 1 1 100%;
    align-self: center;
    width: 100%;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 48px;
    background-size: cover;
  }
  .s-aotw .c-awards--quote .c-awards__media-container:after {
    content: '';
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
  .s-aotw .c-awards--quote .c-awards__details {
    margin-left: 0;
    padding: 48px;
  }
  .s-contentstream {
    padding: 55px 0;
  }
  .s-contentstream .c-contentstream__filter {
    margin-left: 0;
  }
  .s-contentstream .c-contentstream__filter-item {
    margin: 0 18px;
  }
  .s-contentstream .c-contentstream__filter-item:first-child {
    margin-left: 0;
  }
  .s-contentstream .c-contentstream__filter-button {
    padding: 0;
  }
  .s-contentstream .c-contentstream__item {
    width: 50%;
  }
  .main-footer {
    padding-bottom: 0;
  }
  .main-footer__logo:first-child {
    border-left: none;
  }
  .main-footer__logo:last-child {
    border-right: none;
  }
  .main-footer__logos .row {
    padding: 0;
  }
  .sticky-ticker {
    position: relative;
    bottom: auto;
  }
  .sticky-ticker .c-sticky {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .sticky-ticker .c-sticky__ticker-container {
    display: none;
  }
  .sticky-ticker .c-sticky .ad {
    margin: 0 12px;
  }
}
@media (max-width: 767px) {
  html.sport .main-content-placeholder {
    margin-top: 194px !important;
  }
  html.sport .c-navigation--main .c-navigation--mobile__offcanvas.is-open {
    max-height: calc(100vh - 144px);
  }
  html.sport .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 194px);
  }
  html.sport .main-header {
    top: 74px;
    position: absolute;
  }
  html.sport .main-header.headroom--not-top {
    position: fixed;
    top: 0;
  }
  html.sport .main-header.headroom--not-top .c-navigation--main .c-navigation--mobile__offcanvas.is-open {
    max-height: calc(100vh - 70px);
  }
  html.sport .main-header.headroom--not-top .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 120px);
  }
  .c-navigation--main {
    justify-content: center;
    -webkit-justify-content: center;
    padding-left: 0;
    height: 70px;
  }
  .c-navigation--main .c-navigation__toggle {
    position: absolute;
    right: 0;
    top: 0;
  }
  .s-stories .c-stories--cover .c-stories__url {
    font-size: 20px;
    line-height: 30px;
  }
  .s-videos {
    padding: 24px 0;
  }
  .s-videos__header {
    flex-direction: column;
    align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
    margin-bottom: 24px;
  }
  .s-videos__header h2 {
    order: 2;
    margin-top: 18px;
    font-size: 30px;
  }
  .s-videos .c-videos--featured .c-videos__featured-details {
    position: relative;
    bottom: auto;
    right: auto;
    background-color: black;
  }
  .s-videos .c-videos--featured .c-videos__play {
    height: 136px;
  }
  .s-schedule {
    padding: 24px 0;
  }
  .s-schedule__header {
    flex-direction: column;
    align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
    margin-bottom: 24px;
  }
  .s-schedule__header h2 {
    order: 2;
    margin-top: 18px;
    font-size: 30px;
  }
  .s-aotw .c-awards--quote .c-awards__details {
    padding: 36px 12px 48px;
  }
  .s-aotw .c-awards--quote .c-awards__links {
    margin-bottom: 24px;
  }
  .s-aotw .c-awards--quote .c-awards__links-link {
    width: 102px;
  }
  .s-aotw .c-awards--quote .c-awards__links-link span {
    display: none;
  }
  .s-contentstream {
    padding: 24px 0;
  }
  .s-contentstream__header h2 {
    font-size: 30px;
  }
  .s-contentstream .c-contentstream__item {
    width: 100%;
  }
  .s-contentstream .load-more__container {
    margin-top: 12px;
  }
  .main-footer__logos .row {
    flex-direction: column;
  }
  .main-footer__logo {
    width: 100%;
    border: none;
    border-bottom: 1px solid #a30000;
  }
  .main-footer__logo:last-child {
    border-bottom: none;
  }
  .main-footer .c-footer {
    flex-direction: column;
    align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
    padding: 0;
  }
  .main-footer .c-footer__item {
    height: 50px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 24px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
  }
  .main-footer .c-footer__item:after {
    display: none;
  }
}
@media (max-width: 499px) {
  .s-schedule .c-events--cards-boxy .slick-list {
    border-left: 1px solid #e0e0e0;
  }
  .s-schedule .c-events--cards-boxy .c-events__item {
    display: flex;
    display: -webkit-flex;
  }
  .s-schedule .c-events--cards-boxy .c-events__item:last-child .c-events__body,
  .s-schedule .c-events--cards-boxy .c-events__item:last-child .c-events__logo,
  .s-schedule .c-events--cards-boxy .c-events__item:last-child .c-events__media-container {
    border-right: none;
  }
  .s-schedule .c-events--cards-boxy .c-events__body,
  .s-schedule .c-events--cards-boxy .c-events__logo,
  .s-schedule .c-events--cards-boxy .c-events__media-container {
    border-left: none;
  }
}
@media (max-width: 320px) {
  .main-header__logo {
    padding-left: 12px;
  }
  .s-schedule__header h2 {
    font-size: 28px;
  }
  .main-footer .c-footer__item {
    font-size: 13px;
  }
  .main-footer__top {
    padding: 48px 24px;
  }
  .sticky-ticker .c-sticky__social .ads-container {
    padding: 0;
  }
}
@media screen and (max-width: 540px) {
  .cs-nav-end {
    display: none;
  }
}
@media screen and (min-width: 541px) {
  .cs-nav-mobile {
    display: none;
  }
}
.s-countdown {
  background: white;
}
.c-countdown--horizontal {
  width: 100%;
  padding: 24px 24px 0;
}
.c-countdown--horizontal .c-countdown__item {
  width: 100%;
  max-width: 1416px;
  display: block;
  margin: auto;
  background: black;
}
.c-countdown--horizontal .c-countdown__item .c-countdown-inner {
  justify-content: space-between;
}
.c-countdown--horizontal .c-countdown__item .c-countdown-inner .c-countdown__custom-title {
  color: white;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  padding: 24px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.c-countdown--horizontal .c-countdown__header {
  background: white;
  border-bottom: 5px solid #cc0000;
  padding: 0;
  height: 70px;
  justify-content: space-between;
}
.c-countdown--horizontal .c-countdown__header-text {
  color: black;
  font-family: 'wolfpack';
  text-transform: uppercase;
  font-size: 36px;
}
.c-countdown--horizontal .c-countdown__header-text span {
  color: #cc0000;
}
.c-countdown--horizontal .c-countdown__logos {
  padding: 12px 24px;
  background: whitesmoke;
}
.c-countdown--horizontal .c-countdown__indicator {
  margin: 0 12px;
  font-size: 12px;
}
.c-countdown--horizontal .c-countdown__time {
  margin-left: auto;
  font-family: 'Roboto', sans-serif;
}
.c-countdown--horizontal .c-countdown__time-item {
  border-right: 1px solid #666666;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
}
.c-countdown--horizontal .c-countdown__time-item:first-of-type {
  border-left: 1px solid #666666;
}
.c-countdown--horizontal .c-countdown__time-value {
  font-size: 24px;
  font-weight: 800;
  color: white;
  font-weight: bold;
}
.c-countdown--horizontal .c-countdown__time-label {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
.c-countdown--horizontal .c-countdown__time-label abbr {
  border-bottom: none;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .c-countdown--horizontal {
    padding: 24px 24px 0;
  }
  .c-countdown--horizontal .c-countdown__item .c-countdown-inner {
    flex-wrap: wrap;
  }
  .c-countdown--horizontal .c-countdown__item .c-countdown-inner .c-countdown__custom-title {
    flex: 0 0 100%;
    border-bottom: 1px solid #666666;
  }
  .c-countdown--horizontal .c-countdown__logos {
    padding: 12px 24px;
    flex: 1 1 auto;
    justify-content: center;
  }
  .c-countdown--horizontal .c-countdown__indicator {
    margin: 0 12px;
    font-size: 12px;
  }
  .c-countdown--horizontal .c-countdown__time {
    margin-left: 0;
    flex: 1 1 auto;
  }
  .c-countdown--horizontal .c-countdown__time-item {
    flex: 0 0 25%;
  }
  .c-countdown--horizontal .c-countdown__time-item:first-of-type {
    border-left: none;
  }
  .c-countdown--horizontal .c-countdown__time-value {
    font-size: 20px;
    font-weight: 800;
  }
  .c-countdown--horizontal .c-countdown__time-label {
    font-size: 12px;
  }
  .c-countdown--horizontal .c-countdown__time-label abbr {
    border-bottom: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 640px) {
  .c-countdown--horizontal .c-countdown__logos {
    flex: 0 0 100%;
  }
  .c-countdown--horizontal .c-countdown__time {
    flex: 0 0 100%;
    border-bottom: 1px solid #666666;
  }
  .c-countdown--horizontal .c-countdown__time-item {
    flex: 0 0 25%;
  }
  .c-countdown--horizontal .c-countdown__time-item:first-of-type {
    border-left: none;
  }
  .c-countdown--horizontal .c-countdown__time-item:last-of-type {
    border-right: none;
  }
  .c-countdown--horizontal .c-countdown__header-text {
    font-size: 30px;
    line-height: 36px;
  }
}
.ad-inside-leaderboard {
  padding: 12px 0;
}
.ad-sticky-leaderboard {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
  z-index: 100;
}
.ad-sticky-leaderboard.headroom--not-top {
  transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.c-polite-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  display: none;
  opacity: 0;
}
.c-polite-pop-up.is-active {
  transition: display 0s ,opacity 0.3s;
  display: flex;
  display: -webkit-flex;
  opacity: 1;
}
.c-polite-pop-up .c-polite-pop-up__content {
  background: white;
  padding: 48px 48px 24px;
  border-radius: 3px;
  position: relative;
}
.c-polite-pop-up .c-polite-pop-up__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 1.5rem;
  color: #353535;
  transition: color 0.3s;
}
.c-polite-pop-up .c-polite-pop-up__close:hover,
.c-polite-pop-up .c-polite-pop-up__close:focus {
  color: black;
}
