@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
@import url("https://fonts.sidearmsports.com/sidearm_v2/sidearm_font_v2.css");
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #a00000;
  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;
}
body {
  font: 14px/1.4 'Lato', sans-serif;
  color: black;
  margin: 0;
  padding: 0;
}
.showcase-play-button {
  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: 0;
  background-color: transparent;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
  height: 70px;
  width: 70px;
  z-index: 100;
}
/*Stories Video*/

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

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

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

.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 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;
}
/*Animations*/

/*Row Styles*/

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

ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
}
.homepage .s-parallax {
  background: url('//static.uwbadgers.com/assets/images/parallax/home/parallax.jpg') center fixed no-repeat !important;
}
.main-content-placeholder {
  margin-top: 80px;
  transition: .25s;
  transform: translate3d(0 0 0);
}
.sport .main-content-placeholder {
  margin-top: 160px;
}
.sport .s-moreVideos .c-videos--tabs .c-videos__control--football {
  display: none;
}
.wide .main-content-placeholder {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
}
.main-header .c-header--row {
  height: 80px;
  background: #a00000;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}
.main-header .c-header--row > div {
  height: 100%;
}
.main-header .c-header--row .c-header__logo {
  padding: 0 24px 0 0;
}
.main-header .c-header--row .c-header__logo__link {
  display: block;
  text-decoration: none;
}
.main-header .c-header--row .c-header__csad {
  margin: 0 auto 0 12px;
}
.main-header search-component {
  height: 100%;
}
.main-header .c-search--popout {
  height: 100%;
}
.main-header .c-search--popout fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.main-header .c-search--popout .c-search__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  padding: 0 24px;
  font-size: 28px;
  color: white;
  transition: .25s;
  height: 100%;
}
.main-header .c-search--popout .c-search__toggle:hover {
  background: white;
  color: #a00000;
}
.main-header .c-search--popout .c-search__popout {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  border: 1px solid #e0e0e0;
  width: 100%;
  transition: .25s;
  background: #ededed;
  overflow: hidden;
  transform: translateY(-100%);
}
.main-header .c-search--popout .c-search__popout.is-open {
  transform: translateY(0);
}
.main-header .c-search--popout .c-search__popout__container {
  max-width: 1464px;
  padding: 0 24px;
  width: 100%;
  margin: 0 auto;
}
.main-header .c-search--popout .c-search__text {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 100%;
  height: 80px;
  text-transform: capitalize;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 1.063rem;
}
.main-header .c-search--popout .c-search__text::placeholder {
  color: black;
}
.main-header .c-search--popout .c-search__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 28px;
  color: black;
  transition: .25s;
}
.main-header .c-search--popout .c-search__close:hover {
  color: #a00000;
}
.main-navigation {
  height: 100%;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  z-index: 9000;
}
.main-navigation .c-navigation--main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .c-navigation--main.c-navigation--desktop {
  height: 100%;
  margin-left: auto;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__level-1 {
  height: 100%;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__item--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0 24px;
  transition: .25s;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:hover,
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover {
  background: #f6f6f6;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1 {
  color: #a00000;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity .25s;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 {
  color: white;
  transition: .25s;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  top: 80px;
  left: -99999px;
  opacity: 0;
  width: 100%;
  background: #f6f6f6;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__level-2.is-open {
  left: 0;
  opacity: 1;
  transition: 0s;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__level-2-inner {
  max-width: 1464px;
  margin: 0 auto;
  width: 100%;
  padding: 48px 12px;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__sports .c-navigation__column:first-of-type,
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:first-of-type,
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__fans .c-navigation__column:first-of-type,
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__about .c-navigation__column:first-of-type {
  flex: 0 0 240px;
  -webkit-flex: 0 0 240px;
  min-width: 1px;
  min-height: 1px;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__sports .c-navigation__column:first-of-type .c-navigation__item--level-2:not(.c-navigation__separator),
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:first-of-type .c-navigation__item--level-2:not(.c-navigation__separator),
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__fans .c-navigation__column:first-of-type .c-navigation__item--level-2:not(.c-navigation__separator),
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__about .c-navigation__column:first-of-type .c-navigation__item--level-2:not(.c-navigation__separator) {
  height: 60px;
  border: 1px solid #e0e0e0;
  margin: 12px 0;
  background: white;
  transition: .25s;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__sports .c-navigation__column:first-of-type .c-navigation__item--level-2:not(.c-navigation__separator):hover,
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:first-of-type .c-navigation__item--level-2:not(.c-navigation__separator):hover,
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__fans .c-navigation__column:first-of-type .c-navigation__item--level-2:not(.c-navigation__separator):hover,
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__about .c-navigation__column:first-of-type .c-navigation__item--level-2:not(.c-navigation__separator):hover {
  background: #a00000;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__sports .c-navigation__column:first-of-type .c-navigation__item--level-2:not(.c-navigation__separator):hover .c-navigation__url--level-2,
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:first-of-type .c-navigation__item--level-2:not(.c-navigation__separator):hover .c-navigation__url--level-2,
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__fans .c-navigation__column:first-of-type .c-navigation__item--level-2:not(.c-navigation__separator):hover .c-navigation__url--level-2,
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__about .c-navigation__column:first-of-type .c-navigation__item--level-2:not(.c-navigation__separator):hover .c-navigation__url--level-2 {
  color: white;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:nth-of-type(2) {
  padding-right: 0;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:nth-of-type(2) .c-navigation__item--level-2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:nth-of-type(2) .c-navigation__item--level-2:hover {
  background: none;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:nth-of-type(3) {
  margin: 50px 0 0 0;
  padding: 0;
  flex: none;
  -webkit-flex: none;
  min-width: 1px;
  min-height: 1px;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:nth-of-type(3) .c-navigation__column__list {
  position: relative;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:nth-of-type(3) .c-navigation__column__list::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  top: -1px;
  left: 0;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:nth-of-type(3) .c-navigation__item--level-2 {
  padding: 0;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:nth-of-type(3) .c-navigation__item--level-2:hover {
  background: none;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:nth-of-type(3) .c-navigation__url--level-2 {
  font-size: .938rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:nth-of-type(3) .c-navigation__url--level-2::after {
  content: '/';
  margin: 0 12px;
  color: black;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:nth-of-type(4) {
  margin: 50px 0 0 0;
  padding: 0 12px 0 0;
  flex: none;
  -webkit-flex: none;
  min-width: 1px;
  min-height: 1px;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:nth-of-type(4) .c-navigation__column__list {
  position: relative;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:nth-of-type(4) .c-navigation__column__list::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  top: -1px;
  left: 0;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:nth-of-type(4) .c-navigation__item--level-2 {
  padding: 0 24px 0 0;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:nth-of-type(4) .c-navigation__item--level-2:hover {
  background: none;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__tickets .c-navigation__column:nth-of-type(4) .c-navigation__url--level-2 {
  font-size: .938rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
.main-navigation .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;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #e0e0e0;
  height: 50px;
  padding: 0 24px;
  transition: .25s;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:hover {
  background: white;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:hover .c-navigation__url--level-2:first-of-type {
  color: #a00000;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__separator {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  padding: 0;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__separator span {
  position: relative;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__separator span::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #a00000;
  position: absolute;
  left: 0;
  bottom: -13px;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__separator:hover {
  background: none;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__url--level-2 {
  font-size: .938rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  transition: .25s;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.063rem;
  text-transform: uppercase;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:not(:first-of-type):not(:last-of-type)::after {
  content: '/';
  font-size: .938rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: black;
  margin: 0 12px;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:hover {
  color: #a00000;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__ad {
  margin: 24px 0 0 0;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__composite {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  font-size: 28px;
  text-decoration: none;
  padding: 0 24px;
  transition: .25s;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__composite:hover {
  background: white;
  color: #a00000;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__csad .ad {
  margin-left: 24px;
}
.mobile-navigation {
  width: 100%;
  height: 60px;
  background: white;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  z-index: 9000;
}
.mobile-navigation .c-navigation--main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile {
  height: 60px;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 100%;
  display: block;
  height: 100%;
  font-size: 28px;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__toggle i::before {
  transform: rotate(0deg);
  transition: .25s;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__toggle[aria-expanded=true] i::before {
  content: '\e077';
  transform: rotate(180deg);
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  background: white;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 140px);
  overflow: auto;
  padding-bottom: 65px;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__item--level-2 {
  font-size: .938rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  position: static;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__separator {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: #a00000;
  background: white;
  padding: 0 24px;
  height: 48px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.063rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__url--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: black;
  background: white;
  padding: 0 24px;
  height: 48px;
  border-bottom: 1px solid #e0e0e0;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__icons {
  flex: 1 1 80%;
  -webkit-flex: 1 1 80%;
  min-width: 1px;
  min-height: 1px;
  height: 100%;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__icons .c-navigation__level-1 {
  height: 100%;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__icons .c-navigation__item--level-1 {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  height: 100%;
  font-size: 28px;
  text-decoration: none;
  border-right: 1px solid #e0e0e0;
  transition: .25s;
  position: static;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__icons .c-navigation__item--level-1.is-open {
  background: #ededed;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__icons .c-navigation__item--level-1.is-open .c-navigation__url--level-1 i::before {
  content: '\e077';
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__icons .c-navigation__item--level-1 img {
  width: 30px;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__icons .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
  color: black;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__icons .c-navigation__item--level-2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  position: static;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__icons .c-navigation__separator {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__icons .c-navigation__calendar {
  height: 100%;
  font-size: 28px;
  border-right: 1px solid #e0e0e0;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__more {
  flex: 1 1 20%;
  -webkit-flex: 1 1 20%;
  min-width: 1px;
  min-height: 1px;
  height: 100%;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__more .c-navigation__item--level-1 {
  font-size: 1.063rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__more .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: black;
  background: white;
  padding: 0 24px;
  height: 48px;
  border-bottom: 1px solid #e0e0e0;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__more .c-navigation__separator {
  background: #ededed;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__more .c-navigation__url--level-2 {
  background: #ededed;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__more .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;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__more .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font_v2;
  font-size: 20px;
  content: '\e012';
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.mobile-navigation .c-navigation--main.c-navigation--mobile .c-navigation__more .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.sport-navigation {
  width: 100%;
  height: 80px;
  z-index: 99;
  background: white;
  border-bottom: 1px solid #e0e0e0;
}
.sport-navigation .c-navigation--sport ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop {
  height: 80px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__level-1 {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  height: 100%;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  font-size: 1.063rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 12px;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1 {
  color: #a00000;
}
.sport-navigation .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;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  color: black;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin: 0 auto 0 0;
  font-size: 1.625rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__parent .c-navigation__url--level-1::after {
  content: '+';
  font-family: sidearm_font_v2;
  font-size: 18px;
  margin: 0 0 0 6px;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sponsor .ad {
  margin: 0 0 0 24px;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  background: white;
  min-width: 300px;
  padding: 6px 0;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__level-2.is-open {
  left: auto;
  right: 0;
  opacity: 1;
  transition: 0s;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-2 {
  padding: 6px 12px;
  font-size: .938rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  color: black;
  transition: .25s;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover {
  color: #a00000;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__social__item {
  margin: 0 0 0 6px;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__social__link {
  color: #a00000;
  font-size: 30px;
  text-decoration: none;
  transition: .25s;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__social__link:hover {
  color: black;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile {
  height: 60px;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url {
  display: block;
  text-decoration: none;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-links {
  height: 100%;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport {
  font-size: 1.063rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  color: black;
  transition: .25s;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:hover {
  color: #a00000;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 18px;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__toggle i::before {
  transform: rotate(0deg);
  transition: .25s;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__toggle.is-toggled i::before {
  transform: rotate(45deg);
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 0px);
  overflow: auto;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font_v2;
  content: '\e012';
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__item--level-1 {
  font-size: .938rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 48px;
  background: white;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 24px;
  color: black;
}
.sport-navigation .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;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__item--level-2 {
  font-size: .938rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 48px;
  background: #ededed;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 24px;
  color: black;
}
.s-countdown.closed {
  max-height: 0;
  overflow: hidden;
}
.s-countdown .c-countdown--desktop .c-countdown__item,
.s-countdown .c-countdown--mobile .c-countdown__item {
  height: 100px;
  background: #8f0000;
}
.s-countdown .c-countdown--desktop .c-countdown__item__inner,
.s-countdown .c-countdown--mobile .c-countdown__item__inner {
  height: 100%;
}
.s-countdown .c-countdown--desktop .c-countdown__header,
.s-countdown .c-countdown--mobile .c-countdown__header {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 0 24px 0 12px;
}
.s-countdown .c-countdown--desktop .c-countdown__header__date-time,
.s-countdown .c-countdown--mobile .c-countdown__header__date-time {
  color: white;
  font-size: .938rem;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 12px 0 0 0;
}
.s-countdown .c-countdown--desktop .c-countdown__header__date,
.s-countdown .c-countdown--mobile .c-countdown__header__date {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.s-countdown .c-countdown--desktop .c-countdown__matchup,
.s-countdown .c-countdown--mobile .c-countdown__matchup {
  height: 100%;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.s-countdown .c-countdown--desktop .c-countdown__logo,
.s-countdown .c-countdown--mobile .c-countdown__logo {
  height: 30px;
  width: 30px;
  margin: 0 12px 0 0;
  vertical-align: middle;
}
.s-countdown .c-countdown--desktop .c-countdown__sport,
.s-countdown .c-countdown--mobile .c-countdown__sport {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.063rem;
  text-transform: uppercase;
}
.s-countdown .c-countdown--desktop .c-countdown__team,
.s-countdown .c-countdown--mobile .c-countdown__team {
  color: white;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
.s-countdown .c-countdown--desktop .c-countdown__sponsor,
.s-countdown .c-countdown--mobile .c-countdown__sponsor {
  margin-left: auto;
  flex: 0 0 150px;
  -webkit-flex: 0 0 150px;
  min-width: 1px;
  min-height: 1px;
  margin: 0 0 0 24px;
}
.s-countdown .c-countdown--desktop .c-countdown__tickets,
.s-countdown .c-countdown--mobile .c-countdown__tickets {
  margin: 0 24px;
  border: 1px solid white;
  width: 135px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: .938rem;
  letter-spacing: .25rem;
  transition: .25s;
}
.s-countdown .c-countdown--desktop .c-countdown__tickets:hover,
.s-countdown .c-countdown--mobile .c-countdown__tickets:hover {
  background: white;
  color: #a00000;
}
.s-countdown .c-countdown--desktop .c-countdown__time,
.s-countdown .c-countdown--mobile .c-countdown__time {
  height: 100%;
}
.s-countdown .c-countdown--desktop .c-countdown__time-item,
.s-countdown .c-countdown--mobile .c-countdown__time-item {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  width: 89px;
  color: white;
}
.s-countdown .c-countdown--desktop .c-countdown__time-value,
.s-countdown .c-countdown--mobile .c-countdown__time-value {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1.07;
}
.s-countdown .c-countdown--desktop .c-countdown__time-label,
.s-countdown .c-countdown--mobile .c-countdown__time-label {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: .938rem;
  line-height: 1.53;
  text-transform: uppercase;
}
.s-countdown .c-countdown--desktop .c-countdown__time-label abbr,
.s-countdown .c-countdown--mobile .c-countdown__time-label abbr {
  border-bottom: none;
  text-decoration: none;
}
.s-countdown .c-countdown--mobile .c-countdown__item {
  height: auto;
}
.s-countdown .c-countdown--mobile .c-countdown__top,
.s-countdown .c-countdown--mobile .c-countdown__bottom {
  height: 100px;
}
.s-countdown .c-countdown--mobile .c-countdown__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.s-countdown .c-countdown--mobile .c-countdown__header {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 0 24px;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.s-countdown .c-countdown--mobile .c-countdown__header__date-time {
  margin: 0 0 0 12px;
}
.s-countdown .c-countdown--mobile .c-countdown__matchup {
  flex: 0 0 357px;
  -webkit-flex: 0 0 357px;
  min-width: 1px;
  min-height: 1px;
}
.s-countdown .c-countdown--mobile .c-countdown__time {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-countdown .c-countdown--mobile .c-countdown__time-item {
  width: auto;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-countdown .c-countdown--mobile .c-countdown__links {
  height: 100%;
}
.s-countdown .c-countdown--mobile .c-countdown__sponsor {
  margin: 0 24px;
  flex: none;
  -webkit-flex: none;
  min-width: 1px;
  min-height: 1px;
}
.s-countdown .c-countdown--mobile .c-countdown__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
  font-size: 24px;
  position: absolute;
  top: 18px;
  right: 24px;
}
.s-indexTop {
  background: #ededed;
  padding: 24px 0 48px 0;
  border-bottom: 1px solid #e0e0e0;
}
.s-indexTop__left,
.s-indexTop__right,
.s-indexTop__middle {
  margin: 0 12px;
  flex: 0 0 348px;
  -webkit-flex: 0 0 348px;
  min-width: 1px;
  min-height: 1px;
}
.s-indexTop__middle {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-headlines .c-stories--list {
  background: white;
  padding: 24px;
}
.s-headlines .c-stories--list .c-stories__header {
  border-bottom: 1px solid #e0e0e0;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: black;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  padding: 0 0 6px 0;
}
.s-headlines .c-stories--list .c-stories__header span {
  position: relative;
}
.s-headlines .c-stories--list .c-stories__header span::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #a00000;
  position: absolute;
  left: 0;
  bottom: -9px;
}
.s-headlines .c-stories--list .c-stories__list {
  margin: 24px 0 0 0;
}
.s-headlines .c-stories--list .c-stories__item {
  margin: 0 0 24px 0;
}
.s-headlines .c-stories--list .c-stories__link {
  display: block;
  text-decoration: none;
}
.s-headlines .c-stories--list .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
}
.s-headlines .c-stories--list .c-stories__media.video-is-playing .showcase-play-button {
  opacity: 0;
  pointer-events: none;
}
.s-headlines .c-stories--list .c-stories__media .showcase-play-button {
  background: none;
  width: 48px;
  height: 48px;
}
.s-headlines .c-stories--list .c-stories__media .showcase-play-button::before {
  content: '\e050';
  font-family: sidearm_font_v2;
  font-size: 30px;
  color: white;
}
.s-headlines .c-stories--list .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-headlines .c-stories--list .c-stories__details {
  margin: 12px 0 0 0;
}
.s-headlines .c-stories--list .c-stories__title {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.063rem;
  line-height: 1.53rem;
}
.s-headlines .c-stories--list .c-stories__url {
  text-decoration: none;
  color: black;
  transition: .25s;
}
.s-headlines .c-stories--list .c-stories__url:hover {
  color: #a00000;
}
.s-headlines .c-stories--list .c-stories__date-sport {
  font-size: .938rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #333333;
  text-transform: capitalize;
  margin: 6px 0 0 0;
}
.s-headlines .c-stories--list .c-stories__sport {
  text-transform: uppercase;
}
.s-headlines .c-stories--list .c-stories__load-more {
  height: 60px;
  border: 1px solid transparent;
  background: #a00000;
  transition: .25s;
  margin: 0 0 12px 0;
}
.s-headlines .c-stories--list .c-stories__load-more__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: .938rem;
  letter-spacing: 0.25rem;
  color: white;
}
.s-headlines .c-stories--list .c-stories__load-more__button::after {
  content: '\e016';
  font-size: 18px;
  font-family: sidearm_font_v2;
  margin: 0 0 0 6px;
}
.s-headlines .c-stories--list .c-stories__load-more:hover {
  background: white;
  border: 1px solid #e0e0e0;
}
.s-headlines .c-stories--list .c-stories__load-more:hover .c-stories__load-more__button {
  color: #a00000;
}
.s-headlines .c-stories--list .c-stories__archives {
  display: block;
  height: 60px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  background: #a00000;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: .938rem;
  letter-spacing: 0.25rem;
  color: white;
  line-height: 58px;
  transition: .25s;
}
.s-headlines .c-stories--list .c-stories__archives:hover {
  background: white;
  border: 1px solid #e0e0e0;
  color: #a00000;
}
.s-headlines .c-stories--list .c-stories__customad .c-customad {
  margin: 0 0 24px 0;
}
.s-headlines .c-stories--list .c-stories__customad .c-customad__media-container {
  background: #ededed;
}
.s-headlines .c-stories--list .c-stories__customad .c-customad__media {
  position: relative;
  padding-bottom: 56.25%;
}
.s-headlines .c-stories--list .c-stories__customad .c-customad__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-headlines .c-stories--list .c-stories__customad .c-customad__title {
  margin: 12px 0 0 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.063rem;
  line-height: 1.53rem;
  display: block;
  text-decoration: none;
  transition: .25s;
}
.s-headlines .c-stories--list .c-stories__customad .c-customad__url {
  color: black;
  text-decoration: none;
  transition: .25s;
}
.s-headlines .c-stories--list .c-stories__customad .c-customad__url:hover {
  color: #a00000;
}
.s-topstories .c-stories--featured {
  background: white;
  padding: 24px;
}
.s-topstories .c-stories--featured .c-stories__header {
  margin: -20px 0 24px 0;
}
.s-topstories .c-stories--featured .c-stories__header__title {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 6px 0;
}
.s-topstories .c-stories--featured .c-stories__header__title span {
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: black;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  position: relative;
}
.s-topstories .c-stories--featured .c-stories__header__title span::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #a00000;
  position: absolute;
  left: 0;
  bottom: -9px;
}
.s-topstories .c-stories--featured .c-stories__csad .ad {
  margin: 0 0 0 24px;
}
.s-topstories .c-stories--featured .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
}
.s-topstories .c-stories--featured .c-stories__media.video-is-playing .showcase-play-button {
  opacity: 0;
  pointer-events: none;
}
.s-topstories .c-stories--featured .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-topstories .c-stories--featured .c-stories__details {
  margin: 6px 0 0 0;
}
.s-topstories .c-stories--featured .c-stories__title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.625rem;
}
.s-topstories .c-stories--featured .c-stories__url {
  color: black;
  text-decoration: none;
  transition: .25s;
}
.s-topstories .c-stories--featured .c-stories__url:hover {
  color: #a00000;
}
.s-topstories .c-stories--featured .c-stories__date-sport {
  font-size: .938rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #333333;
  text-transform: capitalize;
  margin: 6px 0 0 0;
}
.s-topstories .c-stories--featured .c-stories__sport {
  text-transform: uppercase;
}
.s-viral .c-videos--viral,
.s-videos .c-videos--viral,
.s-viral .c-videos--list,
.s-videos .c-videos--list {
  background: white;
  padding: 24px;
}
.s-viral .c-videos--viral .showcase-modal,
.s-videos .c-videos--viral .showcase-modal,
.s-viral .c-videos--list .showcase-modal,
.s-videos .c-videos--list .showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.s-viral .c-videos--viral .showcase-modal.video-is-playing,
.s-videos .c-videos--viral .showcase-modal.video-is-playing,
.s-viral .c-videos--list .showcase-modal.video-is-playing,
.s-videos .c-videos--list .showcase-modal.video-is-playing {
  left: 0;
}
.s-viral .c-videos--viral .showcase-modal__inner,
.s-videos .c-videos--viral .showcase-modal__inner,
.s-viral .c-videos--list .showcase-modal__inner,
.s-videos .c-videos--list .showcase-modal__inner {
  padding: 16px;
  background: white;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.s-viral .c-videos--viral .showcase-modal__player,
.s-videos .c-videos--viral .showcase-modal__player,
.s-viral .c-videos--list .showcase-modal__player,
.s-videos .c-videos--list .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-viral .c-videos--viral .showcase-modal__close,
.s-videos .c-videos--viral .showcase-modal__close,
.s-viral .c-videos--list .showcase-modal__close,
.s-videos .c-videos--list .showcase-modal__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #a00000;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.s-viral .c-videos--viral .showcase-modal .showcase-video-player,
.s-videos .c-videos--viral .showcase-modal .showcase-video-player,
.s-viral .c-videos--list .showcase-modal .showcase-video-player,
.s-videos .c-videos--list .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-viral .c-videos--viral .c-videos__media-container,
.s-videos .c-videos--viral .c-videos__media-container,
.s-viral .c-videos--list .c-videos__media-container,
.s-videos .c-videos--list .c-videos__media-container {
  background: #ededed;
}
.s-viral .c-videos--viral .c-videos__media,
.s-videos .c-videos--viral .c-videos__media,
.s-viral .c-videos--list .c-videos__media,
.s-videos .c-videos--list .c-videos__media {
  padding-bottom: 56.25%;
}
.s-viral .c-videos--viral .c-videos__image,
.s-videos .c-videos--viral .c-videos__image,
.s-viral .c-videos--list .c-videos__image,
.s-videos .c-videos--list .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .25s;
}
.s-viral .c-videos--viral .c-videos__play-btn,
.s-videos .c-videos--viral .c-videos__play-btn,
.s-viral .c-videos--list .c-videos__play-btn,
.s-videos .c-videos--list .c-videos__play-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 30px;
}
.s-viral .c-videos--viral .c-videos__details,
.s-videos .c-videos--viral .c-videos__details,
.s-viral .c-videos--list .c-videos__details,
.s-videos .c-videos--list .c-videos__details {
  margin: 12px 0 0 0;
}
.s-viral .c-videos--viral .c-videos__date-sport,
.s-videos .c-videos--viral .c-videos__date-sport,
.s-viral .c-videos--list .c-videos__date-sport,
.s-videos .c-videos--list .c-videos__date-sport {
  font-size: .938rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #333333;
  text-transform: capitalize;
  margin: 6px 0 0 0;
}
.s-viral .c-videos--viral .c-videos__sport,
.s-videos .c-videos--viral .c-videos__sport,
.s-viral .c-videos--list .c-videos__sport,
.s-videos .c-videos--list .c-videos__sport {
  text-transform: uppercase;
}
.s-viral {
  margin: 24px 0 0 0;
}
.s-viral .c-videos--viral .c-videos__header {
  margin: -10px 0 12px 0;
}
.s-viral .c-videos--viral .c-videos__header__title {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 6px 0;
}
.s-viral .c-videos--viral .c-videos__header__title span {
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: black;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  position: relative;
}
.s-viral .c-videos--viral .c-videos__header__title span::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #a00000;
  position: absolute;
  left: 0;
  bottom: -9px;
}
.s-viral .c-videos--viral .c-videos__csad .ad {
  margin: 0 0 0 24px;
}
.s-viral .c-videos--viral .c-videos__title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.625rem;
  color: black;
}
.s-videos .c-videos--list {
  background: white;
  padding: 24px;
}
.s-videos .c-videos--list .c-videos__header {
  border-bottom: 1px solid #e0e0e0;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: black;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  padding: 0 0 6px 0;
}
.s-videos .c-videos--list .c-videos__header span {
  position: relative;
}
.s-videos .c-videos--list .c-videos__header span::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #a00000;
  position: absolute;
  left: 0;
  bottom: -9px;
}
.s-videos .c-videos--list .c-videos__list {
  margin: 24px 0 0 0;
}
.s-videos .c-videos--list .c-videos__item {
  margin: 0 0 24px 0;
}
.s-videos .c-videos--list .c-videos__title {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.063rem;
  line-height: 1.53rem;
}
.s-videos .c-videos--list .c-videos__storyad {
  margin: 0 0 24px 0;
}
.s-videos .c-videos--list .c-videos__load-more {
  height: 60px;
  border: 1px solid transparent;
  background: #a00000;
  transition: .25s;
  margin: 0 0 12px 0;
}
.s-videos .c-videos--list .c-videos__load-more__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: .938rem;
  letter-spacing: 0.25rem;
  color: white;
}
.s-videos .c-videos--list .c-videos__load-more__button::after {
  content: '\e016';
  font-size: 18px;
  font-family: sidearm_font_v2;
  margin: 0 0 0 6px;
}
.s-videos .c-videos--list .c-videos__load-more:hover {
  background: white;
  border: 1px solid #e0e0e0;
}
.s-videos .c-videos--list .c-videos__load-more:hover .c-videos__load-more__button {
  color: #a00000;
}
.s-videos .c-videos--list .c-videos__archives {
  display: block;
  height: 60px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  background: #a00000;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: .938rem;
  letter-spacing: 0.25rem;
  color: white;
  line-height: 58px;
  transition: .25s;
}
.s-videos .c-videos--list .c-videos__archives:hover {
  background: white;
  border: 1px solid #e0e0e0;
  color: #a00000;
}
.s-promos {
  background: url('https://s3.amazonaws.com/sidearm.sites/uwbadgers.com/images/responsive/promo_bg.png');
}
.s-promos__ad {
  flex: 1 1 33.3333%;
  -webkit-flex: 1 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
}
.s-promos .ad {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-parallax {
  background-size: cover;
  padding: 100px 0;
}
.s-writers {
  background: white;
  padding: 24px 12px;
}
.s-writers__left {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 0 12px;
}
.s-writers__right {
  flex: 0 0 312px;
  -webkit-flex: 0 0 312px;
  min-width: 1px;
  min-height: 1px;
  margin: 0 12px;
}
.s-writers__right ul.slick-dots {
  margin: 12px 0 0 0;
}
.s-writers__right ul.slick-dots li {
  margin: 0 12px;
}
.s-writers__right ul.slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: black;
  font-size: 0;
  color: white;
  transition: .25s;
}
.s-writers__right ul.slick-dots li.slick-active button {
  background: #a00000;
}
.s-writers .c-writers--featured {
  position: relative;
}
.s-writers .c-writers--featured .c-writers__header {
  border-bottom: 1px solid #e0e0e0;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: black;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  padding: 0 0 6px 0;
}
.s-writers .c-writers--featured .c-writers__header span {
  position: relative;
}
.s-writers .c-writers--featured .c-writers__header span::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #a00000;
  position: absolute;
  left: 0;
  bottom: -9px;
}
.s-writers .c-writers--featured .c-writers__row {
  margin: 12px -12px 0 -12px;
}
.s-writers .c-writers--featured .c-writers__left,
.s-writers .c-writers--featured .c-writers__right {
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  min-width: 1px;
  min-height: 1px;
  margin: 0 12px;
}
.s-writers .c-writers--featured .c-writers__photo {
  margin: 0 12px 0 0;
}
.s-writers .c-writers--featured .c-writers__name {
  color: #a00000;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.063rem;
  line-height: 1.53;
}
.s-writers .c-writers--featured .c-writers__position {
  color: black;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: .938rem;
  line-height: 1.87;
}
.s-writers .c-stories__list {
  margin: 12px 0 0 0;
}
.s-writers .c-stories__item {
  padding: 12px 0;
  border-top: 1px solid #e0e0e0;
}
.s-writers .c-stories__item:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}
.s-writers .c-stories__media-container {
  flex: 0 1 20%;
  -webkit-flex: 0 1 20%;
  min-width: 1px;
  min-height: 1px;
  margin: 0 12px 0 0;
}
.s-writers .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
}
.s-writers .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-writers .c-stories__title {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.063rem;
  line-height: 1.53;
}
.s-writers .c-stories__url {
  color: black;
  text-decoration: none;
  transition: .25s;
}
.s-writers .c-stories__url:hover {
  color: #a00000;
}
.s-writers .c-stories__load-more {
  margin: 24px 0 0 0;
}
.s-writers .c-stories__load-more__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 100%;
  height: 60px;
  background: #a00000;
  border: 1px solid #a00000;
  color: white;
  text-align: center;
  line-height: 60px;
  color: white;
  font-size: 18px;
  transition: .25s;
}
.s-writers .c-stories__load-more__button span {
  letter-spacing: .25rem;
  font-size: .938rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.s-writers .c-stories__load-more__button:hover {
  background: white;
  color: #a00000;
  border: 1px solid #e0e0e0;
}
.s-sport--promos .ad {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-sport--promos .slick-dots {
  margin: 12px 0 0 0;
}
.s-sport--promos .slick-dots li {
  margin: 0 6px;
}
.s-sport--promos .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  transition: .25s;
}
.s-sport--promos .slick-dots li.slick-active button {
  background: #a00000;
}
.s-moreVideos {
  background: #ededed;
  padding: 48px 0;
}
.s-moreVideos .c-videos--tabs {
  background: white;
  padding: 24px;
}
.s-moreVideos .c-videos--tabs .c-videos__header__title {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 6px 0;
}
.s-moreVideos .c-videos--tabs .c-videos__header__title span {
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: black;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  position: relative;
}
.s-moreVideos .c-videos--tabs .c-videos__header__title span::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #a00000;
  position: absolute;
  left: 0;
  bottom: -9px;
}
.s-moreVideos .c-videos--tabs .c-videos__csad .ad {
  margin-left: 24px;
}
.s-moreVideos .c-videos--tabs .c-videos__controls {
  margin: 18px -6px;
}
.s-moreVideos .c-videos--tabs .c-videos__control {
  margin: 6px;
}
.s-moreVideos .c-videos--tabs .c-videos__control__button {
  display: block;
  height: 50px;
  line-height: 48px;
  padding: 0 24px;
  background: white;
  border: 1px solid black;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .938rem;
  letter-spacing: .25rem;
  text-decoration: none;
  transition: .25s;
  color: black;
}
.s-moreVideos .c-videos--tabs .c-videos__control__button:hover {
  color: white;
  border: 1px solid #a00000;
  background: #a00000;
}
.s-moreVideos .c-videos--tabs .c-videos__control.ui-state-active .c-videos__control__button {
  color: white;
  border: 1px solid #a00000;
  background: #a00000;
}
.s-moreVideos .c-videos--tabs .slick-prev,
.s-moreVideos .c-videos--tabs .slick-next {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 60px;
  height: 60px;
  background: #a00000;
  text-align: center;
  line-height: 60px;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 40px));
}
.s-moreVideos .c-videos--tabs .slick-prev::before,
.s-moreVideos .c-videos--tabs .slick-next::before {
  font-family: sidearm_font_v2;
  color: white;
  font-size: 22px;
}
.s-moreVideos .c-videos--tabs .slick-prev:hover,
.s-moreVideos .c-videos--tabs .slick-next:hover {
  background: white;
}
.s-moreVideos .c-videos--tabs .slick-prev:hover::before,
.s-moreVideos .c-videos--tabs .slick-next:hover::before {
  color: #a00000;
}
.s-moreVideos .c-videos--tabs .slick-prev {
  left: 12px;
}
.s-moreVideos .c-videos--tabs .slick-prev::before {
  content: '\e005';
}
.s-moreVideos .c-videos--tabs .slick-next {
  right: 12px;
}
.s-moreVideos .c-videos--tabs .slick-next::before {
  content: '\e006';
}
.s-moreVideos .c-videos--slider .showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.s-moreVideos .c-videos--slider .showcase-modal.video-is-playing {
  left: 0;
}
.s-moreVideos .c-videos--slider .showcase-modal__inner {
  padding: 16px;
  background: white;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.s-moreVideos .c-videos--slider .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-moreVideos .c-videos--slider .showcase-modal__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #a00000;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.s-moreVideos .c-videos--slider .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-moreVideos .c-videos--slider .c-videos__list {
  margin: 0 -12px;
}
.s-moreVideos .c-videos--slider .c-videos__item {
  margin: 0 12px;
}
.s-moreVideos .c-videos--slider .c-videos__media-container {
  background: #ededed;
}
.s-moreVideos .c-videos--slider .c-videos__media {
  padding-bottom: 56.25%;
}
.s-moreVideos .c-videos--slider .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .25s;
}
.s-moreVideos .c-videos--slider .c-videos__details {
  margin: 12px 0 0 0;
}
.s-moreVideos .c-videos--slider .c-videos__play-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 30px;
}
.s-moreVideos .c-videos--slider .c-videos__title {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.063rem;
  line-height: 1.53rem;
}
.s-moreVideos .c-videos--slider .c-videos__date-sport {
  font-size: .938rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #333333;
  text-transform: capitalize;
  margin: 6px 0 0 0;
}
.s-moreVideos .c-videos--slider .c-videos__sport {
  text-transform: uppercase;
}
.s-moreVideos .c-videos--slider .slick-dots {
  margin: 24px 0 0 0;
}
.s-moreVideos .c-videos--slider .slick-dots li {
  margin: 0 6px;
}
.s-moreVideos .c-videos--slider .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: black;
  transition: .25s;
}
.s-moreVideos .c-videos--slider .slick-dots li.slick-active button {
  background: #a00000;
}
.s-customPromo {
  position: relative;
}
.s-customPromo .c-customPromo__item {
  position: relative;
}
.s-customPromo .c-customPromo__item::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 75%, black);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.s-customPromo .c-customPromo__details {
  max-width: 1464px;
  width: 100%;
  padding: 48px 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.s-customPromo .c-customPromo__details span {
  width: auto;
  height: auto;
}
.s-customPromo .c-customPromo__link {
  text-decoration: none;
  display: inline-block;
}
.s-customPromo ul.slick-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.s-customPromo ul.slick-dots li {
  margin: 0 12px;
}
.s-customPromo ul.slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  font-size: 0;
  color: white;
  transition: .25s;
}
.s-customPromo ul.slick-dots li.slick-active button {
  background: #a00000;
}
.s-media {
  background: #ededed;
  padding: 48px 0;
  border-bottom: 1px solid #e0e0e0;
}
.s-media .c-contentstream {
  background: white;
  padding: 24px 12px;
}
.s-media .c-contentstream__header {
  margin: -10px 12px 12px 12px;
}
.s-media .c-contentstream__header__title {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 6px 0;
}
.s-media .c-contentstream__header__title span {
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: black;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  position: relative;
}
.s-media .c-contentstream__header__title span::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #a00000;
  position: absolute;
  left: 0;
  bottom: -9px;
}
.s-media .c-contentstream__csad .ad {
  margin: 0 0 0 24px;
}
.s-media .c-contentstream__filter {
  margin: 0 12px 12px 12px;
}
.s-media .c-contentstream__filter-item {
  margin: 0 12px 0 0;
}
.s-media .c-contentstream__filter-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 74px;
  height: 50px;
  background: white;
  border: 1px solid black;
  color: black;
  font-size: 26px;
  transition: .25s;
}
.s-media .c-contentstream__filter-button.is-active {
  background: #a00000;
  border: 1px solid #a00000;
  color: white;
}
.s-media .c-contentstream__item {
  width: 33.3333%;
  padding: 12px;
}
.s-media .c-contentstream__item-inner {
  background: #ededed;
  border: 1px solid #e0e0e0;
}
.s-media .c-contentstream__instagram__link {
  display: block;
  text-decoration: none;
}
.s-media .c-contentstream__instagram__image {
  width: 100%;
}
.s-media .c-contentstream__instagram__user {
  padding: 24px;
}
.s-media .c-contentstream__instagram__user-picture {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  margin: 0 12px 0 0;
}
.s-media .c-contentstream__instagram__user-username {
  color: #a00000;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.063rem;
  line-height: 1.53;
}
.s-media .c-contentstream__instagram__user-screen {
  color: black;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 1.87;
  text-decoration: none;
  transition: .25s;
}
.s-media .c-contentstream__instagram__user-screen:hover {
  color: #a00000;
}
.s-media .c-contentstream__twitter__image {
  width: 100%;
}
.s-media .c-contentstream__twitter__user {
  padding: 24px;
}
.s-media .c-contentstream__twitter__user-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  margin: 0 12px 0 0;
}
.s-media .c-contentstream__twitter__user-name {
  color: #a00000;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.063rem;
  line-height: 1.53;
}
.s-media .c-contentstream__twitter__user-screen {
  color: black;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 1.87;
  text-decoration: none;
  transition: .25s;
}
.s-media .c-contentstream__twitter__user-screen:hover {
  color: #a00000;
}
.s-media .c-contentstream__twitter__main {
  background: white;
  padding: 24px;
  border-top: 1px solid #e0e0e0;
}
.s-media .c-contentstream__twitter__body {
  color: black;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.063rem;
  line-height: 1.88;
}
.s-media .c-contentstream__twitter__body a {
  color: #a00000;
  text-decoration: none;
}
.s-media .c-contentstream__twitter__body a:hover {
  text-decoration: underline;
}
.s-media .c-contentstream__twitter__actions {
  margin: 12px 0 0 0;
}
.s-media .c-contentstream__twitter__actions-item {
  font-size: 24px;
}
.s-media .c-contentstream__twitter__actions-link {
  color: black;
  text-decoration: none;
  transition: .25s;
}
.s-media .c-contentstream__twitter__actions-link:hover {
  color: #a00000;
}
.s-media .c-contentstream__facebook__image {
  width: 100%;
}
.s-media .c-contentstream__facebook__user {
  padding: 24px;
}
.s-media .c-contentstream__facebook__user-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  margin: 0 12px 0 0;
}
.s-media .c-contentstream__facebook__user-name {
  color: #a00000;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.063rem;
  line-height: 1.53;
}
.s-media .c-contentstream__facebook__user-screen {
  color: black;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 1.87;
  text-decoration: none;
  transition: .25s;
}
.s-media .c-contentstream__facebook__user-screen:hover {
  color: #a00000;
}
.s-media .c-contentstream__facebook__body {
  padding: 24px;
  background: white;
  color: black;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.063rem;
  line-height: 1.88;
}
.s-media .c-contentstream__facebook__body a {
  color: #a00000;
  text-decoration: none;
}
.s-media .c-contentstream__facebook__body a:hover {
  text-decoration: underline;
}
.s-media .load-more__container {
  margin: 12px 12px 0 12px;
}
.s-media .load-more__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  background: #a00000;
  color: white;
  transition: .25s;
}
.s-media .load-more__button span {
  text-transform: uppercase;
  letter-spacing: .25rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: .938rem;
}
.s-media .load-more__button i {
  font-size: 22px;
}
.s-media .load-more__button:hover {
  background: white;
  border: 1px solid #e0e0e0;
  color: #a00000;
}
.s-sponsors {
  background: white;
  padding: 36px 0;
}
.s-sponsors .ads-container .ad {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-sponsors .dfp-ad {
  margin: 36px auto 0 auto;
}
.s-sponsors .slick-dots {
  margin: 24px 0 0 0;
}
.s-sponsors .slick-dots li {
  margin: 0 6px;
}
.s-sponsors .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: black;
  transition: .25s;
}
.s-sponsors .slick-dots li.slick-active button {
  background: #a00000;
}
.main-footer {
  margin: 0 0 80px 0;
}
.main-footer .c-footer--top {
  background: #a00000;
  padding: 48px 0;
}
.main-footer .c-footer--top .c-footer__logo {
  margin: 0 36px 0 0;
}
.main-footer .c-footer--top .c-footer__logo__link {
  display: block;
}
.main-footer .c-footer--top .c-footer__details {
  text-align: center;
}
.main-footer .c-footer--top .c-footer__copy {
  color: white;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.063rem;
  line-height: 1.53;
}
.main-footer .c-footer--top .c-footer__links,
.main-footer .c-footer--top .c-footer__contact,
.main-footer .c-footer--top .c-footer__cbs {
  font-size: .938rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.87;
  color: white;
}
.main-footer .c-footer--top .c-footer__links a,
.main-footer .c-footer--top .c-footer__contact a,
.main-footer .c-footer--top .c-footer__cbs a {
  color: white;
  text-decoration: none;
}
.main-footer .c-footer--top .c-footer__links a:hover,
.main-footer .c-footer--top .c-footer__contact a:hover,
.main-footer .c-footer--top .c-footer__cbs a:hover {
  text-decoration: underline;
}
.main-footer .c-footer--logos {
  background: #8f0000;
}
.main-footer .c-footer--logos .c-footer__logo {
  height: 100px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  transition: .25s;
  padding: 24px;
}
.main-footer .c-footer--logos .c-footer__logo:first-of-type {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.main-footer .c-footer--logos .c-footer__logo:hover {
  background: #a00000;
}
.s-leaderboard--sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: .25s;
  z-index: 100;
}
.s-leaderboard--sticky.headroom--not-top {
  transform: translateY(100%);
}
.s-stickybar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: white;
  transform: translateY(100%);
  transition: .25s;
  z-index: 101;
}
.s-stickybar.headroom--not-top {
  transform: translateY(0);
}
.s-stickybar .c-stickybar {
  height: 100%;
}
.s-stickybar .c-stickybar__social .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.s-stickybar .c-stickybar__social .ads-container .ad {
  font-size: 30px;
  margin: 0 0 0 6px;
}
.s-stickybar .c-stickybar__social .ads-container .ad a {
  color: #a00000;
  text-decoration: none;
}
.s-stickybar .c-stickybar__social .ads-container .ad span {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.c-stories--custom {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: black;
}
.c-stories--custom .c-stories__media {
  padding-bottom: 56.25%;
}
.c-stories--custom .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-stories--custom .c-stories__content {
  padding: 24px 0;
}
.c-stories--custom .c-stories__content__left {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--custom .c-stories__content__right {
  flex: 0 0 300px;
  -webkit-flex: 0 0 300px;
  min-width: 1px;
  min-height: 1px;
  margin: 0 0 0 24px;
}
.c-stories--custom .c-stories__header {
  border: 1px solid #e0e0e0;
}
.c-stories--custom .c-stories__headline {
  padding: 24px;
  background: #e0e0e0;
}
.c-stories--custom .c-stories__meta {
  color: black;
  font-size: 1rem;
}
.c-stories--custom .c-stories__meta span:not(:last-of-type)::after {
  content: '|';
  margin: 0 3px 0 6px;
}
.c-stories--custom .c-stories__title {
  color: #a00000;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  margin: 12px 0 0 0;
}
.c-stories--custom .c-stories__subheadline {
  padding: 24px;
  font-style: italic;
  font-size: 1.125rem;
}
.c-stories--custom .c-stories__share {
  margin: 24px 0;
}
.c-stories--custom .c-stories__content {
  font-size: 1rem;
  color: black;
}
.c-stories--custom .c-stories__content a {
  color: #a00000;
  text-decoration: underline;
}
.c-stories--custom .c-stories__storyad {
  margin: 0 0 12px 0;
}
.c-stories--custom .c-stories__storyad .dfp-ad {
  margin: 0 auto;
}
.c-stories--custom .c-stories__ad {
  text-align: center;
  margin: 0 0 12px 0;
}
.c-stories--custom .c-stories--related {
  margin: 0 0 12px 0;
}
.c-stories--custom .c-stories--related .c-stories__icon {
  width: 40px;
  height: 40px;
  background: #a00000;
  border-radius: 50%;
  margin: 0 12px 0 0;
  line-height: 38px;
  text-align: center;
  color: white;
  font-size: 22px;
}
.c-stories--custom .c-stories--related .c-stories__label {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #a00000;
}
.c-stories--custom .c-stories--related .c-stories__item {
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}
.c-stories--custom .c-stories--related .c-stories__media {
  flex: 1 1 33.3333%;
  -webkit-flex: 1 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
  padding-bottom: 0;
}
.c-stories--custom .c-stories--related .c-stories__details {
  flex: 1 1 66.6666%;
  -webkit-flex: 1 1 66.6666%;
  min-width: 1px;
  min-height: 1px;
  padding: 0 0 0 12px;
}
.c-stories--custom .c-stories--related .c-stories__date {
  font-size: .875rem;
}
.c-stories--custom .c-stories--related .c-stories__title {
  font-size: 1.125rem;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  margin: 0;
}
.c-stories--custom .c-stories--related .c-stories__url {
  text-decoration: none;
  color: black;
}
.c-stories--custom .c-stories--related .c-stories__url:hover {
  text-decoration: underline;
}
.c-stories--custom .c-videos--related .showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.c-stories--custom .c-videos--related .showcase-modal.video-is-playing {
  left: 0;
}
.c-stories--custom .c-videos--related .showcase-modal__inner {
  padding: 16px;
  background: white;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.c-stories--custom .c-videos--related .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.c-stories--custom .c-videos--related .showcase-modal__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #a00000;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.c-stories--custom .c-videos--related .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-stories--custom .c-videos--related .c-videos__icon {
  width: 40px;
  height: 40px;
  background: #a00000;
  border-radius: 50%;
  margin: 0 12px 0 0;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 22px;
}
.c-stories--custom .c-videos--related .c-videos__label {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #a00000;
}
.c-stories--custom .c-videos--related .c-videos__item {
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}
.c-stories--custom .c-videos--related .c-videos__media-container {
  flex: 0 0 33.3333%;
  -webkit-flex: 0 0 33.3333%;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--custom .c-videos--related .c-videos__media {
  padding-bottom: 56.25%;
  background: #e0e0e0;
}
.c-stories--custom .c-videos--related .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-stories--custom .c-videos--related .c-videos__play-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 30px;
  height: 30px;
  background: #a00000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: white;
}
.c-stories--custom .c-videos--related .c-videos__details {
  flex: 1 1 66.6666%;
  -webkit-flex: 1 1 66.6666%;
  min-width: 1px;
  min-height: 1px;
  padding: 0 0 0 12px;
}
.c-stories--custom .c-videos--related .c-videos__date {
  font-size: .875rem;
}
.c-stories--custom .c-videos--related .c-videos__title {
  font-size: 1.125rem;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: black;
}
.article-wrapper.sportfile .article-image {
  text-align: center;
}
.article-wrapper a {
  color: #a00000;
}
.storypage a {
  color: #a00000;
}
@media screen and (max-width: 1440px) {
  .main-header .c-header--row .c-header__logo {
    padding: 0 12px 0 24px;
  }
  .main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__item--level-1,
  .main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__composite {
    padding: 0 12px;
  }
  .main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__csad .ad {
    margin: 0 24px 0 12px;
  }
  .main-navigation .c-navigation--main.c-navigation--desktop .c-search--popout .c-search__toggle {
    padding: 0 12px;
  }
  .s-indexTop__container {
    padding: 0 12px;
  }
  .s-moreVideos {
    padding: 48px 24px;
  }
  .s-media {
    padding: 48px 24px;
  }
  .s-promos__row {
    padding: 0 12px;
  }
  .s-promos__ad {
    padding: 0 12px;
  }
}
@media screen and (max-width: 1280px) {
  .s-topstories {
    background: #ededed;
    padding: 24px;
  }
  .s-topstories .s-topstories .c-stories--featured .c-stories__header {
    margin: 0 0 12px 0;
  }
  .s-storyad {
    padding: 0 24px;
    background: #ededed;
  }
  .s-viral {
    background: #ededed;
    padding: 24px;
    margin: 0;
  }
  .s-promos {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
  }
  .s-headlines {
    background: #ededed;
    padding: 24px;
  }
  .s-headlines .c-stories--list .c-stories__list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -12px 12px -12px;
  }
  .s-headlines .c-stories--list .c-stories__header {
    margin: 0 0 24px 0;
  }
  .s-headlines .c-stories--list .c-stories__item {
    flex: 0 1 calc(50% - 24px);
    -webkit-flex: 0 1 calc(50% - 24px);
    min-width: 1px;
    min-height: 1px;
    margin: 12px;
  }
  .s-videos {
    background: #ededed;
    padding: 0 24px 48px 24px;
  }
  .s-videos .c-videos--list .c-videos__list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -12px 12px -12px;
  }
  .s-videos .c-videos--list .c-videos__header {
    margin: 0 0 24px 0;
  }
  .s-videos .c-videos--list .c-videos__item {
    flex: 0 1 calc(50% - 24px);
    -webkit-flex: 0 1 calc(50% - 24px);
    min-width: 1px;
    min-height: 1px;
    margin: 12px;
  }
  .s-parallax {
    padding: 48px 0;
  }
  .s-writers .c-stories__item {
    clear: both;
    display: block;
    display: -webkit-block;
  }
  .s-writers .c-stories__media-container {
    float: left;
    width: 90px;
  }
}
@media screen and (max-width: 1169px) {
  .main-content-placeholder {
    margin-top: 140px;
  }
  .sport .main-content-placeholder {
    margin-top: 200px;
  }
  .sport-navigation {
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .s-countdown .c-countdown--mobile .c-countdown__header {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .s-countdown .c-countdown--mobile .c-countdown__header__date-time {
    margin: 12px 0 0 0;
  }
  .s-media .c-contentstream__item {
    width: 50%;
  }
  .main-footer .c-footer--logos .c-footer__logo:last-of-type {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    border-right: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .s-writers__container {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .s-writers__right {
    flex: none;
    -webkit-flex: none;
    min-width: 1px;
    min-height: 1px;
    margin: 24px 12px 0 12px;
  }
  .s-writers__right .ad {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .s-writers .c-writers__header {
    margin: 0 0 24px 0;
  }
  .s-writers .c-stories__media-container {
    flex: 0 1 92px;
    -webkit-flex: 0 1 92px;
    min-width: 1px;
    min-height: 1px;
  }
  .s-moreVideos .c-videos--tabs .c-videos__control__button {
    height: 36px;
    line-height: 34px;
    font-size: .875rem;
    padding: 0 12px;
  }
  .s-customPromo ul.slick-dots {
    position: static;
    background: black;
    justify-content: center;
    -webkit-justify-content: center;
    transform: none;
    padding: 0 0 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .s-writers .c-writers--featured .c-writers__row {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .s-writers .c-writers--featured .c-writers__left,
  .s-writers .c-writers--featured .c-writers__right {
    flex: none;
    -webkit-flex: none;
    min-width: 1px;
    min-height: 1px;
  }
  .s-writers .c-writers--featured .c-writers__right {
    margin: 24px 12px 0 12px;
  }
  .s-writers .c-stories__item {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .s-writers .c-stories__media-container {
    flex: none;
    -webkit-flex: none;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
    margin: 0;
    float: none;
  }
  .s-writers .c-stories__title {
    margin: 12px 0 0 0;
  }
  .s-countdown .c-countdown--mobile .c-countdown__top,
  .s-countdown .c-countdown--mobile .c-countdown__bottom {
    flex-direction: column;
    -webkit-flex-direction: column;
    height: auto;
  }
  .s-countdown .c-countdown--mobile .c-countdown__bottom {
    border-top: none;
  }
  .s-countdown .c-countdown--mobile .c-countdown__header,
  .s-countdown .c-countdown--mobile .c-countdown__matchup,
  .s-countdown .c-countdown--mobile .c-countdown__time,
  .s-countdown .c-countdown--mobile .c-countdown__links {
    flex: none;
    -webkit-flex: none;
    min-width: 1px;
    min-height: 1px;
    height: 100px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .s-countdown .c-countdown--mobile .c-countdown__links {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .s-media {
    padding: 0;
  }
  .s-media .c-contentstream {
    padding: 48px 12px;
  }
  .s-media .c-contentstream__filter-button {
    width: 60px;
  }
  .s-promos__row {
    padding: 12px;
  }
  .s-promos__ad {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    padding: 12px;
  }
  .c-stories--custom .c-stories__content {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .c-stories--custom .c-stories__content__left {
    flex: none;
    -webkit-flex: none;
    min-width: 1px;
    min-height: 1px;
  }
  .c-stories--custom .c-stories__content__right {
    flex: none;
    -webkit-flex: none;
    min-width: 1px;
    min-height: 1px;
    margin: 24px 0 0 0;
  }
}
@media screen and (max-width: 900px) and (max-height: 450px) {
  body.headroom--not-top .main-header {
    transform: translateY(-100%);
  }
  body.headroom--not-top .main-content-placeholder {
    transform: translate3d(0 -140px 0);
  }
  .sport body.headroom--not-top .main-content-placeholder {
    transform: translate3d(0 -200px 0);
  }
  .main-header {
    transition: .25s;
  }
}
@media screen and (max-width: 540px) {
  .s-topstories .c-stories--featured .c-stories__header {
    margin: 0 0 24px 0;
  }
  .s-viral .c-videos--viral .c-videos__header {
    margin: 0 0 24px 0;
  }
  .s-topstories .c-stories--featured .c-stories__csad .ad {
    margin: 24px 0 0 0;
  }
  .s-media .c-contentstream__csad .ad {
    margin: 24px 0 0 12px;
  }
  .s-viral .c-videos--viral .c-videos__csad .ad {
    margin: 24px 0 0 0;
  }
  .s-moreVideos .c-videos--tabs .c-videos__csad .ad {
    margin: 24px 0 0 0;
  }
  .s-headlines .c-stories--list .c-stories__list {
    margin: 0 0 12px 0;
  }
  .s-headlines .c-stories--list .c-stories__header {
    margin: 0 0 12px 0;
  }
  .s-headlines .c-stories--list .c-stories__item {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    margin: 12px 0;
  }
  .s-videos .c-videos--list .c-videos__list {
    margin: 0 0 12px 0;
  }
  .s-videos .c-videos--list .c-videos__header {
    margin: 0 0 12px 0;
  }
  .s-videos .c-videos--list .c-videos__item {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    margin: 12px 0;
  }
  .s-customPromo .c-customPromo__item::after {
    content: none;
  }
  .s-customPromo .c-customPromo__details {
    position: static;
    background: black;
    transform: translateX(0);
    padding: 24px;
    text-align: center;
  }
  .s-customPromo__arrows {
    bottom: 60px;
  }
  .s-media .c-contentstream__item {
    width: 100%;
  }
  .main-footer .c-footer--top .c-footer__container {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .main-footer .c-footer--top .c-footer__logo {
    margin: 0 0 24px 0;
  }
  .main-footer .c-footer--logos .c-footer__logo {
    flex: 1 1 33.3333%;
    -webkit-flex: 1 1 33.3333%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-stickybar .c-stickybar {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .s-stickybar .c-stickybar__social .ads-container .ad {
    margin: 0 3px;
  }
  .c-stories--custom .c-stories--related .c-stories__item {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .c-stories--custom .c-stories--related .c-stories__media {
    flex: none;
    -webkit-flex: none;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
  }
  .c-stories--custom .c-stories--related .c-stories__details {
    flex: none;
    -webkit-flex: none;
    min-width: 1px;
    min-height: 1px;
    padding: 12px 0 0 0;
  }
  .c-stories--custom .c-videos--related .c-videos__item {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .c-stories--custom .c-videos--related .c-videos__media-container {
    flex: none;
    -webkit-flex: none;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
  }
  .c-stories--custom .c-videos--related .c-videos__details {
    flex: none;
    -webkit-flex: none;
    min-width: 1px;
    min-height: 1px;
    padding: 12px 0 0 0;
  }
}
.rotator-builder-slide {
  text-shadow: 1px 1px 1px black;
  perspective: 1000px;
  perspective-origin: 50% 50%;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  line-height: 1;
  outline: none;
  z-index: 1;
}
.rotator-builder-slide > * {
  position: absolute;
  outline: none;
}
.rotator-builder-slide.active {
  z-index: 2;
}
.rotator-builder-slide [contenteditable] {
  min-width: 1em;
  min-height: 1em;
  outline: 1px solid rgba(255, 255, 255, 0.5);
}
.rotator-builder-slide .toolbox {
  font-size: 14px;
  line-height: 15px;
  height: 22px;
  background: #efefef;
  color: #232323;
  text-shadow: none;
  white-space: nowrap;
  position: absolute;
  top: -24px;
  left: 0;
  padding-top: 2px;
}
.rotator-builder-slide .toolbox label {
  font-size: 10px;
  margin-left: 4px;
}
.rotator-builder-slide .headline {
  color: white;
  transform: translate3d(0, 0, 200px);
  opacity: 0;
  outline: none;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-size: 23px;
  line-height: 1;
  z-index: 2;
  position: relative;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.rotator-builder-slide .headline a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
.rotator-builder-slide.active .headline {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 700ms ease, 
				   opacity 700ms ease;
}
.rotator-builder-slide .sub-headline {
  color: white;
  font-size: 8px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  transform: translate3d(0, 0, 200px);
  opacity: 0;
  line-height: 1;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.rotator-builder-slide.active .sub-headline {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 700ms ease, 
				   opacity 700ms ease;
  transition-delay: 250ms;
}
.rotator-builder-slide .by-line {
  color: white;
  font-size: 13px;
  transform: translate3d(0, 0, 200px);
  opacity: 0;
  text-transform: uppercase;
}
.rotator-builder-slide.active .by-line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 700ms ease, 
				   opacity 700ms ease;
  transition-delay: 500ms;
}
.rotator-builder-slide .links {
  font-size: 13px;
  text-shadow: none;
}
.rotator-builder-slide .links a {
  background: #a00000;
  color: white;
  padding: .5em 1em;
  font-size: .6em;
  display: inline-block;
  transform: translate3d(0, 0, 200px);
  opacity: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-shadow: none;
  text-decoration: none;
}
.rotator-builder-slide .links a:hover {
  background: white;
  color: #a00000;
}
.rotator-builder-slide.active .links a {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 700ms ease, 
				   opacity 700ms ease;
}
.rotator-builder-slide.active .links a:nth-child(0) {
  transition-delay: 750ms;
}
.rotator-builder-slide.active .links a:nth-child(1) {
  transition-delay: 850ms;
}
.rotator-builder-slide.active .links a:nth-child(2) {
  transition-delay: 950ms;
}
.rotator-builder-slide.active .links a:nth-child(3) {
  transition-delay: 1050ms;
}
.rotator-builder-slide.active .links a:nth-child(4) {
  transition-delay: 1150ms;
}
.mainstory_v2 .rotator-builder-rotator {
  margin-bottom: 30px;
}
.mainstory_v2 .slick-dots {
  height: 30px;
  position: absolute;
  bottom: -38px;
  float: left;
  left: 50%;
  padding: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 3;
  margin: 0;
  list-style: none;
}
.mainstory_v2 .slick-dots li {
  display: inline-block !important;
  margin: 2px 5px;
  vertical-align: top;
  z-index: 3;
  line-height: 30px;
}
.mainstory_v2 .slick-dots li.slick-active button,
.mainstory_v2 .slick-dots li:hover button {
  background: #a00000;
  transition: .25s;
}
.mainstory_v2 .slick-dots li button {
  transition: .25s;
  cursor: pointer;
  background: #cccccc;
  border-radius: 10px;
  width: 15px;
  height: 15px;
  padding: 0;
  outline: none;
  text-indent: -9999px;
  border: none;
}
