@font-face {
  font-family: 'vanguardcf-extrabold';
  src: url('//fonts.sidearmsports.com/custom_fonts/waynestate/vanguardcf-extrabold-webfont.woff2') format('woff2'), url('//fonts.sidearmsports.com/custom_fonts/waynestate/vanguardcf-extrabold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Wayne Display';
  src: url('//fonts.sidearmsports.com/custom_fonts/waynestate/WayneDisplay-Bold.woff2') format('woff2'), url('//fonts.sidearmsports.com/custom_fonts/waynestate/WayneDisplay-Bold.woff') format('woff');
}
body {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
}
.container {
  max-width: 1504px;
  margin: auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.main-header {
  background-color: #0d322a;
  position: relative;
}
.main-header__text {
  font-family: 'Wayne Display', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 3px;
  text-align: left;
  margin-left: 16px;
  color: white;
  white-space: nowrap;
  display: block;
  opacity: 0;
  transition: all .4s;
}
.main-header__text span {
  color: #ffca1e;
}
.main-header__text.top {
  opacity: 1;
}
.main-header__text.not-top {
  opacity: 0;
  display: none;
  font-family: 'Wayne Display', sans-serif;
}
.main-header__text-wrap {
  transition: all 2s;
}
.main-header__text-wrap.top {
  opacity: 1;
}
.main-header__text-wrap.not-top {
  opacity: 0;
}
.main-header__logo {
  margin-left: 32px;
}
@media screen and (max-width: 1024px) {
  .main-header__logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 1440px) {
  .main-header__logo {
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .main-header__logo {
    flex: 0 0 296px;
    -webkit-flex: 0 0 296px;
    min-width: 1px;
    min-height: 1px;
  }
}
.main-header__search {
  margin-right: 32px;
}
@media screen and (max-width: 1440px) {
  .main-header__search {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__search {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-header__search {
    margin-left: auto;
    margin-right: 16px;
  }
}
.main-header .main-navigation {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .main-header .main-navigation {
    margin-left: unset;
  }
}
.main-header .container {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main-header .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.main-header__menu-row {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .main-header__menu-row .container {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-header__search .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/*******************************************************************/

/*********************************************/

/*Stories Video*/

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

.main-header {
  z-index: 999;
}
.main-header__logo {
  display: flex;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.main-header__logo-link {
  display: block;
}
.main-header__logo-img {
  width: 44px;
  min-width: 44px;
  height: 40px;
}
.main-header__sport {
  background: #ffca1e;
  height: 62px;
  position: relative;
}
.main-header__sport .container {
  position: relative;
}
/******************************************************************/

.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;
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  color: white;
  padding: 24px;
  padding-bottom: 21px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.c-navigation--main .c-navigation__toggle span.sidearm-icon {
  height: 16px;
  width: 16px;
  color: #ffca1e;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .c-navigation--main .c-navigation__toggle span.sidearm-icon {
    height: 24px;
    width: 24px;
    font-size: 24px;
    line-height: 24px;
    color: white;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-navigation--main .c-navigation__toggle {
    height: 56px;
    width: 56px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  .c-navigation--main .c-navigation__toggle:before {
    content: "";
    height: 4px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #ffca1e;
    position: absolute;
    opacity: 0;
    transition: all .4s;
  }
}
.c-navigation--main .c-navigation__toggle:hover:before,
.c-navigation--main .c-navigation__toggle.is-toggled:before,
.c-navigation--main .c-navigation__toggle:focus:before,
.c-navigation--main .c-navigation__toggle.sidearm-hover:before {
  opacity: 1;
}
.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 {
  opacity: 1;
}
.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);
}
.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__item--level-1.c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.c-navigation__parent .c-navigation__url--level-1:after {
  content: "\e020";
  font-family: sidearm_font_v2;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  color: #ffca1e;
  transition: all .4s;
  margin-left: 4px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1 {
  white-space: nowrap;
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  color: white;
  text-transform: uppercase;
  padding: 24px;
  padding-bottom: 23px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .c-navigation--main .c-navigation-desktop .c-navigation__url--level-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1:before {
  content: "";
  height: 6px;
  width: 100%;
  background-color: #ffca1e;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: 0;
  transition: all .4s;
  opacity: 0;
  z-index: 9;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  background-color: white;
  padding-top: 32px;
  padding-bottom: 32px;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.12);
  overflow: auto;
  max-height: calc(100vh - 77px);
}
.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: 1504px;
  margin: auto;
  padding-left: 32px;
  padding-right: 32px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__column {
  flex: 0 1 50%;
  margin-left: 16px;
  margin-right: 16px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__column:first-of-type {
  margin-left: 0;
}
.c-navigation--main .c-navigation-desktop .c-navigation__column:last-of-type {
  margin-right: 0;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 16px;
  box-shadow: inset 0px -1px 0px #e0e0e0;
  background-color: white;
  transition: all .4s;
}
.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-color: #0d322a;
}
.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: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__separator {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: #0d322a;
  padding-top: 0;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2 {
  font-family: Mundial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  transition: all .4s;
  color: #666666;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
  color: #0d322a;
}
.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,
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:focus {
  text-decoration: underline;
}
.c-navigation--main .c-navigation-desktop .c-navigation__schedule-roster-news {
  margin-right: 16px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social {
  width: 19px;
  height: 19px;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  font-size: 19px;
  line-height: 19px;
  margin-left: 16px;
  color: #0d322a;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social[href] {
  visibility: visible;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social::before {
  font-family: sidearm_font_v2;
}
.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::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: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  height: 100vh;
  background-color: white;
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 75px);
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 56px);
  }
}
.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: 16px;
  content: '\e020';
  transform: rotate(-90deg);
  color: #0d322a;
  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(0deg);
  transition: transform .25s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a;
  background-color: white;
  padding: 16px;
  box-shadow: inset 0px -1px 0px #e0e0e0;
  transition: all .4s;
}
.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 {
  box-shadow: inset 0px -4px 0px #0d322a;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
  background: #f7f7f7;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2 {
  padding-left: 16px;
  padding-right: 16px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2:first-of-type {
  margin-top: 32px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2:first-of-type .c-navigation__url--level-2 {
  box-shadow: inset 0px -1px 0px #e0e0e0, inset 0px 1px 0px #e0e0e0;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2:last-of-type {
  margin-bottom: 32px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__separator {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: #0d322a;
  margin-left: 16px;
  margin-right: 16px;
  box-shadow: inset 0px -1px 0px #e0e0e0;
  padding-bottom: 17px;
  background: #f7f7f7;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2 {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a;
  padding: 16px;
  box-shadow: inset 0px -1px 0px #e0e0e0;
  background: #f7f7f7;
  display: block;
}
.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 {
  text-decoration: underline;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--main .c-navigation-mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
/******************************************************************/

.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 {
  margin-left: 32px;
  margin-right: 32px;
}
@media screen and (max-width: 1024px) {
  .c-navigation--sport.c-navigation--desktop .c-navigation__level-1 {
    margin: 0;
  }
}
.c-navigation--sport.c-navigation--desktop .c-navigation__additional:hover .sf-arrows-round-down,
.c-navigation--sport.c-navigation--desktop .c-navigation__additional:focus .sf-arrows-round-down {
  transform: rotate(-180deg);
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-right: auto !important;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #0d322a;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1:hover,
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1:focus {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  margin-right: 16px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:last-of-type {
  margin-right: 0;
}
.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;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a;
  padding-bottom: 19px;
  padding-top: 19px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1:focus,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1:hover {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  overflow: auto;
  width: 350px;
  background-color: white;
  max-height: calc(100vh - 139px);
  overflow: auto;
  z-index: 99;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1024px) {
  .c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
    max-height: calc(100vh - 137px);
  }
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2.is-open {
  left: auto;
  right: 0;
  opacity: 1;
  transition: 0s;
}
@media screen and (max-width: 1024px) {
  
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-2:not(:last-of-type) {
  border-bottom: 1px solid #eaeaea;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  display: block;
  background-color: white;
  transition: all .4s;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a;
  padding-bottom: 19px;
  padding-top: 19px;
  padding: 16px 10px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:focus,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2.sidearm-hover {
  background-color: #ffca1e;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #0d322a;
  text-decoration: unset;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:focus,
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link.sidearm-hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle.is-toggled .sidearm-icon {
  transform: rotate(180deg);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  height: 100vh;
  z-index: 999999;
  background: #0d322a;
  box-shadow: inset 0px 1px 0px #e0e0e0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 137px);
  overflow: auto;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 118px);
  }
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-1 {
  position: relative;
  box-shadow: inset 0px -1px 0px #e0e0e0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #ffca1e;
  padding: 16px;
  display: block;
  text-decoration: unset;
  background: #0d322a;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:focus {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
  background-color: white;
}
.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 {
  box-shadow: inset 0px -1px 0px #e0e0e0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a;
  padding: 16px;
  display: block;
  text-decoration: unset;
  background-color: #ffca1e;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:focus {
  text-decoration: underline;
}
@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 {
  height: 100%;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  margin-left: 16px;
}
@media screen and (max-width: 1024px) {
  .c-search--overlay {
    margin-left: 0;
  }
}
.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;
  display: block;
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  border-radius: 100%;
  background-color: #ffca1e;
  transition: all .4s;
}
.c-search--overlay .c-search__toggle .sidearm-icon {
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  color: #0d322a;
  transition: all .4s;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.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 {
  background-color: white;
}
.c-search--overlay .c-search__popout {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  transition: opacity .25s;
  width: 250px;
  height: 40px;
  background: black;
  line-height: 20px;
  padding: 10px 24px;
}
.c-search--overlay .c-search__popout .accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.c-search--overlay .c-search__overlay {
  background: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -99999px;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
}
.c-search--overlay .c-search__overlay .accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.c-search--overlay .c-search__overlay.is-open {
  left: 0;
}
.c-search--overlay .c-search__overlay.is-open .c-search__text-wrap {
  opacity: 1;
  transform: none;
}
.c-search--overlay .c-search__overlay.is-open .c-search__close {
  visibility: visible;
  opacity: 1;
  transition: all .4s;
  border: 1px solid white;
}
.c-search--overlay .c-search__overlay.is-open .c-search__close:hover,
.c-search--overlay .c-search__overlay.is-open .c-search__close:focus,
.c-search--overlay .c-search__overlay.is-open .c-search__close.sidearm-hover {
  background-color: white;
  color: black;
}
.c-search--overlay .c-search__overlay.is-open .c-search__close span {
  position: relative;
  /*bottom:2px;*/

}
.c-search--overlay .c-search__text-wrap {
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  height: 72px;
  margin: 0 auto;
  max-width: 540px;
  display: flex;
  opacity: 0;
  transform: translateY(48px);
  transition: .25s .25s;
}
.c-search--overlay .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: #494949;
  padding: 0 24px;
  font-size: 1.5rem;
  transition: .25s;
  background: white;
}
.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;
  display: block;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  transition: .25s;
  font-size: 1.5rem;
  width: 85px;
  background: #26262e;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: black;
}
.c-search--overlay .c-search__submit[disabled] {
  cursor: not-allowed;
  background: #6f6f6f;
  color: white;
}
.c-search--overlay .c-search__submit:not([disabled]):hover,
.c-search--overlay .c-search__submit:not([disabled]):focus,
.c-search--overlay .c-search__submit:not([disabled]).sidearm-hover {
  color: black;
  background: #ffca1e;
}
.c-search--overlay .c-search__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid white;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  font-size: 1rem;
  transition: .25s;
}
/****************************************************************************/

.s-stories {
  padding-top: 32px;
}
@media screen and (max-width: 1024px) {
  .s-stories .c-stories > .flex {
    flex-wrap: wrap;
  }
}
.s-stories__title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s-stories__title {
  font-family: 'Tomorrow', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a !important;
  text-transform: uppercase;
}
.s-stories__archive {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a !important;
  text-transform: uppercase;
  text-decoration: unset;
  position: relative;
  padding-bottom: 4px;
  margin-top: -4px;
}
.s-stories__archive:before {
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffca1e;
  left: 0;
  bottom: 0px;
  content: "";
}
.s-stories__archive:hover,
.s-stories__archive:focus {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .s-stories {
    padding-top: 32px;
  }
}
.c-stories--list .c-stories__list:first-of-type {
  flex: 0 1 1048px;
  -webkit-flex: 0 1 1048px;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 1024px) {
  .c-stories--list .c-stories__list:first-of-type {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
.c-stories--list .c-stories__list:last-of-type {
  flex: 0 0 360px;
  -webkit-flex: 0 0 360px;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 1220px) {
  .c-stories--list .c-stories__list:last-of-type {
    flex: 0 0 330px;
    -webkit-flex: 0 0 330px;
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (max-width: 1024px) {
  .c-stories--list .c-stories__list:last-of-type {
    margin-left: 0;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
.c-stories--list .c-stories__list--side-list {
  margin-left: 32px;
}
.c-stories--list .c-stories__list--side-list .c-stories__url {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a;
  text-transform: uppercase;
}
.c-stories--list .c-stories__list--side-list .c-stories__url:hover,
.c-stories--list .c-stories__list--side-list .c-stories__url:focus {
  text-decoration: underline;
}
@media screen and (max-width: 1220px) {
  .c-stories--list .c-stories__list--side-list .c-stories__url {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--list .c-stories__list--side-list .c-stories__url {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-stories--list .c-stories__list--side-list .c-stories__sport-row {
  display: flex;
  display: flex;
  align-items: center;
}
.c-stories--list .c-stories__list--side-list .c-stories__sport,
.c-stories--list .c-stories__list--side-list .c-stories__date {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #666666;
}
@media screen and (max-width: 1024px) {
  .c-stories--list .c-stories__list--side-list .c-stories__sport,
  .c-stories--list .c-stories__list--side-list .c-stories__date {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--list .c-stories__list--side-list .c-stories__sport,
  .c-stories--list .c-stories__list--side-list .c-stories__date {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-stories--list .c-stories__list--side-list .c-stories__separator {
  margin: 0 4px;
  height: 15px;
  width: 1px;
  background: #666666;
}
@media screen and (max-width: 1024px) {
  .c-stories--list .c-stories__list--side-list .c-stories__separator {
    height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .c-stories--list .c-stories__list--side-list .c-stories__separator {
    height: 15px;
  }
}
@media screen and (max-width: 1220px) {
  .c-stories--list .c-stories__list--side-list {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .c-stories--list .c-stories__list--side-list {
    margin-left: 0;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
.c-stories--list .c-stories__item {
  position: relative;
}
.c-stories--list .c-stories__item .c-stories__item-title {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: #0d322a;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .c-stories--list .c-stories__item .c-stories__item-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--list .c-stories__item .c-stories__item-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-stories--list .c-stories__item--title-item {
  display: flex;
  align-items: center;
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .c-stories--list .c-stories__item--title-item {
    padding: 0 !important;
    border: unset !important;
  }
}
.c-stories--list .c-stories__item:not(.c-stories__item---first) {
  border-bottom: 1px solid #eaeaea;
  padding: 16px 0;
}
.c-stories--list .c-stories__item:first-of-type {
  border-top: 0;
}
@media screen and (min-width: 768px) {
  .c-stories--list .c-stories__item--first {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--list .c-stories__item--first {
    flex-wrap: wrap;
  }
}
.c-stories--list .c-stories__item--first .c-stories__details {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px;
  padding-top: 64px;
  background: linear-gradient(180deg, rgba(13, 50, 42, 0) 0%, rgba(13, 50, 42, 0.6) 36.98%, #0d322a 100%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-stories--list .c-stories__item--first .c-stories__details {
    background: white;
    position: relative;
    padding: 0;
    padding-top: 16px;
    padding-bottom: 0;
  }
}
.c-stories--list .c-stories__item--first .c-stories__url {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: white;
  display: inline-block;
}
.c-stories--list .c-stories__item--first .c-stories__url:hover,
.c-stories--list .c-stories__item--first .c-stories__url:focus {
  text-decoration: underline;
}
@media screen and (max-width: 1220px) {
  .c-stories--list .c-stories__item--first .c-stories__url {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--list .c-stories__item--first .c-stories__url {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: left;
    color: #0d322a;
  }
}
.c-stories--list .c-stories__item--first .c-stories__sport-row {
  display: flex;
  display: flex;
  align-items: center;
}
.c-stories--list .c-stories__item--first .c-stories__sport,
.c-stories--list .c-stories__item--first .c-stories__date {
  font-family: Mundial;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: white;
}
@media screen and (max-width: 1024px) {
  .c-stories--list .c-stories__item--first .c-stories__sport,
  .c-stories--list .c-stories__item--first .c-stories__date {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--list .c-stories__item--first .c-stories__sport,
  .c-stories--list .c-stories__item--first .c-stories__date {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    color: #666666;
  }
}
.c-stories--list .c-stories__item--first .c-stories__separator {
  margin: 0 4px;
  height: 15px;
  width: 1px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .c-stories--list .c-stories__item--first .c-stories__separator {
    background-color: #666666;
  }
}
.c-stories--list .c-stories__media-container {
  flex: 1 1 33.3333%;
  -webkit-flex: 1 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 767px) {
  .c-stories--list .c-stories__media-container {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
.c-stories--list .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}
.c-stories--list .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-stories--list .c-stories__details {
  flex: 1 1 66.6667%;
  -webkit-flex: 1 1 66.6667%;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 767px) {
  .c-stories--list .c-stories__details {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
.c-stories--list .c-stories__title {
  margin: 0;
}
.c-stories--list .c-stories__url {
  text-decoration: none;
}
.c-stories--new .c-stories__list:first-of-type {
  flex: 0 1 1048px;
  -webkit-flex: 0 1 1048px;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 1024px) {
  .c-stories--new .c-stories__list:first-of-type {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (max-width: 1220px) {
  .c-stories--new .c-stories__list:last-of-type {
    flex: 0 0 330px;
    -webkit-flex: 0 0 330px;
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (max-width: 1024px) {
  .c-stories--new .c-stories__list:last-of-type {
    margin-left: 0;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
.c-stories--new .c-stories__list--side-list .c-stories__url {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a;
  text-transform: uppercase;
}
.c-stories--new .c-stories__list--side-list .c-stories__url:hover,
.c-stories--new .c-stories__list--side-list .c-stories__url:focus {
  text-decoration: underline;
}
@media screen and (max-width: 1220px) {
  .c-stories--new .c-stories__list--side-list .c-stories__url {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--new .c-stories__list--side-list .c-stories__url {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-stories--new .c-stories__list--side-list .c-stories__sport-row {
  display: flex;
  display: flex;
  align-items: center;
}
.c-stories--new .c-stories__list--side-list .c-stories__sport,
.c-stories--new .c-stories__list--side-list .c-stories__date {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #666666;
}
@media screen and (max-width: 1024px) {
  .c-stories--new .c-stories__list--side-list .c-stories__sport,
  .c-stories--new .c-stories__list--side-list .c-stories__date {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--new .c-stories__list--side-list .c-stories__sport,
  .c-stories--new .c-stories__list--side-list .c-stories__date {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-stories--new .c-stories__list--side-list .c-stories__separator {
  margin: 0 4px;
  height: 15px;
  width: 1px;
  background: #666666;
}
@media screen and (max-width: 1024px) {
  .c-stories--new .c-stories__list--side-list .c-stories__separator {
    height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .c-stories--new .c-stories__list--side-list .c-stories__separator {
    height: 15px;
  }
}
@media screen and (max-width: 1220px) {
  .c-stories--new .c-stories__list--side-list {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .c-stories--new .c-stories__list--side-list {
    margin-left: 0;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
.c-stories--new .c-stories__item {
  position: relative;
}
.c-stories--new .c-stories__item .c-stories__item-title {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: #0d322a;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .c-stories--new .c-stories__item .c-stories__item-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--new .c-stories__item .c-stories__item-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-stories--new .c-stories__item--title-item {
  display: flex;
  align-items: center;
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .c-stories--new .c-stories__item--title-item {
    padding: 0 !important;
    border: unset !important;
  }
}
.c-stories--new .c-stories__item:not(.c-stories__item---first) {
  border-bottom: 1px solid #eaeaea;
  padding: 16px 0 16px 32px;
}
.c-stories--new .c-stories__item:first-of-type {
  border-top: 0;
}
@media screen and (min-width: 768px) {
  .c-stories--new .c-stories__item--first {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--new .c-stories__item--first {
    flex-wrap: wrap;
  }
}
.c-stories--new .c-stories__item--first .c-stories__details {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px;
  padding-top: 64px;
  background: linear-gradient(180deg, rgba(13, 50, 42, 0) 0%, rgba(13, 50, 42, 0.6) 36.98%, #0d322a 100%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-stories--new .c-stories__item--first .c-stories__details {
    background: white;
    position: relative;
    padding: 0;
    padding-top: 16px;
    padding-bottom: 0;
  }
}
.c-stories--new .c-stories__item--first .c-stories__url {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: white;
  display: inline-block;
}
.c-stories--new .c-stories__item--first .c-stories__url:hover,
.c-stories--new .c-stories__item--first .c-stories__url:focus {
  text-decoration: underline;
}
@media screen and (max-width: 1220px) {
  .c-stories--new .c-stories__item--first .c-stories__url {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--new .c-stories__item--first .c-stories__url {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: left;
    color: #0d322a;
  }
}
.c-stories--new .c-stories__item--first .c-stories__sport-row {
  display: flex;
  display: flex;
  align-items: center;
}
.c-stories--new .c-stories__item--first .c-stories__sport,
.c-stories--new .c-stories__item--first .c-stories__date {
  font-family: Mundial;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: white;
}
@media screen and (max-width: 1024px) {
  .c-stories--new .c-stories__item--first .c-stories__sport,
  .c-stories--new .c-stories__item--first .c-stories__date {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--new .c-stories__item--first .c-stories__sport,
  .c-stories--new .c-stories__item--first .c-stories__date {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    color: #666666;
  }
}
.c-stories--new .c-stories__item--first .c-stories__separator {
  margin: 0 4px;
  height: 15px;
  width: 1px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .c-stories--new .c-stories__item--first .c-stories__separator {
    background-color: #666666;
  }
}
.c-stories--new .c-stories__media-container {
  flex: 1 1 33.3333%;
  -webkit-flex: 1 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 767px) {
  .c-stories--new .c-stories__media-container {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
.c-stories--new .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}
.c-stories--new .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-stories--new .c-stories__details {
  flex: 1 1 66.6667%;
  -webkit-flex: 1 1 66.6667%;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 767px) {
  .c-stories--new .c-stories__details {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
.c-stories--new .c-stories__title {
  margin: 0;
}
.c-stories--new .c-stories__url {
  text-decoration: none;
}
.c-stories--new .c-stories__header {
  font-family: 'Tomorrow', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: #0d322a;
  margin-right: 16px;
  display: flex;
  align-items: center;
  padding-left: 32px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .c-stories--new .c-stories__header {
    font-size: 46px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--new .c-stories__header {
    font-size: 46px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-stories--new .c-stories__header-title {
  display: flex;
  align-items: center;
  margin-right: 16px;
  white-space: nowrap;
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .c-stories--new .c-stories__header-title {
    padding: 0 !important;
    border: unset !important;
  }
}
.c-stories--new .c-stories__header .ads-container {
  display: flex;
  align-items: center;
}
.c-stories--new .c-stories__side {
  flex: 0 0 392px;
  -webkit-flex: 0 0 392px;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--new .c-stories__side-list .c-stories__item {
  padding: 0;
  border-bottom: 0;
}
.c-stories--new .c-stories__side-list .c-stories__item-inner {
  padding: 16px 0;
  margin-left: 32px;
  border-bottom: 1px solid #eaeaea;
}
.c-stories--new .c-stories__side-list .c-stories__details {
  height: 100%;
}
.c-stories--new .c-stories__side-list .c-stories__active {
  background-color: #0d322a;
  color: white;
}
.c-stories--new .c-stories__side-list .c-stories__active .c-stories__sport {
  color: white;
}
.c-stories--new .c-stories__side-list .c-stories__active .c-stories__date {
  color: white;
}
.c-stories--new .c-stories__side-list .c-stories__active .c-stories__separator {
  color: white;
}
.c-stories--new .c-stories__side-list .c-stories__active .c-stories__url {
  color: white;
}
.c-stories--new .c-stories__side-list .c-stories__active .c-stories__item-inner {
  border-bottom: none;
}
.s-dfp1 {
  margin: 32px 0;
}
.s-dfp1 div {
  margin: auto;
}
.c-stories--grid {
  margin-top: 16px;
}
.c-stories--grid .c-stories__item {
  position: relative;
  margin-left: 16px;
  margin-right: 16px;
  width: calc(33.3333% - 21.3333333333px);
  display: block;
}
@media screen and (max-width: 1024px) {
  .c-stories--grid .c-stories__item {
    width: 100%;
    margin: 0;
    margin-bottom: 32px;
  }
  .c-stories--grid .c-stories__item:last-of-type {
    margin-bottom: 0;
  }
}
.c-stories--grid .c-stories__item:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .c-stories--grid .c-stories__item:first-of-type {
    margin-left: 0;
  }
}
.c-stories--grid .c-stories__item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .c-stories--grid .c-stories__item:last-of-type {
    margin-right: 0;
  }
}
.c-stories--grid .c-stories__media-container {
  margin-bottom: 16px;
}
.c-stories--grid .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}
.c-stories--grid .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-stories--grid .c-stories__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--grid .c-stories__title {
  font-family: 'Tomorrow', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a;
  text-decoration: unset;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .c-stories--grid .c-stories__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767) {
  .c-stories--grid .c-stories__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-stories--grid .c-stories__sport-row {
  display: flex;
  display: flex;
  align-items: center;
}
.c-stories--grid .c-stories__sport,
.c-stories--grid .c-stories__date {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #666666;
}
.c-stories--grid .c-stories__separator {
  margin: 0 4px;
  width: 1px;
  height: 15px;
  background: #666666;
}
.c-stories--grid .c-stories__url {
  text-decoration: unset;
}
.c-stories--grid .c-stories__url:hover,
.c-stories--grid .c-stories__url:focus,
.c-stories--grid .c-stories__url.sidearm-hover {
  text-decoration: underline;
}
/**************************************************************************/

.s-promo {
  margin-top: 42.30px;
  position: relative;
  background-color: #0d322a;
}
@media screen and (max-width: 1024px) {
  .s-promo {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .s-promo {
    margin-top: 32px;
  }
}
.s-promo .slick-slide img {
  width: 100%;
}
.s-promo .slick-track {
  border-bottom: 1px solid #31514a;
}
.s-promo .slick-prev,
.s-promo .slick-next,
.s-promo .slick-pause-play {
  position: absolute;
  left: max(24px, calc((100vw - 1440px)/2));
  bottom: 0;
  height: 56px;
  border: unset;
  width: calc(1440px / 3);
  border-left: 1px solid #31514a;
  background: #0d322a;
  color: white;
  font-size: 0;
  transition: all .4s;
}
.s-promo .slick-prev:before,
.s-promo .slick-next:before,
.s-promo .slick-pause-play:before {
  color: white;
  font-family: sidearm_font_v2;
  transition: all .4s;
  height: 24px;
  width: 24px;
  font-size: 24px;
  line-height: 24px;
  transition: all .4s;
}
.s-promo .slick-prev:before,
.s-promo .slick-next:before,
.s-promo .slick-pause-play:before {
  content: "\e017";
}
.s-promo .slick-prev:hover,
.s-promo .slick-next:hover,
.s-promo .slick-pause-play:hover,
.s-promo .slick-prev:focus,
.s-promo .slick-next:focus,
.s-promo .slick-pause-play:focus {
  background: #ffca1e;
}
.s-promo .slick-prev:hover:before,
.s-promo .slick-next:hover:before,
.s-promo .slick-pause-play:hover:before,
.s-promo .slick-prev:focus:before,
.s-promo .slick-next:focus:before,
.s-promo .slick-pause-play:focus:before {
  color: #0d322a;
}
@media screen and (max-width: 1441px) {
  .s-promo .slick-prev,
  .s-promo .slick-next,
  .s-promo .slick-pause-play {
    width: calc(100% / 3);
    left: 0;
  }
}
.s-promo .slick-next {
  left: unset;
  right: max(24px, calc((100vw - 1440px)/2));
  border-right: 1px solid #31514a;
}
.s-promo .slick-next:before {
  content: "\e018";
}
@media screen and (max-width: 1441px) {
  .s-promo .slick-next {
    right: 0;
  }
}
.s-promo .slick-pause-play {
  left: 50%;
  transform: translateX(-50%);
}
.s-promo .slick-pause-play:before {
  content: "\e200";
}
.s-promo .slick-pause-play.slick-play:before {
  content: "\e050";
}
/**************************************************************************/

.s-galleries {
  padding: 64px 0;
  padding-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .s-galleries {
    padding: 32px 0;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .s-galleries {
    padding-bottom: 0;
  }
}
.s-galleries__title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .s-galleries__title-row {
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
}
.s-galleries__title {
  font-family: 'Tomorrow', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a !important;
  text-transform: uppercase;
}
.s-galleries__archive {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a !important;
  text-transform: uppercase;
  text-decoration: unset;
  position: relative;
  padding-bottom: 4px;
  margin-top: -4px;
  display: inline-block;
}
.s-galleries__archive:before {
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffca1e;
  left: 0;
  bottom: 0px;
  content: "";
}
.s-galleries__archive:hover,
.s-galleries__archive:focus {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .s-galleries__archive {
    margin-top: 8px;
  }
}
.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__item {
  flex: 0 0 calc(25% - 24px);
  -webkit-flex: 0 0 calc(25% - 24px);
  min-width: 1px;
  min-height: 1px;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .c-galleries--grid .c-galleries__item {
    margin-bottom: 32px;
  }
}
.c-galleries--grid .c-galleries__item:first-of-type {
  margin-left: 0;
}
.c-galleries--grid .c-galleries__item:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 1331px) {
  .c-galleries--grid .c-galleries__item:nth-of-type(4) {
    margin-right: 0;
  }
  .c-galleries--grid .c-galleries__item:nth-of-type(5) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1330px) {
  .c-galleries--grid .c-galleries__item {
    flex: 0 0 calc(33.33333% - 24px);
    -webkit-flex: 0 0 calc(33.33333% - 24px);
    min-width: 1px;
    min-height: 1px;
  }
  .c-galleries--grid .c-galleries__item:nth-of-type(4) {
    margin-left: 0;
  }
  .c-galleries--grid .c-galleries__item:nth-of-type(3) {
    margin-right: 0;
  }
  .c-galleries--grid .c-galleries__item:nth-of-type(7) {
    margin-left: 0;
  }
  .c-galleries--grid .c-galleries__item:nth-of-type(6) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .c-galleries--grid .c-galleries__item {
    flex: 0 0 calc(50% - 16px);
    -webkit-flex: 0 0 calc(50% - 16px);
    min-width: 1px;
    min-height: 1px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .c-galleries--grid .c-galleries__item:nth-of-type(4) {
    margin-left: 16px;
  }
  .c-galleries--grid .c-galleries__item:nth-of-type(3) {
    margin-right: 16px;
  }
  .c-galleries--grid .c-galleries__item:nth-of-type(7) {
    margin-left: 16px;
  }
  .c-galleries--grid .c-galleries__item:nth-of-type(6) {
    margin-right: 16px;
  }
  .c-galleries--grid .c-galleries__item:nth-child(even) {
    margin-right: 0;
  }
  .c-galleries--grid .c-galleries__item:nth-child(odd) {
    margin-left: 0;
  }
  .c-galleries--grid .c-galleries__item:first-of-type {
    margin-left: 0;
  }
  .c-galleries--grid .c-galleries__item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-galleries--grid .c-galleries__item {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.c-galleries--grid .c-galleries__link {
  text-decoration: unset;
}
.c-galleries--grid .c-galleries__link:hover .c-galleries__media-container:before,
.c-galleries--grid .c-galleries__link:focus .c-galleries__media-container:before,
.c-galleries--grid .c-galleries__link.sidearm-hover .c-galleries__media-container:before {
  opacity: .2;
}
.c-galleries--grid .c-galleries__link:hover img,
.c-galleries--grid .c-galleries__link:focus img,
.c-galleries--grid .c-galleries__link.sidearm-hover img {
  transform: scale(1.1);
}
.c-galleries--grid .c-galleries__media-container {
  position: relative;
}
.c-galleries--grid .c-galleries__media-container:before {
  content: "";
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #0d322a;
  z-index: 1;
  transition: all .4s;
}
.c-galleries--grid .c-galleries__media {
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  margin-bottom: 16px;
}
.c-galleries--grid .c-galleries__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}
.c-galleries--grid .c-galleries__title {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .c-galleries--grid .c-galleries__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-galleries--grid .c-galleries__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-galleries--grid .c-galleries__date,
.c-galleries--grid .c-galleries__sport {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #666666;
}
.c-galleries--grid .c-galleries__separator {
  height: 15px;
  width: 1px;
  background-color: #666666;
  margin: 0 4px;
}
.c-galleries--grid .c-galleries__sport-row {
  display: flex;
  display: flex;
  align-items: center;
}
.s-contentstream {
  padding: 45.5px 0;
  background: #f7f7f7;
}
@media screen and (max-width: 1024px) {
  .s-contentstream {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .s-contentstream {
    padding: 32px 0;
  }
}
.c-contentstream {
  overflow-anchor: none;
  position: relative;
}
.c-contentstream .load-more__container {
  text-align: center;
}
.c-contentstream .load-more__button {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a;
  padding-bottom: 4px;
  display: inline-block;
  border: unset;
  background-color: unset;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
}
.c-contentstream .load-more__button:before {
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffca1e;
  left: 0;
  bottom: 0px;
  content: "";
}
.c-contentstream .load-more__button:hover,
.c-contentstream .load-more__button:focus {
  text-decoration: underline;
}
.c-contentstream__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-contentstream__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .c-contentstream__top {
    align-items: flex-start;
  }
}
.c-contentstream__top-title {
  font-family: 'Tomorrow', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: #0d322a;
}
@media screen and (max-width: 1024px) {
  .c-contentstream__top-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-contentstream__top-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .c-contentstream__filter {
    margin-top: 8px;
  }
}
.c-contentstream__filter-item {
  margin-right: 8px;
}
.c-contentstream__filter-item:last-of-type {
  margin-right: 0;
}
.c-contentstream__filter-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #262628;
  padding: 7px 23px;
  border: 1px solid rgba(102, 102, 102, 0.3);
  background: #f7f7f7;
  transition: all .4s;
  border-radius: 40px;
  transition: all .4s;
}
.c-contentstream__filter-button.is-active {
  background: #0d322a;
  color: white;
}
.c-contentstream__filter-button:hover,
.c-contentstream__filter-button:focus {
  background: #0d322a;
  color: white;
}
.c-contentstream__filter-button .sidearm-icon {
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.c-contentstream__media-image {
  transition: all .4s;
}
.c-contentstream__body {
  padding: 16px;
  padding-top: 0;
}
.c-contentstream__icon {
  text-align: right;
  margin-top: 16px;
}
.c-contentstream__icon .sidearm-icon {
  font-size: 24px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  color: #0d322a;
}
.c-contentstream__date {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #666666;
}
.c-contentstream__stream {
  margin-left: -16px;
  margin-right: -16px;
}
.c-contentstream__item {
  width: 25%;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  .c-contentstream__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-contentstream__item {
    width: 100%;
  }
}
.c-contentstream__item-inner {
  background-color: white;
}
.c-contentstream__item--video .c-contentstream__title {
  padding: 16px 0;
}
.c-contentstream__item--instagram .c-contentstream__media {
  overflow: hidden;
}
.c-contentstream__item--instagram .c-contentstream__media:hover .c-contentstream__media-image,
.c-contentstream__item--instagram .c-contentstream__media:focus .c-contentstream__media-image {
  transform: scale(1.1);
}
.c-contentstream__item--instagram .c-contentstream__item-inner {
  position: relative;
}
.c-contentstream__item--instagram .c-contentstream__user {
  padding: 0;
  background-color: unset;
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: white;
  border: 1px solid #eaeaea;
  border-radius: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  width: 40px;
}
.c-contentstream__item--instagram .c-contentstream__user .sidearm-icon {
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  height: 24px;
  width: 24px;
  font-size: 24px;
  line-height: 24px;
}
.c-contentstream__item--instagram .c-contentstream__user-image {
  margin: 0;
}
.c-contentstream__user {
  padding: 16px;
  padding-bottom: 0;
}
.c-contentstream__user-image {
  height: 32px;
  width: 32px;
  object-fit: contain;
  margin-right: 8px;
  border-radius: 100%;
}
.c-contentstream__user-screen {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #262628 !important;
  text-decoration: unset;
}
.c-contentstream__user-screen:hover,
.c-contentstream__user-screen:focus {
  text-decoration: underline;
}
.c-contentstream__media {
  display: block;
}
.c-contentstream__media-image {
  display: block;
  width: 100%;
  height: auto;
}
.c-contentstream__media-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
  transition: all .4s;
  border-radius: 100%;
  overflow: hidden;
}
.c-contentstream__media-play:hover,
.c-contentstream__media-play:focus {
  background-color: #0d322a;
}
.c-contentstream__media.aspect {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.c-contentstream__media.aspect .c-contentstream__media-image {
  position: absolute;
  top: 0;
  left: 0;
}
.c-contentstream__media.video-is-playing .showcase-modal {
  opacity: 1;
  left: 0;
  pointer-events: all;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
}
.c-contentstream__text {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #666666;
  padding: 16px 0;
  padding-bottom: 0;
}
.c-contentstream__text a {
  color: #0d322a;
  text-decoration: unset;
}
.c-contentstream__text a:hover,
.c-contentstream__text a:focus,
.c-contentstream__text a.sidearm-hover {
  text-decoration: underline;
}
.c-contentstream__title {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: left;
  color: #262628;
}
.c-contentstream .showcase-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
  padding: 10px;
  transform: scale(0.85);
}
.c-contentstream .showcase-modal__inner {
  max-width: 1416px;
  width: 100%;
}
.c-contentstream .showcase-modal__player {
  max-height: 100vh;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.c-contentstream .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid white;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  transition: .25s;
}
.c-contentstream .showcase-modal__close:hover,
.c-contentstream .showcase-modal__close:focus,
.c-contentstream .showcase-modal__close.sidearm-hover {
  background: white;
  color: black;
}
.c-contentstream .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/********************************************************/

.s-quick {
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .s-quick {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .s-quick {
    margin-top: 32px;
  }
}
.s-quick__title {
  font-family: 'Tomorrow', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: #0d322a;
}
.s-quick__title-row {
  margin-bottom: 16px;
}
.c-slideshow--grid .c-slideshow__container {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .c-slideshow--grid .c-slideshow__container {
    flex-wrap: wrap;
  }
}
.c-slideshow--grid .c-slideshow__item {
  background: rgba(234, 234, 234, 0.4);
  padding: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
  min-width: 1px;
  min-height: 1px;
  margin-right: 16px;
  margin-left: 16px;
  cursor: pointer;
  transition: all .4s;
}
.c-slideshow--grid .c-slideshow__item:first-of-type {
  margin-left: 0;
}
.c-slideshow--grid .c-slideshow__item:last-of-type {
  margin-right: 0;
}
.c-slideshow--grid .c-slideshow__item:hover,
.c-slideshow--grid .c-slideshow__item:focus {
  background-color: #0d322a;
}
.c-slideshow--grid .c-slideshow__item:hover .c-slideshow__title,
.c-slideshow--grid .c-slideshow__item:focus .c-slideshow__title,
.c-slideshow--grid .c-slideshow__item:hover .c-slideshow__subtitle,
.c-slideshow--grid .c-slideshow__item:focus .c-slideshow__subtitle {
  color: white;
}
.c-slideshow--grid .c-slideshow__item:hover .c-slideshow__icon,
.c-slideshow--grid .c-slideshow__item:focus .c-slideshow__icon {
  background-color: #ffca1e;
}
@media screen and (max-width: 1024px) {
  .c-slideshow--grid .c-slideshow__item {
    flex: 0 1 calc(50% - 16px);
    -webkit-flex: 0 1 calc(50% - 16px);
    min-width: 1px;
    min-height: 1px;
    margin-bottom: 32px;
  }
  .c-slideshow--grid .c-slideshow__item:nth-of-type(2) {
    margin-right: 0px;
  }
  .c-slideshow--grid .c-slideshow__item:nth-of-type(3) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .c-slideshow--grid .c-slideshow__item {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .c-slideshow--grid .c-slideshow__item:last-of-type {
    margin-bottom: 0;
  }
}
.c-slideshow--grid .c-slideshow__media iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c-slideshow--grid .c-slideshow__title {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: center;
  color: #0d322a;
  text-transform: uppercase;
  transition: all .4s;
}
.c-slideshow--grid .c-slideshow__subtitle {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  color: #666666;
  transition: all .4s;
}
.c-slideshow--grid .c-slideshow__icon {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  transition: all .4s;
  margin: auto;
  margin-bottom: 4px;
}
.c-slideshow--grid .c-slideshow__icon span {
  color: #0d322a;
  height: 24px;
  width: 24px;
  font-size: 24px;
  line-height: 24px;
  transition: all .4s;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
/**********************************************************/

.s-slideshow {
  position: relative;
}
.c-slideshow--parallax .slick-slider .slick-list,
.c-slideshow--parallax .slick-slider .slick-track {
  transform: none;
}
.c-slideshow--parallax .slick-prev,
.c-slideshow--parallax .slick-next,
.c-slideshow--parallax .slick-pause-play {
  z-index: 1000;
}
.c-slideshow--parallax .c-slideshow__item {
  background-size: cover;
  position: relative;
  background-position: center;
  background-color: black;
  min-height: 480px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .c-slideshow--parallax .c-slideshow__item {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 1024px) {
  .c-slideshow--parallax .c-slideshow__item {
    min-height: 512px;
  }
}
@media screen and (max-width: 767px) {
  .c-slideshow--parallax .c-slideshow__item {
    min-height: 375px;
  }
}
.c-slideshow--parallax .c-slideshow__item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #141414;
  opacity: 0.7;
  z-index: -1;
}
.c-slideshow--parallax .c-slideshow__title {
  font-family: League Gothic;
  font-size: 82px;
  font-weight: 400;
  line-height: 98px;
  letter-spacing: 0px;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .c-slideshow--parallax .c-slideshow__title {
    font-size: 72px;
    font-weight: 400;
    line-height: 86px;
    letter-spacing: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-slideshow--parallax .c-slideshow__title {
    font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0px;
    text-align: center;
  }
}
.c-slideshow--parallax .c-slideshow__text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}
/**************************************************************/

.s-events {
  padding: 64px 0;
  background-color: #f7f7f7;
}
.s-events ads-component {
  margin-left: 16px;
  line-height: 50px;
}
.s-events__header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .s-events__header {
    flex-wrap: wrap;
  }
}
.s-events__title {
  font-family: 'Tomorrow', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a;
  display: flex;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .s-events__title {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin-bottom: 8px;
  }
}
.s-events__tabs-item {
  margin-right: 8px;
}
.s-events__tabs-item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .s-events__tabs-item {
    flex: 0 0 calc(50% - 4px);
    -webkit-flex: 0 0 calc(50% - 4px);
    min-width: 1px;
    min-height: 1px;
  }
}
.s-events__tabs-item.ui-state-active .s-events__tabs-link {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: white;
  background-color: #0d322a;
}
.s-events__tabs-link {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #262628;
  padding: 8px 24px;
  border: 1px solid rgba(102, 102, 102, 0.3);
  border-radius: 40px;
  transition: all .4s;
  background-color: #f7f7f7;
  text-decoration: unset;
  display: inline-block;
  transition: all .4s;
}
@media screen and (max-width: 767px) {
  .s-events__tabs-link {
    width: 100%;
    text-align: center;
  }
}
.s-events__tabs-link:hover,
.s-events__tabs-link:focus {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: white;
  background-color: #0d322a;
}
.s-events__tabs {
  display: flex;
  margin-left: auto;
  margin-right: 189px;
}
@media screen and (max-width: 1024px) {
  .s-events__tabs {
    margin-left: 0;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .s-events__tabs {
    margin-right: unset;
    width: 100%;
    margin-bottom: 48px;
  }
}
.s-events__calendar-separator {
  background-color: #cccccc;
  margin: 0 32px;
  height: 40px;
  width: 1px;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-events__calendar-separator {
    display: none;
  }
}
.s-events__calendar {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a !important;
  position: relative;
  text-transform: uppercase;
  text-decoration: unset;
  margin-top: -11px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .s-events__calendar {
    margin-top: 16px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
  }
}
.s-events__calendar:before {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 4px;
  left: 0;
  width: 100%;
  background-color: #ffca1e;
}
.s-events__calendar:hover,
.s-events__calendar:focus {
  text-decoration: underline;
}
.s-events .ui-tabs-panel[aria-hidden="true"] {
  display: block !important;
  overflow: hidden;
  height: 0;
  white-space: nowrap;
}
.s-events .ui-tabs-panel {
  overflow: initial;
}
.s-events .ui-tabs-panel {
  overflow: unset;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  
}
.s-events .container {
  position: relative;
}
.s-events .c-scoreboard__aside {
  position: absolute;
  top: 8px;
  right: 228px;
}
.s-events .c-scoreboard__aside .c-scoreboard__filter {
  position: relative;
}
.s-events .c-scoreboard__aside .c-scoreboard__filter-control {
  position: absolute;
  right: 24px;
  top: 12px;
  pointer-events: none;
}
.s-events .c-scoreboard__aside .c-scoreboard__filter-control span {
  font-size: 16px;
  height: 16px;
  width: 16px;
  color: #0d322a;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.s-events .c-scoreboard__aside .c-scoreboard__filter-select {
  padding: 7px 23px;
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #262628;
  border: 1px solid rgba(102, 102, 102, 0.3);
  border-radius: 40px;
  background: #f7f7f7;
  -webkit-appearance: none;
}
@media screen and (max-width: 1024px) {
  .s-events .c-scoreboard__aside {
    top: 65px;
    left: 279px;
    right: unset;
  }
}
@media screen and (max-width: 767px) {
  .s-events .c-scoreboard__aside {
    left: 16px;
    right: 16px;
    width: unset;
    top: 116px;
  }
}
.s-events .ui-tabs-panel[aria-hidden="true"] .c-scoreboard__aside {
  display: none;
}
.c-scoreboard--slider .slick-track {
  display: flex;
  display: -webkit-flex;
}
.c-scoreboard--slider .c-scoreboard__col--first-col {
  background: #ffca1e;
  flex: 0 0 128px;
  -webkit-flex: 0 0 128px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.c-scoreboard--slider .c-scoreboard__col--second-col {
  flex: 0 0 144px;
  -webkit-flex: 0 0 144px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.c-scoreboard--slider .c-scoreboard__col--third-col {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
}
.c-scoreboard--slider .c-scoreboard__col--fourth-col {
  flex: 0 0 132px;
  -webkit-flex: 0 0 132px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  justify-content: flex-end;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  margin-left: auto;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}
.c-scoreboard--slider .c-scoreboard__col--fifth-col {
  padding: 16px 32px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  flex: 0 1 145px;
  white-space: nowrap;
}
.c-scoreboard--slider .c-scoreboard__aside {
  width: 180px;
}
.c-scoreboard--slider .c-scoreboard__filter-select {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #262628;
  border: 1px solid rgba(102, 102, 102, 0.3);
  border-radius: 40px;
  background: #f7f7f7;
}
.c-scoreboard--slider .c-scoreboard__item {
  background-color: white;
  display: flex;
  margin-bottom: 16px;
}
.c-scoreboard--slider .c-scoreboard__item:last-of-type {
  margin-bottom: 0;
}
.c-scoreboard--slider .c-scoreboard__item:focus-within {
  box-shadow: inset 0px 0px 0px 2px cyan;
}
.c-scoreboard--slider .c-scoreboard__item.is-live .c-scoreboard__col--fourth-col {
  align-items: flex-start;
}
.c-scoreboard--slider .c-scoreboard__item.is-live .c-scoreboard__team-name {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a;
}
.c-scoreboard--slider .c-scoreboard__item.is-live .c-scoreboard__at-vs {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #666666;
}
.c-scoreboard--slider .c-scoreboard__item.is-live .c-scoreboard__col--fourth-col {
  justify-content: flex-end;
}
.c-scoreboard--slider .c-scoreboard__item.is-live .c-scoreboard__sport {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}
.c-scoreboard--slider .c-scoreboard__item.results .c-scoreboard__col--fourth-col {
  justify-content: flex-end;
}
.c-scoreboard--slider .c-scoreboard__item.results .c-scoreboard__team-name {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a;
}
.c-scoreboard--slider .c-scoreboard__item.results .c-scoreboard__at-vs {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #666666;
}
.c-scoreboard--slider .c-scoreboard__item.results .c-scoreboard__col--fourth-col {
  justify-content: flex-end;
}
.c-scoreboard--slider .c-scoreboard__time {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: #262628;
}
.c-scoreboard--slider .c-scoreboard__location {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #262628;
}
.c-scoreboard--slider .c-scoreboard__sport {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #666666;
}
.c-scoreboard--slider .c-scoreboard__at-vs {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: left;
  margin-right: 4px;
  color: #666666;
}
.c-scoreboard--slider .c-scoreboard__date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-scoreboard--slider .c-scoreboard__date .is-live {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #0d322a;
  -webkit-animation-name: blick;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
}
.c-scoreboard--slider .c-scoreboard__date-day {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #262628;
}
.c-scoreboard--slider .c-scoreboard__date-month {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: center;
  color: #0d322a;
  text-transform: uppercase;
}
.c-scoreboard--slider .c-scoreboard__result-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.c-scoreboard--slider .c-scoreboard__team-logo {
  height: 80px;
  width: 79px;
  object-fit: contain;
}
.c-scoreboard--slider .c-scoreboard__team-name {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: #0d322a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .c-scoreboard--slider .c-scoreboard__team-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-scoreboard--slider .c-scoreboard__team-score {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: right;
  color: #262628;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-scoreboard--slider .c-scoreboard__overlay {
  visibility: hidden;
}
.c-scoreboard--slider .c-scoreboard__overlay.is-open {
  visibility: visible;
}
.c-scoreboard--slider .c-scoreboard__media-item {
  margin-bottom: 3px;
}
.c-scoreboard--slider .c-scoreboard__media-item:last-of-type {
  margin-bottom: 0;
}
.c-scoreboard--slider .c-scoreboard__media-link {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #666666;
  transition: all .4s;
  display: inline-block;
}
.c-scoreboard--slider .c-scoreboard__media-link:hover,
.c-scoreboard--slider .c-scoreboard__media-link:focus,
.c-scoreboard--slider .c-scoreboard__media-link.sidearm-hover {
  color: #262628;
}
/***************************************************************/

.c-scoreboard--cards .slick-track {
  display: flex;
  display: -webkit-flex;
}
.c-scoreboard--cards .c-scoreboard__header {
  background-color: #ffca1e;
  height: 80px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.c-scoreboard--cards .c-scoreboard__body {
  padding: 16px 31.5px;
}
.c-scoreboard--cards .c-scoreboard__date-day {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  color: #262628;
}
.c-scoreboard--cards .c-scoreboard__date-month {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: center;
  color: #0d322a;
  text-transform: uppercase;
}
.c-scoreboard--cards .c-scoreboard__item {
  background-color: white;
  margin-bottom: 16px;
}
.c-scoreboard--cards .c-scoreboard__item:last-of-type {
  margin-bottom: 0;
}
.c-scoreboard--cards .c-scoreboard__item:focus-within {
  box-shadow: inset 0px 0px 0px 2px cyan;
}
.c-scoreboard--cards .c-scoreboard__item.is-live .c-scoreboard__sport,
.c-scoreboard--cards .c-scoreboard__item.is-score .c-scoreboard__sport {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #666666;
}
.c-scoreboard--cards .c-scoreboard__item.is-live .c-scoreboard__team-score,
.c-scoreboard--cards .c-scoreboard__item.is-score .c-scoreboard__team-score {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: right;
  color: #666666;
}
.c-scoreboard--cards .c-scoreboard__item.is-live .c-scoreboard__team-name,
.c-scoreboard--cards .c-scoreboard__item.is-score .c-scoreboard__team-name {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #0d322a;
  text-transform: unset;
}
.c-scoreboard--cards .c-scoreboard__item.is-live .c-scoreboard__at-vs,
.c-scoreboard--cards .c-scoreboard__item.is-score .c-scoreboard__at-vs {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #666666;
}
.c-scoreboard--cards .c-scoreboard__result-row {
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: flex-end;
}
.c-scoreboard--cards .c-scoreboard__sport {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  color: #666666;
}
.c-scoreboard--cards .c-scoreboard__location {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #262628;
}
.c-scoreboard--cards .c-scoreboard__at-vs {
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #666666;
  margin-right: 4px;
  margin-bottom: 4px;
}
.c-scoreboard--cards .c-scoreboard__time {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  color: #262628;
  margin-top: 16px;
  text-transform: uppercase;
}
.c-scoreboard--cards .c-scoreboard__team-name {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: #0d322a;
}
.c-scoreboard--cards .c-scoreboard__date .is-live {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: center;
  color: #0d322a;
  text-transform: uppercase;
}
.c-scoreboard--cards .c-scoreboard__team-logo-container {
  margin-bottom: 16px;
  text-align: center;
}
.c-scoreboard--cards .c-scoreboard__team-logo {
  width: 79px;
  height: 80px;
  object-fit: cover;
  display: inline-block;
}
.c-scoreboard--cards .c-scoreboard__team-score {
  color: #262628 !important;
}
.c-scoreboard--cards .c-scoreboard__overlay {
  visibility: hidden;
}
.c-scoreboard--cards .c-scoreboard__overlay.is-open {
  visibility: visible;
}
.c-scoreboard--cards .c-scoreboard__media {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  flex-wrap: wrap;
}
.c-scoreboard--cards .c-scoreboard__media-item {
  margin-left: 8px;
  margin-right: 8px;
}
.c-scoreboard--cards .c-scoreboard__media-link {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #666666;
  transition: all .4s;
  display: inline-block;
}
.c-scoreboard--cards .c-scoreboard__media-link:hover,
.c-scoreboard--cards .c-scoreboard__media-link:focus,
.c-scoreboard--cards .c-scoreboard__media-link.sidearm-hover {
  color: #262628;
}
.index.sport .c-scoreboard__aside {
  display: none;
}
.index.sport .s-events__tabs {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .index.sport .s-events__tabs {
    margin-bottom: 0;
  }
}
/*********************************************************/

.main-footer__sponsors {
  background-color: #0d322a;
  padding-top: 64px;
}
.main-footer__sponsors .s-dfp2 {
  margin-bottom: 16px;
}
.main-footer__sponsors .s-dfp2 div {
  margin: auto;
}
.main-footer__sponsors .s-sponsors {
  position: relative;
}
.main-footer__sponsors .s-sponsors .slick-slide img {
  margin: auto;
}
.main-footer__sponsors .s-sponsors .slick-slider {
  padding-bottom: 112px;
}
@media screen and (max-width: 1024px) {
  .main-footer__sponsors .s-sponsors .slick-slider {
    padding-bottom: 120px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 767px) {
  .main-footer__sponsors .s-sponsors .slick-slider {
    padding-bottom: 120px;
  }
}
.main-footer__sponsors .s-sponsors .slick-list {
  margin-left: -6px;
  margin-right: -6px;
}
@media screen and (max-width: 1024px) {
  .main-footer__sponsors .s-sponsors .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.main-footer__sponsors .s-sponsors .slick-prev,
.main-footer__sponsors .s-sponsors .slick-next,
.main-footer__sponsors .s-sponsors .slick-pause-play {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 56px;
  border: unset;
  width: calc(1440px / 3);
  border-left: 1px solid #31514a;
  background: #0d322a;
  color: white;
  font-size: 0;
  transition: all .4s;
  box-shadow: inset 0px 1px 0px #31514a;
}
.main-footer__sponsors .s-sponsors .slick-prev:before,
.main-footer__sponsors .s-sponsors .slick-next:before,
.main-footer__sponsors .s-sponsors .slick-pause-play:before {
  color: white;
  font-family: sidearm_font_v2;
  transition: all .4s;
  height: 24px;
  width: 24px;
  font-size: 24px;
  line-height: 24px;
  transition: all .4s;
}
.main-footer__sponsors .s-sponsors .slick-prev:before,
.main-footer__sponsors .s-sponsors .slick-next:before,
.main-footer__sponsors .s-sponsors .slick-pause-play:before {
  content: "\e017";
}
.main-footer__sponsors .s-sponsors .slick-prev:hover,
.main-footer__sponsors .s-sponsors .slick-next:hover,
.main-footer__sponsors .s-sponsors .slick-pause-play:hover,
.main-footer__sponsors .s-sponsors .slick-prev:focus,
.main-footer__sponsors .s-sponsors .slick-next:focus,
.main-footer__sponsors .s-sponsors .slick-pause-play:focus {
  background: #ffca1e;
}
.main-footer__sponsors .s-sponsors .slick-prev:hover:before,
.main-footer__sponsors .s-sponsors .slick-next:hover:before,
.main-footer__sponsors .s-sponsors .slick-pause-play:hover:before,
.main-footer__sponsors .s-sponsors .slick-prev:focus:before,
.main-footer__sponsors .s-sponsors .slick-next:focus:before,
.main-footer__sponsors .s-sponsors .slick-pause-play:focus:before {
  color: #0d322a;
}
@media screen and (max-width: 1441px) {
  .main-footer__sponsors .s-sponsors .slick-prev,
  .main-footer__sponsors .s-sponsors .slick-next,
  .main-footer__sponsors .s-sponsors .slick-pause-play {
    width: calc(100% / 3);
    left: 0;
  }
}
.main-footer__sponsors .s-sponsors .slick-next {
  left: unset;
  right: 0;
  border-right: 1px solid #31514a;
}
.main-footer__sponsors .s-sponsors .slick-next:before {
  content: "\e018";
}
@media screen and (max-width: 1441px) {
  .main-footer__sponsors .s-sponsors .slick-next {
    right: 0;
  }
}
.main-footer__sponsors .s-sponsors .slick-pause-play {
  left: 50%;
  transform: translateX(-50%);
}
.main-footer__sponsors .s-sponsors .slick-pause-play:before {
  content: "\e200";
}
.main-footer__sponsors .s-sponsors .slick-pause-play.slick-play:before {
  content: "\e050";
}
@media screen and (max-width: 1024px) {
  .main-footer__sponsors .s-sponsors .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-footer__logos-inners {
  background-color: white;
}
.main-footer__logos-list {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}
.main-footer__logos-item {
  margin-right: 64px;
}
.main-footer__logos-item:nth-of-type(3) {
  margin-right: 0;
}
.main-footer__logos-item:last-of-type {
  margin-right: 0;
}
.main-footer__logos-item--info {
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
  text-align: center;
  font-family: 'mundial', 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #262628;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .main-footer__logos-item:first-of-type {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin-bottom: 32px;
    text-align: center;
    margin-right: 0;
  }
  .main-footer__logos-item:first-of-type .main-footer__logos-link {
    display: inline-block;
  }
}
.main-footer__logos-link {
  display: inline-block;
}
.main-footer__logos-link img {
  transition: all .4s;
}
.main-footer__logos-link:hover img,
.main-footer__logos-link:focus img {
  transform: scale(0.8);
}
.main-footer__sa {
  border-top: 2px solid #eaeaea;
}
.main-footer__sa .container {
  max-width: 1557px;
}
@media screen and (max-width: 767px) {
  .main-footer__sa .container {
    padding: 0;
  }
}
/**********************************************************/

@-webkit-keyframes blick {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
html.html-video-is-playing {
  overflow: hidden;
}
.headroom--not-top .main-header__text.not-top {
  opacity: 1;
  display: block;
}
.headroom--not-top .main-header__text.top {
  opacity: 0;
  display: none;
}
.headroom--not-top .main-header__text-wrap.top {
  opacity: 0;
}
.headroom--not-top .main-header__text-wrap.not-top {
  opacity: 1;
}
/*
.headroom--not-top {
    
    .c-navigation--main .c-navigation-desktop .c-navigation__level-2{
        max-height: ~"calc(100vh - 77px)";
    }
    .c-navigation--sport.c-navigation--desktop .c-navigation__level-2{
        max-height: ~"calc(100vh - 113px)";
    }
    @media screen and (max-width: 1024px) {
        .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open{
            max-height: ~"calc(100vh - 71px)";
        }
        .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open{
            max-height: ~"calc(100vh - 142px)";
        }
    }
    @media screen and (max-width: 767px) {
        .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open{
            max-height: ~"calc(100vh - 71px)";
        }
        .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open{
            max-height: ~"calc(100vh - 146px)";
        }
    }
} */

h1.hide,
h2.hide {
  background-color: white;
  color: black;
}
body.mobile-menu-open,
body.main-nav,
body.sport-nav {
  overflow: hidden;
}
.navigation-loaded .logo-loader {
  display: none;
}
.logo-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  background: #f7f7f7;
  top: 0;
  left: 0;
}
.logo-loader__logo img {
  width: 175px;
  animation: grow-shrink 5s ease-in-out infinite;
}
.logo-loader--grow-shrink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in-out 3.5s;
}
@keyframes grow-shrink {
  0% {
    opacity: 0.1;
    transform: scale(0.5);
  }
  25% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.1;
    transform: scale(0.5);
  }
  75% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.1;
    transform: scale(0.5);
  }
}
.main-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.index.sport .main-content-placeholder {
  margin-top: 139px;
}
@media screen and (max-width: 1024px) {
  .index.sport .main-content-placeholder {
    margin-top: 137px;
  }
}
@media screen and (max-width: 767px) {
  .index.sport .main-content-placeholder {
    margin-top: 119px;
  }
}
.index .main-content-placeholder {
  margin-top: 77px;
}
@media screen and (max-width: 1024px) {
  .index .main-content-placeholder {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .index .main-content-placeholder {
    margin-top: 56px;
  }
}
html:not(.index) .main-content-placeholder {
  margin-top: 156px;
  padding: 24px 24px 36px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1504px;
  margin: auto;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 138px;
}
@media screen and (max-width: 1024px) {
  html:not(.index) .main-content-placeholder {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  html:not(.index) .main-content-placeholder {
    margin-top: 120px;
  }
}
/* new awards 10/31/22 */

.s-awards {
  background-color: #0d322a;
}
.s-awards__inner {
  max-width: 1440px;
  margin: 0 auto;
  background-position: bottom;
  background-repeat: no-repeat;
  /*background-image: url('@{s3_bucket}/responsive_2022/images/aotw_skyline.png');*/

}
.s-awards .c-awards--standard {
  padding: 24px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-awards .c-awards--standard .c-awards__item {
  display: flex;
  align-items: center;
  text-align: end;
  position: relative;
}
.s-awards .c-awards--standard .c-awards__item.is-open .c-awards__text {
  opacity: 1;
}
.s-awards .c-awards--standard .c-awards__item:last-of-type {
  flex-direction: row-reverse;
  text-align: start;
}
.s-awards .c-awards--standard .c-awards__item:last-of-type .c-awards__media {
  margin-left: 0;
  margin-right: 32px;
}
.s-awards .c-awards--standard .c-awards__item:last-of-type .c-awards__toggle {
  right: unset;
  left: 139px;
}
.s-awards .c-awards--standard .c-awards__text {
  transition: 0.25s;
  opacity: 1;
}
.s-awards .c-awards--standard .c-awards__header {
  margin: 0 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-awards .c-awards--standard .c-awards__header-img {
  width: 58px;
}
.s-awards .c-awards--standard .c-awards__warriors {
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-size: 46px;
  line-height: 57.5px;
  font-weight: 700;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.s-awards .c-awards--standard .c-awards__otw {
  font-family: 'roboto';
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 21px;
  color: #ffca1e;
  margin-top: -9px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.s-awards .c-awards--standard .c-awards__name {
  display: flex;
  align-items: center;
  font-family: 'vanguardcf-extrabold', 'Roboto Condensed', Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 38px;
  color: white;
  text-transform: uppercase;
}
.s-awards .c-awards--standard .c-awards__name-first {
  margin-right: 4px;
}
.s-awards .c-awards--standard .c-awards__sport {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 21px;
  color: white;
  font-family: 'Roboto';
  margin-bottom: 8px;
}
.s-awards .c-awards--standard .c-awards__media {
  margin-left: 32px;
  width: 186px;
  position: relative;
}
.s-awards .c-awards--standard .c-awards__media img {
  width: 186px;
  object-fit: cover;
}
.s-awards .c-awards--standard .c-awards__url {
  height: 28px;
  width: 69px;
  color: white;
  text-transform: uppercase;
  font-family: 'Roboto';
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  border-bottom: 4px solid #ffca1e;
  transition: 0.25s;
}
.s-awards .c-awards--standard .c-awards__url:hover,
.s-awards .c-awards--standard .c-awards__url:focus,
.s-awards .c-awards--standard .c-awards__url.sidearm-hover {
  border-bottom: 4px solid white;
}
.s-awards .c-awards--standard .c-awards__toggle {
  position: absolute;
  bottom: 16px;
  right: 138px;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0d322a;
  border-radius: 50%;
  font-size: 1rem;
  border: none;
  transition: 0.25s;
  display: none;
}
.s-awards .c-awards--standard .c-awards__toggle .sidearm-icon {
  color: white;
  transition: 0.25s;
}
.s-awards .c-awards--standard .c-awards__toggle:hover,
.s-awards .c-awards--standard .c-awards__toggle:focus,
.s-awards .c-awards--standard .c-awards__toggle.sidearm-hover {
  background-color: #ffca1e;
}
.s-awards .c-awards--standard .c-awards__toggle:hover .sidearm-icon,
.s-awards .c-awards--standard .c-awards__toggle:focus .sidearm-icon,
.s-awards .c-awards--standard .c-awards__toggle.sidearm-hover .sidearm-icon {
  color: #0d322a;
}
.s-awards .c-awards--standard .c-awards__toggle.is-open {
  background-color: #ffca1e;
}
.s-awards .c-awards--standard .c-awards__toggle.is-open .sidearm-icon {
  color: #0d322a;
  transform: rotate(45deg);
}
@media screen and (max-width: 1440px) {
  .s-awards {
    height: 529px;
  }
  .s-awards .c-awards--standard {
    height: 529px;
    align-items: flex-end;
    padding: 0 32px 32px 32px;
    justify-content: space-between;
    position: relative;
  }
  .s-awards .c-awards--standard .c-awards__header {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32px;
    margin: 0;
  }
  .s-awards .c-awards--standard .c-awards__item {
    flex-direction: row-reverse;
    text-align: start;
  }
  .s-awards .c-awards--standard .c-awards__item:last-of-type {
    flex-direction: row;
    text-align: end;
  }
  .s-awards .c-awards--standard .c-awards__item:last-of-type .c-awards__media {
    margin-right: 0;
    margin-left: 32px;
  }
  .s-awards .c-awards--standard .c-awards__item:last-of-type .c-awards__toggle {
    left: unset;
    right: 139px;
  }
  .s-awards .c-awards--standard .c-awards__item:last-of-type .c-awards__name {
    align-items: flex-end;
  }
  .s-awards .c-awards--standard .c-awards__media {
    margin-left: 0;
    margin-right: 32px;
  }
  .s-awards .c-awards--standard .c-awards__toggle {
    right: unset;
    left: 139px;
  }
  .s-awards .c-awards--standard .c-awards__name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .s-awards .c-awards--standard .c-awards__name-first {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .s-awards {
    height: 1139px;
  }
  .s-awards .c-awards--standard {
    height: 1139px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .s-awards .c-awards--standard .c-awards__item {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  .s-awards .c-awards--standard .c-awards__item:last-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  .s-awards .c-awards--standard .c-awards__item:last-of-type .c-awards__media {
    margin: 0 0 32px 0;
  }
  .s-awards .c-awards--standard .c-awards__item:last-of-type .c-awards__name {
    align-items: center;
  }
  .s-awards .c-awards--standard .c-awards__text {
    opacity: 1;
  }
  .s-awards .c-awards--standard .c-awards__toggle {
    display: none;
  }
  .s-awards .c-awards--standard .c-awards__media {
    margin: 0 0 32px 0;
  }
  .s-awards .c-awards--standard .c-awards__name {
    align-items: center;
  }
}
.top-banner-ad {
  padding-top: 64px;
}
.top-banner-ad__inner {
  margin: 0 auto;
  max-width: 1440px;
}
.top-banner-ad__inner .slick-slide img {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top-banner-ad {
    padding-top: 0;
  }
}
