/*Stories Video*/

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

.ui-tabs-panel {
  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*/

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

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.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: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.row.pad {
  padding-left: 12px;
  padding-right: 12px;
}
.row.no-pad {
  max-width: 1176px;
}
.row.row-wide {
  max-width: 2000px;
}
@media screen and (max-width: 1200px) {
  .row.extra-pad {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media screen and (max-width: 640px) {
  .row.extra-pad {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
/*Slick Dots*/

ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
ul.slick-dots button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
}
/* Load More */

.load-more__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: #8c1515;
  border: 1px solid #ebebeb;
  color: white;
  font-size: 1rem;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  transition: .25s;
}
.load-more__button:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  border-color: #8c1515;
}
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #8c1515;
  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;
}
html {
  font-size: 14px;
}
body {
  background: whitesmoke;
  font: 14px/1.4 'Source Sans Pro', arial, sans-serif;
  color: #2c2a29;
  margin: 0;
  padding: 0;
}
html.storypage.html-video-is-playing body {
  overflow: hidden;
}
.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;
}
/* Leaderboard Ads */

.s-leaderboard {
  padding-top: 24px;
  padding-bottom: 24px;
}
.s-leaderboard--top {
  padding-bottom: 0;
}
.s-leaderboard .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .s-leaderboard {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
/* Story Ad */

.s-story-ad {
  padding: 24px;
}
.s-story-ad .dfp-ad {
  margin: 0 auto;
}
/* Main Content Placeholder */

.main-content-placeholder {
  margin-top: 100px;
  height: 150vh;
}
.main-content-placeholder > * {
  opacity: 0;
  transition: .25s;
}
.main-content-placeholder.is-loaded {
  height: auto;
}
.main-content-placeholder.is-loaded > * {
  opacity: 1;
}
.sport .main-content-placeholder {
  margin-top: 160px;
}
html:not(.index) .main-content-placeholder {
  max-width: 1200px;
  margin-top: 124px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  background: white;
  border: 1px solid #ebebeb;
}
html.sport:not(.index) .main-content-placeholder {
  border-top: none;
  margin-top: 184px;
}
/* Main Header */

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  transition: .25s;
  width: 100%;
  z-index: 300;
}
html.storypage.html-video-is-playing .main-header {
  opacity: 0;
  pointer-events: none;
}
/* Section Headers */

.b-header {
  background: white;
  border: 1px solid #ebebeb;
  height: 80px;
  margin: 0 0 24px 0;
}
.b-header__icon {
  background: #8c1515;
  color: white;
  height: 80px;
  font-size: 42px;
  line-height: 80px;
  text-align: center;
  width: 80px;
}
.b-header__text {
  color: #8c1515;
  font-size: 1.313rem;
  font-weight: 700;
  margin: 0 24px;
  text-transform: uppercase;
}
.b-header__link {
  color: black;
  font-size: 1rem;
  margin: 0 24px 0 auto;
  text-decoration: none;
  text-transform: uppercase;
  transition: .25s;
}
.b-header__link:hover {
  color: #8c1515;
}
@media screen and (max-width: 640px) {
  .b-header {
    margin-bottom: 12px;
  }
  .b-header__text {
    margin: 0 12px;
  }
  .b-header__link {
    margin-right: 12px;
  }
}
/* Main Navigation */

