@import url("https://fonts.sidearmsports.com/sidearm_v2/sidearm_font_v2.css");
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #59118e;
  color: white;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: white;
}
a.sidearm-skip-link:focus {
  position: fixed;
  left: 0;
  z-index: 9999999;
}
body {
  font: 14px/1.4 arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background: #f6f6f6;
  min-height: 1200px;
}
/****
LOADERS
****/

.reset-list {
  margin: 0;
  list-style: none;
  padding: 0;
}
.s-spacer {
  height: 0;
  display: none;
}
.loadable.is-loaded {
  opacity: 1;
}
.loadable--loader {
  opacity: 1;
  transition: none;
}
.loadable--loader::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url('https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/nusports.com/images/loading.gif') center center no-repeat;
}
.loadable--loader.is-loaded::after {
  opacity: 0;
  transition: opacity 0.5s;
}
.accessible-hide,
.hide {
  position: absolute;
  left: -9999px;
  top: -9999px;
  background: white;
  color: black;
}
.c-stories__list2 {
  max-height: 400px;
  overflow: auto;
}
html:not(.index) .main-content-placeholder {
  padding: 24px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  border: 1px solid #eeeeee;
  max-width: 1440px;
  margin-top: 89px;
  opacity: 1;
}
html:not(.index).sport .main-content-placeholder {
  margin-top: 154px;
}
.flip__button {
  position: relative;
  overflow: hidden;
}
.flip__button span {
  transition: 0.2s;
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.flip__button:after {
  content: '';
  font-family: sidearm_font_v2;
  top: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  color: #582c83;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 20px;
  transition: 0.2s;
}
.flip__button:hover {
  transition: 0.2s;
}
.flip__button:hover:after {
  transition: 0.2s;
  top: 0;
}
.flip__button:hover > span {
  transition: 0.2s;
  top: -100%;
}
.row {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.row.pad {
  padding-left: 12px;
  padding-right: 12px;
}
.row.extend {
  max-width: 1464px;
}
.row.extend.pad {
  padding-left: 24px;
  padding-right: 24px;
}
.showcase-play-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  color: white;
  border: 6px solid white;
  border-radius: 50%;
  background-color: #582c83;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.25s;
  z-index: 100;
}
.showcase-play-button:before {
  font-family: sidearm_font_v2;
  color: white;
  font-size: 22px;
  content: '\e050';
  display: block;
}
.showcase-play-button:hover {
  transition: 0.25s;
  background: #49246c;
}
.main-content-placeholder {
  margin-top: 65px;
  min-height: 100vh;
}
.sport .main-content-placeholder {
  margin-top: 125px;
}
.s-leaderboard--top {
  padding-top: 11px;
  padding-bottom: 12px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-scoreboard {
  height: 100px;
  width: 100%;
  background: white;
}
.s-scoreboard .c-scoreboard--slider .slick-prev,
.s-scoreboard .c-scoreboard--slider .slick-next {
  position: absolute;
  top: 0;
  width: 40px;
  overflow: hidden;
  border: none;
  height: 100px;
  color: black;
  box-shadow: inset 1px 0 0 #e0e0e0;
  background-color: white;
  transition: 0.25s;
  font-size: 19px;
}
.s-scoreboard .c-scoreboard--slider .slick-prev:before,
.s-scoreboard .c-scoreboard--slider .slick-next:before {
  content: '';
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: sidearm_font_v2;
  position: relative;
  height: 100%;
  width: 100%;
}
.s-scoreboard .c-scoreboard--slider .slick-prev:hover,
.s-scoreboard .c-scoreboard--slider .slick-next:hover {
  transition: 0.25s;
  background: #eeeeee;
  color: #582c83;
}
.s-scoreboard .c-scoreboard--slider .slick-prev.slick-disabled:before,
.s-scoreboard .c-scoreboard--slider .slick-next.slick-disabled:before {
  content: '';
}
.s-scoreboard .c-scoreboard--slider .slick-prev {
  left: 0;
}
.s-scoreboard .c-scoreboard--slider .slick-prev:before {
  content: '\e005';
}
.s-scoreboard .c-scoreboard--slider .slick-next {
  right: 0;
}
.s-scoreboard .c-scoreboard--slider .slick-next:before {
  content: '\e006';
}
.s-scoreboard .c-scoreboard--slider .slick-track {
  display: flex;
  display: -webkit-flex;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__aside {
  height: 100px;
  width: 150px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  box-shadow: inset 1px 0 0 #e0e0e0, inset -1px 0 0 #e0e0e0;
  background-color: white;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__ad {
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__calendar {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 50px;
  text-decoration: none;
  box-shadow: inset 1px 0 0 #e0e0e0, inset -1px 0 0 #e0e0e0, inset 0 1px 0 #e0e0e0;
  background-color: white;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding-bottom: 2px;
  padding-left: 5px;
  transition: 0.2s background;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__calendar:after {
  content: '\e125';
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__calendar span {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__calendar i {
  padding-top: 2px;
  font-size: 18px;
  margin-left: 9px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__calendar i:before {
  margin: 0;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__calendar:hover {
  background: #eeeeee;
  transition: 0.2s background;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__calendar:hover:after {
  background: #582c83;
  color: white;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__list {
  position: relative;
  padding: 0 40px;
  margin-left: 121px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__bottom {
  padding-top: 12px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__sport {
  color: #582c83;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__datetime {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__slash {
  background: #eeeeee;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  height: 23px;
  width: 1px;
  margin: 0 13px;
  display: inline-block;
  transform: skew(-28deg);
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__item {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  padding: 13px 26px;
  position: relative;
  height: 100px;
  box-shadow: inset 1px 0 0 #e0e0e0;
  background-color: white;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__indicator {
  padding: 0 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 21px;
  text-transform: uppercase;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__live {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team-logo-container {
  width: 40px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team-logo.default {
  max-width: 26px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team-name {
  margin: 0 0 0 12px;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team-score {
  margin: 0 0 0 12px;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  position: relative;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team-score.winner:after {
  content: '\e019';
  position: absolute;
  left: 50%;
  bottom: -16px;
  font-size: 11px;
  color: #582c83;
  font-family: sidearm_font_v2;
  transform: translateX(-50%);
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__overlay {
  box-shadow: inset 1px 0 0 #e0e0e0;
  z-index: 2;
  background: #eeeeee;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  transition: 0.25s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__overlay.is-open {
  pointer-events: all;
  opacity: 1;
  transition: 0.25s;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__time {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__media {
  list-style: none;
  margin: 0;
  list-style: none;
  padding: 0;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__media-item {
  margin: 0 6px;
  font-size: 20px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__media-item .sf-audio-double {
  font-size: 17px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__media-link {
  color: black;
  transition: 0.25s;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__media-link:hover {
  color: #582c83;
  transition: 0.25s;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__toggle {
  z-index: 4;
  margin-top: -4px;
  margin-right: -5px;
  font-size: 20px;
  background: none;
  padding: 0;
  border: none;
}
.ring-container {
  position: relative;
  width: 19px;
  height: 20px;
  display: block;
}
.circle {
  width: 7px;
  height: 7px;
  background-color: #582c83;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  transform: translate(-50%, -50%);
  -webkit-animation: pulse 4s ease-out;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
    background-color: #582c83;
  }
  50% {
    background-color: red;
  }
  75% {
    background-color: red;
  }
  100% {
    background-color: #582c83;
  }
}
.s-mobileNav {
  height: 65px;
  background-color: white;
  position: absolute;
  top: 65px;
  z-index: 9000;
  width: 100%;
  left: 0;
  box-shadow: inset 0 -1px 0 #e0e0e0;
}
.s-mobileNav.headroom--not-top {
  position: fixed;
  top: 0;
}
.s-mobileNav.headroom--not-top .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 65px);
}
.s-mobileNav > ads-component {
  flex: 0 1 75%;
  -webkit-flex: 0 1 75%;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
}
.s-mobileNav > ads-component .ad {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  height: 64px;
  background-color: white;
}
.s-mobileNav > ads-component .ad a,
.s-mobileNav > ads-component .ad span {
  box-shadow: inset -1px 0 0 #e0e0e0;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 28px;
  color: black;
  transition: 0.25s;
}
.s-mobileNav > ads-component .ad a:hover,
.s-mobileNav > ads-component .ad span:hover {
  transition: 0.25s;
  background: #eeeeee;
}
.s-mobileNav > ads-component .ad a span,
.s-mobileNav > ads-component .ad span span {
  position: absolute;
  left: -9999px;
}
.s-mobileNav > ads-component .ads-container {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-mobileNav navigation-component {
  flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
}
.s-mobileNav .c-navigation--main {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-mobileNav .c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-mobileNav .c-navigation--main .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.s-mobileNav .c-navigation--main .c-navigation__toggle {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  height: 64px;
  color: black;
  font-size: 28px;
  border: none;
  background: none;
  box-shadow: inset -1px 0 0 #e0e0e0;
  transition: 0.25s;
}
.s-mobileNav .c-navigation--main .c-navigation__toggle:hover,
.s-mobileNav .c-navigation--main .c-navigation__toggle.is-toggled {
  transition: 0.25s;
  background: #eeeeee;
}
.s-mobileNav .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.s-mobileNav .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 125px);
  overflow: auto;
}
.s-mobileNav .c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.s-mobileNav .c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1::after {
  color: black;
  font-family: sidearm_font_v2;
  font-size: 8px;
  content: '\e020';
  margin-left: 12px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.s-mobileNav .c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1.is-open {
  color: white;
  background: black;
}
.s-mobileNav .c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  color: white;
  transform: rotate(-180deg);
  transition: transform .25s;
}
.s-mobileNav .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
  padding: 15px 24px;
  color: #582c83;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  box-shadow: inset 0 -1px 0 #e0e0e0;
  background-color: #f6f6f6;
}
.s-mobileNav .c-navigation--main .c-navigation-mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}
.s-mobileNav .c-navigation--main .c-navigation-mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.s-mobileNav .c-navigation--main .c-navigation-mobile .c-navigation__item--level-2 {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  padding: 15px 24px;
  box-shadow: inset 0 -1px 0 #e0e0e0;
  background-color: white;
}
.s-mobileNav .c-navigation--main .c-navigation-mobile .c-navigation__separator {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 30px;
  padding: 15px 24px;
  box-shadow: inset 0 -1px 0 #e0e0e0;
  background-color: white;
}
.main-navigation {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 9000;
  background: #582c83;
  display: flex;
  display: -webkit-flex;
}
.main-navigation:before {
  content: '';
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  height: 65px;
  display: block;
}
.main-navigation:after {
  content: '';
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  height: 65px;
  display: block;
}
.main-navigation.headroom--not-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.main-navigation.headroom--not-top .row {
  padding-left: 0;
}
.main-navigation.headroom--not-top:before {
  background: url('https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/nusports.com/images/responsive/scrollstick_bar_repeater.svg') repeat-x center;
}
.main-navigation.headroom--not-top .main-navigation__ad {
  margin-left: 145px;
}
.main-navigation.headroom--not-top .main-navigation__logo {
  width: 130px;
  bottom: 0;
  margin-left: 0;
  height: 65px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding-left: 41px;
  background: url('https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/nusports.com/images/responsive/scrollstick_bar_repeater.svg') repeat-x center;
}
.main-navigation.headroom--not-top .main-navigation__logo a {
  background: #582c83;
  height: 65px;
  padding-left: 6px;
  padding-right: 5px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.main-navigation.headroom--not-top .main-navigation__logo img.desktop {
  display: none;
}
.main-navigation.headroom--not-top .main-navigation__logo img.scroll {
  display: block;
}
.main-navigation navigation-component {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
}
.main-navigation__ad {
  margin-left: 121px;
}
.main-navigation__search .c-search--popout {
  position: relative;
}
.main-navigation__search .c-search--popout fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.main-navigation__search .c-search--popout .c-search__toggle {
  height: 65px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  font-size: 22px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin-right: -2px;
  padding-top: 2px;
  display: block;
}
.main-navigation__search .c-search--popout .c-search__toggle i:before {
  margin: 0;
}
.main-navigation__search .c-search--popout .c-search__popout {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  transition: opacity .25s;
  width: 250px;
  height: 40px;
  background: #582c83;
  line-height: 20px;
  font-family: 'Rajdhani', sans-serif;
  display: flex;
  display: -webkit-flex;
}
.main-navigation__search .c-search--popout .c-search__popout.is-open {
  left: auto;
  right: 0;
  opacity: 1;
}
.main-navigation__search .c-search--popout .c-search__submit {
  border: none;
  color: white;
  text-transform: uppercase;
  background: #4b2670;
}
.main-navigation__search .c-search--popout .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 24px;
  font-weight: 400;
  color: white;
}
.main-navigation__search .c-search--popout .c-search__text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.main-navigation__search .c-search--popout .c-search__text::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.main-navigation__search .c-search--popout .c-search__text:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.main-navigation__search .c-search--popout .c-search__text:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.main-navigation__logo {
  margin-left: 2px;
  position: absolute;
  bottom: 13px;
}
.main-navigation__logo img.scroll {
  display: none;
}
.main-navigation .c-navigation--main {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.main-navigation .c-navigation--main ul {
  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__toggle {
  color: white;
  font-size: 23px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  padding: 0 12px;
  padding-top: 2px;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__bigteam {
  margin-top: 24px;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__ad {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__ad a {
  margin-top: 24px;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__level-1 {
  padding: 0 36px;
  justify-content: space-around;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-1 {
  padding: 0 16px ;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1:before,
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1:before {
  height: 5px;
  transition: 0.25s;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1:after,
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1:after {
  transform: rotate(180deg);
  transition: 0.25s;
}
.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 {
  height: 65px;
  white-space: nowrap;
  color: white;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  position: relative;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__url--level-1:before {
  content: '';
  display: block;
  height: 0px;
  width: 100%;
  background: #f6f6f6;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.25s;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__url--level-1:after {
  content: '\e020';
  transform: rotate(0deg);
  transition: 0.25s;
  font-family: sidearm_font_v2;
  font-size: 7px;
  margin-left: 7px;
  color: white;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  padding: 48px 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 -1px 0 #e0e0e0;
  background-color: #f6f6f6;
}
.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 {
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__column {
  flex: 0 1 516px;
  margin: 0 12px;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__column:last-child {
  flex: 0 1 336px;
  -webkit-flex: 0 1 336px;
  min-width: 1px;
  min-height: 1px;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 7px 24px 6px 24px;
  box-shadow: inset 0 -1px 0 #e0e0e0;
  transition: 0.25s;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) {
  transition: 0.25s;
  background: #582c83;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__url--level-2 {
  color: white;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__separator {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 23px;
  padding: 0;
  padding-bottom: 11px;
  text-transform: uppercase;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__url--level-2 {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin-right: 11px;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin-right: auto;
  color: #582c83;
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.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.news {
  display: none;
}
.main-navigation .c-navigation--main .c-navigation-desktop .c-navigation__social {
  width: 20px;
  height: 100%;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  order: 2;
  -webkit-order: 2;
}
.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;
  margin-right: 20px;
}
.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.tickets {
  order: 1;
  -webkit-order: 1;
  width: 18px;
  margin-left: 4px;
}
.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::before {
  content: '\e108';
  margin-right: 18px;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  width: 350px;
  max-height: 0px;
  overflow: hidden;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 185px);
  overflow: auto;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1::after {
  color: black;
  font-family: sidearm_font_v2;
  font-size: 8px;
  content: '\e020';
  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 {
  color: white;
  background: black;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  color: white;
  transform: rotate(-180deg);
  transition: transform .25s;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
  padding: 15px 24px;
  color: #582c83;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  box-shadow: inset 0 -1px 0 #e0e0e0;
  background-color: #f6f6f6;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__item--level-2 {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  padding: 15px 24px;
  box-shadow: inset 0 -1px 0 #e0e0e0;
  background-color: white;
}
.main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__separator {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 30px;
  padding: 15px 24px;
  box-shadow: inset 0 -1px 0 #e0e0e0;
  background-color: white;
}
.main-navigation .row {
  height: 65px;
  flex: 0 1 1464px;
  -webkit-flex: 0 1 1464px;
  min-width: 1px;
  min-height: 1px;
}
.sport-navigation {
  width: 100%;
  height: 60px;
  top: 165px;
  left: 0;
  position: absolute;
  z-index: 8999;
  box-shadow: inset 0 -1px 0 #e0e0e0;
  background-color: white;
}
.sport-navigation.headroom--not-top {
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
}
.sport-navigation .c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:last-child:after {
  content: none;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:after {
  content: '/';
  display: block;
  margin: 0 12px;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1 {
  transform: translateY(-3px);
  transition: 0.25s;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2 {
  left: auto;
  right: 0;
  opacity: 1;
  transition: opacity .25s;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  transition: 0.25s;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  height: 60px;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__additional > a {
  cursor: pointer;
  color: #582c83;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-right: auto;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sport:after {
  content: none;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  color: black;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sport .ad {
  padding: 0 24px;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  width: 250px;
  background: white;
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__level-2.is-open {
  left: auto;
  right: 0;
  opacity: 1;
  transition: 0s;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  box-shadow: inset 0 -1px 0 #e0e0e0;
  padding: 12px 24px;
  text-align: right;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  transition: 0.25s;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover {
  transition: 0.25s;
  background: #f2f2f2;
  box-shadow: inset 0 -1px 0 lightgray;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-links {
  height: 65px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  text-decoration: none;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.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;
  color: #582c83;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  width: 350px;
  max-height: 0px;
  overflow: hidden;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 185px);
  overflow: auto;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1::after {
  color: black;
  font-family: sidearm_font_v2;
  font-size: 8px;
  content: '\e020';
  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 {
  color: white;
  background: black;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  color: white;
  transform: rotate(-180deg);
  transition: transform .25s;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  text-decoration: none;
  display: block;
  padding: 15px 24px;
  color: #582c83;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  box-shadow: inset 0 -1px 0 #e0e0e0;
  background-color: #f6f6f6;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__item--level-2 {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  padding: 15px 24px;
  box-shadow: inset 0 -1px 0 #e0e0e0;
  background-color: white;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__separator {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 30px;
  padding: 15px 24px;
  box-shadow: inset 0 -1px 0 #e0e0e0;
  background-color: white;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  text-decoration: none;
  color: black;
}
.s-topstories {
  margin-bottom: 48px;
}
.s-topstories .slick-play-pause {
  background: none;
  color: white;
  border: none;
  font-size: 24px;
}
.s-topstories .slick-play-pause i:before {
  margin: 0;
}
.s-topstories .slick-play-pause:hover {
  color: #dedede;
}
.s-topstories .slick-prev,
.s-topstories .slick-next {
  background: none;
  color: white;
  border: none;
  font-size: 18px;
}
.s-topstories .slick-prev i:before,
.s-topstories .slick-next i:before {
  margin: 0;
}
.s-topstories .slick-prev:hover,
.s-topstories .slick-next:hover {
  color: #dedede;
}
.s-topstories .slick-list,
.s-topstories .slick-track {
  display: flex;
  display: -webkit-flex;
}
.s-topstories .c-stories__actions {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 3;
  display: flex;
  display: -webkit-flex;
}
.s-topstories .c-stories--wrapper {
  background: white;
}
.s-topstories .c-stories__mobileArchives {
  display: none;
}
.s-topstories .c-stories__toggle {
  display: none;
}
.s-topstories .c-stories__slash {
  background: #eeeeee;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  height: 23px;
  width: 1px;
  margin: 0 13px;
  display: inline-block;
  transform: skew(-28deg);
}
.s-topstories .c-stories__item {
  height: auto;
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.s-topstories .c-stories__links ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.s-topstories .c-stories__links ul li {
  display: inline;
  margin-right: 14px;
  margin-top: 5px;
}
.s-topstories .c-stories__links ul li i:before {
  margin: 0;
  display: inline-block;
  margin-top: -1px;
}
.s-topstories .c-stories__links ul li i {
  margin-right: 0px;
  color: black;
  font-size: 10px;
  line-height: 21px;
}
.s-topstories .c-stories__links ul li a {
  text-decoration: none;
  color: #582c83;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  transition: 0.2s;
  position: relative;
}
.s-topstories .c-stories__links ul li a:after {
  transition: 0.2s;
  content: '';
  display: block;
  height: 2px;
  background: #582c83;
  width: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.s-topstories .c-stories__links ul li a:hover:after {
  transition: 0.2s;
  width: 30px;
}
.s-topstories .c-stories__details {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 25px 24px 46px 24px;
  box-shadow: inset 1px 0 0 #e0e0e0, inset 0 -1px 0 #e0e0e0;
  background-color: white;
}
.s-topstories .c-stories__teaser {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-style: italic;
  padding-top: 5px;
  padding-bottom: 18px;
}
.s-topstories .c-stories__teaser a:hover {
  text-decoration: none;
}
.s-topstories .c-stories__url {
  display: block;
  text-decoration: none;
  color: black;
  font-family: 'Rajdhani', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.2s;
}
.s-topstories .c-stories__url:after {
  transition: 0.2s;
  content: '';
  display: block;
  height: 5px;
  background: #582c83;
  width: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.s-topstories .c-stories__url:hover:after {
  transition: 0.2s;
  width: 100px;
}
.s-topstories .c-stories__media {
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}
.s-topstories .c-stories__media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.s-topstories .c-stories__media-container {
  position: relative;
}
.s-topstories .c-stories__media-container:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.s-topstories .c-stories__date {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  padding-bottom: 6px;
}
.s-topstories .c-stories__date span:first-child {
  color: #582c83;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 23px;
  text-transform: uppercase;
}
.s-topstories .c-stories__media-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.s-topstories .c-stories__slider {
  flex: 0 2 1080px;
  -webkit-flex: 0 2 1080px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
}
.s-topstories .c-stories__thumbnails {
  flex: 0 1 336px;
  -webkit-flex: 0 1 336px;
  min-width: 1px;
  min-height: 1px;
  border: 1px solid #e0e0e0;
  background-color: white;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.s-topstories .c-stories__thumbnails-inside {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: relative;
  margin-top: 24px;
}
.s-topstories .c-stories__thumbnails-inside > ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: auto;
}
.s-topstories .c-stories__thumbnails ul {
  margin: 0;
  list-style: none;
  padding: 0 24px;
  padding-top: 0;
}
.s-topstories .c-stories__thumbnails ul.ps--active-y li.c-stories__thumbnails--active:before {
  content: none;
}
.s-topstories .c-stories__thumbnails ul li {
  cursor: pointer;
  padding: 24px 0;
  border-bottom: 1px solid #eeeeee;
  text-decoration: none;
  color: black;
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  position: relative;
}
.s-topstories .c-stories__thumbnails ul li:first-child {
  padding-top: 0;
}
.s-topstories .c-stories__thumbnails ul li a {
  text-decoration: none;
}
.s-topstories .c-stories__thumbnails ul li:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: -24px;
  border-top: 6px solid transparent;
  border-right: 0px solid #582c83;
  border-bottom: 6px solid transparent;
  transition: 0.25s;
}
.s-topstories .c-stories__thumbnails ul li:after {
  content: '';
  display: block;
  width: 0%;
  bottom: -1px;
  position: absolute;
  height: 1px;
  left: auto;
  right: 0;
  background: #582c83;
  opacity: 1;
  transition-delay: .25s;
  transition: 0.5s width;
}
.s-topstories .c-stories__thumbnails ul li:hover {
  color: #582c83;
  font-weight: 700;
}
.s-topstories .c-stories__thumbnails ul li.c-stories__thumbnails--active {
  color: #582c83;
  font-weight: 700;
}
.s-topstories .c-stories__thumbnails ul li.c-stories__thumbnails--active:before {
  right: -24px;
  transition: 0.25s;
  border-top: 6px solid transparent;
  border-right: 12px solid #582c83;
  border-bottom: 6px solid transparent;
}
.s-topstories .c-stories__thumbnails ul li.c-stories__thumbnails--active:after {
  right: auto;
  left: 0;
  width: 100%;
  transition: 0.5s width;
}
.s-topstories .c-stories__thumbnails ul li.c-stories__thumbnails--active ~ li:after {
  left: 0;
  right: auto;
  transition: 0.5s width;
}
.s-topstories .c-stories__thumbnails--archives {
  text-decoration: none;
  margin-top: auto;
  padding: 0 24px;
  padding-right: 16px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  height: 50px;
  border-top: 1px solid #e0e0e0;
  background-color: white;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  transition: 0.25s;
}
.s-topstories .c-stories__thumbnails--archives i {
  font-size: 18px;
}
.s-topstories .c-stories__thumbnails--archives i:before {
  margin: 0;
}
.s-topstories .c-stories__thumbnails--archives span:first-child {
  transform: translateX(0px);
  transition: 0.25s transform;
}
.s-topstories .c-stories__thumbnails--archives:hover {
  transition: 0.25s;
  border-top-color: #582c83;
  background: #582c83;
  color: white;
}
.s-topstories .c-stories__thumbnails--archives:hover span:first-child {
  transform: translateX(6px);
  transition: 0.25s transform;
}
.s-topstories .c-stories__thumbnails--ad {
  padding: 24px;
}
.s-topstories .c-stories__thumbnails--ad .ad {
  text-align: center;
}
.s-promos {
  padding: 48px 12px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(180deg, #582c83 0%, #331151 100%);
}
.s-promos .slick-next,
.s-promos .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  padding: 0;
  border: none;
  width: 36px;
  height: 36px;
  overflow: hidden;
  z-index: 2;
  transition: 0.25s;
}
.s-promos .slick-next:before,
.s-promos .slick-prev:before {
  content: '';
  display: block;
  font-family: sidearm_font_v2;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: white;
  width: 36px;
  font-size: 18px;
  height: 36px;
}
.s-promos .slick-next:hover,
.s-promos .slick-prev:hover {
  transition: 0.25s;
  background: white;
}
.s-promos .slick-next:hover:before,
.s-promos .slick-prev:hover:before {
  color: #582c83;
}
.s-promos .slick-prev {
  left: 24px;
}
.s-promos .slick-prev:before {
  content: '\e005';
}
.s-promos .slick-next {
  right: 24px;
}
.s-promos .slick-next:before {
  content: '\e006';
}
.s-promos .ad {
  padding: 0 12px;
}
.s-promos .ad a,
.s-promos .ad span {
  display: block;
  background: url(/images/responsive/promo_456x250_bg.jpg);
}
.s-parallax {
  width: 100%;
  height: 350px;
  background-position: center top;
  background-attachment: fixed;
  position: relative;
}
.s-parallax:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.s-parallax__item {
  width: 100%;
  height: 350px;
  position: relative;
}
.s-parallax__item .s-parallax__media-as-bg {
  position: absolute;
  top: 0;
  left: 0 ;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}
.s-videos {
  padding: 63px 0;
  background-color: #f6f6f6;
}
.s-videos__archives {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  color: black !important;
  font-family: 'Roboto', sans-serif;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  height: 50px;
  border: 1px solid #e0e0e0;
  background-color: white;
  display: none;
  text-decoration: none;
}
.s-videos__archives i {
  font-size: 18px;
}
.s-videos__archives i:before {
  margin: 0;
}
.s-videos__title {
  color: #582c83;
  font-family: 'Rajdhani', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  padding: 6px 0;
  margin-top: 0;
}
.s-videos__title span {
  color: #582c83;
}
.s-videos__wrapper {
  background: white;
  display: flex;
  display: -webkit-flex;
}
.s-videos__featured {
  flex: 0 2 839px;
  -webkit-flex: 0 2 839px;
  min-width: 1px;
  min-height: 1px;
}
.s-videos__list {
  flex: 0 1 577px;
  -webkit-flex: 0 1 577px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  border: 1px solid #e0e0e0;
}
.s-videos__list .tabs {
  position: relative;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-videos__list .tabs > div {
  position: absolute;
  top: 88px;
  left: 0;
  width: 100%;
  height: calc(100% - 88px);
}
.s-videos__list .tabs > ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0;
  list-style: none;
  padding: 24px;
}
.s-videos__list .tabs > ul > a {
  margin-left: auto;
  text-decoration: none;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.s-videos__list .tabs > ul > a i {
  font-size: 18px;
}
.s-videos__list .tabs > ul > a i:before {
  margin: 0;
}
.s-videos__list .tabs > ul > li {
  margin: 0 6px;
}
.s-videos__list .tabs > ul > li:first-child {
  margin-left: 0;
}
.s-videos__list .tabs > ul > li.ui-state-active > a,
.s-videos__list .tabs > ul > li:hover > a {
  background: #582c83;
  color: white;
  border-color: #582c83;
  transition: 0.25s;
}
.s-videos__list .tabs > ul > li > a {
  transition: 0.25s;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 40px;
  border: 1px solid #e0e0e0;
  background-color: white;
  color: black;
  font-family: 'Roboto', sans-serif;
  padding: 0 24px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  line-height: 23px;
  text-transform: uppercase;
}
.s-videos .showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.s-videos .showcase-modal.video-is-playing {
  left: 0;
}
.s-videos .showcase-modal__inner {
  padding: 16px;
  background: white;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.s-videos .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-videos .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #59118e;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.s-videos .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-videos .c-videos--list {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.s-videos .c-videos--list.end:after {
  content: none;
}
.s-videos .c-videos--list:after {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.s-videos .c-videos--list .c-videos__list {
  margin: 0;
  list-style: none;
  padding: 0 24px;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.s-videos .c-videos--list .c-videos__item {
  padding: 24px 0;
  border-top: 1px solid #eeeeee;
}
.s-videos .c-videos--list .c-videos__item:hover .c-videos__title {
  color: #4d2b6c;
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.s-videos .c-videos--list .c-videos__item:hover .c-videos__media:after {
  background-image: none;
  background-color: rgba(88, 44, 131, 0.75);
}
.s-videos .c-videos--list .c-videos__media-container {
  flex: 0 1 200px;
  -webkit-flex: 0 1 200px;
  min-width: 1px;
  min-height: 1px;
}
.s-videos .c-videos--list .c-videos__media {
  padding-bottom: 52%;
  height: 0;
  overflow: hidden;
  background-color: black;
  position: relative;
}
.s-videos .c-videos--list .c-videos__media:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.s-videos .c-videos--list .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-videos .c-videos--list .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: white;
  border: 4px solid white;
  border-radius: 50%;
  background-color: #582c83;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.25s;
  z-index: 2;
}
.s-videos .c-videos--list .c-videos__play-btn:before {
  font-family: sidearm_font_v2;
  color: white;
  font-size: 16px;
  content: '\e050';
  display: block;
}
.s-videos .c-videos--list .c-videos__play-btn:hover {
  transition: 0.25s;
  background: #49246c;
}
.s-videos .c-videos--list .c-videos__details {
  flex: 1 1 340px;
  -webkit-flex: 1 1 340px;
  min-width: 1px;
  min-height: 1px;
  padding: 0 12px;
}
.s-videos .c-videos--list .c-videos__views {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 25px;
  margin-top: 6px;
}
.s-videos .c-videos--list .c-videos__title {
  color: black;
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  cursor: pointer;
}
.s-videos .c-videos--featured .c-videos__list {
  margin: 0;
  list-style: none;
  padding: 0;
}
.s-videos .c-videos--featured .c-videos__media-container {
  flex: 1 1 33.3333%;
  -webkit-flex: 1 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
}
.s-videos .c-videos--featured .c-videos__date {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.s-videos .c-videos--featured .c-videos__date > span:first-child {
  color: #582c83;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
}
.s-videos .c-videos--featured .c-videos__slash {
  background: #eeeeee;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  height: 23px;
  width: 1px;
  margin: 0 13px;
  display: inline-block;
  transform: skew(-28deg);
}
.s-videos .c-videos--featured .c-videos__media {
  padding-bottom: 56.25%;
}
.s-videos .c-videos--featured .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-videos .c-videos--featured .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: 6px solid white;
  border-radius: 50%;
  background-color: #582c83;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.25s;
}
.s-videos .c-videos--featured .c-videos__play-btn:before {
  font-family: sidearm_font_v2;
  color: white;
  font-size: 22px;
  content: '\e050';
  display: block;
}
.s-videos .c-videos--featured .c-videos__play-btn:hover {
  transition: 0.25s;
  background: #49246c;
}
.s-videos .c-videos--featured .c-videos__details {
  padding: 24px;
  box-shadow: inset 1px 0 0 #e0e0e0, inset 1px 0 0 #e0e0e0, inset 0 -1px 0 #e0e0e0;
  background-color: white;
}
.s-videos .c-videos--featured .c-videos__title {
  color: black;
  font-family: 'Rajdhani', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  padding: 6px 0;
}
/* perfect-scrollbar v0.7.0 */

.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  height: 8px;
  border-radius: 24px;
  background-color: none;
}
.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 8px;
  border-radius: 24px;
  background-color: whitesmoke;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #582c83;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
  cursor: pointer;
}
.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 7px;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 6px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #582c83;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  right: 0px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x:hover {
  background: #582c83;
}
.s-sponsors {
  padding: 24px 12px;
  box-shadow: inset 0 1px 0 #e0e0e0;
  background-color: white;
}
.s-sponsors .dfp-ad {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.s-sponsors .ad {
  text-align: center;
  padding: 0 12px;
}
.s-sponsors .ad img {
  display: inline-block !important;
}
.s-sponsors .row {
  padding-bottom: 36px;
}
.s-sponsors .row .slick-slider .slick-prev,
.s-sponsors .row .slick-slider .slick-next {
  font-size: 0;
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: -36px;
  transition: .25s;
}
.s-sponsors .row .slick-slider .slick-prev:before,
.s-sponsors .row .slick-slider .slick-next:before {
  font-family: sidearm_font_v2;
  display: block;
  font-size: 24px;
}
.s-sponsors .row .slick-slider .slick-prev:hover,
.s-sponsors .row .slick-slider .slick-next:hover {
  background: #582c83;
  color: white;
}
.s-sponsors .row .slick-slider .slick-prev {
  left: calc(50% - 40px);
}
.s-sponsors .row .slick-slider .slick-prev:before {
  content: '\e005';
}
.s-sponsors .row .slick-slider .slick-next {
  right: calc(50% - 40px);
}
.s-sponsors .row .slick-slider .slick-next:before {
  content: '\e006';
}
.main-footer {
  background-color: #582c83;
}
.main-footer__logos {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #502778;
}
.main-footer__logos .row {
  max-width: 1416px;
}
.main-footer__logos ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
}
.main-footer__logos ul li {
  padding: 24px;
  min-height: 100px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.main-footer__logos ul li:first-child {
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(0, 0, 0, 0.2);
}
.main-footer__logos ul li a {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.main-footer__edu {
  padding: 48px 24px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 23px;
}
.main-footer__edu > div {
  font-style: italic;
  margin-top: 13px;
}
.main-footer__edu img {
  max-width: 49px;
}
.main-footer__links {
  width: 100%;
  min-height: 50px;
  box-shadow: inset 0 -1px 0 #e0e0e0;
  background-color: #f6f6f6;
}
.main-footer__links .row {
  min-height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-footer__links .row ul {
  padding: 15px 0;
}
.main-footer .c-footer {
  margin: 0;
  list-style: none;
  padding: 0;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.main-footer .c-footer li {
  display: inline;
}
.main-footer .c-footer li:last-child:after {
  content: none;
}
.main-footer .c-footer li:after {
  margin: 0 12px;
  content: '/';
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.main-footer .c-footer a {
  display: inline;
  color: black;
  text-decoration: none;
}
.main-footer .c-footer a:hover {
  text-decoration: underline;
}
.s-mobileNav {
  display: none;
}
@media screen and (max-width: 1280px) {
  .s-videos__list .tabs > ul > a {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .main-footer .c-footer {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .main-footer__links .row {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .main-footer__logos ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .main-footer__logos ul li {
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    min-width: 1px;
    min-height: 1px;
    height: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .s-videos {
    display: block;
  }
  .s-videos__featured {
    display: block;
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-videos__list {
    display: block;
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    border-top: none;
  }
  .s-videos__list .tabs > div {
    position: static;
    top: auto;
    left: auto;
    height: auto;
  }
  .s-videos .c-videos--featured .c-videos__details {
    box-shadow: inset 1px 0 0 #e0e0e0, inset -1px 0 0 #e0e0e0, inset 0 -1px 0 #e0e0e0, inset 0 0px 0 #e0e0e0;
  }
  .s-videos .c-videos--list {
    position: static;
    top: auto;
    left: auto;
    height: auto;
  }
  .s-videos .c-videos--list .c-videos__list {
    position: static;
    top: auto;
    left: auto;
    height: auto;
  }
  .s-videos__wrapper {
    display: block;
  }
  .main-navigation .c-navigation--main {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .s-topstories .c-stories__details {
    box-shadow: inset 1px 0 0 #e0e0e0, inset -1px 0 0 #e0e0e0, inset 0 -1px 0 #e0e0e0, inset 0 0px 0 #e0e0e0;
  }
  .s-topstories .c-stories__thumbnails {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main-navigation__search .c-search--popout .c-search__popout {
    top: 50%;
    transform: translateY(-50%);
    left: auto;
  }
  .main-navigation__search .c-search--popout .c-search__popout.is-open {
    right: 22px;
  }
  html:not(.index) .main-content-placeholder {
    border: none;
    margin-top: 113px;
  }
  html:not(.index).sport .main-content-placeholder {
    margin-top: 190px;
  }
  .s-videos .showcase-modal__inner {
    width: 100%;
    padding: 0;
  }
  .s-spacer {
    height: 65px;
    display: block;
    position: absolute;
    left: -9999px;
  }
  .s-videos {
    padding: 0;
  }
  .s-videos__archives {
    display: flex;
    display: -webkit-flex;
  }
  .s-videos__title {
    padding: 24px 24px 0 24px;
  }
  .s-videos .c-videos--list {
    padding: 0;
  }
  .s-videos .c-videos--list:after {
    content: none;
  }
  .s-videos .c-videos--list .c-videos__list {
    padding: 0;
  }
  .s-videos .c-videos--list .c-videos__item {
    border-top: 1px solid #eaeaea;
  }
  .s-videos__list {
    padding: 0 24px;
    padding-bottom: 48px;
    border: none;
    background-color: #f6f6f6;
  }
  .s-videos__list .tabs > ul {
    padding: 24px 0;
  }
  .s-videos .row.extend.pad {
    padding-left: 0;
    padding-right: 0;
  }
  .s-mobileNav {
    display: flex;
    display: -webkit-flex;
  }
  .main-content-placeholder {
    margin-top: 130px;
  }
  .sport .main-content-placeholder {
    margin-top: 195px;
  }
  .s-parallax {
    display: none;
  }
  .sport-navigation {
    position: absolute;
    top: 130px;
  }
  .sport-navigation.headroom--not-top .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 125px);
  }
  .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
    width: 100%;
  }
  .sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 190px);
  }
  .main-navigation {
    position: absolute !important;
    top: 0 !important;
  }
  .main-navigation navigation-component {
    display: none;
  }
  .main-navigation__search {
    margin-left: auto;
  }
  .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
    width: 100%;
  }
  .main-navigation .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 130px);
  }
  .main-navigation .row.extend.pad {
    padding-left: 0;
  }
  .main-navigation:before,
  .main-navigation:after {
    content: none;
    background: none !important;
  }
  .main-navigation__ad {
    margin-left: 81px !important;
  }
  .main-navigation__logo {
    height: auto !important;
    width: auto !important;
    bottom: 8px !important;
    padding: 0 24px !important;
    background: none !important;
    margin-left: 0 !important;
  }
  .main-navigation__logo a {
    padding: 0 !important;
    height: auto !important;
    width: auto !important;
  }
  .main-navigation__logo img {
    max-width: 32px;
  }
  .main-navigation__logo img.desktop {
    display: block !important;
  }
  .main-navigation__logo img.scroll {
    display: none !important;
  }
  .s-promos .ad a,
  .s-promos .ad span {
    background: none;
    text-align: center;
  }
  .s-promos .ad a img,
  .s-promos .ad span img {
    display: inline-block !important;
  }
  .s-scoreboard {
    height: 0;
    display: none;
  }
  .s-topstories {
    margin-bottom: 0;
  }
  .s-topstories .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .s-topstories .c-stories__media-container:after {
    height: 50%;
  }
  .s-topstories .c-stories__item {
    box-shadow: inset 0 -1px 0 #e0e0e0;
  }
  .s-topstories .c-stories__details {
    box-shadow: none;
    border-bottom: 1px solid #e0e0e0;
  }
  .s-topstories .c-stories__thumbnails {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .s-videos__title {
    font-size: 28px;
  }
  .s-videos .c-videos--featured .c-videos__title {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    color: black;
    font-family: 'Rajdhani', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
  }
  .s-videos .c-videos--list .c-videos__media {
    background: none;
    padding-bottom: 0;
    height: 50px;
    width: 50px;
  }
  .s-videos .c-videos--list .c-videos__media-container {
    height: 50px;
    width: 50px;
    flex: 0 0 50px;
    -webkit-flex: 0 0 50px;
    min-width: 1px;
    min-height: 1px;
  }
  .s-videos .c-videos--list .c-videos__media:after {
    content: none;
  }
  .s-videos .c-videos--list .c-videos__media img {
    display: none;
  }
  .s-topstories .c-stories__date {
    padding-left: 24px;
    padding-right: 24px;
  }
  .s-topstories .c-stories__title {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .s-topstories .c-stories__url {
    white-space: normal;
    color: black;
    font-family: 'Rajdhani', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 24px;
    overflow: visible;
  }
  .s-topstories .c-stories__url:after {
    bottom: -9px;
  }
  .s-topstories .c-stories__teaser {
    display: none;
  }
  .s-topstories .c-stories__details {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 0;
    padding-top: 24px;
  }
  .s-topstories .c-stories__item.is-open .c-stories__links {
    display: block;
  }
  .s-topstories .c-stories__toggle,
  .s-topstories .c-stories__mobileArchives {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    color: #582c83 !important;
    font-family: 'Roboto', sans-serif;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    height: 50px;
    border: none;
    border-top: 1px solid #e0e0e0;
    border-bottom: none;
    background-color: white;
    text-decoration: none;
  }
  .s-topstories .c-stories__toggle i,
  .s-topstories .c-stories__mobileArchives i {
    font-size: 24px;
  }
  .s-topstories .c-stories__toggle i:before,
  .s-topstories .c-stories__mobileArchives i:before {
    margin: 0;
  }
  .s-topstories .c-stories__links {
    margin: 0 ;
    display: none;
  }
  .s-topstories .c-stories__links ul {
    width: 100%;
    display: block;
    border-top: 1px solid #e0e0e0;
  }
  .s-topstories .c-stories__links ul li {
    margin: 0;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 15px 24px;
    box-shadow: inset -1px 0 0 #e0e0e0, inset 0 -1px 0 #e0e0e0;
    background-color: white;
  }
  .s-topstories .c-stories__links ul li i {
    margin-right: 3px;
  }
  .s-topstories .c-stories__links ul li:after {
    content: none;
  }
  .s-topstories .c-stories__links ul li a {
    display: block;
  }
  .s-promos {
    padding-bottom: 93px;
  }
  .s-promos .slick-next,
  .s-promos .slick-prev {
    top: auto;
    transform: none;
    bottom: -60px;
  }
  .s-promos .slick-next {
    left: 50%;
    transform: translateX(44%);
  }
  .s-promos .slick-prev {
    left: auto;
    transform: translateX(-44%);
    right: 50%;
  }
  .main-footer .c-footer {
    display: block !important;
    padding: 0 !important;
    width: 100%;
  }
  .main-footer .c-footer li {
    display: block;
    width: 100%;
    padding: 15px 24px;
    box-shadow: inset 0 -1px 0 #e0e0e0;
    background-color: #f6f6f6;
  }
  .main-footer .c-footer li:after {
    content: none;
  }
  .main-footer .c-footer li a {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
  .main-footer__links {
    min-height: auto;
  }
  .main-footer__links .row {
    min-height: auto;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .main-footer__logos ul li {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
