a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #b01e24;
  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;
}
img.lazyload:not([src]) {
  visibility: hidden;
}
.storypage .sidearm-story-template-text {
  font-size: 1.14rem;
}
body {
  font: 14px/1.4 'Roboto Condensed', sans-serif;
  color: #333333;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
  height: 70px;
  width: 70px;
  z-index: 100;
}
/*Stories Video*/

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

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

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

/*Utility Classes*/

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.margin-none {
  margin: 0;
}
.margin-top-none {
  margin-top: none;
}
.margin-right-none {
  margin-right: none;
}
.margin-bottom-none {
  margin-bottom: none;
}
.margin-left-none {
  margin-left: none;
}
.margin-auto {
  margin: auto;
}
.margin-top-auto {
  margin-top: auto;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-bottom-auto {
  margin-bottom: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.margin-centered {
  margin-left: auto;
  margin-right: auto;
}
.accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.hide {
  background: black;
  color: white;
}
/*Animations*/

/*Row Styles*/

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

ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
ul.slick-dots button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
}
.c-sticky-leaderboard {
  padding: 12px 0;
}
.c-sticky-leaderboard {
  transition: .3s;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: white !important;
  box-shadow: 0 0 0.286rem rgba(0, 0, 0, 0.25);
}
.c-sticky-leaderboard .dfp-ad {
  margin: 0 auto;
}
html.sticky-leaderboard-is-hidden .c-sticky-leaderboard {
  transform: none !important;
}
.commonfooter__container {
  padding-bottom: 114px;
}
.main-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
}
.main-header__container > .row.flex {
  height: 72px;
  background: #8c181c;
  box-shadow: 0 0.143rem 0.286rem rgba(0, 0, 0, 0.25);
}
.main-header .main-logo {
  background: white;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  width: 112px;
}
.main-header .main-logo a {
  width: 66px;
}
.main-header .cs-nav-container {
  display: flex;
  align-items: center;
  width: 224px;
  justify-content: center;
  background: #b01e24;
}
.main-content-placeholder {
  margin-top: 72px;
}
html:not(.index) .main-content-placeholder {
  max-width: 1178px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
html:not(.index) .main-content-placeholder.pad {
  padding-left: 12px;
  padding-right: 12px;
}
html:not(.index) .main-content-placeholder.no-pad {
  max-width: 1416px;
}
html:not(.index) .main-content-placeholder.row-wide {
  max-width: 2000px;
}
@media screen and (max-width: 1176px) {
  html:not(.index) .main-content-placeholder.extra-pad {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.sport .main-content-placeholder {
  margin-top: 134px;
}
.sport .c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  top: 72px;
  z-index: 10;
}
.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--main .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  height: 72px;
  color: white;
  padding: 0 40px;
  flex: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  font-size: 1rem;
  background: #b01e24;
}
.c-navigation--main .c-navigation__toggle:hover,
.c-navigation--main .c-navigation__toggle.is-toggled {
  background: #8c181c;
}
.c-navigation--main .c-navigation-desktop .cs-dropnav {
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}
.c-navigation--main .c-navigation-desktop .news,
.c-navigation--main .c-navigation-desktop .instagram {
  display: none;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-1 {
  display: flex;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1::after,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1::after {
  height: 12px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.white-nav .c-navigation__url--level-1 {
  background: white !important;
  color: #b01e24 !important;
  border-right: 1px solid #e3e5e6 !important;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.white-nav .c-navigation__url--level-1::after {
  background: #b01e24 !important;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1 {
  white-space: nowrap;
  height: 72px;
  background: #b01e24;
  color: white;
  border-right: 1px solid #8c181c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 36px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1::after {
  width: 100%;
  height: 0;
  content: '';
  background: white;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .25s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  background: white;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.25);
  top: 0;
  padding-top: 72px;
  z-index: -1;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2.is-open {
  left: 0;
  opacity: 1;
  transition: 0s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner {
  max-width: 1178px;
  margin-left: auto;
  margin-right: auto;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner.pad {
  padding-left: 12px;
  padding-right: 12px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner.no-pad {
  max-width: 1416px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner.row-wide {
  max-width: 2000px;
}
@media screen and (max-width: 1176px) {
  .c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner.extra-pad {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner > .flex {
  margin: 24px -12px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__column {
  flex: 0 1 50%;
  margin: 0 12px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #efefef;
}
.c-navigation--main .c-navigation-desktop .c-navigation__separator {
  border-bottom: 1px solid #efefef;
  text-transform: uppercase;
  line-height: 2.5rem;
  font-weight: 700;
  font-size: 1.429rem;
  color: #333333;
  padding-bottom: 12px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2 {
  font-size: 1rem;
  line-height: 1.429rem;
  text-transform: uppercase;
  color: #333333;
  padding: 12px 0;
  position: relative;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
  padding: 12px 24px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child:last-child {
  width: 100%;
  margin-right: 0;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:hover {
  color: #b01e24;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:hover::after {
  height: 3px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2::after {
  width: 100%;
  height: 0;
  background: #b01e24;
  transition: .25s;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  content: '';
}
.c-navigation--main .c-navigation-desktop .c-navigation__schedule-roster-news {
  text-transform: none;
  padding: 12px 6px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__stats {
  text-transform: none;
  padding: 12px 12px 12px 6px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social {
  width: 30px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social[href] {
  visibility: visible;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social::after {
  content: none;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social::before {
  font-family: sidearm_font_v2;
  margin-right: 30px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.facebook::before {
  content: '\e041';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.twitter::before {
  content: '\e035';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.instagram::before {
  content: '\e044';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.tickets::before {
  content: '\e108';
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
  position: absolute;
  top: 72px;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  background: #b01e24;
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 72px);
  min-height: calc(100vh - 72px);
  overflow: auto;
  z-index: 100;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-1:first-of-type .c-navigation__url--level-1 {
  border-top: 1px solid #8c181c;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-1.white-nav .c-navigation__url--level-1 {
  background: white !important;
  color: #b01e24 !important;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1::after {
  font-family: sidearm_font_v2;
  font-size: 20px;
  content: '\e012';
  margin-left: 12px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
  padding: 24px;
  display: block;
  width: 100%;
  color: white;
  background: #b01e24;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  border-bottom: 1px solid #8c181c;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1:hover,
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1.is-open,
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1.sidearm-hover {
  background: #8c181c;
  color: white;
  border-bottom: 1px solid white;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__separator {
  padding: 24px 36px;
  font-style: italic;
  border-bottom: 1px solid white;
  display: block;
  width: 100%;
  color: #333333;
  background: #efefef;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2 {
  padding: 24px 36px;
  display: block;
  width: 100%;
  color: #333333;
  border-bottom: 1px solid white;
  background: #efefef;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}
.sport-navigation {
  height: 65px;
  background: #8c181c;
  border-top: 1px solid #7a1419;
  box-shadow: 0 0.143rem 0.286rem rgba(0, 0, 0, 0.25);
}
.c-navigation--sport {
  height: 100%;
}
.c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--sport ads-component {
  display: flex;
  align-items: center;
}
.c-navigation--sport ads-component .ad.single-ad {
  width: 150px;
}
.c-navigation--sport .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  height: 64px;
  align-items: center;
  display: flex;
  color: white;
  font-size: 1rem;
  margin: 0 24px;
  position: relative;
}
.c-navigation--sport .c-navigation__toggle-open {
  display: none;
}
.c-navigation--sport .c-navigation__toggle.is-toggled::after {
  height: 6px;
}
.c-navigation--sport .c-navigation__toggle.is-toggled .c-navigation__toggle-closed {
  display: none;
}
.c-navigation--sport .c-navigation__toggle.is-toggled .c-navigation__toggle-open {
  display: block;
}
.c-navigation--sport .c-navigation__toggle::after {
  height: 0;
  width: 100%;
  display: block;
  content: '';
  background: white;
  transition: .25s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-navigation--sport .c-navigation__toggle::before {
  background: #b01e24;
  height: 36px;
  top: 12px;
  left: -24px;
  content: '';
  width: 1px;
  display: block;
  position: absolute;
}
.c-navigation--sport .c-navigation-desktop {
  display: flex;
}
.c-navigation--sport .c-navigation-desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--sport .c-navigation-desktop .c-navigation__container {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-navigation--sport .c-navigation-desktop .c-navigation__level-1 {
  height: 100%;
  justify-content: flex-end;
  display: flex;
}
.c-navigation--sport .c-navigation-desktop .c-navigation__item--level-1 {
  display: flex;
  align-items: center;
  position: relative;
}
.c-navigation--sport .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__level-2 {
  left: auto;
  right: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--sport .c-navigation-desktop .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  align-items: center;
}
.c-navigation--sport .c-navigation-desktop .c-navigation__url--level-1 {
  color: white;
  font-size: 1rem;
  position: relative;
  margin: 0 24px;
  word-break: keep-all;
  max-height: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 51px;
}
.c-navigation--sport .c-navigation-desktop .c-navigation__url--level-1::before {
  background: #b01e24;
  height: 36px;
  top: 12px;
  left: -24px;
  content: '';
  width: 1px;
  display: block;
  position: absolute;
}
.c-navigation--sport .c-navigation-desktop .c-navigation__url--level-1:hover::after {
  height: 6px;
}
.c-navigation--sport .c-navigation-desktop .c-navigation__url--level-1::after {
  height: 0;
  width: 100%;
  display: block;
  content: '';
  background: white;
  transition: .25s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-navigation--sport .c-navigation-desktop .c-navigation__sport-title {
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
  text-transform: uppercase;
  line-height: 2.5rem;
  font-weight: 700;
  font-size: 1.429rem;
  text-decoration: none;
  margin: 0 24px;
  position: relative;
}
.c-navigation--sport .c-navigation-desktop .c-navigation__sport-title:hover::after {
  height: 6px;
}
.c-navigation--sport .c-navigation-desktop .c-navigation__sport-title::after {
  height: 0;
  width: 100%;
  display: block;
  content: '';
  background: white;
  transition: .25s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-navigation--sport .c-navigation-desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  min-width: 300px;
  overflow-y: auto;
  max-height: calc(100vh - 136px);
}
.c-navigation--sport .c-navigation-desktop .c-navigation__level-2.is-open {
  left: auto;
  right: 0;
  opacity: 1;
  transition: 0s;
}
.c-navigation--sport .c-navigation-desktop .c-navigation__item--level-2 span {
  background: white;
  text-transform: uppercase;
  font-size: 1rem;
  color: #8c181c;
  width: 100%;
  padding: 12px 24px;
  display: block;
}
.c-navigation--sport .c-navigation-desktop .c-navigation__url--level-2 {
  background: #8c181c;
  padding: 12px 24px;
  display: block;
  width: 100%;
  color: white;
  font-size: 1rem;
  transition: .25s;
}
.c-navigation--sport .c-navigation-desktop .c-navigation__url--level-2:hover {
  background: #b01e24;
}
.c-navigation--sport .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
}
.c-navigation--sport .c-navigation__offcanvas.is-open {
  height: calc(100vh - 136px);
  overflow: auto;
}
.headroom--top .c-navigation--sport .c-navigation__offcanvas.is-open {
  height: calc(100vh - 136px);
}
.c-navigation--sport .c-navigation__offcanvas .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--sport .c-navigation__offcanvas .c-navigation__item--level-1:first-of-type .c-navigation__url--level-1 {
  border-top: 1px solid #b01e24;
}
.c-navigation--sport .c-navigation__offcanvas .c-navigation__parent {
  position: relative;
}
.c-navigation--sport .c-navigation__offcanvas .c-navigation__parent.is-open .c-navigation__url--level-1 + .sf-arrow-down-minimal::before {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--sport .c-navigation__offcanvas .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--sport .c-navigation__offcanvas .c-navigation__parent .c-navigation__url--level-1 + .sf-arrow-down-minimal {
  position: absolute;
  right: 0;
  top: 0;
  height: 72px;
  width: 50px;
  display: flex;
  align-items: center;
  color: white;
}
.c-navigation--sport .c-navigation__offcanvas .c-navigation__parent .c-navigation__url--level-1 + .sf-arrow-down-minimal::before {
  font-family: 'sidearm_font_v2';
  font-size: 24px;
  content: '\e008';
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--sport .c-navigation__offcanvas .c-navigation__url--level-1 {
  background: #8c181c;
  color: white;
  font-size: 1rem;
  padding: 24px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #b01e24;
}
.c-navigation--sport .c-navigation__offcanvas .c-navigation__url--level-1:hover,
.c-navigation--sport .c-navigation__offcanvas .c-navigation__url--level-1.is-open,
.c-navigation--sport .c-navigation__offcanvas .c-navigation__url--level-1.sidearm-hover {
  background: #b01e24;
  color: white;
}
.c-navigation--sport .c-navigation__offcanvas .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  height: 0px;
  overflow: hidden;
}
.c-navigation--sport .c-navigation__offcanvas .c-navigation__level-2.is-open {
  height: auto;
}
.c-navigation--sport .c-navigation__offcanvas .c-navigation__separator {
  display: block;
  width: 100%;
  background: #b01e24;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #8c181c;
  padding: 24px;
}
.c-navigation--sport .c-navigation__offcanvas .c-navigation__url--level-2 {
  font-weight: 700;
  background: white;
  color: #b01e24;
  font-size: 1rem;
  padding: 24px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #8c181c;
}
.c-navigation--sport .c-navigation__offcanvas .c-navigation__url--level-2:first-child {
  margin-right: auto;
}
.c-navigation--sport .c-navigation__offcanvas .c-navigation__url--level-2:last-child {
  margin-right: 0;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--sport .c-navigation__offcanvas.is-open {
    padding-bottom: 60px;
  }
}
.story-ad {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}
.c-search--mobile fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.c-search--mobile .c-search__container {
  display: flex;
  padding: 0 24px;
  height: 68px;
  background: #8c181c;
}
.c-search--mobile .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  height: 68px;
  font-size: 1rem;
  color: white;
  display: flex;
  align-items: center;
}
.c-search--mobile .c-search__text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.c-search--mobile .c-search__text::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.c-search--mobile .c-search__text:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.c-search--mobile .c-search__text:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.c-search--mobile .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 20px;
  color: white;
}
.c-search--overlay fieldset {
  border: none;
  display: block;
  margin: 0;
  width: 100%;
  position: relative;
}
.c-search--overlay .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  background: #8c181c;
  color: white;
  font-size: 24px;
  height: 72px;
  width: 60px;
}
.c-search--overlay .c-search__overlay {
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -99999px;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.c-search--overlay .c-search__overlay.is-open {
  left: 0;
}
.c-search--overlay .c-search__text-wrap {
  display: flex;
  background: white;
  width: 66.66%;
  height: 64px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 24px;
}
.c-search--overlay .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 1.4rem;
}
.c-search--overlay .c-search__text::-webkit-input-placeholder {
  color: #333333;
}
.c-search--overlay .c-search__text::-moz-placeholder {
  color: #333333;
}
.c-search--overlay .c-search__text:-ms-input-placeholder {
  color: #333333;
}
.c-search--overlay .c-search__text:-moz-placeholder {
  color: #333333;
}
.c-search--overlay .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  background: #b01e24;
  color: white;
  height: 100%;
  width: 60px;
  transition: .25s;
}
.c-search--overlay .c-search__submit[disabled] {
  background: #cccccc;
  color: #333333;
}
.c-search--overlay .c-search__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: white;
  font-size: 30px;
  position: absolute;
  top: 24px;
  right: 24px;
  transition: .25s;
}
.c-search--overlay .c-search__close:hover {
  color: #b01e24;
}
.section-header {
  color: #333333;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding: 12px 0;
}
.section-header ads-component {
  margin-left: 12px;
}
.load-more__container {
  width: 100%;
  display: block;
  margin-bottom: 24px;
}
.load-more__button {
  width: 100%;
  background: #b01e24;
  color: white;
  padding: 12px 0;
  border: 1px solid #b01e24;
  text-transform: uppercase;
  line-height: 1.4rem;
  font-weight: 700;
  font-size: 1rem;
  transition: .25s;
}
.load-more__button:hover {
  background: white;
  color: #b01e24;
}
.flex-section > .row > .flex {
  margin: 0 -12px;
}
.flex-section__left {
  padding: 24px 0;
  margin: 0 12px;
  flex: 2;
}
.flex-section__right {
  margin: 0 12px;
  flex: 1;
  background: #efefef;
}
.c-stories--list .c-stories__list {
  display: flex;
  flex-direction: column;
}
.c-stories--list .c-stories__event {
  width: 100%;
}
.c-stories--list .c-stories__event-left {
  display: flex;
}
.c-stories--list .c-stories__event-right {
  display: flex;
}
.c-stories--list .c-stories__event-right .c-stories__event-team-logo-container {
  border-left: 1px solid #efefef;
}
.c-stories--list .c-stories__event-status {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.429rem;
}
.c-stories--list .c-stories__event-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.c-stories--list .c-stories__event-team-logo-container {
  border-right: 1px solid #efefef;
  height: 100%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-stories--list .c-stories__event-score {
  width: 60px;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.429rem;
  color: #333333;
  text-align: center;
  justify-content: center;
}
.c-stories--list .c-stories__event-score:first-of-type {
  border-right: 1px solid #efefef;
}
.c-stories--list .c-stories__event-score--win {
  color: #b01e24;
}
.c-stories--list .c-stories__media-container {
  flex: 33.33%;
}
.c-stories--list .c-stories__details {
  flex: 66.66%;
  padding: 24px;
}
.c-stories--list .c-stories__date {
  text-transform: uppercase;
  margin-right: 3px;
}
.c-stories--list .c-stories__date-container {
  color: #666666;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.429rem;
  font-style: italic;
}
.c-stories--list .c-stories__url {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.929rem;
  font-weight: 600;
  font-size: 1.2rem;
  color: #333333;
  text-decoration: none;
}
.c-stories--list .c-stories__url:hover {
  text-decoration: underline;
}
.c-stories--list .c-stories__teaser {
  display: none;
}
.c-stories--list .c-stories__item--featured .c-stories__url {
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
}
.c-stories--list .c-stories__item--featured .c-stories__details {
  width: 100%;
  padding: 0px 12px 0px 24px;
  border-left: 12px solid #b01e24;
  margin: 24px 0;
}
.c-stories--list .c-stories__item--featured .c-stories__teaser {
  font-size: 1rem;
  color: #666666;
  line-height: 1.429rem;
  display: block;
}
.c-stories--list .c-stories__item--featured .c-stories__item-inner {
  flex-direction: column;
}
.c-stories--list .c-stories__item-inner {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 24px;
  border: 1px solid #efefef;
}
.c-stories--list .c-stories__item:last-of-type .c-stories__item-inner {
  margin-bottom: 0;
}
.c-stories--list .c-stories__play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  width: 40px;
  height: 40px;
  position: relative;
}
.c-stories--list .c-stories__play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #b01e24;
  color: white;
  font-size: 16px;
  transition: .25s;
  z-index: 2;
  border: 1px solid transparent;
}
.c-stories--list .c-stories__promo .ad {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .c-stories--list .c-stories__promo .ad {
    padding-bottom: 0;
  }
}
.leaderboard-ad {
  margin: auto;
  display: flex;
  justify-content: center;
}
.s-events .section-header {
  padding: 12px 24px;
  margin-top: 24px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.s-events__link {
  transition: .25s;
  background: #b01e24;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 24px;
  color: white !important;
  padding: 12px 0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.429rem;
  font-size: 1.143rem;
}
.s-events__link:hover {
  background: white;
  color: #b01e24 !important;
}
.s-events .schedule-tabs__nav {
  border-bottom: 1px solid white;
}
.s-events .schedule-tabs__nav li {
  text-align: center;
  transition: .25s;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.143rem;
  width: 50%;
}
.s-events .schedule-tabs__nav li a {
  display: block;
  text-decoration: none;
  color: #333333;
  transition: .25s;
  padding: 12px 0;
  border-bottom: 4px solid transparent;
}
.s-events .schedule-tabs__nav li a:hover {
  color: #b01e24;
}
.s-events .schedule-tabs__nav li.ui-tabs-active a {
  color: #b01e24;
  border-bottom: 4px solid #b01e24;
}
.c-events__no-data {
  font-size: 1rem;
  padding: 24px 24px 0 24px;
}
.c-events--list-simple {
  padding: 0 24px;
}
.c-events--list-simple .c-events__item {
  flex-direction: column;
  padding: 24px 0;
  border-bottom: 1px solid white;
  position: relative;
}
.c-events--list-simple .c-events__date {
  text-transform: uppercase;
  margin-right: 3px;
}
.c-events--list-simple .c-events__date-container {
  color: #666666;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.429rem;
  font-style: italic;
}
.c-events--list-simple .c-events__live,
.c-events--list-simple .c-events__status {
  color: #b01e24;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.429rem;
  text-transform: uppercase;
}
.c-events--list-simple .c-events__time {
  font-size: 1rem;
  line-height: 1.429rem;
}
.c-events--list-simple .c-events__indicator {
  margin-right: 5px;
}
.c-events--list-simple .c-events__opponent-container {
  font-size: 1rem;
  line-height: 1.429rem;
  display: flex;
  align-items: center;
}
.c-events--list-simple .c-events__main-body {
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}
.c-events--list-simple .c-events__image {
  margin-right: 6px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.c-events--list-simple .c-events__result {
  font-size: 1rem;
  line-height: 1.429rem;
}
.c-events--list-simple .c-events__recent {
  text-align: center;
}
.c-events--list-simple .c-events__overlay {
  background: #efefef;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  visibility: hidden;
  transition: .25s;
}
.c-events--list-simple .c-events__overlay.is-open {
  z-index: 2;
  visibility: visible;
}
.c-events--list-simple .c-events__tickets {
  position: absolute;
  right: 24px;
  top: 24px;
}
.c-events--list-simple .c-events__toggle {
  z-index: 5;
  position: absolute;
  right: 0;
  top: 24px;
  background: #b01e24;
  border-radius: 50%;
  color: white;
  transition: .25s;
  border: none;
  font-size: 18px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .25s;
}
.c-events--list-simple .c-events__toggle:hover {
  background: white;
  color: #b01e24;
}
.c-events--list-simple .c-events__toggle i::before {
  transition: .25s;
}
.c-events--list-simple .c-events__toggle.is-toggled i::before {
  transform: rotate(135deg);
}
.c-events--list-simple .c-events__media-link {
  text-decoration: none;
  background: #b01e24;
  border-radius: 50%;
  color: white;
  transition: .25s;
  border: none;
  font-size: 16px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
}
.c-events--list-simple .c-events__media-link:hover {
  background: white;
  color: #b01e24;
}
.s-trending .section-header {
  padding: 12px 24px;
  margin-top: 24px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.s-trending__link {
  transition: .25s;
  background: #b01e24;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 24px;
  color: white !important;
  padding: 12px 0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.429rem;
  font-size: 1.143rem;
}
.s-trending__link:hover {
  background: white;
  color: #b01e24 !important;
}
.c-stories--trending {
  padding: 0 24px;
}
.c-stories--trending .c-stories__no-data {
  font-size: 1rem;
}
.c-stories--trending .c-stories__details {
  align-items: center;
}
.c-stories--trending .c-stories__left {
  padding-right: 12px;
}
.c-stories--trending .c-stories__number {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.143rem;
  line-height: 1.714rem;
  color: #b01e24;
  padding-left: 2px;
  border: 2px solid #b01e24;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.c-stories--trending .c-stories__date {
  text-transform: uppercase;
  margin-right: 3px;
}
.c-stories--trending .c-stories__date-container {
  color: #666666;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.429rem;
  font-style: italic;
}
.c-stories--trending .c-stories__item {
  padding: 24px 0;
  border-bottom: 1px solid white;
}
.c-stories--trending .c-stories__url {
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.714rem;
  font-family: 'Open Sans', sans-serif;
  color: #333333 !important;
  font-weight: 600;
}
.c-stories--trending .c-stories__url:hover {
  text-decoration: underline;
}
.s-podcasts-videos {
  margin-top: 24px;
}
.s-podcasts-videos .s-podcasts-videos__nav {
  border-bottom: 1px solid white;
}
.s-podcasts-videos .s-podcasts-videos__nav li {
  text-align: center;
  transition: .25s;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.143rem;
  width: 50%;
}
.s-podcasts-videos .s-podcasts-videos__nav li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 60px;
  background: #b01e24;
  text-decoration: none;
  color: white;
  transition: .25s;
  position: relative;
}
.s-podcasts-videos .s-podcasts-videos__nav li a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 12px;
  background: white;
  transition: width .25s;
}
.s-podcasts-videos .s-podcasts-videos__nav li.ui-tabs-active a::after {
  width: 100%;
}
.s-podcasts-videos .s-podcasts-videos__nav li:not(.ui-tabs-active) a:hover {
  background: white;
  color: #b01e24;
}
.s-podcasts-videos .s-podcasts-videos__nav li:not(.ui-tabs-active) a:hover::after {
  width: 100%;
  background: #b01e24;
}
.s-podcasts-videos .s-podcasts-videos__nav li + li {
  border-left: 1px solid #8c181c;
}
.c-videos--featured {
  margin-top: 24px;
}
.c-videos--featured .load-more__container {
  margin-bottom: 0;
}
.c-videos--featured .c-videos__featured {
  flex: 1 1 60%;
  -webkit-flex: 1 1 60%;
  min-width: 1px;
  min-height: 1px;
}
.c-videos--featured .c-videos__featured-player {
  padding-bottom: 56.25%;
}
.c-videos--featured .c-videos__featured .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--featured .c-videos__active {
  color: #b01e24;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.429rem;
  display: none;
}
.c-videos--featured .c-videos__date-container {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  line-height: 1.429rem;
  font-weight: 700;
  font-size: 1rem;
  color: #666666;
  font-style: italic;
}
.c-videos--featured .c-videos__duration {
  padding-left: 4px;
}
.c-videos--featured .c-videos__item {
  flex: 50%;
  padding: 24px 0;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.c-videos--featured .c-videos__item:first-of-type,
.c-videos--featured .c-videos__item:nth-of-type(3) {
  border-left: 1px solid #efefef;
}
.c-videos--featured .c-videos__item.is-active .c-videos__media-container {
  position: relative;
}
.c-videos--featured .c-videos__item.is-active .c-videos__media-container::after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: #b01e24;
  opacity: .7;
}
.c-videos--featured .c-videos__item.is-active .c-videos__play-btn {
  z-index: 3;
}
.c-videos--featured .c-videos__item.is-active .c-videos__active {
  display: block;
}
.c-videos--featured .c-videos__item.is-active .c-videos__date,
.c-videos--featured .c-videos__item.is-active .c-videos__duration {
  display: none;
}
.c-videos--featured .c-videos__media-container {
  flex: 1 1 40%;
  -webkit-flex: 1 1 40%;
  min-width: 1px;
  min-height: 1px;
  margin: auto;
}
.c-videos--featured .c-videos__media {
  padding-bottom: 56.25%;
}
.c-videos--featured .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  background: #b01e24;
  border: 2px solid white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: .25s;
}
.c-videos--featured .c-videos__play-btn:hover {
  color: #b01e24;
  border-color: #b01e24;
  background: white;
}
.c-videos--featured .c-videos__play-btn i::before {
  margin: 0;
}
.c-videos--featured .c-videos__list {
  display: flex;
  flex-wrap: wrap;
}
.c-videos--featured .c-videos__list .c-videos__play-btn {
  font-size: 16px;
  width: 24px;
  height: 24px;
  bordeR: 1px solid white;
}
.c-videos--featured .c-videos__details {
  flex: 1 1 66.6667%;
  -webkit-flex: 1 1 66.6667%;
  min-width: 1px;
  min-height: 1px;
  padding: 0 12px;
}
.c-videos--featured .c-videos__title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.929rem;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}
.s-records .section-header {
  padding-left: 24px;
  padding-right: 24px;
}
.c-seasonrecords--table {
  padding-bottom: 24px;
}
.c-seasonrecords--table .c-seasonrecords__table {
  width: 100%;
  padding: 0 24px;
}
.c-seasonrecords--table .c-seasonrecords__header {
  position: relative;
}
.c-seasonrecords--table .c-seasonrecords__header abbr {
  text-decoration: none;
  border: none;
}
.c-seasonrecords--table .c-seasonrecords__header th {
  text-align: left;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 24px 0;
}
.c-seasonrecords--table .c-seasonrecords__header th:not(:first-of-type) {
  text-align: center;
}
.c-seasonrecords--table .c-seasonrecords__body {
  padding: 0 24px;
}
.c-seasonrecords--table .c-seasonrecords__body td {
  text-align: center;
}
.c-seasonrecords--table .c-seasonrecords__row--header {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.429rem;
  color: #666666;
  font-style: italic;
  position: relative;
}
.c-seasonrecords--table .c-seasonrecords__cell {
  color: #333333;
  font-size: 1rem;
  line-height: 1.429rem;
  text-align: left;
  padding: 24px 0;
  border-bottom: 1px solid white;
}
.c-seasonrecords--table .c-seasonrecords__url {
  text-decoration: none;
  color: #333333;
  font-weight: 400;
}
.c-seasonrecords--table .c-seasonrecords__url:hover {
  text-decoration: underline;
}
.s-promos {
  padding-bottom: 24px;
  background-color: #b01e24;
  background-image: url('https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/wkusports.com/images/responsive_2019/promo_desktop_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.s-promos .ads-container .ad.multi-ad img {
  margin: auto;
}
.s-promos .ads-container .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}
.s-promos .ads-container .slick-next,
.s-promos .ads-container .slick-prev {
  height: 43px;
  width: 50%;
  font-size: 0;
  border: 2px solid white;
  background: #b01e24;
  transition: .25s;
  color: white;
}
.s-promos .ads-container .slick-next::before,
.s-promos .ads-container .slick-prev::before {
  font-family: 'sidearm_font_v2';
  color: white;
  font-size: 20px;
  transition: .25s;
}
.s-promos .ads-container .slick-next:hover,
.s-promos .ads-container .slick-prev:hover {
  background: white;
}
.s-promos .ads-container .slick-next:hover::before,
.s-promos .ads-container .slick-prev:hover::before {
  color: #b01e24;
}
.s-promos .ads-container .slick-prev {
  border-right: 1px solid white;
}
.s-promos .ads-container .slick-prev::before {
  content: '\e009';
}
.s-promos .ads-container .slick-next {
  border-left: 1px solid white;
}
.s-promos .ads-container .slick-next::before {
  content: '\e010';
}
.s-sponsors {
  background: #b01e24;
  text-align: center;
  padding: 24px 0;
}
.s-sponsors .ads-container .ad.multi-ad img {
  margin: auto;
}
.s-sponsors .ads-container .slick-list {
  margin-bottom: 24px;
  margin-left: -12px;
  margin-right: -12px;
}
.s-sponsors .ads-container .slick-next,
.s-sponsors .ads-container .slick-prev {
  height: 43px;
  width: 50%;
  font-size: 0;
  border: 2px solid white;
  background: transparent;
  transition: .25s;
  color: white;
}
.s-sponsors .ads-container .slick-next::before,
.s-sponsors .ads-container .slick-prev::before {
  font-family: 'sidearm_font_v2';
  color: white;
  font-size: 20px;
  transition: .25s;
}
.s-sponsors .ads-container .slick-next:hover,
.s-sponsors .ads-container .slick-prev:hover {
  background: white;
}
.s-sponsors .ads-container .slick-next:hover::before,
.s-sponsors .ads-container .slick-prev:hover::before {
  color: #b01e24;
}
.s-sponsors .ads-container .slick-prev {
  border-right: 1px solid white;
}
.s-sponsors .ads-container .slick-prev::before {
  content: '\e009';
}
.s-sponsors .ads-container .slick-next {
  border-left: 1px solid white;
}
.s-sponsors .ads-container .slick-next::before {
  content: '\e010';
}
.s-galleries .section-header {
  padding-left: 24px;
}
.c-galleries--grid .c-galleries__filter-select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
}
.c-galleries--grid .c-galleries__icon {
  border: 1px solid #b01e24;
  border-radius: 50%;
  padding: 4px;
  width: 25px;
  padding: 0px 4px;
  width: 25px;
  height: 26px;
}
.c-galleries--grid .c-galleries__list {
  margin: 12px -12px;
}
.c-galleries--grid .c-galleries__item {
  flex: 33.33%;
  padding: 12px 12px;
  height: auto;
}
.c-galleries--grid .c-galleries__link {
  text-decoration: none;
  border: 0.071rem solid #efefef;
  height: 100%;
  display: block;
}
.c-galleries--grid .c-galleries__link:hover .c-galleries__title,
.c-galleries--grid .c-galleries__link.sidearm-hover .c-galleries__title {
  text-decoration: underline;
}
.c-galleries--grid .c-galleries__media {
  padding-bottom: 56.25%;
}
.c-galleries--grid .c-galleries__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-galleries--grid .c-galleries__details {
  display: flex;
  align-items: center;
  padding: 24px;
}
.c-galleries--grid .c-galleries__details-right {
  padding-left: 12px;
}
.c-galleries--grid .c-galleries__title {
  font-size: 1.1rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.929rem;
  color: #333333;
}
.c-galleries--grid .c-galleries__date::after {
  position: relative;
  content: '/';
  right: 0;
  padding: 0 5px;
}
.c-galleries--grid .c-galleries__date-container {
  color: #666666;
  font-weight: 700;
  line-height: 1.429rem;
  font-size: 1rem;
  font-style: italic;
}
.main-footer__logos {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.main-footer__logos > .row > .flex {
  justify-content: space-between;
  align-items: center;
}
.main-footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
.main-footer__logo-text {
  font-size: 1rem;
  color: #303030;
  display: flex;
  align-items: center;
}
.main-footer__logo-text::before {
  width: 2px;
  height: 30px;
  background: #b01e24;
  content: '';
  position: relative;
  margin: 0 12px;
  left: 0;
  top: 0;
  display: inline-block;
}
.main-footer__logo:first-of-type {
  padding-left: 0;
}
.main-footer__logo:nth-of-type(3) {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.main-footer__logo:nth-of-type(5) {
  border-left: 1px solid #d9d9d9;
  padding-right: 0;
}
.main-footer__logo a {
  border-right: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.main-footer__logo a:last-of-type {
  border-right: none;
}
.commonfooter__container {
  max-width: 1178px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1485px;
}
.commonfooter__container.pad {
  padding-left: 12px;
  padding-right: 12px;
}
.commonfooter__container.no-pad {
  max-width: 1416px;
}
.commonfooter__container.row-wide {
  max-width: 2000px;
}
@media screen and (max-width: 1176px) {
  .commonfooter__container.extra-pad {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.dfp-ad {
  display: flex;
  justify-content: center;
}
.dfp-ad__top {
  padding-top: 24px;
}
@media (max-width: 1200px) {
  .c-search--overlay .c-search__close {
    transform: none;
    left: auto;
    right: 24px;
  }
  .c-navigation--main .c-navigation__toggle {
    padding: 0 100px;
  }
  .flex-section > .row > .flex {
    flex-direction: column;
    margin: 0;
  }
  .flex-section__left {
    margin: 0 24px;
  }
  .flex-section__right {
    margin: 0;
  }
  .s-events .section-header {
    margin-top: 0;
  }
  .s-events__link {
    margin: 0;
  }
  .c-events--list-simple {
    flex-wrap: wrap;
    display: flex;
    padding: 0;
  }
  .c-events--list-simple .c-events__item {
    flex: 1 1 50%;
    padding: 24px;
  }
  .c-events--list-simple .c-events__item:nth-of-type(odd) {
    border-right: 1px solid white;
  }
  .c-events--list-simple .c-events__toggle {
    right: 24px;
  }
  .c-events--list-simple .c-events__tickets {
    right: 48px;
  }
  .s-trending {
    background: white;
  }
  .s-trending .section-header {
    margin-top: 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  .c-stories--trending .c-stories__item {
    border-bottom: 1px solid #efefef;
  }
  .s-promos {
    padding-bottom: 0;
  }
  .c-videos--featured .c-videos__item {
    flex: 100%;
    border-left: 1px solid #efefef;
  }
  .c-videos--featured .c-videos__item.is-active .c-videos__date-container {
    display: none;
  }
  .c-videos--featured .c-videos__details {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .s-galleries .section-header {
    padding: 12px 24px;
  }
  .s-galleries .load-more__container {
    padding: 0 24px;
  }
  .c-galleries--grid .c-galleries__list {
    margin: 12px;
  }
  .c-galleries--grid .c-galleries__item {
    flex: 1 1 50%;
  }
  .main-footer__logos > .row > .flex {
    flex-wrap: wrap;
  }
  .main-footer__logo {
    padding: 0;
  }
  .main-footer__logo:first-of-type {
    flex: 100%;
    border-bottom: 1px solid #efefef;
  }
  .main-footer__logo:not(:first-of-type) {
    flex: 1;
  }
  .mobile-links {
    background: white;
    height: 72px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-links ads-component {
    flex: 1;
  }
  .mobile-links .ads-container {
    border-left: 1px solid #efefef;
  }
  .mobile-links .ads-container .ad.icons-ad {
    height: 72px;
  }
  .mobile-links .ads-container .ad.icons-ad a {
    height: 72px;
    color: #b01e24;
    text-decoration: none;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-links .ads-container .ad.icons-ad a span {
    position: absolute;
    left: -99999px;
    top: -99999px;
    display: block !important;
    background: black;
    color: white;
  }
  .main-header__container > .row.flex .cs-nav-container {
    height: 72px;
  }
  .main-header__container > .row.flex .mobile-links {
    order: 2;
  }
  .main-header__container > .row.flex .main-logo {
    order: 1;
  }
  .main-header__container > .row.flex .main-header__navigation-container {
    order: 3;
  }
  .main-header__container > .row.flex .main-header__right-container {
    order: 4;
    background: white;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .s-promos .ads-container .slick-list {
    margin: 0;
  }
  .s-promos .ads-container .slick-prev,
  .s-promos .ads-container .slick-next {
    border: 0;
  }
  .s-promos .ads-container .slick-prev {
    border-right: 1px solid white;
  }
  .s-sponsors .ads-container {
    padding: 0 24px;
  }
}
@media (max-width: 900px) {
  .c-navigation--main .c-navigation__toggle {
    padding: 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .c-navigation--main .c-navigation__toggle {
    background: #8c181c;
  }
  .mobile-links ads-component:first-of-type a::before {
    content: 'Tickets';
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
  }
  .mobile-links ads-component:nth-of-type(2) a::before {
    content: 'Give';
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
  }
  .mobile-links ads-component .ads-container a i {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-nav-link {
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
  }
  .mobile-nav-link .ad {
    display: flex;
    align-items: center;
  }
  .mobile-nav-link .ad::before {
    content: 'Presented By: ';
    font-size: 1rem;
    padding-right: 6px;
  }
  .main-header .cs-nav-container {
    display: none;
  }
  .main-header__container > .row.flex {
    justify-content: flex-end;
    position: relative;
    background: #b01e24;
  }
  .main-header__container > .row.flex .main-logo {
    order: 1;
    left: 0;
    top: 0;
  }
  .main-header__container > .row.flex .main-header__navigation-container {
    order: 3;
  }
  .main-header__container > .row.flex .main-header__right-container {
    order: 2;
    display: none;
  }
  .c-navigation--main .c-navigation__toggle {
    padding: 0 36px;
  }
  .s-promos .ads-container .ad.multi-ad img {
    width: 100%;
  }
  .c-navigation--sport .c-navigation__toggle::before {
    content: none;
  }
  .flex-section__left {
    margin: 0;
    padding-bottom: 0;
  }
  .c-stories--list .c-stories__event-details {
    border-bottom: 1px solid #efefef;
  }
  .c-stories--list .c-stories__details {
    padding: 0;
  }
  .c-stories--list .c-stories__item:last-of-type .c-stories__item-inner {
    border-bottom: none !important;
  }
  .c-stories--list .c-stories__item-inner {
    margin-bottom: 0;
    border: none;
    border-bottom: 6px solid #efefef;
    padding: 24px 0;
  }
  .c-stories--list .c-stories__item--featured .c-stories__item-inner {
    padding: 0;
  }
  .c-stories--list .c-stories__item--featured .c-stories__url {
    font-size: 1.6rem;
  }
  .c-stories--list .c-stories__item--featured .c-stories__teaser {
    display: none;
  }
  .c-events--list-simple .c-events__item {
    flex: 1 1 100%;
    padding: 24px 0;
    margin: 0 24px;
    border-right: none !important;
  }
  .c-events--list-simple .c-events__tickets {
    right: 24px;
  }
  .c-events--list-simple .c-events__toggle {
    right: 0;
  }
  .s-galleries .load-more__container {
    padding: 0;
  }
  .c-galleries--grid .c-galleries__list {
    margin: 0 12px;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .c-videos--featured .c-videos__featured-player .c-videos__play-btn {
    display: none;
  }
  .c-videos--featured .c-videos__media-container {
    flex: 1 1 20%;
  }
  .c-videos--featured .c-videos__details {
    flex: 1 1 80%;
    margin-left: 18px;
  }
  .c-videos--featured .c-videos__item.is-active .c-videos__details {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .c-videos--featured .c-videos__item.is-active .c-videos__media-container {
    display: none;
  }
  .c-videos--featured .c-videos__item.is-active .c-videos__date-container {
    display: flex !important;
  }
  .c-videos--featured .c-videos__item.is-active .c-videos__date,
  .c-videos--featured .c-videos__item.is-active .c-videos__duration {
    display: block !important;
  }
  .c-videos--featured .c-videos__item.is-active .active-video {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 24px;
    height: 24px;
    color: #b01e24;
    border: 1px solid #b01e24;
    border-radius: 50%;
    margin-right: 12px;
  }
  .c-videos--featured .c-videos__item:not(.is-active) .c-videos__media {
    background-size: cover;
    background-position: center center;
    width: 88px;
    height: 88px;
  }
  .c-videos--featured .c-videos__item:not(.is-active) .active-video {
    display: none;
  }
  .main-footer__logo:first-of-type {
    order: 1;
  }
  .main-footer__logo:nth-of-type(3) {
    order: 2;
    flex: 100%;
    border-bottom: 1px solid #efefef;
  }
  .main-footer__logo:nth-of-type(2) {
    order: 3;
    border-right: none;
  }
  .main-footer__logo:nth-of-type(4) {
    order: 4;
  }
}
@media (max-width: 350px) {
  .main-header__container > .row.flex {
    background: white;
  }
  .c-galleries--grid .c-galleries__icon {
    width: 30px;
  }
  .main-footer__logo:first-of-type {
    padding-left: 24px;
  }
}
@media (max-width: 1023px) {
  .index .commonfooter__container {
    padding-bottom: 114px;
  }
}
@media (max-width: 768px) {
  .index .commonfooter__container {
    padding-bottom: 74px;
  }
}
@media (min-width: 768px) {
  .s-youtube .active-video {
    display: none;
  }
  .mobile-nav-link {
    display: none;
  }
}
.story-leaderboard {
  padding: 12px 0;
}