.main-navigation {
  background: #8c1515;
  height: 100px;
  position: relative;
  z-index: 300;
}
.main-navigation .c-navigation--row {
  height: 100%;
  position: relative;
}
.main-navigation .c-navigation--row .c-navigation__logo {
  margin-right: 24px;
}
.main-navigation .c-navigation--row navigation-component {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  height: 100%;
}
.main-navigation .c-navigation--main {
  height: 100%;
}
.main-navigation .c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .c-navigation--main .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.main-navigation .c-navigation--main .c-navigation__pac-twelve {
  margin: 0 24px;
  text-decoration: none;
}
.main-navigation .c-navigation--main .c-navigation__pac-twelve-image {
  width: 28px;
  height: 35px;
}
.main-navigation .c-navigation--main .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
  display: block;
  font-size: 24px;
  margin-right: 12px;
}
.main-navigation .c-navigation--main .c-navigation__search-mobile {
  display: none;
}
.main-navigation .c-navigation--main .c-navigation__search-desktop {
  height: 100%;
}
.main-navigation .c-navigation--main .c-navigation__search-desktop search-component {
  height: 100%;
}
.main-navigation .c-navigation--main .c-navigation__cs-ad {
  flex: 0 0 150px;
  -webkit-flex: 0 0 150px;
  min-width: 1px;
  min-height: 1px;
}
.main-navigation .c-navigation--main .c-navigation__cs-ad .ad {
  padding: 0 0 0 20px;
  border-left: 1px solid #2c2a29;
  text-align: center;
}
.main-navigation .c-navigation--main .c-navigation__cs-ad .ad::after {
  content: 'Official Site Sponsor';
  color: white;
  display: block;
  font-size: .75rem;
  margin-top: 6px;
}
.main-navigation .c-navigation--main .c-navigation-desktop {
  height: 100%;
}
.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 {
  height: 100%;
  padding: 0 6px;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:first-child {
  margin-left: 0;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:last-child {
  margin-right: 0;
}
.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 {
  background: white;
  color: #8c1515;
}
.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 {
  align-items: center;
  display: flex;
  height: 100%;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 0 10px;
  text-transform: uppercase;
  transition: .25s;
  white-space: nowrap;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  background: white;
  border-bottom: 1px solid #ebebeb;
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  padding: 12px 0;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__level-2::before,
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__level-2::after {
  content: '';
  background: white;
  border-bottom: 1px solid #ebebeb;
  height: calc(100% + 1px);
  position: absolute;
  top: 0;
  width: 1000px;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__level-2::before {
  right: 100%;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__level-2::after {
  left: 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: 1440px;
  margin: 0 auto;
  width: 100%;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__column {
  flex: 0 1 50%;
  margin: 0 12px;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-2 {
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  padding: 12px;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__separator {
  color: black;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__url--level-2 {
  color: black;
  font-size: 14px;
  font-weight: 700;
  margin: 0 6px;
  transition: .25s;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child {
  margin: 0 auto 0 0;
  font-size: 16px;
  font-weight: 700;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child:last-child {
  width: 100%;
  margin-right: 0;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:hover {
  color: #8c1515;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social {
  font-size: 0;
  visibility: hidden;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social[href] {
  visibility: visible;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social::before {
  font-family: 'sidearm_font_v2';
  font-size: 16px;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social.facebook::before {
  content: '\e040';
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social.twitter::before {
  content: '\e035';
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social.instagram {
  margin-right: 0;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social.instagram::before {
  content: '\e044';
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social.tickets {
  display: none;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
  background: white;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
  max-width: 375px;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  height: auto;
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__level-1 {
  padding: 0 0 60px 0;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__item--level-1 {
  border-bottom: 1px solid #ebebeb;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__item--level-1--sports .c-navigation__column {
  display: flex;
  flex-wrap: wrap;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__item--level-1--sports .c-navigation__item--level-2 {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__item--level-1--sports .c-navigation__item--level-2:nth-last-child(2) {
  border-bottom: none;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__item--level-1--sports .c-navigation__separator {
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  min-width: 1px;
  min-height: 1px;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__item--level-1--sports .c-navigation__separator:nth-child(n+1) {
  border-top: 1px solid #ebebeb;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1 {
  justify-content: space-between;
  padding: 5px 24px;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1::after {
  font-family: 'sidearm_font_v2';
  font-size: 30px;
  font-weight: 400;
  content: '\e008';
  margin-left: 12px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
  align-items: center;
  background: white;
  color: black;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  padding: 13px 24px;
  text-transform: uppercase;
  transition: .25s;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1:hover,
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1.is-open,
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1.sidearm-hover {
  background: #8c1515;
  color: white;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  height: 0px;
  overflow: hidden;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__level-2.is-open {
  height: auto;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__item--level-2 {
  border-bottom: 1px solid #ebebeb;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__item--level-2:last-child {
  border-bottom: none;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__separator {
  align-items: center;
  color: black;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 24px;
  text-transform: uppercase;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-2 {
  align-items: center;
  color: black;
  display: flex;
  font-size: 14px;
  line-height: 1.5;
  padding: 14px 24px;
}
@media screen and (max-width: 1024px) {
  .main-navigation {
    height: 70px;
  }
  .main-navigation .c-navigation--row .c-navigation__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
  .main-navigation .c-navigation--row .c-navigation__logo-image {
    height: 48px;
  }
  .main-navigation .c-navigation--main .c-navigation__cs-ad .ad {
    padding: 0;
    border-left: none;
  }
  .main-navigation .c-navigation--main .c-navigation__cs-ad .ad::after {
    content: none;
  }
  .main-navigation .c-navigation--main .c-navigation__toggle {
    margin: 0 auto 0 0;
  }
  .main-navigation .c-navigation--main .c-navigation__pac-twelve,
  .main-navigation .c-navigation--main .c-navigation__search-desktop {
    display: none;
  }
  .main-navigation .c-navigation--main .c-navigation__search-mobile {
    display: block;
  }
  .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
    max-width: none;
  }
  .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
    height: calc(100vh - 70px);
  }
}
/* Sport Navigation */

.sport-navigation {
  background: white;
  border-bottom: 1px solid #ebebeb;
  height: 60px;
}
.sport-navigation .c-navigation--sport {
  height: 100%;
}
.sport-navigation .c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sport-navigation .c-navigation--sport .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__level-1 {
  height: 100%;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0 12px;
  position: relative;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1 {
  color: #8c1515;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1::after {
  transform: rotate(-180deg);
}
.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__item--level-1:last-child {
  margin-right: 0;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__parent .c-navigation__url--level-1 {
  align-items: center;
  display: flex;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__parent .c-navigation__url--level-1::after {
  content: '\e008';
  font-family: 'sidearm_font_v2';
  color: #8c1515;
  font-size: 20px;
  margin: 0 0 0 6px;
  transition: .25s;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  color: #2c2a29;
  font-size: 16px;
  transition: .25s;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin: 0 36px 0 0;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  color: #8c1515;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1:hover {
  text-decoration: underline;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  background: white;
  border: 1px solid #ebebeb;
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  min-width: 300px;
}
.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 {
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  padding: 12px;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-2:last-child {
  border-bottom: none;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  color: #2c2a29;
  transition: .25s;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover {
  color: #8c1515;
}
.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: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  color: #8c1515;
  text-decoration: none;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:hover {
  text-decoration: underline;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 24px;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  height: calc(100vh - 130px);
  overflow: auto;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
  padding: 0 0 60px 0;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__item--level-1 {
  border-bottom: 1px solid #ebebeb;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  justify-content: space-between;
  padding: 5px 24px;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1::after {
  font-family: 'sidearm_font_v2';
  font-size: 30px;
  font-weight: 400;
  content: '\e008';
  margin-left: 12px;
  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__url--level-1 {
  align-items: center;
  background: white;
  color: #2c2a29;
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  padding: 13px 24px;
  text-transform: uppercase;
  transition: .25s;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:hover,
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.is-open,
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.sidearm-hover {
  background: #8c1515;
  color: white;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  height: 0px;
  overflow: hidden;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  height: auto;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__item--level-2 {
  border-bottom: 1px solid #ebebeb;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__item--level-2:last-child {
  border-bottom: none;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  align-items: center;
  color: #2c2a29;
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  padding: 13px 24px;
}
/* Search */

.c-search--popout {
  height: 100%;
}
.c-search--popout fieldset {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.c-search--popout .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: white;
  font-size: 30px;
  font-weight: 400;
  height: 100%;
  position: relative;
  transition: .25s;
  z-index: 100;
}
.c-search--popout .c-search__toggle:hover,
.c-search--popout .c-search__toggle.is-toggled {
  background: white;
  color: #8c1515;
}
.c-search--popout .c-search__popout {
  align-items: center;
  background: #8c1515;
  display: flex;
  height: 100px;
  max-width: calc(100% - 343px);
  overflow: hidden;
  position: absolute;
  right: 280px;
  top: 0;
  width: 0;
  transition: width .3s .25s;
}
.c-search--popout .c-search__popout.is-open {
  width: 100%;
  transition: width .25s;
}
.c-search--popout .c-search__popout.is-open .c-search__container {
  opacity: 1;
  transition: opacity .3s .25s;
}
.c-search--popout .c-search__container {
  padding: 0 24px 0 96px;
  opacity: 0;
  transition: opacity .25s;
}
.c-search--popout .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border-bottom: 2px solid white;
  color: white;
  font-size: 1.125rem;
  padding: 12px 0;
  text-transform: uppercase;
}
.c-search--popout .c-search__text[type=text] {
  border-color: white;
}
.c-search--popout .c-search__text::-webkit-input-placeholder {
  color: white;
}
.c-search--popout .c-search__text::-moz-placeholder {
  color: white;
}
.c-search--popout .c-search__text:-ms-input-placeholder {
  color: white;
}
.c-search--popout .c-search__text:-moz-placeholder {
  color: white;
}
.c-search--popout .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
  font-size: 30px;
  margin-left: 12px;
  transform: translateX(0);
  opacity: 1;
  transition: .25s;
}
.c-search--popout .c-search__submit:disabled {
  transform: translateX(100%);
  opacity: 0;
}
.c-search--mobile fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.c-search--mobile .c-search__container {
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  height: 60px;
  padding: 0 24px;
}
.c-search--mobile .c-search__icon {
  color: black;
  font-size: 36px;
}
.c-search--mobile .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: #2c2a29;
  font-size: 1rem;
  padding: 0 24px 0 0;
}
.c-search--mobile .c-search__text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2c2a29;
}
.c-search--mobile .c-search__text::-moz-placeholder {
  /* Firefox 19+ */
  color: #2c2a29;
}
.c-search--mobile .c-search__text:-ms-input-placeholder {
  /* IE 10+ */
  color: #2c2a29;
}
.c-search--mobile .c-search__text:-moz-placeholder {
  /* Firefox 18- */
  color: #2c2a29;
}
.c-search--mobile .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #ebebeb;
  border-radius: 18px;
  color: #74747b;
  flex: 0 0 44px;
  -webkit-flex: 0 0 44px;
  min-width: 1px;
  min-height: 1px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  opacity: 1;
  transform: translateX(0);
  transition: .25s;
  width: 44px;
}
.c-search--mobile .c-search__submit:disabled {
  opacity: 0;
  transform: translateX(24px);
}
.c-search--mobile .c-search__submit:hover {
  background: #8c1515;
  border-color: #8c1515;
  color: white;
}
/* Main Content */

.s-main-content {
  padding: 24px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .s-main-content {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .s-main-content {
    padding: 12px 0 0 0;
  }
}
/* Stories */

.s-stories {
  background: white;
  border: 1px solid #ebebeb;
  padding: 24px;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-stories .c-stories--slider {
  height: 100%;
}
.s-stories .c-stories--slider .slick-prev,
.s-stories .c-stories--slider .slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: white;
  border: 1px solid #ebebeb;
  font-size: 0;
  height: 48px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  width: 33.3333%;
  transition: .25s;
}
.s-stories .c-stories--slider .slick-prev::before,
.s-stories .c-stories--slider .slick-next::before {
  font-family: 'sidearm_font_v2';
  font-size: 24px;
}
.s-stories .c-stories--slider .slick-prev:hover,
.s-stories .c-stories--slider .slick-next:hover {
  background: #8c1515;
  border-color: #8c1515;
  color: white;
}
.s-stories .c-stories--slider .slick-prev.slick-disabled,
.s-stories .c-stories--slider .slick-next.slick-disabled {
  background: #ebebeb;
  pointer-events: none;
}
.s-stories .c-stories--slider .slick-prev {
  left: 0;
}
.s-stories .c-stories--slider .slick-prev::before {
  content: '\e005';
}
.s-stories .c-stories--slider .slick-next {
  right: 0;
}
.s-stories .c-stories--slider .slick-next::before {
  content: '\e006';
}
.s-stories .c-stories--slider .slick-dots {
  border: 1px solid #ebebeb;
  height: 48px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(33.3333% + 2px);
}
.s-stories .c-stories--slider .slick-dots li {
  font-size: 0;
  margin: 0 12px;
}
.s-stories .c-stories--slider .slick-dots li.slick-active button {
  background: #8c1515;
  color: white;
}
.s-stories .c-stories--slider .slick-dots li button {
  background: #ebebeb;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  transition: .25s;
}
.s-stories .c-stories--slider .slick-dots li button:hover {
  background: #8c1515;
}
.s-stories .c-stories--slider .c-stories__list {
  height: 100%;
}
.s-stories .c-stories--slider .c-stories__links {
  border: 1px solid #ebebeb;
  margin: 24px 0;
}
.s-stories .c-stories--slider .c-stories__links li {
  display: flex;
  height: 40px;
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
}
.s-stories .c-stories--slider .c-stories__links li a {
  display: flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-decoration: none;
  transition: .15s;
}
.s-stories .c-stories--slider .c-stories__links li a:hover {
  background: #8c1515;
  color: white;
  transition: .15s;
}
.s-stories .c-stories--slider .c-stories__links li:nth-child(odd) {
  border-right: 1px solid #ebebeb;
}
.s-stories .c-stories--slider .c-stories__links li:nth-child(1),
.s-stories .c-stories--slider .c-stories__links li:nth-child(2) {
  border-bottom: 1px solid #ebebeb;
}
.s-stories .c-stories--slider .c-stories__cs-ad {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.s-stories .c-stories--slider .c-stories__media-container {
  display: block;
  text-decoration: none;
}
.s-stories .c-stories--slider .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.s-stories .c-stories--slider .c-stories__media .showcase-play-button {
  background: rgba(116, 116, 123, 0.5);
  border: 2px solid white;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  transition: .25s;
}
.s-stories .c-stories--slider .c-stories__media .showcase-play-button::before {
  content: '\e196';
  font-family: 'sidearm_font_v2';
  color: white;
  font-size: 48px;
  transition: .25s;
}
.s-stories .c-stories--slider .c-stories__media .showcase-play-button:hover {
  background: white;
}
.s-stories .c-stories--slider .c-stories__media .showcase-play-button:hover::before {
  color: #8c1515;
}
.s-stories .c-stories--slider .c-stories__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.s-stories .c-stories--slider .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-stories .c-stories--slider .c-stories__details {
  padding: 24px 0 72px 0;
  -webkit-text-size-adjust: 100%;
}
.s-stories .c-stories--slider .c-stories__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.s-stories .c-stories--slider .c-stories__url {
  color: black;
  text-decoration: none;
  transition: .25s;
}
.s-stories .c-stories--slider .c-stories__url:hover {
  color: #8c1515;
}
.s-stories .c-stories--slider .c-stories__teaser {
  margin: 18px 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.s-stories .c-stories--slider .c-stories__meta {
  color: #8c1515;
  font-size: .875rem;
  font-weight: 700;
}
.s-stories .c-stories--slider .c-stories__games {
  border: 1px solid #ebebeb;
  margin: 24px 0 0 0;
}
.s-stories .c-stories--slider .c-stories__game {
  border-bottom: 1px solid #ebebeb;
  font-size: 1rem;
  height: 60px;
}
.s-stories .c-stories--slider .c-stories__game:last-child {
  border-bottom: none;
}
.s-stories .c-stories--slider .c-stories__game-matchup {
  padding: 0 12px;
}
.s-stories .c-stories--slider .c-stories__game-matchup--upcoming .c-stories__game-team {
  color: #2c2a29;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-stories .c-stories--slider .c-stories__game-matchup--upcoming .c-stories__game-location {
  text-align: center;
  margin: 0 12px 0 0;
}
.s-stories .c-stories--slider .c-stories__game-matchup--recent .c-stories__game-team {
  align-items: center;
  display: flex;
  color: #2c2a29;
}
.s-stories .c-stories--slider .c-stories__game-matchup--recent .c-stories__game-team--winner {
  color: #8c1515;
}
.s-stories .c-stories--slider .c-stories__game-matchup--recent .c-stories__game-team i {
  font-size: 18px;
  margin: 0 6px;
}
.s-stories .c-stories--slider .c-stories__game-matchup--recent .c-stories__game-score {
  font-size: 1.5rem;
  font-weight: 700;
}
.s-stories .c-stories--slider .c-stories__game-matchup--recent .c-stories__game-status {
  color: #8c1515;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 6px;
}
.s-stories .c-stories--slider .c-stories__game-logo-container {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 60px;
}
.s-stories .c-stories--slider .c-stories__game-logo-container:first-child {
  border-right: 1px solid #ebebeb;
}
.s-stories .c-stories--slider .c-stories__game-logo-container:last-child {
  border-left: 1px solid #ebebeb;
}
.s-stories .c-stories--slider .c-stories__game-logo {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 1025px) {
  .s-stories .c-stories--slider .c-stories__item.slick-active .c-stories__title {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .25s .25s, transform .25s .25s;
  }
  .s-stories .c-stories--slider .c-stories__item.slick-active .c-stories__teaser {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .25s .35s, transform .25s .35s;
  }
  .s-stories .c-stories--slider .c-stories__item.slick-active .c-stories__meta {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .25s .45s, transform .25s .45s;
  }
  .s-stories .c-stories--slider .c-stories__item.slick-active .c-stories__games {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .25s .55s, transform .25s .55s;
  }
  .s-stories .c-stories--slider .c-stories__item.slick-active .c-stories__links {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .25s .65s, transform .25s .65s;
  }
  .s-stories .c-stories--slider .c-stories__item.slick-active + .slick-slide .c-stories__title,
  .s-stories .c-stories--slider .c-stories__item.slick-active + .slick-slide .c-stories__teaser,
  .s-stories .c-stories--slider .c-stories__item.slick-active + .slick-slide .c-stories__meta,
  .s-stories .c-stories--slider .c-stories__item.slick-active + .slick-slide .c-stories__games,
  .s-stories .c-stories--slider .c-stories__item.slick-active + .slick-slide .c-stories__links {
    transform: translateX(-24px);
  }
  .s-stories .c-stories--slider .c-stories__title,
  .s-stories .c-stories--slider .c-stories__teaser,
  .s-stories .c-stories--slider .c-stories__meta,
  .s-stories .c-stories--slider .c-stories__games,
  .s-stories .c-stories--slider .c-stories__links {
    opacity: 0;
    transform: translateX(-24px);
    transition: .25s;
  }
}
@media screen and (max-width: 1024px) {
  .s-stories .c-stories--slider .c-stories__item.slick-active .c-stories__details {
    opacity: 1;
    transition: opacity .25s .25s;
  }
  .s-stories .c-stories--slider .c-stories__details {
    opacity: 0;
    transition: .25s;
  }
}
@media screen and (max-width: 767px) {
  .s-stories .c-stories--slider .slick-prev,
  .s-stories .c-stories--slider .slick-next {
    width: 60px;
    height: 40px;
  }
  .s-stories .c-stories--slider .slick-dots {
    height: 40px;
    width: calc(100% - 120px);
  }
  .s-stories .c-stories--slider .slick-dots li {
    margin: 0 12px;
  }
}
@media screen and (max-width: 640px) {
  .s-stories {
    padding: 12px;
  }
  .s-stories .c-stories--slider .c-stories__title {
    font-size: 1.5rem;
  }
  .s-stories .c-stories--slider .c-stories__games {
    margin: 12px 0 0 0;
  }
  .s-stories .c-stories--slider .c-stories__game {
    height: 40px;
  }
  .s-stories .c-stories--slider .c-stories__game-matchup--recent .c-stories__game-team i {
    margin: 0 3px;
  }
  .s-stories .c-stories--slider .c-stories__game-matchup--recent .c-stories__game-score {
    font-size: 1rem;
  }
  .s-stories .c-stories--slider .c-stories__game-matchup--recent .c-stories__game-status {
    margin: 0 3px;
  }
  .s-stories .c-stories--slider .c-stories__game-logo-container {
    width: 40px;
  }
  .s-stories .c-stories--slider .c-stories__game-logo {
    width: 20px;
    height: 20px;
  }
}
/* Main Tabs */

.c-main-tabs {
  background: white;
  border: 1px solid #ebebeb;
  flex: 0 0 456px;
  -webkit-flex: 0 0 456px;
  min-width: 1px;
  min-height: 1px;
  margin-left: 24px;
}
.c-main-tabs__tabs {
  border-bottom: 1px solid #ebebeb;
}
.c-main-tabs__tabs-item {
  border-right: 1px solid #ebebeb;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.c-main-tabs__tabs-item.ui-state-active .c-main-tabs__tabs-link,
.c-main-tabs__tabs-item:hover .c-main-tabs__tabs-link {
  background: white;
  color: #8c1515;
  text-shadow: -0.25px -0.25px 0 #8c1515, 0.25px 0.25px #8c1515;
}
.c-main-tabs__tabs-item:last-child {
  border-right: none;
}
.c-main-tabs__tabs-link {
  background: whitesmoke;
  color: black;
  display: block;
  text-shadow: -0.25px -0.25px 0 transparent, 0.25px 0.25px transparent;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  transition: .25s;
}
@media screen and (max-width: 1200px) {
  .c-main-tabs {
    margin: 24px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .c-main-tabs {
    margin: 12px 0 0 0;
  }
}
/* Calendar */

.s-calendar[aria-hidden=true] .c-events--list .c-events__list {
  opacity: 0;
  transform: translateX(-24px);
}
.s-calendar .c-events--list .c-events__nodata {
  border-bottom: 1px solid #ebebeb;
  padding: 12px;
  text-align: center;
}
.s-calendar .c-events--list .c-events__list {
  opacity: 1;
  transform: none;
  transition: opacity .15s .25s, transform .15s .25s;
}
.s-calendar .c-events--list .c-events__item {
  border-bottom: 1px solid #ebebeb;
  color: #262628;
  font-size: .875rem;
  height: 70px;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
}
.s-calendar .c-events--list .c-events__meta-sport {
  color: #8c1515;
  font-weight: 700;
}
.s-calendar .c-events--list .c-events__meta-toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: black;
  font-size: 24px;
  position: relative;
  transition: .25s;
  z-index: 3;
}
.s-calendar .c-events--list .c-events__meta-toggle:hover {
  color: #8c1515;
}
.s-calendar .c-events--list .c-events__meta-toggle.is-toggled {
  color: white;
}
.s-calendar .c-events--list .c-events__meta-toggle.is-toggled:hover {
  color: white;
}
.s-calendar .c-events--list .c-events__team-atvs {
  font-weight: 300;
}
.s-calendar .c-events--list .c-events__team-logo {
  margin: 0 12px;
}
.s-calendar .c-events--list .c-events__team-logo--default {
  height: 24px;
}
.s-calendar .c-events--list .c-events__team-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 12px;
}
.s-calendar .c-events--list .c-events__overlay {
  background: #8c1515;
  color: white;
  height: 100%;
  padding: 12px 50px 12px 12px;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s .25s;
  transform: translateX(100%);
  width: 100%;
  z-index: 2;
}
.s-calendar .c-events--list .c-events__overlay.is-active {
  transform: translateX(0);
  transition: .25s;
}
.s-calendar .c-events--list .c-events__overlay.is-active .c-events__media,
.s-calendar .c-events--list .c-events__overlay.is-active .c-events__location {
  opacity: 1;
  transition: .3s .25s;
}
.s-calendar .c-events--list .c-events__media {
  opacity: 0;
  transition: .25s;
}
.s-calendar .c-events--list .c-events__media-item {
  margin-right: 48px;
  text-transform: uppercase;
}
.s-calendar .c-events--list .c-events__media-item:last-child {
  margin-right: 0;
}
.s-calendar .c-events--list .c-events__media-link {
  color: white;
  text-decoration: none;
}
.s-calendar .c-events--list .c-events__media-link:hover {
  text-decoration: underline;
}
.s-calendar .c-events--list .c-events__location {
  font-weight: 300;
  font-style: italic;
  opacity: 0;
  transition: .25s;
}
.s-calendar .c-events--list .c-events__composite {
  background: white;
  border-bottom: 1px solid #ebebeb;
  color: black;
  display: block;
  font-size: 1rem;
  height: 48px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .25s;
  width: 100%;
}
.s-calendar .c-events--list .c-events__composite:hover {
  background: #8c1515;
  color: white;
}
@media screen and (max-width: 640px) {
  .s-calendar .c-events--list .c-events__media-item {
    margin-right: 24px;
  }
}
/* Headlines & Featured Stories */

.s-featured[aria-hidden=true] .c-stories--featured .c-stories__list,
.s-headlines[aria-hidden=true] .c-stories--featured .c-stories__list,
.s-featured[aria-hidden=true] .c-stories--headlines .c-stories__list,
.s-headlines[aria-hidden=true] .c-stories--headlines .c-stories__list {
  opacity: 0;
  transform: translateX(-24px);
}
.s-featured .c-stories--featured .showcase-modal,
.s-headlines .c-stories--featured .showcase-modal,
.s-featured .c-stories--headlines .showcase-modal,
.s-headlines .c-stories--headlines .showcase-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.95);
  opacity: 0;
  pointer-events: none;
  transition: .25s;
}
.s-featured .c-stories--featured .showcase-modal__inner,
.s-headlines .c-stories--featured .showcase-modal__inner,
.s-featured .c-stories--headlines .showcase-modal__inner,
.s-headlines .c-stories--headlines .showcase-modal__inner {
  border: 1px solid #ebebeb;
  width: 100%;
  max-width: 1366px;
  margin: 0 84px;
}
.s-featured .c-stories--featured .showcase-modal__player,
.s-headlines .c-stories--featured .showcase-modal__player,
.s-featured .c-stories--headlines .showcase-modal__player,
.s-headlines .c-stories--headlines .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-featured .c-stories--featured .showcase-modal__close,
.s-headlines .c-stories--featured .showcase-modal__close,
.s-featured .c-stories--headlines .showcase-modal__close,
.s-headlines .c-stories--headlines .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 48px;
  height: 48px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background-color: #8c1515;
  color: white;
  position: absolute;
  top: 24px;
  right: 24px;
  transition: .25s;
  z-index: 101;
}
.s-featured .c-stories--featured .showcase-modal__close:hover,
.s-headlines .c-stories--featured .showcase-modal__close:hover,
.s-featured .c-stories--headlines .showcase-modal__close:hover,
.s-headlines .c-stories--headlines .showcase-modal__close:hover {
  background: #761212;
}
.s-featured .c-stories--featured .showcase-modal .showcase-video-player,
.s-headlines .c-stories--featured .showcase-modal .showcase-video-player,
.s-featured .c-stories--headlines .showcase-modal .showcase-video-player,
.s-headlines .c-stories--headlines .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-featured .c-stories--featured .c-stories__nodata,
.s-headlines .c-stories--featured .c-stories__nodata,
.s-featured .c-stories--headlines .c-stories__nodata,
.s-headlines .c-stories--headlines .c-stories__nodata {
  font-size: 1rem;
  padding: 12px;
}
.s-featured .c-stories--featured .c-stories__list,
.s-headlines .c-stories--featured .c-stories__list,
.s-featured .c-stories--headlines .c-stories__list,
.s-headlines .c-stories--headlines .c-stories__list {
  padding: 0 12px;
  opacity: 1;
  transform: none;
  transition: opacity .15s .25s, transform .15s .25s;
}
.s-featured .c-stories--featured .c-stories__item,
.s-headlines .c-stories--featured .c-stories__item,
.s-featured .c-stories--headlines .c-stories__item,
.s-headlines .c-stories--headlines .c-stories__item {
  padding: 12px;
  font-size: .875rem;
}
.s-featured .c-stories--featured .c-stories__media-container,
.s-headlines .c-stories--featured .c-stories__media-container,
.s-featured .c-stories--headlines .c-stories__media-container,
.s-headlines .c-stories--headlines .c-stories__media-container {
  flex: 0 1 33.3333%;
  -webkit-flex: 0 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
  text-decoration: none;
}
.s-featured .c-stories--featured .c-stories__media .showcase-play-button,
.s-headlines .c-stories--featured .c-stories__media .showcase-play-button,
.s-featured .c-stories--headlines .c-stories__media .showcase-play-button,
.s-headlines .c-stories--headlines .c-stories__media .showcase-play-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: rgba(116, 116, 123, 0.5);
  border: 2px solid white;
  border-radius: 50%;
  font-size: 0;
  height: 36px;
  width: 36px;
  transition: .25s;
}
.s-featured .c-stories--featured .c-stories__media .showcase-play-button::before,
.s-headlines .c-stories--featured .c-stories__media .showcase-play-button::before,
.s-featured .c-stories--headlines .c-stories__media .showcase-play-button::before,
.s-headlines .c-stories--headlines .c-stories__media .showcase-play-button::before {
  content: '\e196';
  font-family: 'sidearm_font_v2';
  color: white;
  font-size: 18px;
  transition: .25s;
}
.s-featured .c-stories--featured .c-stories__media .showcase-play-button:hover,
.s-headlines .c-stories--featured .c-stories__media .showcase-play-button:hover,
.s-featured .c-stories--headlines .c-stories__media .showcase-play-button:hover,
.s-headlines .c-stories--headlines .c-stories__media .showcase-play-button:hover {
  background: white;
}
.s-featured .c-stories--featured .c-stories__media .showcase-play-button:hover::before,
.s-headlines .c-stories--featured .c-stories__media .showcase-play-button:hover::before,
.s-featured .c-stories--headlines .c-stories__media .showcase-play-button:hover::before,
.s-headlines .c-stories--headlines .c-stories__media .showcase-play-button:hover::before {
  color: #8c1515;
}
.s-featured .c-stories--featured .c-stories__media.video-is-playing .showcase-modal,
.s-headlines .c-stories--featured .c-stories__media.video-is-playing .showcase-modal,
.s-featured .c-stories--headlines .c-stories__media.video-is-playing .showcase-modal,
.s-headlines .c-stories--headlines .c-stories__media.video-is-playing .showcase-modal {
  opacity: 1;
  pointer-events: all;
}
.s-featured .c-stories--featured .c-stories__details,
.s-headlines .c-stories--featured .c-stories__details,
.s-featured .c-stories--headlines .c-stories__details,
.s-headlines .c-stories--headlines .c-stories__details {
  padding: 0 0 0 12px;
}
.s-featured .c-stories--featured .c-stories__meta,
.s-headlines .c-stories--featured .c-stories__meta,
.s-featured .c-stories--headlines .c-stories__meta,
.s-headlines .c-stories--headlines .c-stories__meta {
  color: #8c1515;
}
.s-featured .c-stories--featured .c-stories__title,
.s-headlines .c-stories--featured .c-stories__title,
.s-featured .c-stories--headlines .c-stories__title,
.s-headlines .c-stories--headlines .c-stories__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
}
.s-featured .c-stories--featured .c-stories__url,
.s-headlines .c-stories--featured .c-stories__url,
.s-featured .c-stories--headlines .c-stories__url,
.s-headlines .c-stories--headlines .c-stories__url {
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-decoration: none;
  transition: .25s;
}
.s-featured .c-stories--featured .c-stories__url:hover,
.s-headlines .c-stories--featured .c-stories__url:hover,
.s-featured .c-stories--headlines .c-stories__url:hover,
.s-headlines .c-stories--headlines .c-stories__url:hover {
  color: #8c1515;
}
.s-featured .c-stories--featured .c-stories__more,
.s-headlines .c-stories--featured .c-stories__more,
.s-featured .c-stories--headlines .c-stories__more,
.s-headlines .c-stories--headlines .c-stories__more {
  color: #8c1515;
  display: none;
  font-size: 24px;
}
.s-featured .c-stories--featured .c-stories__archives,
.s-headlines .c-stories--featured .c-stories__archives,
.s-featured .c-stories--headlines .c-stories__archives,
.s-headlines .c-stories--headlines .c-stories__archives {
  background: white;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: black;
  display: block;
  font-size: 1rem;
  height: 48px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .25s;
  width: 100%;
}
.s-featured .c-stories--featured .c-stories__archives:hover,
.s-headlines .c-stories--featured .c-stories__archives:hover,
.s-featured .c-stories--headlines .c-stories__archives:hover,
.s-headlines .c-stories--headlines .c-stories__archives:hover {
  background: #8c1515;
  border-color: #8c1515;
  color: white;
}
@media screen and (max-width: 1024px) {
  .s-featured .c-stories--featured .showcase-modal__inner,
  .s-headlines .c-stories--featured .showcase-modal__inner,
  .s-featured .c-stories--headlines .showcase-modal__inner,
  .s-headlines .c-stories--headlines .showcase-modal__inner {
    margin: 0;
  }
  .s-featured .c-stories--featured .c-stories__list,
  .s-headlines .c-stories--featured .c-stories__list,
  .s-featured .c-stories--headlines .c-stories__list,
  .s-headlines .c-stories--headlines .c-stories__list {
    padding: 12px;
  }
  .s-featured .c-stories--featured .c-stories__media-container,
  .s-headlines .c-stories--featured .c-stories__media-container,
  .s-featured .c-stories--headlines .c-stories__media-container,
  .s-headlines .c-stories--headlines .c-stories__media-container {
    display: none;
  }
  .s-featured .c-stories--featured .c-stories__details,
  .s-headlines .c-stories--featured .c-stories__details,
  .s-featured .c-stories--headlines .c-stories__details,
  .s-headlines .c-stories--headlines .c-stories__details {
    padding: 0;
  }
  .s-featured .c-stories--featured .c-stories__more,
  .s-headlines .c-stories--featured .c-stories__more,
  .s-featured .c-stories--headlines .c-stories__more,
  .s-headlines .c-stories--headlines .c-stories__more {
    display: block;
  }
}
/* Promo Rotator */

.s-promo .slick-prev,
.s-promo .slick-next,
.s-promo .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: rgba(44, 42, 41, 0.5);
  font-size: 0;
  height: 36px;
  position: absolute;
  bottom: 0;
  width: 36px;
  z-index: 2;
  transition: .25s;
}
.s-promo .slick-prev::before,
.s-promo .slick-next::before,
.s-promo .slick-pause-play::before {
  color: white;
  font-size: 18px;
  font-family: 'sidearm_font_v2';
  transition: .25s;
}
.s-promo .slick-prev:hover,
.s-promo .slick-next:hover,
.s-promo .slick-pause-play:hover {
  background: white;
}
.s-promo .slick-prev:hover::before,
.s-promo .slick-next:hover::before,
.s-promo .slick-pause-play:hover::before {
  color: #8c1515;
}
.s-promo .slick-prev {
  left: 0;
}
.s-promo .slick-prev::before {
  content: '\e005';
}
.s-promo .slick-next {
  right: 0;
}
.s-promo .slick-next::before {
  content: '\e006';
}
.s-promo .slick-pause-play {
  left: 50%;
  transform: translateX(-50%);
}
.s-promo .slick-pause-play.slick-play::before {
  content: '\e196';
}
.s-promo .slick-pause-play.slick-pause::before {
  content: '\e201';
}
.s-promo .ads-container {
  margin: 24px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .s-promo .ads-container {
    margin: 12px 0;
    padding-bottom: 36px;
  }
  .s-promo .slick-prev,
  .s-promo .slick-next,
  .s-promo .slick-pause-play {
    background: white;
    width: 33.3333%;
  }
  .s-promo .slick-prev::before,
  .s-promo .slick-next::before,
  .s-promo .slick-pause-play::before {
    color: #8c1515;
  }
  .s-promo .slick-prev:hover,
  .s-promo .slick-next:hover,
  .s-promo .slick-pause-play:hover {
    background: #8c1515;
  }
  .s-promo .slick-prev:hover::before,
  .s-promo .slick-next:hover::before,
  .s-promo .slick-pause-play:hover::before {
    color: white;
  }
}
/* Videos */

.s-videos .c-videos--grid {
  transform: none !important;
}
.s-videos .c-videos--grid .showcase-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.95);
  opacity: 0;
  pointer-events: none;
  transition: .25s;
}
.s-videos .c-videos--grid .showcase-modal__inner {
  border: 1px solid #ebebeb;
  width: 100%;
  max-width: 1366px;
  margin: 0 84px;
}
.s-videos .c-videos--grid .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-videos .c-videos--grid .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 48px;
  height: 48px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background-color: #8c1515;
  color: white;
  position: absolute;
  top: 24px;
  right: 24px;
  transition: .25s;
  z-index: 101;
}
.s-videos .c-videos--grid .showcase-modal__close:hover {
  background: #761212;
}
.s-videos .c-videos--grid .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-videos .c-videos--grid .showcase-modal.video-is-playing {
  opacity: 1;
  pointer-events: all;
}
.s-videos .c-videos--grid .c-videos__nodata {
  background: white;
  color: #2c2a29;
  margin: 24px 0;
  padding: 24px;
  font-size: 1rem;
}
.s-videos .c-videos--grid .c-videos__list {
  margin: -12px;
}
.s-videos .c-videos--grid .c-videos__item {
  background: white;
  border: 1px solid #ebebeb;
  color: #2c2a29;
  flex: 0 1 calc(50% - 24px);
  -webkit-flex: 0 1 calc(50% - 24px);
  min-width: 1px;
  min-height: 1px;
  font-size: 1rem;
  margin: 12px;
}
.s-videos .c-videos--grid .c-videos__item:nth-child(n+3) {
  flex: 0 1 calc(33.3333% - 24px);
  -webkit-flex: 0 1 calc(33.3333% - 24px);
  min-width: 1px;
  min-height: 1px;
}
.s-videos .c-videos--grid .c-videos__media {
  padding-bottom: 56.25%;
  overflow: hidden;
}
.s-videos .c-videos--grid .c-videos__media:hover {
  cursor: pointer;
}
.s-videos .c-videos--grid .c-videos__media:hover .c-videos__play-btn {
  background: white;
  color: #8c1515;
}
.s-videos .c-videos--grid .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-videos .c-videos--grid .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: rgba(116, 116, 123, 0.5);
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  font-size: 48px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  transform: translate(-50%, -50%);
  transition: .25s;
}
.s-videos .c-videos--grid .c-videos__details {
  padding: 24px;
}
.s-videos .c-videos--grid .c-videos__title {
  font-size: 1.5rem;
  font-weight: 700;
}
.s-videos .c-videos--grid .c-videos__description {
  margin: 12px 0;
}
.s-videos .c-videos--grid .load-more__container {
  margin: 24px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .s-videos .c-videos--grid .showcase-modal__inner {
    margin: 0;
  }
  .s-videos .c-videos--grid .c-videos__item {
    flex: 0 1 calc(100% - 24px);
    -webkit-flex: 0 1 calc(100% - 24px);
    min-width: 1px;
    min-height: 1px;
  }
  .s-videos .c-videos--grid .c-videos__item:nth-child(n+2) {
    flex: 0 1 calc(50% - 24px);
    -webkit-flex: 0 1 calc(50% - 24px);
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (max-width: 640px) {
  .s-videos .c-videos--grid .c-videos__nodata {
    margin: 12px 0;
    padding: 12px;
  }
  .s-videos .c-videos--grid .c-videos__list {
    display: block;
    margin: 0;
  }
  .s-videos .c-videos--grid .c-videos__item {
    margin: 0 0 12px 0;
    flex: none;
    -webkit-flex: none;
    min-width: 1px;
    min-height: 1px;
  }
  .s-videos .c-videos--grid .c-videos__item:nth-child(n+2) {
    flex: none;
    -webkit-flex: none;
    min-width: 1px;
    min-height: 1px;
  }
  .s-videos .c-videos--grid .c-videos__item:last-child {
    margin-bottom: 0;
  }
  .s-videos .c-videos--grid .c-videos__details {
    padding: 12px;
  }
  .s-videos .c-videos--grid .c-videos__title {
    font-size: 1.125rem;
  }
  .s-videos .c-videos--grid .load-more__container {
    margin-top: 12px;
  }
}
.s-pac12 .c-pac12 {
  background: white;
  padding: 24px;
}
.s-pac12 .c-pac12__header-container {
  text-align: center;
}
.s-pac12 .c-pac12__header-subtitle {
  color: black;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 12px;
}
.s-pac12 .c-pac12__header-logo {
  margin: 0 24px;
}
.s-pac12 .c-pac12__list {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-pac12 .c-pac12__item {
  color: #2c2a29;
  font-size: 1rem;
  margin: 0 24px;
}
.s-pac12 .c-pac12__title {
  font-size: 1.125rem;
  line-height: 1.33;
}
.s-pac12 .c-pac12__meta {
  margin: 12px 0 0 0;
}
.s-pac12 .c-pac12__meta-separator {
  color: #cdd2d3;
  margin: 0 6px;
}
.s-pac12 .c-pac12__watch {
  background: #8c1515;
  color: white;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  margin-top: 12px;
  padding: 0 12px;
  text-decoration: none;
  transition: .25s;
}
.s-pac12 .c-pac12__watch:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
}
.s-pac12 .c-pac12__actions-button {
  background: white;
  border: 1px solid #ebebeb;
  color: #2c2a29;
  display: block;
  font-size: 1rem;
  height: 48px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 216px;
  transition: .25s;
}
.s-pac12 .c-pac12__actions-button:hover {
  background: #8c1515;
  color: white;
  border-color: #8c1515;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
}
.s-pac12 .c-pac12__actions-button:first-child {
  margin: 0 0 12px 0;
}
@media screen and (max-width: 1024px) {
  .s-pac12 .c-pac12 {
    display: block;
  }
  .s-pac12 .c-pac12__header {
    justify-content: center;
  }
  .s-pac12 .c-pac12__list {
    margin: 24px 0;
  }
  .s-pac12 .c-pac12__item {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
  }
  .s-pac12 .c-pac12__actions {
    display: flex;
    margin: 0 -12px;
  }
  .s-pac12 .c-pac12__actions-button {
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    min-width: 1px;
    min-height: 1px;
    margin: 0 12px;
    width: auto;
  }
  .s-pac12 .c-pac12__actions-button:first-child {
    margin: 0 12px;
  }
}
@media screen and (max-width: 640px) {
  .s-pac12 .c-pac12 {
    padding: 0;
  }
  .s-pac12 .c-pac12__header {
    padding: 12px;
  }
  .s-pac12 .c-pac12__header-logo {
    margin: 0 0 0 12px;
  }
  .s-pac12 .c-pac12__list {
    display: block;
    margin: 0;
  }
  .s-pac12 .c-pac12__item {
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    flex: none;
    -webkit-flex: none;
    min-width: 1px;
    min-height: 1px;
    margin: 0;
    padding: 12px;
  }
  .s-pac12 .c-pac12__item:first-child {
    border-top: 1px solid #ebebeb;
  }
  .s-pac12 .c-pac12__item:last-child {
    border-bottom: none;
  }
  .s-pac12 .c-pac12__watch {
    margin: 0 0 0 12px;
  }
  .s-pac12 .c-pac12__actions {
    border-top: 1px solid #ebebeb;
    margin: 0 -6px;
    padding: 12px;
  }
  .s-pac12 .c-pac12__actions-button {
    margin: 0 6px;
  }
  .s-pac12 .c-pac12__actions-button:first-child {
    margin: 0 6px;
  }
}
/* Galleries */

.s-galleries .c-galleries--grid {
  padding-top: 24px;
}
.s-galleries .c-galleries--grid .c-galleries__nodata {
  background: white;
  color: #2c2a29;
  margin: 24px 0;
  padding: 24px;
  font-size: 1rem;
}
.s-galleries .c-galleries--grid .c-galleries__list {
  margin: -12px;
}
.s-galleries .c-galleries--grid .c-galleries__item {
  background: white;
  border: 1px solid #ebebeb;
  color: #2c2a29;
  flex: 0 1 calc(50% - 24px);
  -webkit-flex: 0 1 calc(50% - 24px);
  min-width: 1px;
  min-height: 1px;
  font-size: 1rem;
  margin: 12px;
  transition: .25s;
}
.s-galleries .c-galleries--grid .c-galleries__item:nth-child(n+3) {
  flex: 0 1 calc(33.3333% - 24px);
  -webkit-flex: 0 1 calc(33.3333% - 24px);
  min-width: 1px;
  min-height: 1px;
}
.s-galleries .c-galleries--grid .c-galleries__item:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.s-galleries .c-galleries--grid .c-galleries__item:hover .c-galleries__picture img {
  transform: scale(1.05);
  transition: .25s;
}
.s-galleries .c-galleries--grid .c-galleries__link {
  color: #2c2a29;
  display: block;
  text-decoration: none;
}
.s-galleries .c-galleries--grid .c-galleries__media {
  padding-bottom: 56.25%;
  overflow: hidden;
}
.s-galleries .c-galleries--grid .c-galleries__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1);
  transition: .25s;
}
.s-galleries .c-galleries--grid .c-galleries__details {
  padding: 24px;
}
.s-galleries .c-galleries--grid .c-galleries__title {
  font-size: 1.125rem;
  font-weight: 700;
}
.s-galleries .c-galleries--grid .c-galleries__meta {
  margin: 6px 0 0 0;
}
.s-galleries .c-galleries--grid .c-galleries__icon {
  color: #8c1515;
  font-size: 36px;
}
.s-galleries .c-galleries--grid .load-more__container {
  margin: 24px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .s-galleries .c-galleries--grid .c-galleries__item {
    flex: 0 1 calc(100% - 24px);
    -webkit-flex: 0 1 calc(100% - 24px);
    min-width: 1px;
    min-height: 1px;
  }
  .s-galleries .c-galleries--grid .c-galleries__item:nth-child(n+2) {
    flex: 0 1 calc(50% - 24px);
    -webkit-flex: 0 1 calc(50% - 24px);
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (max-width: 640px) {
  .s-galleries {
    padding-top: 12px;
  }
  .s-galleries .c-galleries--grid {
    padding-top: 0;
  }
  .s-galleries .c-galleries--grid .c-galleries__nodata {
    margin: 12px 0;
    padding: 12px;
  }
  .s-galleries .c-galleries--grid .c-galleries__list {
    display: block;
    margin: 0;
  }
  .s-galleries .c-galleries--grid .c-galleries__item {
    margin: 0 0 12px 0;
    flex: none;
    -webkit-flex: none;
    min-width: 1px;
    min-height: 1px;
  }
  .s-galleries .c-galleries--grid .c-galleries__item:nth-child(n+2) {
    flex: none;
    -webkit-flex: none;
    min-width: 1px;
    min-height: 1px;
  }
  .s-galleries .c-galleries--grid .c-galleries__item:last-child {
    margin-bottom: 0;
  }
  .s-galleries .c-galleries--grid .c-galleries__details {
    padding: 12px;
  }
  .s-galleries .c-galleries--grid .load-more__container {
    margin-top: 12px;
  }
}
/* Media Wall */

.s-media .c-contentstream__header {
  margin: 0 0 12px 0;
}
.s-media .c-contentstream__header-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
}
.s-media .c-contentstream__filter {
  padding: 0 24px 0 0;
}
.s-media .c-contentstream__filter-item {
  margin: 0 48px 0 0;
}
.s-media .c-contentstream__filter-item:last-child {
  margin-right: 0;
}
.s-media .c-contentstream__filter-button,
.s-media .c-contentstream__filter-link {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: black;
  font-size: 24px;
  text-decoration: none;
  transition: .25s;
}
.s-media .c-contentstream__filter-button:hover,
.s-media .c-contentstream__filter-link:hover,
.s-media .c-contentstream__filter-button.is-active,
.s-media .c-contentstream__filter-link.is-active {
  color: #8c1515;
}
.s-media .c-contentstream__stream {
  margin-left: -12px;
  margin-right: -12px;
  overflow: hidden;
}
.s-media .c-contentstream__item {
  color: #2c2a29;
  font-size: 1.125rem;
  width: 33.3333%;
  padding: 12px;
}
.s-media .c-contentstream__item-inner {
  background: white;
  border: 1px solid #ebebeb;
  position: relative;
}
.s-media .c-contentstream__item--instagram .c-contentstream__item-inner {
  background: black;
}
.s-media .c-contentstream__item--instagram .c-contentstream__user {
  border-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.s-media .c-contentstream__item--instagram .c-contentstream__user-screen {
  color: white;
}
.s-media .c-contentstream__item--instagram .c-contentstream__user-screen:hover {
  color: white;
  text-decoration: underline;
}
.s-media .c-contentstream__item--instagram .c-contentstream__user-icon {
  color: white;
}
.s-media .c-contentstream__item--instagram .c-contentstream__media {
  position: relative;
}
.s-media .c-contentstream__item--instagram .c-contentstream__media::before {
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.65));
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.s-media .c-contentstream__user {
  border-top: 1px solid #ebebeb;
  padding: 24px;
}
.s-media .c-contentstream__user-image {
  border-radius: 50%;
  height: 48px;
  margin: 0 24px 0 0;
  width: 48px;
}
.s-media .c-contentstream__user-name {
  font-weight: 700;
}
.s-media .c-contentstream__user-screen {
  font-size: 1rem;
  text-decoration: none;
  transition: .25s;
}
.s-media .c-contentstream__user-screen:hover {
  color: #8c1515;
}
.s-media .c-contentstream__user-icon {
  color: #8c1515;
  font-size: 24px;
  margin: 0 0 0 24px;
}
.s-media .c-contentstream__icon {
  color: #8c1515;
  font-size: 24px;
  margin: 0 0 0 24px;
}
.s-media .c-contentstream__media {
  display: block;
}
.s-media .c-contentstream__media-image {
  display: block;
  width: 100%;
  height: auto;
}
.s-media .c-contentstream__media-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: rgba(116, 116, 123, 0.5);
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  display: block;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  transition: .25s;
}
.s-media .c-contentstream__media-play:hover {
  background: white;
  color: #8c1515;
}
.s-media .c-contentstream__media.aspect {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.s-media .c-contentstream__media.aspect .c-contentstream__media-image {
  position: absolute;
  top: 0;
  left: 0;
}
.s-media .c-contentstream__media.video-is-playing .showcase-modal {
  opacity: 1;
  pointer-events: all;
}
.s-media .c-contentstream__title {
  font-weight: 700;
}
.s-media .c-contentstream__date,
.s-media .c-contentstream__views {
  font-size: 1rem;
}
.s-media .c-contentstream__body {
  padding: 24px;
}
.s-media .c-contentstream__text a {
  color: #2c2a29;
  text-decoration: none;
  transition: .25s;
}
.s-media .c-contentstream__text a:hover {
  color: #8c1515;
}
.s-media .c-contentstream__actions {
  margin: 18px 0 0 0;
}
.s-media .c-contentstream__actions-item {
  font-size: 24px;
  margin: 0 12px 0 0;
}
.s-media .c-contentstream__actions-item:last-child {
  margin-right: 0;
}
.s-media .c-contentstream__actions-link {
  color: #2c2a29;
  text-decoration: none;
  transition: .25s;
}
.s-media .c-contentstream__actions-link:hover {
  color: #8c1515;
}
.s-media .c-contentstream .showcase-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.95);
  opacity: 0;
  pointer-events: none;
  transition: .25s;
}
.s-media .c-contentstream .showcase-modal__inner {
  border: 1px solid #ebebeb;
  width: 100%;
  max-width: 1366px;
  margin: 0 84px;
}
.s-media .c-contentstream .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-media .c-contentstream .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 48px;
  height: 48px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background-color: #8c1515;
  color: white;
  position: absolute;
  top: 24px;
  right: 24px;
  transition: .25s;
  z-index: 101;
}
.s-media .c-contentstream .showcase-modal__close:hover {
  background: #761212;
}
.s-media .c-contentstream .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-media .load-more__container {
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .s-media .c-contentstream__item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .s-media .c-contentstream__header {
    flex-wrap: wrap;
    height: auto;
    margin: 0;
  }
  .s-media .c-contentstream__filter {
    align-items: center;
    border-top: 1px solid #ebebeb;
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    justify-content: center;
    height: 60px;
  }
  .s-media .c-contentstream__filter-item {
    margin: 0 12px;
  }
  .s-media .c-contentstream__filter-item:last-child {
    margin: 0 12px;
  }
  .s-media .c-contentstream__item {
    width: 100%;
  }
  .s-media .load-more__container {
    margin-top: 0;
  }
}
/* Footer Section */

.s-footer .ads-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px 0;
}
.s-footer .ads-container .ad {
  margin: 0 12px;
}
.s-footer .ads-container .ad:first-child {
  margin-left: 0;
}
.s-footer .ads-container .ad:last-child {
  margin-right: 0;
}
.s-footer .c-footer {
  background: whitesmoke;
}
.s-footer .c-footer__ads {
  background: white;
  padding: 24px;
}
.s-footer .c-footer__title {
  color: black;
  font-size: 1.313rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  text-align: center;
}
.s-footer .c-footer__logo {
  margin: 0 48px;
}
.s-footer .c-footer__logo:first-child {
  margin-left: 0;
}
.s-footer .c-footer__logo:last-child {
  margin-right: 0;
}
.s-footer .c-footer__logo--ncaa img {
  width: 79px;
  height: 77px;
}
.s-footer .c-footer__logo-link {
  align-items: center;
  display: flex;
  text-decoration: none;
}
.s-footer .c-footer__copy {
  color: #2c2a29;
  font-size: 1rem;
  font-weight: 700;
  padding: 24px 0;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .s-footer .c-footer__logo {
    margin: 0 24px;
  }
}
@media screen and (max-width: 640px) {
  .s-footer .c-footer__logo {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    margin: 0 12px;
  }
}
/* Main Footer */

.main-footer .c-common-footer {
  background: whitesmoke;
  padding: 0 120px;
}
@media screen and (max-width: 1024px) {
  .main-footer .c-common-footer {
    padding: 0;
  }
}
/* Custom Story Page Template 1 Styles */

.storypage .sidearm-story-template {
  background: white;
}
.storypage .s-leaderboard--custom-template {
  padding-bottom: 0;
}
.storypage .main-content-placeholder {
  background: none;
  border: none;
  max-width: 1224px;
}
.storypage .c-stories--custom-template-one {
  display: flex;
}
.storypage .c-stories--custom-template-one .c-stories__left {
  background: white;
  flex: 0 1 calc(100% - 376px);
  -webkit-flex: 0 1 calc(100% - 376px);
  min-width: 1px;
  min-height: 1px;
  margin: 0 24px 0 0;
}
.storypage .c-stories--custom-template-one .c-stories__right {
  background: white;
  flex: 0 0 376px;
  -webkit-flex: 0 0 376px;
  min-width: 1px;
  min-height: 1px;
}
.storypage .c-stories--custom-template-one .c-stories__media {
  padding: 0 0 56.25% 0;
  position: relative;
  overflow: hidden;
}
.storypage .c-stories--custom-template-one .c-stories__media .showcase-play-button {
  background: rgba(116, 116, 123, 0.5);
  border: 2px solid white;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  transition: .25s;
}
.storypage .c-stories--custom-template-one .c-stories__media .showcase-play-button::before {
  content: '\e196';
  font-family: 'sidearm_font_v2';
  color: white;
  font-size: 48px;
  transition: .25s;
}
.storypage .c-stories--custom-template-one .c-stories__media .showcase-play-button:hover {
  background: white;
}
.storypage .c-stories--custom-template-one .c-stories__media .showcase-play-button:hover::before {
  color: #8c1515;
}
.storypage .c-stories--custom-template-one .c-stories__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.storypage .c-stories--custom-template-one .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.storypage .c-stories--custom-template-one .c-stories__image-credit {
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}
.storypage .c-stories--custom-template-one .c-stories__header {
  margin: 24px 0 0 0;
}
.storypage .c-stories--custom-template-one .c-stories__headline-container {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.storypage .c-stories--custom-template-one .c-stories__headline {
  color: #2c2a29;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.storypage .c-stories--custom-template-one .c-stories__sub-headline {
  font-size: 1.125rem;
  margin: 12px 0;
}
.storypage .c-stories--custom-template-one .c-stories__share {
  margin: 6px 0 0 0;
}
.storypage .c-stories--custom-template-one .c-stories__share-item {
  margin: 6px 12px 6px 0;
}
.storypage .c-stories--custom-template-one .c-stories__share-item:last-child {
  margin: 6px 0;
}
.storypage .c-stories--custom-template-one .c-stories__share-link {
  background: #8c1515;
  color: white;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  display: block;
  padding: 0 9px;
  text-align: center;
  text-decoration: none;
  transition: .25s;
}
.storypage .c-stories--custom-template-one .c-stories__share-link:hover {
  background: #761212;
}
.storypage .c-stories--custom-template-one .c-stories__share-link--email {
  background: #ff9c00;
}
.storypage .c-stories--custom-template-one .c-stories__share-link--email:hover {
  background: #e68c00;
}
.storypage .c-stories--custom-template-one .c-stories__share-link--facebook {
  background: #3b5998;
}
.storypage .c-stories--custom-template-one .c-stories__share-link--facebook:hover {
  background: #344e86;
}
.storypage .c-stories--custom-template-one .c-stories__share-link--twitter {
  background: #1f76d8;
}
.storypage .c-stories--custom-template-one .c-stories__share-link--twitter:hover {
  background: #1c6ac2;
}
.storypage .c-stories--custom-template-one .c-stories__share-link--pinterest {
  background: #bd081c;
}
.storypage .c-stories--custom-template-one .c-stories__share-link--pinterest:hover {
  background: #a50718;
}
.storypage .c-stories--custom-template-one .c-stories__share-link--linkedin {
  background: #0077b5;
}
.storypage .c-stories--custom-template-one .c-stories__share-link--linkedin:hover {
  background: #00669c;
}
.storypage .c-stories--custom-template-one .c-stories__links {
  flex: 0 0 200px;
  -webkit-flex: 0 0 200px;
  min-width: 1px;
  min-height: 1px;
  margin: 0 0 0 24px;
}
.storypage .c-stories--custom-template-one .c-stories__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.storypage .c-stories--custom-template-one .c-stories__links ul li {
  border: 1px solid #8c1515;
  background: #8c1515;
  transition: .25s;
}
.storypage .c-stories--custom-template-one .c-stories__links ul li:hover {
  background: white;
  border-color: #ebebeb;
}
.storypage .c-stories--custom-template-one .c-stories__links ul li:hover a {
  color: #8c1515;
}
.storypage .c-stories--custom-template-one .c-stories__links ul li:last-child {
  border-bottom: none;
}
.storypage .c-stories--custom-template-one .c-stories__links ul li:last-child:first-child {
  border-bottom: 1px solid #ebebeb;
}
.storypage .c-stories--custom-template-one .c-stories__links ul li a {
  color: white;
  display: block;
  font-size: 1rem;
  padding: 12px;
  text-decoration: none;
  transition: .25s;
}
.storypage .c-stories--custom-template-one .c-stories__meta {
  color: #8c1515;
  font-size: .875rem;
  font-weight: 700;
  margin: 12px 0;
}
.storypage .c-stories--custom-template-one .c-stories__byline {
  font-size: .875rem;
  font-style: italic;
  font-weight: 600;
  color: #2c2a29;
}
.storypage .c-stories--custom-template-one .c-stories__body {
  font-size: 1rem;
  margin: 12px 0 0 0;
}
.storypage .c-stories--custom-template-one .c-stories__body a {
  color: #8c1515 !important;
  font-weight: 700;
  text-decoration: none;
}
.storypage .c-stories--custom-template-one .c-stories__body a:hover {
  text-decoration: underline;
}
.storypage .c-stories--custom-template-one .c-stories__story-ad {
  border-bottom: 1px solid #ebebeb;
  padding: 24px;
}
.storypage .c-stories--custom-template-one .c-stories__story-ad .dfp-ad {
  margin: 0 auto;
}
.storypage .c-stories--custom-template-one .c-stories__related-section {
  border-bottom: 1px solid #ebebeb;
}
.storypage .c-stories--custom-template-one .c-stories__related-section:last-child {
  border-bottom: none;
  padding-bottom: 12px;
  padding-top: 24px;
}
.storypage .c-stories--custom-template-one .c-stories__related-header {
  align-items: center;
  display: flex;
  margin: 0 0 24px 0;
}
.storypage .c-stories--custom-template-one .c-stories__related-icon {
  background: #8c1515;
  color: white;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  width: 80px;
  text-align: center;
}
.storypage .c-stories--custom-template-one .c-stories__related-title {
  color: #8c1515;
  font-size: 1.313rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0 24px;
}
.storypage .c-stories--custom-template-one .c-stories--related .showcase-modal,
.storypage .c-stories--custom-template-one .c-videos--related .showcase-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.95);
  opacity: 0;
  pointer-events: none;
  transition: .25s;
}
.storypage .c-stories--custom-template-one .c-stories--related .showcase-modal.video-is-playing,
.storypage .c-stories--custom-template-one .c-videos--related .showcase-modal.video-is-playing {
  opacity: 1;
  pointer-events: all;
}
.storypage .c-stories--custom-template-one .c-stories--related .showcase-modal__inner,
.storypage .c-stories--custom-template-one .c-videos--related .showcase-modal__inner {
  border: 1px solid #ebebeb;
  width: 100%;
  max-width: 1366px;
  margin: 0 84px;
}
.storypage .c-stories--custom-template-one .c-stories--related .showcase-modal__player,
.storypage .c-stories--custom-template-one .c-videos--related .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.storypage .c-stories--custom-template-one .c-stories--related .showcase-modal__close,
.storypage .c-stories--custom-template-one .c-videos--related .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 48px;
  height: 48px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background-color: #8c1515;
  color: white;
  position: absolute;
  top: 24px;
  right: 24px;
  transition: .25s;
  z-index: 101;
}
.storypage .c-stories--custom-template-one .c-stories--related .showcase-modal__close:hover,
.storypage .c-stories--custom-template-one .c-videos--related .showcase-modal__close:hover {
  background: #761212;
}
.storypage .c-stories--custom-template-one .c-stories--related .showcase-modal .showcase-video-player,
.storypage .c-stories--custom-template-one .c-videos--related .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.storypage .c-stories--custom-template-one .c-stories--related .c-stories__no-data,
.storypage .c-stories--custom-template-one .c-videos--related .c-stories__no-data,
.storypage .c-stories--custom-template-one .c-stories--related .c-videos__no-data,
.storypage .c-stories--custom-template-one .c-videos--related .c-videos__no-data {
  font-size: 1rem;
}
.storypage .c-stories--custom-template-one .c-stories--related .c-stories__item,
.storypage .c-stories--custom-template-one .c-videos--related .c-stories__item,
.storypage .c-stories--custom-template-one .c-stories--related .c-videos__item,
.storypage .c-stories--custom-template-one .c-videos--related .c-videos__item {
  margin: 0 0 24px 0;
}
.storypage .c-stories--custom-template-one .c-stories--related .c-stories__item:last-child,
.storypage .c-stories--custom-template-one .c-videos--related .c-stories__item:last-child,
.storypage .c-stories--custom-template-one .c-stories--related .c-videos__item:last-child,
.storypage .c-stories--custom-template-one .c-videos--related .c-videos__item:last-child {
  margin: 0;
}
.storypage .c-stories--custom-template-one .c-stories--related .c-stories__media-container,
.storypage .c-stories--custom-template-one .c-videos--related .c-stories__media-container,
.storypage .c-stories--custom-template-one .c-stories--related .c-videos__media-container,
.storypage .c-stories--custom-template-one .c-videos--related .c-videos__media-container {
  flex: 0 0 116px;
  -webkit-flex: 0 0 116px;
  min-width: 1px;
  min-height: 1px;
  text-decoration: none;
}
.storypage .c-stories--custom-template-one .c-stories--related .c-stories__media,
.storypage .c-stories--custom-template-one .c-videos--related .c-stories__media,
.storypage .c-stories--custom-template-one .c-stories--related .c-videos__media,
.storypage .c-stories--custom-template-one .c-videos--related .c-videos__media {
  height: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.storypage .c-stories--custom-template-one .c-stories--related .c-stories__media img,
.storypage .c-stories--custom-template-one .c-videos--related .c-stories__media img,
.storypage .c-stories--custom-template-one .c-stories--related .c-videos__media img,
.storypage .c-stories--custom-template-one .c-videos--related .c-videos__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1);
  transition: .25s;
}
.storypage .c-stories--custom-template-one .c-stories--related .c-stories__play-btn,
.storypage .c-stories--custom-template-one .c-videos--related .c-stories__play-btn,
.storypage .c-stories--custom-template-one .c-stories--related .c-videos__play-btn,
.storypage .c-stories--custom-template-one .c-videos--related .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: rgba(116, 116, 123, 0.5);
  border: 2px solid white;
  color: white;
  border-radius: 50%;
  font-size: 18px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  transition: .25s;
  transform: translate(-50%, -50%);
}
.storypage .c-stories--custom-template-one .c-stories--related .c-stories__play-btn:hover,
.storypage .c-stories--custom-template-one .c-videos--related .c-stories__play-btn:hover,
.storypage .c-stories--custom-template-one .c-stories--related .c-videos__play-btn:hover,
.storypage .c-stories--custom-template-one .c-videos--related .c-videos__play-btn:hover {
  background: white;
  color: #8c1515;
}
.storypage .c-stories--custom-template-one .c-stories--related .c-stories__details,
.storypage .c-stories--custom-template-one .c-videos--related .c-stories__details,
.storypage .c-stories--custom-template-one .c-stories--related .c-videos__details,
.storypage .c-stories--custom-template-one .c-videos--related .c-videos__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 0 0 0 12px;
}
.storypage .c-stories--custom-template-one .c-stories--related .c-stories__meta,
.storypage .c-stories--custom-template-one .c-videos--related .c-stories__meta,
.storypage .c-stories--custom-template-one .c-stories--related .c-videos__meta,
.storypage .c-stories--custom-template-one .c-videos--related .c-videos__meta {
  color: #8c1515;
  font-size: .875rem;
  margin: 0;
}
.storypage .c-stories--custom-template-one .c-stories--related .c-stories__title,
.storypage .c-stories--custom-template-one .c-videos--related .c-stories__title,
.storypage .c-stories--custom-template-one .c-stories--related .c-videos__title,
.storypage .c-stories--custom-template-one .c-videos--related .c-videos__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  margin: 6px 0 0 0;
}
.storypage .c-stories--custom-template-one .c-stories--related .c-stories__url,
.storypage .c-stories--custom-template-one .c-videos--related .c-stories__url,
.storypage .c-stories--custom-template-one .c-stories--related .c-videos__url,
.storypage .c-stories--custom-template-one .c-videos--related .c-videos__url {
  color: black;
  text-decoration: none;
  transition: .25s;
}
.storypage .c-stories--custom-template-one .c-stories--related .c-stories__url:hover,
.storypage .c-stories--custom-template-one .c-videos--related .c-stories__url:hover,
.storypage .c-stories--custom-template-one .c-stories--related .c-videos__url:hover,
.storypage .c-stories--custom-template-one .c-videos--related .c-videos__url:hover {
  color: #8c1515;
}
@media screen and (min-width: 1025px) {
  .storypage .c-stories--custom-template-one .c-stories__related-wrapper {
    position: sticky;
    top: 100px;
  }
  .storypage.sport .c-stories--custom-template-one .c-stories__related-wrapper {
    position: sticky;
    top: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .storypage .c-stories--custom-template-one {
    display: block;
  }
  .storypage .c-stories--custom-template-one .showcase-modal__inner {
    margin: 0;
  }
  .storypage .c-stories--custom-template-one .c-stories__left,
  .storypage .c-stories--custom-template-one .c-stories__right {
    flex: none;
    -webkit-flex: none;
    min-width: 1px;
    min-height: 1px;
    margin: 0;
  }
  .storypage .c-stories--custom-template-one .c-stories__story-ad {
    border-top: 1px solid #ebebeb;
  }
}
@media screen and (max-width: 640px) {
  .storypage .c-stories--custom-template-one .c-stories__header {
    display: block;
    margin: 12px 0 0 0;
  }
  .storypage .c-stories--custom-template-one .c-stories__links {
    flex: none;
    -webkit-flex: none;
    min-width: 1px;
    min-height: 1px;
    margin: 12px 0 0 0;
  }
  .storypage .c-stories--custom-template-one .c-stories__related-header {
    margin-bottom: 12px;
  }
  .storypage .c-stories--custom-template-one .c-stories__related-section {
    padding: 12px 0;
  }
  .storypage .c-stories--custom-template-one .c-stories__related-section:last-child {
    padding-top: 12px;
    padding-bottom: 0;
  }
  .storypage .c-stories--custom-template-one .c-stories--related .c-stories__item,
  .storypage .c-stories--custom-template-one .c-videos--related .c-stories__item,
  .storypage .c-stories--custom-template-one .c-stories--related .c-videos__item,
  .storypage .c-stories--custom-template-one .c-videos--related .c-videos__item {
    margin: 0 0 12px 0;
  }
}
@media screen and (max-width: 425px) {
  .storypage .c-stories--custom-template-one .c-stories__share-item {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
  }
  .storypage .c-stories--custom-template-one .c-stories__share-link {
    padding: 0;
  }
}
/* Custom Story Page Template 3 Styles */

.storypage.custom_3.headroom--not-top .c-stories--featured .c-stories__header {
  opacity: 1;
  pointer-events: all;
}
.storypage.custom_3 .main-content-placeholder {
  background: none;
  border: none;
  max-width: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__header {
  background: #8c1515;
  color: white;
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transition: .25s;
  z-index: 401;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__header-logo-link {
  display: block;
  text-decoration: none;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__header-inner {
  height: 100%;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__header-headline {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 24px;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__header-byline {
  font-size: 1rem;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__header-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
  font-size: 1rem;
  margin-left: auto;
  text-transform: uppercase;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__header-button i::before {
  transition: .25s;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__header-button:hover i::before {
  transform: translateY(-6px);
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__media-container {
  height: calc(100vh - 100px);
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__media {
  height: 100%;
  overflow: hidden;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__media::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(transparent 50%, black);
  z-index: 2;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__media .showcase-play-button {
  background: rgba(116, 116, 123, 0.5);
  border: 2px solid white;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  transition: .25s;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__media .showcase-play-button::before {
  content: '\e196';
  font-family: 'sidearm_font_v2';
  color: white;
  font-size: 48px;
  transition: .25s;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__media .showcase-play-button:hover {
  background: white;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__media .showcase-play-button:hover::before {
  color: #8c1515;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__title-container {
  color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 0 24px 142px 24px;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__headline {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: .6;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__byline {
  font-size: 1.313rem;
  font-weight: 600;
  letter-spacing: .164rem;
  line-height: 1.14;
  text-transform: uppercase;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__content-container {
  background: white;
  border: 1px solid #ebebeb;
  color: black;
  padding: 24px;
}
.storypage.custom_3 .c-stories--custom-template-featured .c-stories__subheadline {
  font-size: 1.313rem;
  font-weight: 700;
  line-height: 1.43;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  text-align: center;
}
.storypage.custom_3 .c-stories--custom-template-featured .leaderboard-featured-story .dfp-ad {
  margin: 24px auto;
}
.storypage.custom_3 .c-stories--related-featured {
  margin: 24px 0 0 0;
}
.storypage.custom_3 .c-stories--related-featured .c-stories__list {
  margin: 0 -12px;
}
.storypage.custom_3 .c-stories--related-featured .c-stories__item {
  border: 1px solid #ebebeb;
  flex: 0 1 33.3333%;
  -webkit-flex: 0 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
  margin: 0 12px;
}
.storypage.custom_3 .c-stories--related-featured .c-stories__item-inner {
  display: block;
  position: relative;
  text-decoration: none;
}
.storypage.custom_3 .c-stories--related-featured .c-stories__item:hover .c-stories__media img {
  transform: scale(1.1);
}
.storypage.custom_3 .c-stories--related-featured .c-stories__media-container {
  height: auto;
  display: block;
  text-decoration: none;
}
.storypage.custom_3 .c-stories--related-featured .c-stories__media {
  height: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.storypage.custom_3 .c-stories--related-featured .c-stories__media::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(transparent 50%, black);
  z-index: 2;
}
.storypage.custom_3 .c-stories--related-featured .c-stories__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1);
  transition: .25s;
}
.storypage.custom_3 .c-stories--related-featured .c-stories__details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  z-index: 3;
}
.storypage.custom_3 .c-stories--related-featured .c-stories__headline {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 12px 0;
}
.storypage.custom_3 .c-stories--related-featured .c-stories__meta {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .storypage.custom_3 .c-stories--related-featured .c-stories__item {
    background: white;
  }
  .storypage.custom_3 .c-stories--related-featured .c-stories__details {
    position: static;
    color: black;
  }
}
@media screen and (max-width: 1024px) {
  .storypage.custom_3 .c-stories--featured .c-stories__header {
    height: 70px;
  }
  .storypage.custom_3 .c-stories--featured .c-stories__header-logo-image {
    height: 48px;
  }
  .storypage.custom_3 .c-stories--featured .c-stories__media-container {
    height: auto;
  }
  .storypage.custom_3 .c-stories--featured .c-stories__media {
    height: auto;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .storypage.custom_3 .c-stories--featured .c-stories__picture img {
    height: auto;
    object-fit: initial;
  }
  .storypage.custom_3 .c-stories--featured .c-stories__title-container {
    padding: 24px;
  }
  .storypage.custom_3 .c-stories--featured .c-stories__headline {
    font-size: 2.75rem;
  }
  .storypage.custom_3 .c-stories--related-featured .c-stories__list {
    display: block;
    margin: 0;
  }
  .storypage.custom_3 .c-stories--related-featured .c-stories__item {
    margin: 0 0 24px 0;
  }
  .storypage.custom_3 .c-stories--related-featured .c-stories__item:last-child {
    margin: 0;
  }
  .storypage.custom_3 .c-stories--related-featured .c-stories__item-inner {
    display: flex;
    align-items: center;
  }
  .storypage.custom_3 .c-stories--related-featured .c-stories__media-container {
    flex: 0 1 33.3333%;
    -webkit-flex: 0 1 33.3333%;
    min-width: 1px;
    min-height: 1px;
  }
  .storypage.custom_3 .c-stories--related-featured .c-stories__details {
    flex: 0 1 66.6666%;
    -webkit-flex: 0 1 66.6666%;
    min-width: 1px;
    min-height: 1px;
    padding: 0 24px;
    position: static;
    transform: none;
    text-align: left;
  }
  .storypage.custom_3 .c-stories--related-featured .c-stories__headline {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .storypage.custom_3 .c-stories--featured .c-stories__header-headline {
    font-size: 1.125rem;
    margin: 0 12px;
  }
  .storypage.custom_3 .c-stories--featured .c-stories__header-byline {
    display: none;
  }
  .storypage.custom_3 .c-stories--featured .c-stories__title-container {
    background: white;
    border-bottom: 1px solid #ebebeb;
    color: black;
    padding: 12px;
    position: static;
    transform: none;
  }
  .storypage.custom_3 .c-stories--featured .c-stories__headline {
    font-size: 2rem;
  }
  .storypage.custom_3 .c-stories--featured .c-stories__byline,
  .storypage.custom_3 .c-stories--featured .c-stories__subheadline {
    font-size: 1.125rem;
  }
  .storypage.custom_3 .c-stories--featured .c-stories__content-container {
    padding: 12px;
  }
  .storypage.custom_3 .c-stories--related-featured {
    margin: 12px 0 0 0;
  }
  .storypage.custom_3 .c-stories--related-featured .c-stories__item {
    margin: 0 0 12px;
  }
  .storypage.custom_3 .c-stories--related-featured .c-stories__item-inner {
    display: block;
  }
  .storypage.custom_3 .c-stories--related-featured .c-stories__details {
    padding: 12px;
    text-align: center;
  }
  .storypage.custom_3 .c-stories--related-featured .c-stories__headline {
    font-size: 1.25rem;
    margin: 0 0 6px 0;
  }
}
/* Common Breakpoints */

@media screen and (max-width: 1024px) {
  body.mobile-menu-open {
    overflow: hidden;
  }
  .main-content-placeholder {
    margin-top: 70px;
  }
  .sport .main-content-placeholder {
    margin-top: 130px;
  }
  html:not(.index) .main-content-placeholder {
    margin-top: 94px;
  }
  html.sport:not(.index) .main-content-placeholder {
    margin-top: 154px;
  }
}
@media screen and (max-width: 640px) {
  html:not(.index) .main-content-placeholder {
    margin-top: 82px;
    padding: 12px;
  }
  html.sport:not(.index) .main-content-placeholder {
    margin-top: 142px;
  }
}
/* Custom Common Page Styles */

.sidearm-story-template-post .sidearm-story-template-content {
  padding-left: 0 !important;
}
.sidearm-endless-story-container {
  border-top: 1px solid #ebebeb;
  padding: 12px 0 0 0;
  margin: 12px 0 0 0;
}
.sidearm-endless-story-container .sidearm-story-template {
  padding: 12px 0;
}
.sidearm-endless-story-container .c-stories--custom-template-one .c-stories__left {
  padding: 12px 0;
}
.sidearm-endless-story-container .c-stories--custom-template-one .c-stories__related-section {
  padding: 12px 0 24px 0;
}
@media screen and (max-width: 640px) {
  .sidearm-endless-story-container .sidearm-story-template {
    padding: 0;
  }
  .sidearm-endless-story-container .c-stories--custom-template-one .c-stories__left {
    padding: 0;
  }
  .sidearm-endless-story-container .c-stories--custom-template-one .c-stories__related-section {
    padding: 12px 0;
  }
  .sidearm-endless-story-container .c-stories--custom-template-one .c-stories__related-section:last-child {
    padding-top: 12px;
    padding-bottom: 0;
  }
}
.sidearm-roster-view .sidearm-roster-default-template .sidearm-roster-player-name p {
  text-transform: none;
}
.sidearm-roster-view .sidearm-roster-default-template .sidearm-roster-player-position {
  text-transform: none;
}
.sidearm-roster-view .sidearm-roster-default-template .sidearm-roster-player-class-hometown {
  text-transform: none;
}
.sidearm-roster-view .sidearm-roster-default-template .sidearm-roster-player-bio a {
  text-transform: none;
}
.sidearm-schedule .sidearm-schedule-game .sidearm-schedule-game-opponent {
  text-transform: none !important;
}
.sidearm-schedule .sidearm-schedule-game-location,
.sidearm-schedule .sidearm-schedule-game-coverage-tv-content,
.sidearm-schedule .sidearm-schedule-game .sidearm-schedule-game-links {
  text-transform: none !important;
}
.sidearm-schedule .sidearm-schedule-game .sidearm-schedule-game-extra-story-text > .sidearm-schedule-game-extra-heading,
.sidearm-schedule .sidearm-schedule-game .sidearm-schedule-game-extra-story-text p,
.sidearm-schedule .sidearm-schedule-game .sidearm-schedule-game-extra-story-text time {
  text-transform: none !important;
}
.sidearm-roster-player-view .sidearm-roster-player-heading,
.sidearm-roster-player-view .sidearm-roster-player-fields dt,
.sidearm-roster-player-view .sidearm-responsive-tabs > ul > li > a {
  text-transform: none !important;
}
dfn a {
  color: #8c1515 !important;
  font-weight: 700;
  text-decoration: none;
}
dfn:hover {
  text-decoration: underline;
}
.sidearm-common .sidearm-common-promotion {
  text-align: right !important;
}
@media screen and (max-width: 640px) {
  .s-stories .c-stories--slider .c-stories__links {
    display: none;
  }
}
