/*Stories Video*/

.showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/*Mixins*/
/*Colors*/
/*Social Media Brand Colors*/
/*Fonts*/

@font-face {
  font-family: 'ISU';
  src: url('//fonts.sidearmsports.com/custom_fonts/isu/isuathletics_1-webfont.woff2') format('woff2'), url('//fonts.sidearmsports.com/custom_fonts/isu/isuathletics_1-webfont.woff') format('woff');
}
/*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;
}
@media (min-width: 1025px) {
  .hide-large {
    display: none !important;
  }
}
@media (max-width: 1025px) {
  .hide-medium {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hide-small {
    display: none !important;
  }
}
.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.125rem solid white;
  background-color: #f47920;
  border-radius: 50%;
  opacity: 0.8;
  background-size: contain;
  height: 70px;
  width: 70px;
}
.showcase-play-button:after {
  content: '\e196';
  color: white;
  font-family: 'sidearm_font_v2';
  font-size: 32px;
  transition: .25s;
}
.showcase-play-button:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
/*Animations*/

@keyframes line-scale-pulse-out-rapid {
  0% {
    transform: scaleY(1);
  }
  80% {
    transform: scaleY(0.3);
  }
  90% {
    transform: scaleY(1);
  }
}
.c-navigation__loader {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  opacity: 1;
  transition: opacity 0.25s;
  height: 80px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
html:not(.index) .c-navigation__loader {
  display: none;
}
html.navigation-loaded .c-navigation__loader {
  opacity: 0;
}
.c-navigation__loader-inner > div {
  background: white;
  width: 4px;
  height: 30px;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}
.c-navigation__loader-inner > div:nth-child(2),
.c-navigation__loader-inner > div:nth-child(4) {
  background: black;
  animation-delay: -0.25s !important;
}
.c-navigation__loader-inner > div:nth-child(1),
.c-navigation__loader-inner > div:nth-child(5) {
  animation-delay: 0s !important;
}
/*Row Styles*/

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

.main-content-placeholder {
  margin-top: 120px;
}
.main-content-placeholder * {
  transition: 0.15s;
}
html.index .main-content-placeholder {
  min-height: 150vh;
  opacity: 0;
}
html.index.navigation-loaded .main-content-placeholder {
  min-height: 0;
  opacity: 1;
  transition: opacity 0.25s 0.5s, min-height 0s 0.75s;
}
html:not(.index) .main-content-placeholder {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  background: white;
}
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;
  }
}
html.sport .main-content-placeholder {
  margin-top: 180px;
}
@media screen and (max-width: 1025px) {
  .main-content-placeholder {
    margin-top: 82px;
  }
}
/*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;
}
/*Slick Arrows*/

html.index .slick-prev,
html.index .slick-next,
html.index .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
  transition: 0.15s;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html.index .slick-prev::after,
