@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700&display=swap');
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #b61e2e;
  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;
}
.accessible-hide {
  position: absolute;
  left: -9999px;
  top: -9999px;
  background: black;
  color: white;
}
.hockey-promo {
  margin-top: 24px;
}
.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
body {
  font: 14px/1.4 arial, sans-serif;
  background: url(/images/mainstory_bg.jpg) no-repeat top center fixed;
  color: black;
  margin: 0;
  padding: 0;
}
.row {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.sport .main-content-placeholder {
  margin-top: 166px;
}
.main-content-placeholder {
  margin-top: 106px;
}
.wide .main-content-placeholder {
  max-width: 1440px;
  background: white;
  padding: 24px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e0e0e0;
  margin-bottom: 24px;
}
.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("/images/play_button.png");
  background-size: contain;
  height: 54px;
  width: 54px;
  z-index: 100;
}
.s-scoreboard {
  width: 100%;
  height: 100px;
  background: white;
}
.s-scoreboard .s-scoreboard__link {
  margin-left: 216px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-decoration: none;
  color: black;
  font-size: 22px;
  width: 100px;
  height: 100px;
  box-shadow: inset 1px 0 0 #e0e0e0, inset -1px 0 0 #e0e0e0;
  background-color: white;
  transition: 0.25s;
}
.s-scoreboard .s-scoreboard__link:hover {
  background: #b61e2e;
  color: white;
  transition: 0.25s;
}
.s-scoreboard .s-scoreboard__link:focus {
  outline-offset: -5px !important;
}
.s-scoreboard .slick-prev,
.s-scoreboard .slick-next {
  transition: 0.25s;
}
.s-scoreboard .slick-prev:hover,
.s-scoreboard .slick-next:hover {
  background: #b61e2e;
  transition: 0.25s;
}
.s-scoreboard .slick-prev:hover:before,
.s-scoreboard .slick-next:hover:before {
  color: white;
}
.s-scoreboard .slick-prev.slick-disabled,
.s-scoreboard .slick-next.slick-disabled {
  pointer-events: none;
}
.s-scoreboard .slick-prev.slick-disabled:before,
.s-scoreboard .slick-next.slick-disabled:before {
  opacity: .2;
}
.s-scoreboard .slick-prev {
  border: none;
  padding: 0;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  box-shadow: inset -1px 0 0 #e0e0e0, inset 0 -1px 0 #e0e0e0;
  background-color: white;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: -50px;
}
.s-scoreboard .slick-prev:hover {
  box-shadow: inset -1px 0 0 #b61e2e, inset 0 -1px 0 #b61e2e;
}
.s-scoreboard .slick-prev:before {
  content: '\e009';
  font-family: sidearm_font_v2;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 12px;
  color: black;
}
.s-scoreboard .slick-next {
  border: none;
  padding: 0;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  box-shadow: inset -1px 0 0 #e0e0e0;
  background-color: white;
  position: absolute;
  overflow: hidden;
  top: 50px;
  left: -50px;
}
.s-scoreboard .slick-next:hover {
  box-shadow: inset -1px 0 0 #b61e2e;
}
.s-scoreboard .slick-next:before {
  content: '\e010';
  font-family: sidearm_font_v2;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 12px;
  color: black;
}
.s-scoreboard .c-scoreboard--slider {
  box-shadow: inset -1px 0 0 #e0e0e0;
}
.s-scoreboard .c-scoreboard--slider .slick-track {
  display: flex;
  display: -webkit-flex;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__list {
  margin-left: 50px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__item {
  display: flex;
  display: -webkit-flex;
  box-shadow: inset -1px 0 0 #e0e0e0;
  height: 100px;
  padding: 17px 11px;
  padding-right: 12px;
  position: relative;
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__item.is-open .c-scoreboard__overlay,
.s-scoreboard .c-scoreboard--slider .c-scoreboard__item:hover .c-scoreboard__overlay {
  box-shadow: inset -1px 0 0 #e0e0e0;
  pointer-events: all;
  opacity: 1;
  transition: 0.25s;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__header {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-top: 3px;
  text-align: right;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__sport {
  color: #b61e2e;
  font-weight: 700;
  text-transform: uppercase;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__time {
  font-weight: 700;
  padding-top: 2px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__teams {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding-right: 12px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__vs {
  margin-right: 4px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team {
  line-height: 23px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team-logo-container {
  width: 30px;
  height: 30px;
  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-name {
  padding: 0 6px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team-name > span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team-name i {
  font-size: 13px;
  width: 9px;
  color: black;
  font-weight: 400;
  margin-right: 3px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team-name i:before {
  margin: 0;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team--home {
  margin-top: 8px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__overlay {
  opacity: 0;
  pointer-events: none;
  background: white;
  transition: 0.25s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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__overlay ul {
  margin: 0;
  list-style: none;
  padding: 0;
  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__overlay ul li {
  padding: 0 12px;
  font-size: 20px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__overlay ul li a:hover {
  color: black;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__overlay ul li a .sf-audio-double {
  font-size: 18px;
}
.s-mobileEvents {
  display: none;
}
.s-mobileEvents__button {
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 70px;
  width: 100%;
  text-transform: uppercase;
  background: white;
  border: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-mobileEvents__button i {
  font-size: 24px;
}
.s-mobileEvents__button .close {
  display: none;
}
.s-mobileEvents__button.open .open {
  display: none;
}
.s-mobileEvents__button.open .close {
  display: block;
}
.s-mobileEvents__composite {
  display: block;
  padding: 24px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
  color: black;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: .25s;
}
.s-mobileEvents__composite:hover {
  background: #b61e2e;
  color: white !important;
}
.s-mobile {
  background: white;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: calc(100vh - 0px);
  transform: translateX(-100%);
  transition: 0.25s;
  z-index: 90000;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.s-mobile.open {
  transform: translateX(0%);
  transition: 0.25s;
}
.s-mobile > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  background: whitesmoke;
}
.s-mobile > ul > li {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  height: 60px;
}
.s-mobile > ul > li.ui-state-active > a {
  background: white;
  color: #b61e2e;
}
.s-mobile > ul > li:first-child {
  border-right: 1px solid #e0e0e0;
}
.s-mobile > ul > li > a {
  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;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: black;
}
.s-mobile .ui-tabs-panel {
  width: 100%;
  position: relative;
  opacity: 1;
  transition: 0.2s opacity;
  top: 0;
  left: 0;
}
.s-mobile .ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.s-mobile #s-events,
.s-mobile #s-results {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  overflow: auto;
}
.s-mobile .c-scoreboard__item {
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #e0e0e0;
  height: 100px;
  padding: 17px 11px;
  padding-right: 12px;
  position: relative;
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.s-mobile .c-scoreboard__item.is-open .c-scoreboard__overlay,
.s-mobile .c-scoreboard__item:hover .c-scoreboard__overlay {
  box-shadow: inset -1px 0 0 #e0e0e0;
  pointer-events: all;
  opacity: 1;
  transition: 0.25s;
}
.s-mobile .c-scoreboard__header {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-top: 3px;
  text-align: right;
}
.s-mobile .c-scoreboard__sport {
  color: #b61e2e;
  font-weight: 700;
  text-transform: uppercase;
}
.s-mobile .c-scoreboard__time {
  font-weight: 700;
  padding-top: 2px;
}
.s-mobile .c-scoreboard__teams {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-mobile .c-scoreboard__vs {
  margin-right: 4px;
}
.s-mobile .c-scoreboard__team {
  line-height: 23px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.s-mobile .c-scoreboard__team-logo-container {
  width: 30px;
  height: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-mobile .c-scoreboard__team-name {
  padding: 0 6px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-mobile .c-scoreboard__team-name i {
  font-size: 13px;
  width: 9px;
  color: black;
  font-weight: 400;
  margin-right: 3px;
}
.s-mobile .c-scoreboard__team-name i:before {
  margin: 0;
}
.s-mobile .c-scoreboard__team--home {
  margin-top: 8px;
}
.s-mobile .c-scoreboard__overlay {
  opacity: 0;
  pointer-events: none;
  background: white;
  transition: 0.25s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-mobile .c-scoreboard__overlay ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-mobile .c-scoreboard__overlay ul li {
  padding: 0 12px;
  font-size: 20px;
}
.s-mobile .c-scoreboard__overlay ul li a:hover {
  color: black;
}
.s-mobile .c-scoreboard__overlay ul li a .sf-audio-double {
  font-size: 18px;
}
.main-header {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 9000;
}
.main-navigation {
  height: 70px;
  z-index: 9000;
  background: #b61e2e;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
  display: flex;
  display: -webkit-flex;
}
.main-navigation:before {
  content: '';
  display: block;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  height: 70px;
  margin-right: 12px;
  background: url(/images/slash.png) repeat-x center;
  background-position-x: 4px;
}
.main-navigation:after {
  content: '';
  display: block;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  height: 70px;
  margin-left: 12px;
  background: url(/images/slash.png) repeat-x center;
  background-position-x: 9px;
}
.main-navigation.headroom--not-top {
  position: fixed;
  top: 0;
  left: 0;
}
.main-navigation.headroom--not-top .main-navigation__header {
  margin-left: 95px;
}
.main-navigation.headroom--not-top .main-navigation__logo {
  max-width: 70px;
  bottom: 11px;
  margin-left: -1px;
}
.main-navigation.headroom--not-top .c-navigation--main.c-navigation--desktop .c-navigation__level-2 {
  max-height: calc(100vh - 70px);
}
.main-navigation .row {
  flex: 0 1 1440px;
  -webkit-flex: 0 1 1440px;
  min-width: 1px;
  min-height: 1px;
  background: #b61e2e;
  height: 70px;
  z-index: 2;
}
.main-navigation__links {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
}
.main-navigation__links > li {
  margin: 0 4px;
}
.main-navigation__links > li:last-child {
  margin-right: 2px;
}
.main-navigation__links > li > a {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  height: 40px;
  text-decoration: none;
  border-radius: 4px;
  background-color: white;
  padding: 0 24px;
  line-height: 40px;
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.25s;
}
.main-navigation__links > li > a:hover {
  background: whitesmoke;
  transition: 0.25s;
}
.main-navigation__links > li > a > span {
  display: block;
  padding-top: 2px;
}
.main-navigation__links > li > a > i {
  letter-spacing: 0px;
  color: #b61e2e;
  font-size: 22px;
  margin-top: 1px;
}
.main-navigation__links > li > a > i:before {
  margin: 0;
}
.main-navigation__links > li > a > i > span {
  position: absolute;
  left: -9999px;
}
.main-navigation__logo {
  position: absolute;
  bottom: 18px;
}
.main-navigation__header {
  margin: 0;
  margin-top: 4px;
  margin-left: 216px;
  margin-right: auto;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-navigation .c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__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 {
  transform: rotate(90deg);
  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 {
  transition: 0.25s;
  height: 4px;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity .25s;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 {
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 70px;
  padding: 0 13px;
  padding-top: 3px;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__url--level-1:after {
  content: '';
  height: 0px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  transition: 0.25s;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__url--level-1:before {
  content: '\e018';
  font-size: 10px;
  font-family: sidearm_font_v2;
  color: white;
  margin-right: 3px;
  margin-top: -3px;
  transform: rotate(0deg);
  transition: 0.25s;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  opacity: 0;
  width: 100%;
  padding: 36px 12px 48px 12px;
  max-height: calc(100vh - 170px);
  overflow-y: auto;
}
.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-left: auto;
  margin-right: auto;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__column {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  margin: 0 12px;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 8px 24px 7px 24px;
  box-shadow: inset 0 -1px 0 #dfdfdf;
  transition: 0.25s;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:not(.c-navigation__separator):hover {
  transition: 0.25s;
  box-shadow: inset 0 -2px 0 #b61e2e;
  background-color: whitesmoke;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__separator {
  color: #b61e2e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding: 12px 0;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__url--level-2 {
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  transition: 0.25s;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 6px;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:first-child {
  margin-left: 0;
  margin-right: auto;
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  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: #b61e2e;
  transition: 0.25s;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__social {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
  overflow: hidden;
  font-size: 0px;
  white-space: nowrap;
  visibility: hidden;
  transition: 0.25s;
}
.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: 18px;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__social.facebook:before {
  content: '\e041';
}
.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 {
  font-size: 19px;
  content: '\e044';
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__social.tickets {
  display: none;
}
.main-navigation .c-navigation--main.c-navigation--desktop .c-navigation__social.tickets:before {
  content: '\e108';
}
.main-navigation .c-navigation--main.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 12px;
}
.main-navigation .c-navigation--main.c-navigation--mobile .c-navigation__toggle.is-toggled i {
  transition: 0.25s;
  transform: rotate(90deg);
}
.main-navigation .c-navigation--main.c-navigation--mobile .c-navigation__toggle i {
  font-size: 14px;
  margin-right: 2px;
  transition: 0.25s;
  transform: rotate(0deg);
}
.main-navigation .c-navigation--main.c-navigation--mobile .c-navigation__toggle i:before {
  margin: 0;
}
.main-navigation .c-navigation--main.c-navigation--mobile .c-navigation__offcanvas {
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.main-navigation .c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 170px);
  overflow: auto;
}
.main-navigation .c-navigation--main.c-navigation--mobile .c-navigation__level-1 {
  border-top: 1px solid #a01a28;
}
.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 {
  font-family: sidearm_font_v2;
  font-size: 20px;
  content: '\e012';
  margin-left: 10px;
  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 {
  display: block;
  line-height: 20px;
  text-transform: uppercase;
  padding: 12px 24px;
  font-family: 'Roboto Condensed', sans-serif;
  background: #b61e2e;
  color: white;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #a01a28;
}
.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: 2500px;
}
.main-navigation .c-navigation--main.c-navigation--mobile .c-navigation__separator {
  display: block;
  line-height: 20px;
  padding: 12px 24px;
  font-family: 'Roboto Condensed', sans-serif;
  color: black;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  background: whitesmoke;
  border-bottom: 1px solid #e0e0e0;
}
.main-navigation .c-navigation--main.c-navigation--mobile .c-navigation__url--level-2 {
  display: block;
  line-height: 20px;
  padding: 12px 24px;
  font-family: 'Roboto Condensed', sans-serif;
  color: black;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  background: white;
  border-bottom: 1px solid #e0e0e0;
}
.sport-navigation {
  width: 100%;
  height: 60px;
  z-index: 8999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.sport-navigation.headroom--not-top {
  position: fixed;
  top: 70px;
  z-index: 8999;
}
.sport-navigation.headroom--not-top .c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  max-height: calc(100vh - 130px);
}
.sport-navigation .row {
  max-width: 1464px;
}
.sport-navigation .row.pad {
  padding-left: 24px;
  padding-right: 24px;
}
.sport-navigation .c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
  margin: 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;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0 6px;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1 {
  text-decoration: underline;
}
.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__additional {
  padding-right: 0;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__additional > .c-navigation__url {
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  color: black;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-right: auto;
  padding: 0;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  width: 200px;
  background: #b61e2e;
  text-align: right;
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  max-height: calc(100vh - 230px);
  overflow-y: auto;
}
.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 {
  color: white;
  font-size: 16px;
  display: block;
  padding: 12px 24px;
  border-bottom: 1px solid #a41b2a;
  line-height: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  transition: 0.25s;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover {
  transition: 0.25s;
  background: white;
  color: black;
  border-bottom: 1px solid #e0e0e0;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-links {
  height: 60px;
  line-height: 30px;
  font-size: 16px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-family: 'Roboto Condensed', sans-serif;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  font-size: 22px;
  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;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 170px);
  overflow: auto;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
  border-top: 1px solid #a01a28;
}
.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 {
  font-family: sidearm_font_v2;
  font-size: 20px;
  content: '\e012';
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  display: block;
  line-height: 20px;
  text-transform: uppercase;
  padding: 12px 24px;
  font-family: 'Roboto Condensed', sans-serif;
  background: #b61e2e;
  color: white;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #a01a28;
}
.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__separator {
  display: block;
  line-height: 20px;
  padding: 12px 24px;
  font-family: 'Roboto Condensed', sans-serif;
  color: black;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  background: whitesmoke;
  border-bottom: 1px solid #e0e0e0;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  display: block;
  line-height: 20px;
  padding: 12px 24px;
  font-family: 'Roboto Condensed', sans-serif;
  color: black;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  background: white;
  border-bottom: 1px solid #e0e0e0;
}
.c-search--popout {
  position: relative;
  padding: 0 22px;
  padding-left: 12px;
}
.c-search--popout fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.c-search--popout .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 70px;
  display: block;
  color: white;
  font-size: 19px;
}
.c-search--popout .c-search__toggle i:before {
  margin: 0;
}
.c-search--popout .c-search__popout {
  font-family: 'Roboto Condensed', sans-serif;
  position: absolute;
  top: 100%;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  width: 250px;
  height: 50px;
  line-height: 50px;
  padding: 0 24px;
  color: white;
  background: #b61e2e;
  left: -99999px;
  opacity: 0;
  transition: opacity .25s;
}
.c-search--popout .c-search__popout.is-open {
  left: auto;
  right: 0;
  opacity: 1;
}
.c-search--popout .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
}
.c-search--popout .c-search__text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.c-search--popout .c-search__text::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.c-search--popout .c-search__text:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.c-search--popout .c-search__text:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.c-search--popout .c-search__submit {
  position: absolute;
  margin-top: -38px;
  right: 16px;
  display: inline-block;
  background: none;
  border: 0;
  line-height: 28px;
  background-color: #b61e2e;
  color: white;
}
.index__top {
  display: flex;
  display: -webkit-flex;
}
.index__row {
  max-width: 1464px;
  padding-left: 12px;
  padding-right: 12px;
}
.index__row .s-ad.mobile {
  display: none;
}
.s-topstories {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-topstories .slick-track {
  display: flex;
  display: -webkit-flex;
}
.s-topstories .c-stories--slider {
  display: block;
}
.s-topstories .c-stories--slider .c-stories__item {
  position: relative;
  height: auto;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 12px;
}
.s-topstories .c-stories--slider .c-stories__item--inner {
  background: white;
  border: 1px solid #e0e0e0;
}
.s-topstories .c-stories--slider .c-stories__item.is-open .c-stories__extralinks {
  transition: 0.25s;
  opacity: 1;
  pointer-events: all;
}
.s-topstories .c-stories--slider .c-stories__header {
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.s-topstories .c-stories--slider .c-stories__header .slash {
  margin: 0 4px;
}
.s-topstories .c-stories--slider .c-stories__extralinks {
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(182, 30, 46, 0.95);
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-topstories .c-stories--slider .c-stories__extralinks ul {
  list-style: none;
  padding: 24px;
  margin: 0;
  display: inline;
}
.s-topstories .c-stories--slider .c-stories__extralinks ul li {
  display: inline;
  margin: 6px;
}
.s-topstories .c-stories--slider .c-stories__extralinks ul li a {
  display: inline;
  font-style: italic;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}
.s-topstories .c-stories--slider .c-stories__extralinks ul li a:hover {
  text-decoration: underline;
}
.s-topstories .c-stories--slider .c-stories__toggle {
  width: 40px;
  height: 40px;
  background-color: white;
  font-size: 24px;
  color: #b61e2e;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  bottom: 0;
  right: 0px;
  border: none;
  padding: 0;
  z-index: 10;
}
.s-topstories .c-stories--slider .c-stories__toggle.is-toggled {
  background: black;
  font-size: 16px;
}
.s-topstories .c-stories--slider .c-stories__sport {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b61e2e;
}
.s-topstories .c-stories--slider .c-stories__sport i {
  font-size: 12px;
  color: black;
  width: 9px;
  text-align: center;
  display: block;
  margin-right: 3px;
}
.s-topstories .c-stories--slider .c-stories__sport i:before {
  margin: 0;
}
.s-topstories .c-stories--slider .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  background: url(/images/mainstory_default.jpg);
  background-size: contain;
  overflow: hidden;
}
.s-topstories .c-stories--slider .c-stories__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.s-topstories .c-stories--slider .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-topstories .c-stories--slider .c-stories__details {
  padding: 12px 24px 24px 24px;
}
.s-topstories .c-stories--slider .c-stories__title {
  margin: 0;
  margin-top: 2px;
}
.s-topstories .c-stories--slider .c-stories__links {
  display: none;
}
.s-topstories .c-stories--slider .c-stories__url {
  text-decoration: none;
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  transition: 0.25s;
}
.s-topstories .c-stories--slider .c-stories__url:hover {
  color: #b61e2e;
  transition: 0.25s;
}
.s-topstories__top {
  display: flex;
  display: -webkit-flex;
}
.s-topstories__top .c-stories--slider {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-topstories__bottom .c-stories {
  display: flex;
  display: -webkit-flex;
}
.s-topstories__bottom .c-stories__item {
  height: auto;
  display: flex;
  display: -webkit-flex;
}
.s-topstories__bottom .c-stories__item--inner {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-topstories__bottom .c-stories--slider {
  display: flex;
  display: -webkit-flex;
}
.s-topstories .featured {
  flex: 0 1 721px;
  -webkit-flex: 0 1 721px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
}
.s-topstories .featured .c-stories {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-topstories .featured .c-stories--slider {
  display: flex;
  display: -webkit-flex;
}
.s-topstories .featured .c-stories__item {
  display: flex;
  display: -webkit-flex;
}
.s-topstories .featured .c-stories__item--inner {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  display: -webkit-flex;
  box-shadow: inset 0 -5px 0 #b61e2e;
  padding-bottom: 5px;
}
.s-topstories .featured .c-stories__details {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding-bottom: 14px;
}
.s-topstories .featured .c-stories__links {
  display: block;
  width: 100%;
  margin-top: auto;
  border-top: 1px solid #e0e0e0;
  padding: 12px 0 0 0;
  margin-top: 12px;
}
.s-topstories .featured .c-stories__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
}
.s-topstories .featured .c-stories__links ul li {
  margin-right: 12px;
}
.s-topstories .featured .c-stories__links a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  color: black;
  text-decoration: none;
}
.s-topstories .featured .c-stories__links a:hover {
  text-decoration: underline;
  color: #b61e2e;
}
.s-topstories .featured .c-stories__toggle {
  display: none;
}
.s-topstories .featured .c-stories__extralinks {
  display: none;
}
.s-topstories .featured .c-stories__title {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-topstories .featured .c-stories__url {
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}
.s-topstories .extra {
  flex: 0 1 360px;
  -webkit-flex: 0 1 360px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.s-topstories .extra .c-stories--slider {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.s-topstories .extra .c-stories__item {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
}
.s-topstories .extra .c-stories__item--inner {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.slick-dots {
  margin: 12px 0;
  padding: 0;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.slick-dots li {
  margin: 0 24px;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
.slick-dots li.slick-active button {
  background: #b61e2e;
}
.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: black;
  padding: 0;
  border: none;
  font-size: 0;
}
.s-social {
  flex: 0 0 336px;
  -webkit-flex: 0 0 336px;
  min-width: 1px;
  min-height: 1px;
  margin: 0 12px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.s-social .s-ad {
  margin-bottom: 12px;
  border: 1px solid #e0e0e0;
  background-color: white;
  padding: 32px 18px 32px 18px;
  text-align: center;
}
.s-social .s-ad img {
  display: inline-block !important;
}
.s-contentStream {
  position: relative;
  margin-top: 12px;
  margin-bottom: 24px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.s-contentStream content-stream-component {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-contentStream__header {
  background: url(/images/social_bar.jpg);
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-transform: uppercase;
  color: white;
  flex-shrink: 0;
  height: 70px;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #b61e2e;
}
.s-contentStream .c-contentstream,
.s-contentStream .s-tabs {
  position: relative;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-contentStream .c-contentstream .ui-tabs-panel,
.s-contentStream .s-tabs .ui-tabs-panel {
  width: 100%;
  opacity: 1;
  transition: 0.2s opacity;
  top: 0;
  left: 0;
}
.s-contentStream .c-contentstream .ui-tabs-panel[aria-hidden=true],
.s-contentStream .s-tabs .ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.s-contentStream .c-contentstream:after,
.s-contentStream .s-tabs:after {
  content: '';
  display: block;
  width: calc(100% - 2px);
  position: absolute;
  bottom: 1px;
  left: 1px;
  height: 70px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 3;
}
.s-contentStream .c-contentstream__filter,
.s-contentStream .s-tabs__filter,
.s-contentStream .c-contentstream > ul,
.s-contentStream .s-tabs > ul {
  display: flex;
  display: -webkit-flex;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  margin: 0;
  list-style: none;
  padding: 0;
}
.s-contentStream .c-contentstream__filter-item,
.s-contentStream .s-tabs__filter-item,
.s-contentStream .c-contentstream > ul-item,
.s-contentStream .s-tabs > ul-item,
.s-contentStream .c-contentstream__filter > li,
.s-contentStream .s-tabs__filter > li,
.s-contentStream .c-contentstream > ul > li,
.s-contentStream .s-tabs > ul > li {
  height: 60px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
}
.s-contentStream .c-contentstream__filter-item.ui-state-active a,
.s-contentStream .s-tabs__filter-item.ui-state-active a,
.s-contentStream .c-contentstream > ul-item.ui-state-active a,
.s-contentStream .s-tabs > ul-item.ui-state-active a,
.s-contentStream .c-contentstream__filter > li.ui-state-active a,
.s-contentStream .s-tabs__filter > li.ui-state-active a,
.s-contentStream .c-contentstream > ul > li.ui-state-active a,
.s-contentStream .s-tabs > ul > li.ui-state-active a {
  border-bottom: 1px solid white;
  background: white;
  color: #b61e2e;
  transition: 0.25s;
}
.s-contentStream .c-contentstream__filter-item span,
.s-contentStream .s-tabs__filter-item span,
.s-contentStream .c-contentstream > ul-item span,
.s-contentStream .s-tabs > ul-item span,
.s-contentStream .c-contentstream__filter > li span,
.s-contentStream .s-tabs__filter > li span,
.s-contentStream .c-contentstream > ul > li span,
.s-contentStream .s-tabs > ul > li span {
  position: absolute;
  left: -9999px;
}
.s-contentStream .c-contentstream__filter-item-button,
.s-contentStream .s-tabs__filter-item-button,
.s-contentStream .c-contentstream > ul-item-button,
.s-contentStream .s-tabs > ul-item-button,
.s-contentStream .c-contentstream__filter > li-button,
.s-contentStream .s-tabs__filter > li-button,
.s-contentStream .c-contentstream > ul > li-button,
.s-contentStream .s-tabs > ul > li-button,
.s-contentStream .c-contentstream__filter-item > a,
.s-contentStream .s-tabs__filter-item > a,
.s-contentStream .c-contentstream > ul-item > a,
.s-contentStream .s-tabs > ul-item > a,
.s-contentStream .c-contentstream__filter > li > a,
.s-contentStream .s-tabs__filter > li > a,
.s-contentStream .c-contentstream > ul > li > a,
.s-contentStream .s-tabs > ul > li > a {
  background: none;
  padding: 0;
  border: none;
  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;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 21px;
  color: black;
  transition: 0.25s;
  background-color: whitesmoke;
  outline-offset: -5px !important;
}
.s-contentStream .c-contentstream__filter-item-button.is-active,
.s-contentStream .s-tabs__filter-item-button.is-active,
.s-contentStream .c-contentstream > ul-item-button.is-active,
.s-contentStream .s-tabs > ul-item-button.is-active,
.s-contentStream .c-contentstream__filter > li-button.is-active,
.s-contentStream .s-tabs__filter > li-button.is-active,
.s-contentStream .c-contentstream > ul > li-button.is-active,
.s-contentStream .s-tabs > ul > li-button.is-active,
.s-contentStream .c-contentstream__filter-item > a.is-active,
.s-contentStream .s-tabs__filter-item > a.is-active,
.s-contentStream .c-contentstream > ul-item > a.is-active,
.s-contentStream .s-tabs > ul-item > a.is-active,
.s-contentStream .c-contentstream__filter > li > a.is-active,
.s-contentStream .s-tabs__filter > li > a.is-active,
.s-contentStream .c-contentstream > ul > li > a.is-active,
.s-contentStream .s-tabs > ul > li > a.is-active,
.s-contentStream .c-contentstream__filter-item-button:hover,
.s-contentStream .s-tabs__filter-item-button:hover,
.s-contentStream .c-contentstream > ul-item-button:hover,
.s-contentStream .s-tabs > ul-item-button:hover,
.s-contentStream .c-contentstream__filter > li-button:hover,
.s-contentStream .s-tabs__filter > li-button:hover,
.s-contentStream .c-contentstream > ul > li-button:hover,
.s-contentStream .s-tabs > ul > li-button:hover,
.s-contentStream .c-contentstream__filter-item > a:hover,
.s-contentStream .s-tabs__filter-item > a:hover,
.s-contentStream .c-contentstream > ul-item > a:hover,
.s-contentStream .s-tabs > ul-item > a:hover,
.s-contentStream .c-contentstream__filter > li > a:hover,
.s-contentStream .s-tabs__filter > li > a:hover,
.s-contentStream .c-contentstream > ul > li > a:hover,
.s-contentStream .s-tabs > ul > li > a:hover {
  border-bottom: 1px solid white;
  background: white;
  color: #b61e2e;
  transition: 0.25s;
}
.s-contentStream .c-contentstream__filter > a,
.s-contentStream .s-tabs__filter > a,
.s-contentStream .c-contentstream > ul > a,
.s-contentStream .s-tabs > ul > a {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 21px;
  align-items: center;
  -webkit-align-items: center;
  height: 60px;
  color: black;
  border-bottom: 1px solid #e0e0e0;
  background-color: whitesmoke;
  transition: 0.25s;
}
.s-contentStream .c-contentstream__filter > a span,
.s-contentStream .s-tabs__filter > a span,
.s-contentStream .c-contentstream > ul > a span,
.s-contentStream .s-tabs > ul > a span {
  position: absolute;
  left: -9999px;
}
.s-contentStream .c-contentstream__filter > a:hover,
.s-contentStream .s-tabs__filter > a:hover,
.s-contentStream .c-contentstream > ul > a:hover,
.s-contentStream .s-tabs > ul > a:hover {
  border-bottom: 1px solid white;
  background: white;
  color: #b61e2e;
  transition: 0.25s;
}
.s-contentStream .c-contentstream__stream,
.s-contentStream .s-tabs__stream {
  border: 1px solid #e0e0e0;
  border-top: none;
  background-color: white;
  position: absolute;
  top: 60px;
  height: calc(100% - 60px);
  width: 100%;
  overflow: auto;
}
.s-contentStream .c-contentstream__item,
.s-contentStream .s-tabs__item {
  padding: 24px;
  border-bottom: 1px solid #e0e0e0;
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.s-contentStream .c-contentstream__instagram__link,
.s-contentStream .s-tabs__instagram__link {
  display: block;
  border: 1px solid #e0e0e0;
}
.s-contentStream .c-contentstream__instagram__image,
.s-contentStream .s-tabs__instagram__image {
  width: 100%;
}
.s-contentStream .c-contentstream__instagram__details,
.s-contentStream .s-tabs__instagram__details {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding-bottom: 6px;
}
.s-contentStream .c-contentstream__instagram__user i,
.s-contentStream .s-tabs__instagram__user i {
  font-size: 12px;
}
.s-contentStream .c-contentstream__instagram__user i:before,
.s-contentStream .s-tabs__instagram__user i:before {
  margin: 0;
}
.s-contentStream .c-contentstream__instagram__user-username,
.s-contentStream .s-tabs__instagram__user-username {
  color: #b61e2e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.25s;
}
.s-contentStream .c-contentstream__instagram__user-username:hover,
.s-contentStream .s-tabs__instagram__user-username:hover {
  color: black;
  transition: 0.25s;
}
.s-contentStream .c-contentstream__twitter__media,
.s-contentStream .s-tabs__twitter__media {
  border: 1px solid #e0e0e0;
  margin-bottom: 12px;
}
.s-contentStream .c-contentstream__twitter__image,
.s-contentStream .s-tabs__twitter__image {
  width: 100%;
}
.s-contentStream .c-contentstream__twitter__user,
.s-contentStream .s-tabs__twitter__user {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding-bottom: 6px;
}
.s-contentStream .c-contentstream__twitter__user i,
.s-contentStream .s-tabs__twitter__user i {
  font-size: 12px;
}
.s-contentStream .c-contentstream__twitter__user i:before,
.s-contentStream .s-tabs__twitter__user i:before {
  margin: 0;
}
.s-contentStream .c-contentstream__twitter__user-screen,
.s-contentStream .s-tabs__twitter__user-screen {
  color: #b61e2e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.25s;
}
.s-contentStream .c-contentstream__twitter__user-screen:hover,
.s-contentStream .s-tabs__twitter__user-screen:hover {
  color: black;
  transition: 0.25s;
}
.s-contentStream .c-contentstream__twitter__body a,
.s-contentStream .s-tabs__twitter__body a {
  text-decoration: none;
}
.s-contentStream .c-contentstream__twitter__body a:hover,
.s-contentStream .s-tabs__twitter__body a:hover {
  text-decoration: underline;
}
.s-contentStream .c-contentstream__twitter__actions,
.s-contentStream .s-tabs__twitter__actions {
  margin: 12px 0 0 0;
  list-style: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.s-contentStream .c-contentstream__twitter__actions-item,
.s-contentStream .s-tabs__twitter__actions-item {
  margin-left: 12px;
}
.s-contentStream .c-contentstream__twitter__actions-link,
.s-contentStream .s-tabs__twitter__actions-link {
  font-size: 26px;
  color: black;
  text-decoration: none;
}
.s-contentStream .c-contentstream__twitter__actions-link i:before,
.s-contentStream .s-tabs__twitter__actions-link i:before {
  margin: 0;
}
.s-contentStream .c-contentstream__twitter__actions-link:hover,
.s-contentStream .s-tabs__twitter__actions-link:hover {
  color: #b61e2e;
}
.s-contentStream .c-contentstream__facebook__media,
.s-contentStream .s-tabs__facebook__media {
  border: 1px solid #e0e0e0;
}
.s-contentStream .c-contentstream__facebook__image,
.s-contentStream .s-tabs__facebook__image {
  width: 100%;
}
.s-contentStream .c-contentstream__facebook__user,
.s-contentStream .s-tabs__facebook__user {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding-bottom: 6px;
}
.s-contentStream .c-contentstream__facebook__user i,
.s-contentStream .s-tabs__facebook__user i {
  font-size: 12px;
}
.s-contentStream .c-contentstream__facebook__user i:before,
.s-contentStream .s-tabs__facebook__user i:before {
  margin: 0;
}
.s-contentStream .c-contentstream__facebook__user-screen,
.s-contentStream .s-tabs__facebook__user-screen {
  color: #b61e2e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.25s;
}
.s-contentStream .c-contentstream__facebook__user-screen:hover,
.s-contentStream .s-tabs__facebook__user-screen:hover {
  color: black;
  transition: 0.25s;
}
.s-contentStream .c-contentstream__facebook__body,
.s-contentStream .s-tabs__facebook__body {
  padding: 12px 0;
}
.s-contentStream .c-contentstream__facebook__body a,
.s-contentStream .s-tabs__facebook__body a {
  text-decoration: none;
}
.s-contentStream .c-contentstream__facebook__body a:hover,
.s-contentStream .s-tabs__facebook__body a:hover {
  text-decoration: underline;
}
.s-videos {
  background: #b61e2e;
  margin-top: 95px;
  position: relative;
  display: flex;
  display: -webkit-flex;
}
.s-videos .row {
  flex: 0 1 1440px;
  -webkit-flex: 0 1 1440px;
  min-width: 1px;
  min-height: 1px;
}
.s-videos .leaderboard {
  padding: 48px 0;
  text-align: center;
}
.s-videos:before {
  content: '';
  display: block;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  height: 70px;
  margin-right: 12px;
  background: url(/images/slash.png) repeat-x center;
  background-position-x: 4px;
}
.s-videos:after {
  content: '';
  display: block;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  height: 70px;
  margin-left: 12px;
  background: url(/images/slash.png) repeat-x center;
  background-position-x: 9px;
}
.s-videos .slash {
  margin: 0 4px;
}
.s-videos__inner {
  background: white;
  display: flex;
  display: -webkit-flex;
  padding: 24px;
  padding-right: 0;
}
.s-videos__header {
  background: url(/images/video_bar.jpg);
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  color: white;
  flex-shrink: 0;
  height: 70px;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -48px;
  padding: 0 24px;
}
.s-videos__header h2 {
  margin: 0;
}
.s-videos .reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.s-videos .c-videos--list .showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.s-videos .c-videos--list .showcase-modal.video-is-playing {
  left: 0;
}
.s-videos .c-videos--list .showcase-modal__inner {
  padding: 16px;
  background: white;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.s-videos .c-videos--list .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-videos .c-videos--list .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #b61e2e;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.s-videos .c-videos--list .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-videos .c-videos--list .c-videos__item {
  margin-bottom: 24px;
}
.s-videos .c-videos--list .c-videos__item:last-child {
  margin-bottom: 0;
}
.s-videos .c-videos--list .c-videos__media {
  padding-bottom: 56.25%;
}
.s-videos .c-videos--list .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-videos .c-videos--list .c-videos__links {
  display: flex;
  display: -webkit-flex;
  margin-top: 12px;
}
.s-videos .c-videos--list .c-videos__play {
  width: 146px;
  height: 40px;
  border-radius: 4px;
  background-color: #b61e2e;
  padding: 0;
  border: none;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 6px;
  transition: 0.25s;
}
.s-videos .c-videos--list .c-videos__play:hover {
  transition: 0.25s;
  background: #931825;
}
.s-videos .c-videos--list .c-videos__watch {
  display: block;
  width: 146px;
  height: 40px;
  border-radius: 4px;
  background-color: black;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  transition: 0.25s;
}
.s-videos .c-videos--list .c-videos__watch:hover {
  transition: 0.25s;
  background: #404040;
}
.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: 54px;
  height: 54px;
  background-image: url('/images/play_button.png');
  background-size: contain;
}
.s-videos .c-videos--list .c-videos__datewrapper {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.s-videos .c-videos--list .c-videos__details {
  padding: 12px 0 24px 0;
  border-bottom: 1px solid #e0e0e0;
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.s-videos .c-videos--list .c-videos__details i {
  font-size: 12px;
  margin-right: 3px;
  color: black;
}
.s-videos .c-videos--list .c-videos__details i:before {
  margin: 0;
}
.s-videos .c-videos--list .c-videos__sport {
  color: #b61e2e;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.s-videos .c-videos--list .c-videos__title {
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  cursor: pointer;
  transition: 0.25s;
  margin-top: 2px;
}
.s-videos .c-videos--list .c-videos__title:hover {
  color: #b61e2e;
  transition: 0.25s;
}
.s-videos .featured {
  flex: 0 1 1057px;
  -webkit-flex: 0 1 1057px;
  min-width: 1px;
  min-height: 1px;
}
.s-videos .featured .c-videos__item {
  margin-bottom: 0;
}
.s-videos .featured .c-videos__title {
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}
.s-videos .featured .c-videos__details {
  padding-bottom: 0;
  border-bottom: none;
}
.s-videos .list {
  flex: 0 0 336px;
  -webkit-flex: 0 0 336px;
  min-width: 1px;
  min-height: 1px;
  padding: 0;
  position: relative;
}
.s-videos .list:after {
  content: '';
  display: block;
  width: calc(100% - 48px);
  height: 70px;
  position: absolute;
  left: 24px;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
}
.s-videos .list .c-videos__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 24px;
}
.s-videos .list .c-videos__links {
  display: none;
}
/* perfect-scrollbar v0.8.1 */

.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;
  background-color: transparent;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eeeeee;
  opacity: 0.9;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999999;
  height: 11px;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eeeeee;
  opacity: 0.9;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999999;
  width: 10px;
}
.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -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: 15px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaaaaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}
.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -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: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 10px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #b61e2e;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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: 7px;
  cursor: pointer;
  /* there must be 'right' for ps__scrollbar-y */
  width: 10px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y:hover {
  background: black;
}
.s-promo {
  background: url(/images/promo_1920x400_bg.png) no-repeat top center;
}
.s-promo .slick-next,
.s-promo .slick-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  padding: 0;
  border: none;
}
.s-promo .slick-next:before,
.s-promo .slick-prev:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background-color: black;
  border-radius: 100%;
  line-height: 60px;
  text-align: center;
  color: white;
  font-family: sidearm_font_v2;
  transition: 0.25s;
}
.s-promo .slick-next:hover:before,
.s-promo .slick-prev:hover:before {
  background: #b61e2e;
  transition: 0.25s;
}
.s-promo .slick-prev {
  left: 0;
}
.s-promo .slick-prev:before {
  content: '\e009';
}
.s-promo .slick-next {
  right: 0;
}
.s-promo .slick-next:before {
  content: '\e010';
}
.sponsors {
  background: white;
  padding: 48px 0;
  text-align: center;
}
.sponsors .slick-prev,
.sponsors .slick-next {
  margin-top: 24px;
  color: white;
  transition: 0.25s;
}
.sponsors .slick-prev:hover,
.sponsors .slick-next:hover {
  background: #b61e2e;
  transition: 0.25s;
}
.sponsors .slick-prev:hover:before,
.sponsors .slick-next:hover:before {
  color: white;
}
.sponsors .slick-prev {
  border: none;
  padding: 0;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #b61e2e;
  overflow: hidden;
  margin-right: 1px;
}
.sponsors .slick-prev:hover {
  background: #a01a28;
}
.sponsors .slick-prev:before {
  content: '\e009';
  font-family: sidearm_font_v2;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 12px;
  color: white;
}
.sponsors .slick-next {
  border: none;
  padding: 0;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #b61e2e;
  overflow: hidden;
}
.sponsors .slick-next:hover {
  background: #a01a28;
}
.sponsors .slick-next:before {
  content: '\e010';
  font-family: sidearm_font_v2;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 12px;
  color: white;
}
.sponsors img {
  display: inline-block !important;
}
.sponsors .bottom .ads-container {
  margin-top: 24px;
}
.sponsors .bottom .ad {
  text-align: center;
  padding: 0 12px;
}
.sponsors .bottom .ad img {
  display: inline-block !important;
}
.main-footer {
  background: #b61e2e;
}
.main-footer__logos ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
}
.main-footer__logos ul li {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  height: 160px;
  display: flex;
  display: -webkit-flex;
}
.main-footer__logos ul li:first-child {
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
.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;
  padding: 0 24px;
}
.main-footer__logos ul li a img {
  filter: none;
  -webkit-filter: blur(0);
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
.main-footer__logos ul li a img.main-footer__logo-sidearm {
  filter: invert(100%) sepia(6%) saturate(7500%) hue-rotate(257deg) brightness(122%) contrast(118%);
}
.main-footer__copyright {
  background: url(/images/bottom_bg.jpg) no-repeat top center;
  padding: 48px 0;
  background-size: cover;
  text-align: center;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.main-footer__copyright img {
  display: inline-block !important;
  margin-bottom: 24px;
}
.main-footer__privacy {
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: white;
}
.main-footer__privacy a:hover {
  background-color: whitesmoke;
  color: #b61e2e;
  text-decoration: underline;
  transition: 0.25s;
}
.main-footer__privacy a,
.main-footer__privacy span {
  transition: 0.25s;
  box-shadow: inset -1px 0 0 #e0e0e0;
  padding: 28px 24px;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  text-align: center;
  color: black;
  text-decoration: none;
}
.main-footer__privacy a.privacy,
.main-footer__privacy span.privacy {
  box-shadow: inset -1px 0 0 #e0e0e0, inset 1px 0 0 #e0e0e0;
}
.main-footer__privacy a.terms,
.main-footer__privacy span.terms {
  box-shadow: inset -1px 0 0 #e0e0e0;
}
.main-footer__privacy a.digital,
.main-footer__privacy span.digital {
  flex: 0 1 426px;
  -webkit-flex: 0 1 426px;
  min-width: 1px;
  min-height: 1px;
  box-shadow: inset -1px 0 0 #e0e0e0;
}
@media screen and (max-width: 1440px) {
  .s-scoreboard .row.pad {
    padding-right: 0;
  }
}
@media screen and (max-width: 1365px) {
  .main-navigation:before,
  .main-navigation:after {
    content: none;
  }
  .main-navigation__links > li > a > span {
    position: absolute;
    left: -9999px;
  }
}
@media screen and (max-width: 1200px) {
  .s-topstories .featured {
    display: block;
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-topstories .featured .c-stories--slider {
    display: block;
  }
  .s-topstories .extra {
    display: none;
  }
  .s-topstories__bottom {
    display: none;
  }
}
@media screen and (max-width: 1160px) {
  .main-navigation navigation-component {
    order: 2;
    -webkit-order: 2;
  }
  .main-navigation__search {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .main-footer .row.pad {
    padding-left: 0;
    padding-right: 0;
  }
  .main-footer__privacy .row {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .main-footer__privacy span.digital,
  .main-footer__privacy .cbs {
    border-top: 1px solid #e0e0e0;
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .main-footer__logos ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .main-footer__logos ul li.sidearm {
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    order: 2;
    -webkit-order: 2;
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-videos__inner {
    display: block;
    padding: 0px;
  }
  .s-videos .c-videos--list .c-videos__item {
    padding: 24px;
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .s-videos .list .c-videos__list {
    position: static;
    padding: 0;
  }
  .s-videos .list .c-videos__media-container {
    flex: 0 1 336px;
    -webkit-flex: 0 1 336px;
    min-width: 1px;
    min-height: 1px;
  }
  .s-videos .list .c-videos__details {
    padding: 24px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    border-bottom: none;
  }
  .s-videos .list .c-videos__item {
    display: flex;
    display: -webkit-flex;
  }
  .main-content-placeholder {
    margin-top: 84px;
  }
  .main-navigation__header {
    position: absolute;
    left: -9999px;
  }
  .main-navigation__links {
    margin-left: auto;
  }
}
@media screen and (max-width: 960px) {
  .s-topstories .featured .c-stories__url {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .s-promo .slick-next,
  .s-promo .slick-prev {
    display: none !important;
  }
  .s-videos .featured .c-videos__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }
  .s-contentStream {
    margin-bottom: 0;
  }
  .s-contentStream__header {
    padding: 0 24px;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .s-contentStream .c-contentstream__filter,
  .s-contentStream .s-tabs__filter,
  .s-contentStream .c-contentstream > ul,
  .s-contentStream .s-tabs > ul {
    background-color: whitesmoke;
  }
  .s-contentStream .c-contentstream__filter:after,
  .s-contentStream .s-tabs__filter:after,
  .s-contentStream .c-contentstream > ul:after,
  .s-contentStream .s-tabs > ul:after {
    content: '';
    display: block;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    height: 60px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
  }
  .s-contentStream .c-contentstream__filter-item,
  .s-contentStream .s-tabs__filter-item,
  .s-contentStream .c-contentstream > ul-item,
  .s-contentStream .s-tabs > ul-item,
  .s-contentStream .c-contentstream__filter > li,
  .s-contentStream .s-tabs__filter > li,
  .s-contentStream .c-contentstream > ul > li,
  .s-contentStream .s-tabs > ul > li,
  .s-contentStream .c-contentstream__filter > a,
  .s-contentStream .s-tabs__filter > a,
  .s-contentStream .c-contentstream > ul > a,
  .s-contentStream .s-tabs > ul > a {
    width: 84px;
    flex: 0 0 84px;
    -webkit-flex: 0 0 84px;
    min-width: 1px;
    min-height: 1px;
  }
  .s-contentStream .c-contentstream__instagram,
  .s-contentStream .s-tabs__instagram {
    display: flex;
    display: -webkit-flex;
  }
  .s-contentStream .c-contentstream__instagram .c-contentstream__item-inner,
  .s-contentStream .s-tabs__instagram .c-contentstream__item-inner {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .s-contentStream .c-contentstream__instagram__link,
  .s-contentStream .s-tabs__instagram__link {
    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;
  }
  .s-contentStream .c-contentstream__stream,
  .s-contentStream .s-tabs__stream {
    position: static;
    top: auto;
    height: auto;
  }
  .main-navigation .row.pad {
    padding-left: 12px;
    padding-right: 12px;
  }
  .main-navigation.headroom--not-top .main-navigation__logo {
    margin-left: 12px;
  }
  .sport .main-content-placeholder {
    margin-top: 130px;
  }
  .main-content-placeholder {
    margin-top: 70px;
  }
  .index__top {
    display: block;
  }
  .index__row {
    padding-right: 24px;
    padding-left: 24px;
  }
  .index__row .s-ad.desktop {
    display: none;
  }
  .index__row .s-ad.mobile {
    display: block;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .index__row .s-ad.mobile .dfp-ad {
    margin: 0 auto;
  }
  .index__row .s-ad.mobile img {
    display: inline-block !important;
  }
  .s-social {
    margin-left: 0;
    margin-right: 0;
    margin-top: 36px;
  }
  .s-topstories .c-stories--slider .c-stories__item {
    padding: 0;
    margin-bottom: 12px;
  }
  .s-topstories .featured .c-stories--slider .c-stories__item:first-child .c-stories__item--inner {
    display: block;
    box-shadow: inset 0 -5px 0 #b61e2e;
    padding-bottom: 5px;
  }
  .s-topstories .featured .c-stories--slider .c-stories__item:first-child .c-stories__url {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }
  .s-topstories .featured .c-stories--slider .c-stories__item--inner {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    box-shadow: none;
    padding-bottom: 0;
  }
  .s-topstories .featured .c-stories--slider .c-stories__url {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
  }
  .s-topstories .featured .c-stories--slider .c-stories__media-container {
    flex: 0 1 336px;
    -webkit-flex: 0 1 336px;
    min-width: 1px;
    min-height: 1px;
  }
  .s-ad.desktop {
    display: none;
  }
  .c-contentstream__stream {
    padding-bottom: 36px;
  }
  .s-contentStream .c-contentstream__item {
    height: auto;
    margin-bottom: 12px;
  }
  .s-contentStream .slick-track {
    display: flex;
    display: -webkit-flex;
  }
  .s-contentStream .c-contentstream:after,
  .s-contentStream .s-tabs:after {
    display: none;
  }
  .s-contentStream .c-contentstream__facebook__media {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
    overflow: hidden;
  }
  .s-contentStream .c-contentstream__facebook__media img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .s-videos .c-videos--list .showcase-modal__inner {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .s-topstories .featured .c-stories--slider .c-stories__item:first-child .c-stories__url {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }
  .s-topstories .featured .c-stories--slider .c-stories__item--inner {
    display: block;
    box-shadow: inset 0 -5px 0 #b61e2e;
    padding-bottom: 5px;
  }
  .s-topstories .featured .c-stories--slider .c-stories__url {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }
}
@media screen and (max-width: 680px) {
  .s-mobileEvents {
    display: block;
  }
  .main-navigation__logo {
    max-width: 70px !important;
    bottom: 11px !important;
    margin-left: -1px !important;
  }
  .s-scoreboard {
    position: absolute;
    left: -9999px;
    height: 70px;
  }
  .main-header {
    position: absolute;
    top: 70px;
  }
  .s-videos__inner {
    background: none;
  }
  .s-videos .slick-track {
    display: flex;
    display: -webkit-flex;
  }
  .s-videos .c-videos--list .c-videos__play {
    display: none;
  }
  .s-videos .c-videos--list .c-videos__item {
    height: auto;
    background: white;
  }
  .s-videos .slick-dots {
    margin: 0;
    padding-top: 24px;
    padding-bottom: 0;
  }
  .s-videos .slick-dots li.slick-active button {
    background: none;
    border: 2px solid white;
  }
  .s-videos .slick-dots li button {
    background: white;
  }
  .s-videos .list .c-videos__list {
    display: none;
  }
  .main-footer__logos ul li {
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    min-width: 1px;
    min-height: 1px;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main-footer__logos ul li:first-child,
  .main-footer__logos ul li:nth-child(4) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 540px) {
  .main-navigation navigation-component {
    margin-left: auto;
  }
  .main-navigation__links {
    display: none;
  }
  ul.main-navigation__links.main-navigation__links--mobile {
    display: flex;
    display: -webkit-flex;
    background: #b61e2e;
    padding: 12px 0;
  }
  .s-contentStream .c-contentstream__filter:after,
  .s-contentStream .s-tabs__filter:after,
  .s-contentStream .c-contentstream > ul:after,
  .s-contentStream .s-tabs > ul:after {
    display: none;
  }
  .s-contentStream .c-contentstream__filter-item,
  .s-contentStream .s-tabs__filter-item,
  .s-contentStream .c-contentstream > ul-item,
  .s-contentStream .s-tabs > ul-item,
  .s-contentStream .c-contentstream__filter > li,
  .s-contentStream .s-tabs__filter > li,
  .s-contentStream .c-contentstream > ul > li,
  .s-contentStream .s-tabs > ul > li,
  .s-contentStream .c-contentstream__filter > a,
  .s-contentStream .s-tabs__filter > a,
  .s-contentStream .c-contentstream > ul > a,
  .s-contentStream .s-tabs > ul > a {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    width: auto;
  }
  .s-contentStream__header,
  .s-videos__header {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .edu {
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
  }
  .main-footer__privacy a,
  .main-footer__privacy span {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    border-top: 1px solid #e0e0e0;
  }
  .s-videos .featured .c-videos__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
  }
  .s-topstories .featured .c-stories--slider .c-stories__url {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }
}
.stickyLeaderboard {
  background: rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 9000;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: .35s;
}
.stickyLeaderboard .ad,
.stickyLeaderboard .dfp-ad {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}
.stickyLeaderboard.headroom--not-top {
  transform: translateY(100%);
}
.content-ad {
  padding: 12px;
}
.content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-ad .dfp-ad {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.c-navigation__ad {
  padding: 12px;
  flex: 1 1 auto;
  text-align: left;
}
@media screen and (min-width: 1024px) and (max-width: 1210px) {
  .wsa_dock {
    bottom: 90px!important;
  }
}
@media screen and (min-width: 767px) and (max-width: 960px) {
  .wsa_dock {
    bottom: 114px!important;
  }
}
@media screen and (min-width: 0px) and (max-width: 549px) {
  .wsa_dock {
    bottom: 74px!important;
  }
}
.ad a:focus {
  display: inline-block;
  outline-offset: -5px !important;
}
/*
.sidearm-schedule .sidearm-schedule-game .sidearm-schedule-game-toggle:focus {
	width: 33px;
    height: 33px;
}
*/

.sticky-leaderboard-1 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
/* Promo Rotator - Below Navigation */

.s-promo-feature {
  background: white;
}
.s-promo-feature .slick-next,
.s-promo-feature .slick-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  padding: 0;
  border: none;
}
.s-promo-feature .slick-next:before,
.s-promo-feature .slick-prev:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background-color: black;
  border-radius: 100%;
  line-height: 60px;
  text-align: center;
  color: white;
  font-family: sidearm_font_v2;
  transition: 0.25s;
}
.s-promo-feature .slick-next:hover:before,
.s-promo-feature .slick-prev:hover:before {
  background: #b61e2e;
  transition: 0.25s;
}
.s-promo-feature .slick-prev {
  left: 0;
}
.s-promo-feature .slick-prev:before {
  content: '\e009';
}
.s-promo-feature .slick-next {
  right: 0;
}
.s-promo-feature .slick-next:before {
  content: '\e010';
}
.footer-text {
  font-size: 0.8rem;
  font-weight: 500;
}
.s-scoreboard .slick-next:focus,
.s-scoreboard .slick-prev:focus {
  outline-offset: -5px !important;
}
.a11y-focus-hint {
  position: absolute;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  display: none;
}
.a11y-focus-hint-top {
  top: 0;
}
.a11y-focus-hint-bottom {
  bottom: 0;
}
.main-navigation .c-navigation--main.c-navigation--mobile a:focus,
.s-mobileEvents__button:focus,
.sport-navigation .c-navigation--sport.c-navigation--mobile a:focus {
  outline-offset: -5px !important;
}
.slick-dots li {
  padding: 5px;
  width: auto;
  height: auto;
}