html.index .slick-next::after,
html.index .slick-pause-play::after {
  font: 400 1rem/0 "sidearm_font_v2";
}
html.index .slick-prev:hover,
html.index .slick-next:hover,
html.index .slick-pause-play:hover {
  color: #f47920;
}
html.index .slick-prev::after {
  content: "\e029";
  padding-right: 3px;
  font-size: 32px;
}
html.index .slick-next {
  order: 3;
}
html.index .slick-next::after {
  content: "\e030";
  padding-left: 3px;
  font-size: 32px;
}
html.index .slick-pause-play {
  order: 2;
}
html.index .slick-pause-play::after {
  content: "\e200";
  padding-left: 3px;
  font-size: 20px;
}
html.index .slick-play::after {
  content: "\e050";
  padding-left: 3px;
  font-size: 22px;
}
body {
  font: 16px/1.4 'Roboto', sans-serif, arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
}
.s-ad {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .s-ad {
    margin-bottom: 12px;
  }
}
.sidearm-dfp-ad {
  margin: 0 auto;
}
html.sticky-leaderboard-is-hidden .c-sticky-leaderboard {
  transform: translate(0, 100%);
}
.c-sticky-leaderboard {
  transition: .3s;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.c-sticky-leaderboard .dfp-ad {
  margin: 0 auto;
}
.main-header {
  width: 100%;
  top: 0;
  z-index: 999;
  position: fixed;
}
.main-header__nav {
  background-color: #f47920;
  box-shadow: inset 0 -1px 0 white;
  position: relative;
}
.main-header__nav-wrapper {
  height: 90px;
  background-color: #f47920;
  box-shadow: inset 0 -1px 0 white;
}
.main-header__search {
  display: flex;
  align-items: center;
}
.main-header__search search-component {
  width: 100%;
}
.main-header__logo-container {
  z-index: 999;
  position: relative;
  justify-content: center;
  transition: .25s;
  transform: translateY(50px);
}
.main-header__logo-container a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.main-header__logo-container img {
  width: 141px;
  transition: .25s;
}
.main-header__sponsor {
  display: flex;
  align-items: center;
  padding: 0 24px 0 12px;
}
@media screen and (max-width: 1464px) {
  .main-header__nav-row.row.pad {
    padding: 0;
  }
  .main-header .sport-navigation__row.row.pad {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__nav-wrapper {
    height: 70px;
  }
  .main-header__logo-container {
    transform: none;
    align-items: center;
    padding-left: 12px;
  }
  .main-header__logo-container img {
    width: 57px;
  }
}
.main-navigation {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  height: 100%;
}
.c-navigation--main {
  justify-content: flex-end;
}
.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: flex;
  padding: 0 12px;
  height: 90px;
  line-height: 90px;
  font-size: 24px;
  color: black;
}
.c-navigation--main .c-navigation__toggle span {
  color: black;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
}
.c-navigation--main .c-navigation__toggle .sidearm-icon {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .c-navigation--main .c-navigation__toggle {
    height: 70px;
    line-height: 70px;
  }
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-1 {
  justify-content: flex-end;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1 {
  height: 90px;
  line-height: 90px;
  transition: .25s;
  text-align: center;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1 {
  background-color: black;
  box-shadow: inset 0 -1px 0 white;
  color: #f47920;
  transition: .25s;
}
.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,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1::after {
  transform: rotate(-180deg);
  transition: transform .25s;
  color: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1::before,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1::before,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1::before {
  height: 2px;
  transition: .25s;
}
.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,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--main .c-navigation-desktop .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-desktop .c-navigation__parent .c-navigation__url--level-1::after {
  font-family: sidearm_font_v2;
  font-size: 20px;
  content: '\e008';
  margin-left: 6px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__parent .c-navigation__url--level-1:hover::after {
  transform: rotate(-180deg);
  transition: transform .25s;
  color: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1 {
  color: black;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 27px;
  text-align: right;
  text-transform: uppercase;
  height: 90px;
  line-height: 90px;
  position: relative;
  padding: 0 12px;
  transition: .25s;
  cursor: pointer;
  white-space: nowrap;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 0;
  transition: .25s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  z-index: 100;
  pointer-events: none;
}
.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 {
  margin: 0px auto;
  padding: 54px 12px 24px 12px;
  width: 100%;
  max-width: 1416px;
  max-height: calc(100vh - 160px);
  background-color: black;
  box-shadow: inset -1px -1px 0 #ececec, inset 1px 0 0 #ececec;
  overflow-y: auto;
  z-index: 100;
  pointer-events: all;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item.nav_sports .c-navigation__level-2 .c-navigation__level-2-inner {
  padding-top: 24px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__column {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  padding: 0 12px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  line-height: 48px;
  height: 48px;
  border-top: 1px dashed #828282;
  padding: 0 24px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator),
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) {
  background: #f47920;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__url--level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) .c-navigation__url--level-2 {
  color: black;
}
.c-navigation--main .c-navigation-desktop .c-navigation__separator {
  color: white;
  font-family: 'Rubik', sans-serif;
  font-size: 21px;
  font-weight: 700;
  font-style: italic;
  line-height: 26.25px;
  text-transform: uppercase;
  padding: 0 24px;
  border-top: none;
  justify-content: center;
  height: unset;
  padding-bottom: 24px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2 {
  color: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
  color: #f47920;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:hover {
  text-decoration: underline;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:hover::after {
  text-decoration: none;
}
.c-navigation--main .c-navigation-desktop .c-navigation__schedule-roster-news {
  position: relative;
  padding: 0 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social {
  width: 34px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: white;
  font-size: 0px !important;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social[href] {
  visibility: visible;
  display: flex;
  justify-content: center;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social::before {
  font-family: sidearm_font_v2;
  font-size: 20px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.facebook::before {
  content: '\e205';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.twitter::before {
  content: '\e035';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.instagram {
  display: none;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.instagram::before {
  content: '\e044';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.tickets {
  content: '\e108';
  display: none;
}
.c-navigation--main .c-navigation-desktop .c-navigation__ad {
  display: flex;
  padding: 0 12px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
  z-index: 10;
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  height: calc(100vh - 60px);
  overflow: auto;
}
@media screen and (min-width: 1025px) {
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas .c-navigation__url--level-1 {
    padding-left: 130px;
  }
}
.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;
  background: #f47920;
  color: black;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1::after {
  font-family: sidearm_font_v2;
  font-size: 16px;
  content: '\e008';
  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;
  color: white;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
  height: 70px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  color: black;
  padding: 0 12px;
  background-color: #f47920;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.9);
}
.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,
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1:focus {
  background-color: black;
  color: #f47920;
  box-shadow: inset 0 -2px 0 #f47920;
}
.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 {
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  padding: 0 12px;
  text-align: center;
  background: white;
  color: black;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  box-shadow: inset 0 -1px 0 #262626;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2 {
  line-height: 48px;
  box-shadow: inset 0 -1px 0 #262626;
  background-color: black;
  color: white;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  padding: 0 12px;
  height: 48px;
  display: flex;
  align-items: center;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2:hover,
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2.sidearm-hover,
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2:focus {
  background-color: #f47920;
  color: black;
}
.sport-navigation {
  background-color: black;
  height: 60px;
  width: 100%;
}
.c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-1 {
  justify-content: flex-end;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1::before,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1::before,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1::before {
  height: 3px;
  transition: .25s;
  pointer-events: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__level-2,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2 {
  left: auto;
  right: 0;
  opacity: 1;
  transition: opacity .25s;
  max-height: calc(100vh - 254px);
  overflow: auto;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  color: white;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  line-height: 60px;
  text-align: left;
  position: relative;
  transition: .25s;
  padding: 0 12px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: white;
  transition: .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-right: auto;
  margin-left: 130px;
  display: flex;
  align-items: center;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  color: #f47920;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 21px;
  padding: 0 24px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  width: 360px;
  max-height: 0px;
  background: black;
  border-top: none;
  border-bottom: none;
  z-index: 500;
}
.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 {
  border-bottom: 0.063rem dashed #828282;
  margin: 0 12px;
  line-height: 48px;
  transition: .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-2:last-child {
  border: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-2:hover {
  background-color: black;
  transition: .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-2:hover .c-navigation__url--level-2 {
  transition: .25s;
  color: white;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  color: white;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  padding: 0 24px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__separator {
  color: #f47920;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  color: #f47920;
  font-family: 'Rubik', sans-serif;
  font-size: 1.313rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25;
  text-transform: uppercase;
  line-height: 60px;
  text-decoration: none;
  padding: 0 12px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-style: italic;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  transition: .25s;
  padding: 0 12px;
  display: block;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  height: calc(100vh - 124px);
  overflow: auto;
}
.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;
  background: #f47920;
  color: black;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1::after {
  font-family: sidearm_font_v2;
  font-size: 20px;
  content: '\e008';
  margin-left: 12px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  transform: rotate(-180deg);
  transition: transform .25s;
  color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-1 {
  background-color: #f47920;
  line-height: 60px;
  transition: .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  height: 70px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  color: black;
  padding: 0 12px;
  background-color: #f47920;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.9);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.is-open,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.sidearm-hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:focus {
  background-color: black;
  color: #f47920;
  box-shadow: inset 0 -2px 0 #f47920;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  padding: 0;
  opacity: 1;
  position: static;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
  background-color: #fbfbfb;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-2 {
  height: 48px;
  line-height: 48px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-2.c-navigation__separator {
  line-height: 48px;
  box-shadow: inset 0 -1px 0 #262626;
  background-color: black;
  color: #f47920;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  padding: 0 12px;
  height: 48px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  line-height: 48px;
  box-shadow: inset 0 -1px 0 #262626;
  background-color: black;
  color: white;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  padding: 0 12px;
  height: 48px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2.sidearm-hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:focus {
  background-color: #f47920;
  color: black;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
.c-search--overlay fieldset {
  border: none;
  display: block;
  margin: 0;
  width: 100%;
}
.c-search--overlay .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  height: 70px;
  padding: 0 12px;
  display: block;
  color: black;
  font-size: 1.5rem;
}
.c-search--overlay .c-search__toggle:hover,
.c-search--overlay .c-search__toggle.is-toggled,
.c-search--overlay .c-search__toggle:focus,
.c-search--overlay .c-search__toggle.sidearm-hover {
  color: #f47920;
  background-color: black;
  box-shadow: inset 0 -1px 0 white;
}
.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 {
  background-color: white;
  display: flex;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.c-search--overlay .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  padding: 10px;
}
.c-search--overlay .c-search__text::-webkit-input-placeholder {
  color: black;
}
.c-search--overlay .c-search__text::-moz-placeholder {
  color: black;
}
.c-search--overlay .c-search__text:-ms-input-placeholder {
  color: black;
}
.c-search--overlay .c-search__text:-moz-placeholder {
  color: black;
}
.c-search--overlay .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #f47920;
  padding: 10px;
  color: white;
}
.c-search--overlay .c-search__submit[disabled] {
  background-color: #c3c8cd;
  cursor: default;
}
.c-search--overlay .c-search__submit[disabled]:hover,
.c-search--overlay .c-search__submit[disabled]:focus,
.c-search--overlay .c-search__submit[disabled].sidearm-hover {
  background-color: #c3c8cd;
  color: white;
}
.c-search--overlay .c-search__submit:hover,
.c-search--overlay .c-search__submit:focus,
.c-search--overlay .c-search__submit.sidearm-hover {
  background-color: black;
  color: #f47920;
}
.c-search--overlay .c-search__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: white;
  background-color: #f47920;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 48px;
  width: 48px;
}
.c-search--overlay .c-search__close:hover,
.c-search--overlay .c-search__close:focus,
.c-search--overlay .c-search__close.sidearm-hover {
  background-color: black;
  color: #f47920;
}
@media screen and (min-width: 1025px) {
  .c-search--overlay .c-search__toggle {
    height: 90px;
  }
}
.s-stories .s-stories__holder {
  flex-wrap: wrap;
  background-color: white;
  box-shadow: 0.313rem 0.313rem 0.625rem rgba(0, 0, 0, 0.1);
  border: 0.063rem solid #c3c8cd;
}
.s-stories .c-stories--top .c-stories__item {
  position: relative;
}
.s-stories .c-stories--top .c-stories__item-inner {
  position: relative;
  overflow: hidden;
}
.s-stories .c-stories--top .c-stories__media-container {
  overflow: hidden;
}
.s-stories .c-stories--top .c-stories__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  transition: .5s;
}
.s-stories .c-stories--top .c-stories__picture img,
.s-stories .c-stories--top .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-stories .c-stories--top-featured-large {
  flex: 1 1 74%;
}
.s-stories .c-stories--top-featured-large .c-stories__item-inner {
  flex-direction: column;
}
.s-stories .c-stories--top-featured-large .c-stories__details {
  flex: 1 1 100%;
  padding: 24px;
}
.s-stories .c-stories--top-featured-large .c-stories__details-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.s-stories .c-stories--top-featured-large .c-stories__details-top {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.09;
  display: flex;
  padding-bottom: 12px;
}
.s-stories .c-stories--top-featured-large .c-stories__details-divider {
  padding: 0 10px;
  color: black;
}
.s-stories .c-stories--top-featured-large .c-stories__media-container {
  flex: 1 1 100%;
}
.s-stories .c-stories--top-featured-large .c-stories__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  transition: .5s;
}
.s-stories .c-stories--top-featured-large .c-stories__media.video-is-playing.stories-video-is-playing .showcase-play-button {
  display: none;
}
.s-stories .c-stories--top-featured-large .c-stories__ad {
  position: absolute;
  bottom: 12px;
  right: 12px;
  opacity: .5;
}
.s-stories .c-stories--top-featured-large .c-stories__title {
  padding-bottom: 24px;
}
.s-stories .c-stories--top-featured-large .c-stories__url {
  font-style: italic;
  color: black;
  font-family: 'Rubik', sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}
.s-stories .c-stories--top-featured-large .c-stories__url:hover {
  color: #f47920;
}
.s-stories .c-stories--top-featured-large .c-stories__teaser {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}
.s-stories .c-stories--top-featured-grid {
  flex: 1 1 26%;
  background: black;
}
.s-stories .c-stories--top-featured-grid .showcase-play-button {
  width: 34px;
  height: 34px;
}
.s-stories .c-stories--top-featured-grid .showcase-play-button::after {
  font-size: 22px;
}
.s-stories .c-stories--top-featured-grid .c-stories__list {
  flex-direction: column;
}
.s-stories .c-stories--top-featured-grid .c-stories__list-wrapper {
  padding: 0 24px;
}
.s-stories .c-stories--top-featured-grid .c-stories__list-wrapper .header.stories {
  padding: 24px 0;
  border-bottom: 0.063rem dashed #828282;
}
.s-stories .c-stories--top-featured-grid .c-stories__list-title {
  font-style: italic;
  color: #f47920;
  font-family: 'Rubik', sans-serif;
  font-size: 1.313rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.s-stories .c-stories--top-featured-grid .c-stories__item {
  padding: 24px 0;
  border-bottom: 0.063rem dashed #828282;
}
.s-stories .c-stories--top-featured-grid .c-stories__item-inner {
  display: flex;
}
.s-stories .c-stories--top-featured-grid .c-stories__media-container {
  flex: 1 1 68px;
}
.s-stories .c-stories--top-featured-grid .c-stories__media {
  padding-bottom: 100%;
}
.s-stories .c-stories--top-featured-grid .c-stories__details {
  flex: 1 1 60%;
  padding: 5px 0 5px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.s-stories .c-stories--top-featured-grid .c-stories__url {
  font-style: italic;
  color: white;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
}
.s-stories .c-stories--top-featured-grid .c-stories__url:hover {
  color: #f47920;
}
.s-stories .c-stories--top-featured-grid .c-stories__date {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: italic;
}
.s-stories .c-stories--top-featured-grid .c-stories__archives {
  color: #f47920;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 60px;
  transition: .25s;
}
.s-stories .c-stories--top-featured-grid .c-stories__archives:hover {
  background-color: black;
  color: white;
  transition: .25s;
}
@media screen and (max-width: 1024px) {
  .s-stories .c-stories--top-featured-large {
    flex: 1 1 100%;
    border-right: none;
  }
  .s-stories .c-stories--top-featured-large .c-stories__details {
    padding: 24px;
  }
  .s-stories .c-stories--top-featured-large .c-stories__details-top {
    padding-bottom: 12px;
  }
  .s-stories .c-stories--top-featured-grid {
    flex: 1 1 100%;
  }
  .s-stories .c-stories--top-featured-grid .c-stories__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .s-stories .c-stories--top-featured-grid .c-stories__item {
    flex: 1 1 50%;
  }
  .s-stories .c-stories--top-featured-grid .c-stories__details {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .s-stories .c-stories--top-featured-large .c-stories__details-top {
    font-size: 0.875rem;
  }
  .s-stories .c-stories--top-featured-large .c-stories__title {
    padding-bottom: 12px;
  }
  .s-stories .c-stories--top-featured-large .c-stories__url {
    font-size: 1.5rem;
    text-transform: uppercase;
  }
  .s-stories .c-stories--top-featured-large .c-stories__teaser {
    font-size: 0.875rem;
  }
  .s-stories .c-stories--top-featured-grid {
    flex: 1 1 100%;
  }
  .s-stories .c-stories--top-featured-grid .c-stories__item {
    flex: 1 1 100%;
    border-bottom: 0.063rem dashed #828282;
    padding: 12px 0;
  }
}
/*** Menu Dropdowns ***/

.s-dropdowns {
  padding: 12px;
}
.s-dropdowns__dropdown {
  height: 60px;
  border: 0.063rem solid #c3c8cd;
}
.s-dropdowns__title {
  width: 180px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #f47920;
  color: black;
  position: relative;
  color: black;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.s-dropdowns__filter {
  height: 100%;
  padding-left: 12px;
  position: relative;
}
.s-dropdowns__filter:before {
  content: '';
  position: absolute;
  height: calc(100% - 2px);
  top: 1px;
  width: 25px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 40%);
  right: 0;
  pointer-events: none;
}
.s-dropdowns__filter:after {
  content: '\e008';
  position: absolute;
  right: 12px;
  color: black;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-family: "sidearm_font_v2";
  pointer-events: none;
}
.s-dropdowns__filter-select {
  height: 100%;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  color: black;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 0 12px;
}
.s-dropdowns__tickets,
.s-dropdowns__donate {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .s-dropdowns__title {
    width: 294px;
  }
}
@media screen and (min-width: 1025px) {
  .s-dropdowns {
    display: flex;
    justify-content: space-around;
    padding: 24px 0;
  }
  .s-dropdowns__title {
    width: 120px;
  }
  .s-dropdowns__tickets,
  .s-dropdowns__shop,
  .s-dropdowns__donate {
    flex: 1;
    padding: 12px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .s-dropdowns__title {
    width: 180px;
  }
}
.c-slideshow__list {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-slideshow__item {
  display: flex !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-color: black;
}
.c-slideshow__title {
  font-family: 'ISU', sans-serif;
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  color: #f47920;
}
.c-slideshow__title span:last-child {
  color: white;
}
.c-slideshow .border-group {
  display: flex;
  width: 100%;
  max-width: 80%;
  flex-direction: column;
  align-items: center;
}
.c-slideshow .border {
  border-bottom: 0.063rem dashed #828282;
  padding: 10px;
  display: block;
}
.c-slideshow .border-1 {
  width: 100%;
}
.c-slideshow .border-2 {
  width: 94%;
}
.c-slideshow .border-3 {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .c-slideshow__title {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-slideshow__item {
    height: 500px;
    background-attachment: fixed;
  }
  .c-slideshow__title {
    font-size: 8rem;
  }
}
.s-videos {
  background-color: white;
  padding: 24px 0;
}
.s-videos__wrapper {
  box-shadow: 0.313rem 0.313rem 0.625rem rgba(0, 0, 0, 0.1);
  border: 0.063rem solid #c3c8cd;
}
.s-videos__header {
  padding: 24px 0;
  margin: 0 24px;
  border-bottom: 0.063rem dashed #828282;
  justify-content: center;
}
.s-videos__title {
  color: black;
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  font-size: 1.313rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  flex: 1 1 100%;
  justify-content: center;
}
.s-videos__title-text {
  margin-right: 24px;
}
.s-videos__link {
  color: black;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.s-videos__link a {
  text-decoration: none;
}
.s-videos__link a:hover,
.s-videos__link a:focus,
.s-videos__link a.sidearm-hover {
  color: #f47920;
}
@media screen and (min-width: 768px) {
  .s-videos__header {
    justify-content: space-between;
  }
  .s-videos__title {
    flex: unset;
    justify-content: unset;
  }
}
.s-videos__sponsor {
  margin-left: auto;
}
.s-videos .c-videos--featured {
  flex-wrap: wrap;
  padding: 0 24px;
}
.s-videos .c-videos--featured .c-videos__featured {
  flex: 1 1 75%;
  -webkit-flex: 1 1 75%;
  min-width: 1px;
  min-height: 1px;
  padding: 24px 0px 24px 24px;
  order: 1;
}
.s-videos .c-videos--featured .c-videos__featured-player {
  padding-bottom: 56.25%;
}
.s-videos .c-videos--featured .c-videos__featured .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-videos .c-videos--featured .c-videos__featured-details {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s-videos .c-videos--featured .c-videos__featured-details-meta {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.09;
  font-style: italic;
  padding-bottom: 24px;
}
.s-videos .c-videos--featured .c-videos__featured-details-divider {
  padding: 0 4px;
}
.s-videos .c-videos--featured .c-videos__featured-details .c-videos__title {
  color: black;
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.25;
  text-transform: uppercase;
  border-bottom: none;
}
.s-videos .c-videos--featured .c-videos__featured-details-subscribe {
  margin-left: auto;
}
.s-videos .c-videos--featured .c-videos__featured-details-subscribe-link {
  padding: 14px 48px;
  color: black;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.25;
  text-transform: uppercase;
  background: #f47920;
  text-decoration: none;
}
.s-videos .c-videos--featured .c-videos__featured-details-subscribe-link:hover,
.s-videos .c-videos--featured .c-videos__featured-details-subscribe-link:focus,
.s-videos .c-videos--featured .c-videos__featured-details-subscribe-link.sidearm-hover {
  background: black;
  color: #f47920;
}
.s-videos .c-videos--featured .c-videos__featured-details-subscribe-image {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: black;
  border: 1px solid #828282;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-videos .c-videos--featured .c-videos__featured-details-subscribe-image img {
  width: 22px;
}
.s-videos .c-videos--featured .c-videos__featured-details-subscribe-text {
  color: black;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  padding-top: 12px;
}
.s-videos .c-videos--featured .c-videos__list {
  flex: 1 1 25%;
  -webkit-flex: 1 1 25%;
  min-width: 1px;
  min-height: 1px;
  padding-top: 24px;
  order: 0;
  flex-direction: column;
}
.s-videos .c-videos--featured .c-videos__list .c-videos__play-btn {
  width: 39px;
  height: 39px;
  transition: .25s;
  border: none;
}
.s-videos .c-videos--featured .c-videos__list .c-videos__play-btn::after {
  content: '\e196';
  color: white;
  font-family: "sidearm_font_v2";
  font-size: 24px;
  transition: .25s;
}
.s-videos .c-videos--featured .c-videos__item {
  flex-wrap: wrap;
  flex: 1 1 33.3334%;
  cursor: pointer;
}
.s-videos .c-videos--featured .c-videos__item:hover .c-videos__play-btn,
.s-videos .c-videos--featured .c-videos__item:focus .c-videos__play-btn,
.s-videos .c-videos--featured .c-videos__item.sidearm-hover .c-videos__play-btn {
  transform: translate(-50%, -50%) scale(1.2);
}
.s-videos .c-videos--featured .c-videos__media-container {
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  min-width: 1px;
  min-height: 1px;
}
.s-videos .c-videos--featured .c-videos__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: black;
}
.s-videos .c-videos--featured .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-videos .c-videos--featured .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  font-size: 0;
  position: absolute;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f47920;
  display: flex;
  justify-content: center;
  border: 2px solid white;
  align-items: center;
  transition: .25s;
  color: white;
}
.s-videos .c-videos--featured .c-videos__play-btn::after {
  content: '\e196';
  color: white;
  font-family: "sidearm_font_v2";
  font-size: 32px;
  transition: .25s;
}
.s-videos .c-videos--featured .c-videos__play-btn:hover,
.s-videos .c-videos--featured .c-videos__play-btn:focus,
.s-videos .c-videos--featured .c-videos__play-btn.sidearm-hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.s-videos .c-videos--featured .c-videos__details {
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  min-width: 1px;
  min-height: 1px;
  padding-top: 12px;
}
.s-videos .c-videos--featured .c-videos__title {
  font-style: italic;
  color: black;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 0.063rem dashed #828282;
}
@media screen and (max-width: 1024px) {
  .s-videos {
    flex: 1 1 100%;
    padding: 12px 0px;
  }
  .s-videos .c-videos--featured .c-videos__featured {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    padding: 24px 0;
    order: unset;
    border-bottom: 0.063rem dashed #828282;
  }
  .s-videos .c-videos--featured .c-videos__featured-details {
    padding-top: 12px;
  }
  .s-videos .c-videos--featured .c-videos__list {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    flex-direction: unset;
    flex-wrap: wrap;
    order: unset;
    margin: 0 -12px;
  }
  .s-videos .c-videos--featured .c-videos__item {
    flex-wrap: wrap;
    flex: 1 1 50%;
    padding: 0 12px;
  }
  .s-videos .c-videos--featured .c-videos__item:first-child,
  .s-videos .c-videos--featured .c-videos__item:nth-child(2) {
    border-bottom: 0.063rem dashed #828282;
    margin-bottom: 24px;
  }
  .s-videos .c-videos--featured .c-videos__title {
    border: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .s-videos__header {
    padding: 12px 0;
    margin: 0 12px;
  }
  .s-videos__title {
    padding-bottom: 24px;
    justify-content: space-between;
  }
  .s-videos .c-videos--featured {
    padding: 12px;
  }
  .s-videos .c-videos--featured .c-videos__featured {
    padding: 0 0 24px 0;
  }
  .s-videos .c-videos--featured .c-videos__featured-details {
    flex-direction: column;
    align-items: initial;
  }
  .s-videos .c-videos--featured .c-videos__featured-details-meta {
    font-size: 0.875rem;
    padding-bottom: 12px;
  }
  .s-videos .c-videos--featured .c-videos__featured-details-subscribe {
    display: flex;
    justify-content: center;
    margin-left: unset;
  }
  .s-videos .c-videos--featured .c-videos__featured-details .c-videos__title {
    font-size: 1.313rem;
  }
  .s-videos .c-videos--featured .c-videos__play-btn {
    width: 48px;
    height: 48px;
  }
  .s-videos .c-videos--featured .c-videos__list {
    padding-top: 12px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .s-videos .c-videos--featured .c-videos__list .c-videos__item {
    flex: 1 1 100%;
  }
  .s-videos .c-videos--featured .c-videos__list .c-videos__item.is-active {
    display: none;
  }
  .s-videos .c-videos--featured .c-videos__list .c-videos__item:first-child,
  .s-videos .c-videos--featured .c-videos__list .c-videos__item:nth-child(2) {
    margin-bottom: 12px;
  }
  .s-videos .c-videos--featured .c-videos__list .c-videos__title {
    margin-bottom: 12px;
  }
}
.c-countdown--horizontal .c-countdown__item {
  background: black;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 12px;
}
.c-countdown--horizontal .c-countdown__header {
  flex: 1 1 70%;
  border-right: 0.063rem dashed #828282;
  padding-right: 12px;
}
.c-countdown--horizontal .c-countdown__header-text {
  color: #f47920;
  font-family: 'Rubik', sans-serif;
  font-size: 1.313rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.25;
  text-transform: uppercase;
  font-style: italic;
  padding-right: 12px;
}
.c-countdown--horizontal .c-countdown__logos {
  flex: 1 1 30%;
  padding-left: 12px;
}
.c-countdown--horizontal .c-countdown__logo {
  width: 68px;
}
.c-countdown--horizontal .c-countdown__details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 100%;
  padding: 12px 0;
  border-bottom: 0.063rem dashed #828282;
}
.c-countdown--horizontal .c-countdown__sport {
  font-style: italic;
  color: white;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding-right: 12px;
}
.c-countdown--horizontal .c-countdown__date-time {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}
.c-countdown--horizontal .c-countdown__divider {
  color: #f47920;
}
.c-countdown--horizontal .c-countdown__time {
  width: 100%;
  justify-content: space-between;
  padding-top: 12px;
}
.c-countdown--horizontal .c-countdown__time-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 48px;
}
.c-countdown--horizontal .c-countdown__time-divider {
  border-right: 0.063rem dashed #828282;
}
.c-countdown--horizontal .c-countdown__time-value {
  font-style: italic;
  color: #f47920;
  font-family: 'Rubik', sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.25;
}
.c-countdown--horizontal .c-countdown__time-label {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.09;
  display: flex;
  justify-content: center;
}
.c-countdown--horizontal .c-countdown__time-label abbr {
  border-bottom: none;
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  .c-countdown--horizontal .c-countdown__item {
    padding: 24px;
    justify-content: center;
  }
  .c-countdown--horizontal .c-countdown__logos {
    display: unset;
    flex: unset;
    padding-left: 24px;
  }
  .c-countdown--horizontal .c-countdown__header {
    flex: unset;
    padding-right: 24px;
  }
  .c-countdown--horizontal .c-countdown__details {
    display: unset;
    flex: unset;
    border: unset;
    padding-left: 24px;
  }
  .c-countdown--horizontal .c-countdown__date-time {
    font-size: 1rem;
  }
  .c-countdown--horizontal .c-countdown__time {
    justify-content: space-around;
    border-top: 0.063rem dashed #828282;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1170px) {
  .c-countdown--horizontal .c-countdown__header {
    height: 72px;
  }
  .c-countdown--horizontal .c-countdown__item {
    justify-content: unset;
    flex-wrap: unset;
  }
  .c-countdown--horizontal .c-countdown__logo {
    width: 76px;
  }
  .c-countdown--horizontal .c-countdown__details {
    margin-right: auto;
  }
  .c-countdown--horizontal .c-countdown__sport {
    padding-bottom: 12px;
  }
  .c-countdown--horizontal .c-countdown__time {
    width: unset;
    margin-top: unset;
    border-top: unset;
  }
  .c-countdown--horizontal .c-countdown__time-item {
    padding: 0 48px;
    width: 152px;
  }
}
.s-scoreboard {
  padding-bottom: 24px;
}
.s-scoreboard__inner {
  box-shadow: 0.313rem 0.313rem 0.625rem rgba(0, 0, 0, 0.1);
  border: 0.063rem solid #c3c8cd;
}
.s-scoreboard__header {
  padding: 24px 0 12px 0;
  margin: 0 12px 12px;
  border-bottom: 0.063rem dashed #828282;
  justify-content: center;
}
.s-scoreboard__title {
  padding-bottom: 24px;
  color: black;
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  font-size: 1.313rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  flex: 1 1 100%;
  justify-content: center;
}
.s-scoreboard__title-text {
  margin-right: 24px;
}
.s-scoreboard__link {
  color: black;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.s-scoreboard__link a {
  text-decoration: none;
}
.s-scoreboard__link a:hover,
.s-scoreboard__link a:focus,
.s-scoreboard__link a.sidearm-hover {
  color: #f47920;
}
@media screen and (min-width: 768px) {
  .s-scoreboard__header {
    justify-content: space-between;
    padding: 36px 0 24px 0;
    margin: 0 24px 24px;
  }
  .s-scoreboard__title {
    flex: unset;
    justify-content: unset;
    padding-bottom: unset;
  }
}
.s-scoreboard .c-scoreboard-data {
  color: white;
}
.s-scoreboard .c-scoreboard__wrapper {
  padding: 0 24px;
}
.s-scoreboard .c-scoreboard--cards-boxy {
  padding-bottom: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.s-scoreboard .c-scoreboard--cards-boxy .slick-list {
  margin: 0 -12px;
  padding-bottom: 24px;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__item {
  display: flex;
  display: -webkit-flex;
  box-shadow: inset 0.063rem 0.063rem 0 #c6c6c6, inset -0.062rem -0.062rem 0 #c6c6c6;
  background: white;
  padding-bottom: 24px;
  margin: 0 12px;
  height: 477px;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__header {
  border: 0.063rem solid #c3c8cd;
  padding: 20px 12px;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__header.upcoming {
  background-color: #c3c8cd;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__header.recent {
  background-color: #f47920;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__date,
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__time {
  font-style: italic;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.09;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__time {
  text-transform: uppercase;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__date-time-divider {
  padding: 0 3px;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__body {
  padding: 0 24px;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__body-middle {
  border-bottom: 0.063rem dashed #828282;
  margin-bottom: 24px;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__logos {
  border-bottom: 0.063rem dashed #828282;
  margin-bottom: 24px;
  position: relative;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__logo {
  padding: 28px 0;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__logo-opponent {
  -webkit-filter: grayscale( 5 );
  filter: grayscale( 5 );
  opacity: .3;
  height: 80px;
  width: 80px;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__logo img {
  max-height: 121px;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__sport {
  color: black;
  font-family: 'Rubik', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__indicator {
  background-color: white;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 22px;
  left: 25%;
  color: black;
  font-family: 'Rubik', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 0.97;
  text-transform: uppercase;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__indicator.home {
  border: 0.125rem solid #f47920;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__indicator.away {
  border: 0.125rem solid #828282;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__opponent {
  padding-bottom: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-style: italic;
  color: black;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.25;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__location,
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__result,
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__livestats {
  padding-bottom: 24px;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__media {
  padding-bottom: 24px;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__media-text {
  color: black;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 0 12px;
  text-decoration: none;
  transition: 0.2s;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__media-text:hover,
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__media-text:focus,
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__media-text.sidearm-hover {
  color: #f47920;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__media-link {
  color: black;
  font-size: 20px;
  padding: 0 14px;
  transition: 0.2s;
}
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__media-link:hover,
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__media-link:focus,
.s-scoreboard .c-scoreboard--cards-boxy .c-scoreboard__media-link.sidearm-hover {
  color: #f47920;
}
.s-scoreboard .c-scoreboard--cards-boxy .slick-prev {
  margin-right: 13px;
}
.s-scoreboard .c-scoreboard--cards-boxy .slick-next {
  margin-left: 13px;
}
.s-awards {
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/isubengals.com/images/responsive_2020/mobile_aotw_bg.png");
  background-size: cover;
  background-position: center;
  padding: 48px 0;
  background-color: rgba(0, 0, 0, 0.95);
}
.s-awards .s-promos {
  overflow: hidden;
  padding-bottom: 31px;
}
.s-awards .s-promos .ads-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.s-awards .s-promos .slick-list {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 0 -12px;
}
.s-awards .s-promos .slick-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
}
.s-awards .s-promos .slick-slide .ad {
  display: block !important;
}
.s-awards .s-promos .slick-slide img {
  display: block;
}
.s-awards .s-promos .slick-slide > div + div {
  margin-top: 12px;
}
.s-awards .s-promos .slick-prev,
.s-awards .s-promos .slick-next,
.s-awards .s-promos .slick-pause-play {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 20px;
}
.s-awards .s-promos .slick-prev {
  margin-right: 72px;
}
.s-awards .s-promos .slick-next {
  margin-left: 72px;
}
@media screen and (min-width: 768px) {
  .s-awards {
    background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/isubengals.com/images/responsive_2020/tablet_aotw_bg.png");
  }
  .s-awards__wrapper {
    width: 100%;
  }
  .s-awards .s-promos {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .s-awards {
    background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/isubengals.com/images/responsive_2020/logo_overlay.png");
  }
  .s-awards__wrapper {
    flex: 0 0 70%;
  }
  .s-awards__dfp-wrapper {
    flex: 0 0 30%;
  }
}
.s-awards .c-awards--standard {
  flex-wrap: wrap;
  padding-bottom: 24px;
  justify-content: center;
  width: 100%;
}
.s-awards .c-awards--standard .c-awards__top {
  width: 100%;
  padding-bottom: 24px;
}
.s-awards .c-awards--standard .c-awards__logo {
  padding-bottom: 24px;
}
.s-awards .c-awards--standard .c-awards__logo img {
  width: 232px;
}
.s-awards .c-awards--standard .c-awards__item {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
}
.s-awards .c-awards--standard .c-awards__item .c-awards__media-container {
  margin-right: 12px;
  margin-left: 24px;
}
.s-awards .c-awards--standard .c-awards__item .c-awards__media {
  box-shadow: -8px 8px 0px 0px #f47920;
}
.s-awards .c-awards--standard .c-awards__item .c-awards__image {
  box-shadow: -0.187rem 0.188rem 0.313rem rgba(0, 0, 0, 0.4);
  width: 155px;
}
.s-awards .c-awards--standard .c-awards__item .c-awards__details {
  order: 0;
  text-align: left;
  flex-grow: 1;
  padding-top: 6px;
}
.s-awards .c-awards--standard .c-awards__name {
  color: white;
  font-family: 'Rubik', sans-serif;
  font-size: 1.313rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  text-decoration: none;
  font-style: italic;
}
.s-awards .c-awards--standard .c-awards__sport {
  padding-top: 23px;
  font-style: italic;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px dashed #828282;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.s-awards .c-awards--standard .c-awards__link {
  display: inline-block;
  color: black;
  background: #f47920;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 36px;
  white-space: nowrap;
}
.s-awards .c-awards--standard .c-awards__link:hover,
.s-awards .c-awards--standard .c-awards__link:focus,
.s-awards .c-awards--standard .c-awards__link.sidearm-hover {
  background: black;
  color: #f47920;
}
@media screen and (min-width: 768px) {
  .s-awards .c-awards--standard .c-awards {
    flex-wrap: nowrap;
    flex: 0 1 49%;
    justify-content: space-between;
  }
  .s-awards .c-awards--standard .c-awards__logo img {
    width: 290px;
  }
  .s-awards .c-awards--standard .c-awards__item {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
  }
  .s-awards .c-awards--standard .c-awards__item .c-awards__media-container {
    margin-right: 12px;
    margin-left: unset;
  }
  .s-awards .c-awards--standard .c-awards__item .c-awards__media {
    box-shadow: -8px 8px 0px 0px #f47920;
  }
  .s-awards .c-awards--standard .c-awards__item .c-awards__image {
    width: 176px;
  }
  .s-awards .c-awards--standard .c-awards__item .c-awards__details {
    order: 0;
    text-align: left;
    flex-grow: 1;
    padding-top: 6px;
  }
  .s-awards .c-awards--standard .c-awards__top {
    flex: 0 1 49%;
  }
  .s-awards .c-awards--standard .c-awards__details {
    padding-left: unset;
    text-align: center;
  }
  .s-awards .c-awards--standard .c-awards__name {
    font-size: 1.563rem;
  }
  .s-awards .c-awards--standard .c-awards__divider {
    margin: 12px auto;
  }
}
@media screen and (min-width: 1025px) {
  .s-awards .c-awards--standard .c-awards {
    padding-bottom: unset;
  }
  .s-awards .c-awards--standard .c-awards__item .c-awards__media-container {
    margin-right: 24px;
  }
}
.s-social {
  padding: 25px 0 0px 0;
  background: #f47920;
}
.s-social .s-social__title {
  color: black;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 24px;
}
.s-social .s-social__inner {
  margin: 0 -12px;
}
.s-social .s-social__col {
  flex: 1 1 auto;
  width: 33.3333%;
  padding: 0 12px;
}
.s-social .s-social__link {
  overflow: hidden;
}
@media screen and (max-width: 1025px) {
  .s-social .s-social__inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .s-social .s-social__col {
    width: 33.33333%;
  }
  .s-social__title {
    padding-top: 12px;
  }
}
@media screen and (max-width: 960px) {
  .s-social .s-social__inner {
    display: block;
  }
  .s-social .s-social__col {
    width: 100%;
  }
  .s-social .s-social__col.s-social__col--links {
    width: 100%;
    height: auto;
  }
  .s-social .s-social__col + .s-social__col {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .s-social {
    padding-bottom: 65px;
  }
}
.c-social__header-icon {
  height: 60px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-social__header-icon span {
  font-size: 30px;
  color: white;
}
.c-social__header-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  background: #c3c8cd;
  padding-right: 12px;
  font-style: italic;
  color: black;
  font-family: 'Rubik', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-social__header-title {
    padding-right: 24px;
  }
}
.c-twitter--slider {
  box-shadow: 0.313rem 0.313rem 0.625rem rgba(0, 0, 0, 0.1);
}
.c-twitter--slider .c-twitter__item {
  box-shadow: inset 0 0.063rem 0 #c6c6c6;
  background-color: white;
}
.c-twitter--slider .c-twitter__media-container {
  position: relative;
  width: 100%;
  height: auto;
  padding-right: 12px;
  max-height: 0;
  overflow: hidden;
  transition: .5s;
}
.c-twitter--slider .c-twitter__media-container.is-visible {
  max-height: 400px;
}
.c-twitter--slider .c-twitter__media-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  height: 100%;
  color: black;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.09;
  text-decoration: underline;
  transition: .25s;
}
.c-twitter--slider .c-twitter__media-button:hover {
  text-decoration: underline;
  color: #f47920;
}
.c-twitter--slider .c-twitter__media-button > span.close {
  display: none;
}
.c-twitter--slider .c-twitter__media-button.is-toggled > span.close {
  display: inline;
}
.c-twitter--slider .c-twitter__media-button.is-toggled > span.open {
  display: none;
}
.c-twitter--slider .c-twitter__user {
  height: 72px;
  box-shadow: inset 0 0.063rem 0 #c6c6c6;
}
.c-twitter--slider .c-twitter__user-image {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin: 0 12px;
}
.c-twitter--slider .c-twitter__user-screen {
  color: black;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  text-decoration: none;
}
.c-twitter--slider .c-twitter__user-screen:hover,
.c-twitter--slider .c-twitter__user-screen:focus,
.c-twitter--slider .c-twitter__user-screen.sidearm-hover {
  color: #f47920;
}
.c-twitter--slider .c-twitter__body {
  overflow: auto;
  height: 228px;
  max-height: 228px;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 12px;
}
.c-twitter--slider .c-twitter__actions-item {
  color: black;
  font-size: 24px;
  font-weight: 700px;
}
.c-twitter--slider .c-twitter__actions-link:hover,
.c-twitter--slider .c-twitter__actions-link:focus,
.c-twitter--slider .c-twitter__actions-link.sidearm-hover {
  color: #f47920;
}
.c-facebook--slider {
  box-shadow: 0.313rem 0.313rem 0.625rem rgba(0, 0, 0, 0.1);
}
.c-facebook--slider .c-facebook__item {
  box-shadow: inset 0 0.063rem 0 #c6c6c6;
  background-color: white;
}
.c-facebook--slider .c-facebook__item-inner {
  position: relative;
}
.c-facebook--slider .c-facebook__media-container {
  position: relative;
  width: 100%;
  height: auto;
  padding-right: 12px;
  max-height: 0;
  overflow: hidden;
  transition: .5s;
}
.c-facebook--slider .c-facebook__media-container.is-visible {
  max-height: 400px;
}
.c-facebook--slider .c-facebook__media-container.is-visible + .c-facebook__body-text {
  margin: 12px 12px 0 0;
}
.c-facebook--slider .c-facebook__media-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  height: 100%;
  color: black;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.09;
  text-decoration: underline;
  transition: .25s;
}
.c-facebook--slider .c-facebook__media-button:hover {
  text-decoration: underline;
  color: #f47920;
}
.c-facebook--slider .c-facebook__media-button > span.close {
  display: none;
}
.c-facebook--slider .c-facebook__media-button.is-toggled > span.close {
  display: inline;
}
.c-facebook--slider .c-facebook__media-button.is-toggled > span.open {
  display: none;
}
.c-facebook--slider .c-facebook__body {
  overflow: auto;
  height: 228px;
  max-height: 228px;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 12px;
}
.c-facebook--slider .c-facebook__user {
  height: 72px;
  box-shadow: inset 0 0.063rem 0 #c6c6c6;
}
.c-facebook--slider .c-facebook__user__logo {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin: 0 12px;
}
.c-facebook--slider .c-facebook__user__screen-name {
  color: black;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  text-decoration: none;
}
.c-facebook--slider .c-facebook__user__screen-name:hover,
.c-facebook--slider .c-facebook__user__screen-name:focus,
.c-facebook--slider .c-facebook__user__screen-name.sidearm-hover {
  color: #f47920;
}
.c-facebook--slider .c-facebook__like {
  font-size: 36px;
}
.c-facebook--slider .c-facebook__like a:hover,
.c-facebook--slider .c-facebook__like a:focus,
.c-facebook--slider .c-facebook__like a.sidearm-hover {
  color: #f47920;
}
.s-instagram .flex-column {
  box-shadow: 0.313rem 0.313rem 0.625rem rgba(0, 0, 0, 0.1);
}
.c-instagram {
  box-shadow: 0.313rem 0.313rem 0.625rem rgba(0, 0, 0, 0.1);
  background: white;
}
.c-instagram__item {
  background-color: white;
}
.c-instagram__body {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  height: 228px;
  max-height: 228px;
}
.c-instagram__image {
  max-height: 204px;
}
.c-instagram__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-instagram__user {
  height: 72px;
  background: white;
  box-shadow: inset 0 0.063rem 0 #c6c6c6;
}
.c-instagram__user-picture {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin: 0 12px;
}
.c-instagram__user-username {
  color: black;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  text-decoration: none;
}
.c-instagram__user-username:hover,
.c-instagram__user-username:focus,
.c-instagram__user-username.sidearm-hover {
  color: #f47920;
}
.c-instagram__meta {
  padding-right: 12px;
  font-size: 36px;
}
.c-instagram__meta a:hover,
.c-instagram__meta a:focus,
.c-instagram__meta a.sidearm-hover {
  color: #f47920;
}
.s-sponsors {
  overflow: hidden;
  padding-bottom: 31px;
  background: white;
}
.s-sponsors .ads-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.s-sponsors .slick-list {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 0 -12px;
  padding: 24px 0 36px 0;
}
.s-sponsors .slick-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 12px;
}
.s-sponsors .slick-slide .ad {
  display: block !important;
}
.s-sponsors .slick-slide img {
  display: block;
}
.s-sponsors .slick-slide > div + div {
  margin-top: 12px;
}
.s-sponsors .slick-prev,
.s-sponsors .slick-next,
.s-sponsors .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
  transition: 0.15s;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-sponsors .slick-prev::after,
.s-sponsors .slick-next::after,
.s-sponsors .slick-pause-play::after {
  font: 400 1rem/0 "sidearm_font_v2";
}
.s-sponsors .slick-prev:hover,
.s-sponsors .slick-next:hover,
.s-sponsors .slick-pause-play:hover {
  color: #f47920;
}
.s-sponsors .slick-prev::after {
  content: "\e029";
  padding-right: 3px;
  font-size: 32px;
}
.s-sponsors .slick-next {
  order: 3;
}
.s-sponsors .slick-next::after {
  content: "\e030";
  padding-left: 3px;
  font-size: 32px;
}
.s-sponsors .slick-pause-play {
  order: 2;
}
.s-sponsors .slick-pause-play::after {
  content: "\e200";
  padding-left: 3px;
  font-size: 20px;
}
.s-sponsors .slick-play::after {
  content: "\e050";
  padding-left: 3px;
  font-size: 22px;
}
.s-sponsors .slick-prev,
.s-sponsors .slick-next,
.s-sponsors .slick-pause-play {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .s-sponsors .slick-pause-play {
    padding-left: 10px;
  }
  .s-sponsors .slick-next {
    padding-left: 24px;
  }
  .s-sponsors .slick-dots {
    margin: 0 12px;
  }
  .s-sponsors .ads-container {
    max-width: 1440px;
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.main-footer {
  background-color: white;
}
.main-footer__logos {
  flex-wrap: wrap;
  align-items: center;
  border-top: 0.063rem dashed #828282;
}
.main-footer__logo {
  flex: 1 1 100%;
  transition: 0.25s;
  margin: 12px 0;
}
.main-footer__info {
  box-shadow: inset 0 0.063rem 0 #c6c6c6;
  height: 60px;
}
.main-footer__copyright {
  font-style: italic;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .main-footer__logos {
    flex-wrap: unset;
    height: 150px;
  }
  .main-footer__logo {
    flex: unset;
    padding: 0 48px;
    height: 150px;
    border-bottom: unset;
  }
  .main-footer__logo:not(first-child) {
    box-shadow: unset;
  }
}
.common-footer__wrapper {
  background: black;
}
