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

body {
  font-family: 'Lato', Arial, sans-serif;
}
/*************************************************/

/*Stories Video*/

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

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

.container {
  max-width: 1506px;
  padding: 0 32px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}
.c-stories__item .video-is-playing .showcase-play-button {
  display: none !important;
}
/****************************************************/

.main-header {
  z-index: 1001;
  position: relative;
}
.main-header__white {
  background-color: white;
  height: 53px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.main-header__white-info {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 4px;
  text-align: left;
  color: #434345;
  text-transform: uppercase;
  font-style: italic;
}
.main-header__white-info span {
  font-family: Lato;
  font-size: 14px;
  font-style: italic;
  font-weight: 800;
  line-height: 21px;
  letter-spacing: 4px;
  text-align: left;
}
.main-header__white-social {
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.main-header__white .container {
  justify-content: flex-end;
  width: 100%;
}
.main-header__white .ads-container {
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  margin-left: 32px;
}
.main-header__white .ads-container .icons-ad__label {
  font-size: 0;
  color: black;
}
.main-header__white .ads-container .icons-ad {
  margin-right: 24px;
}
.main-header__white .ads-container .icons-ad:last-of-type {
  margin-right: 0;
}
.main-header__white .ads-container .icons-ad .icons-ad__link {
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  width: 16px;
  transition: all .4s;
}
.main-header__white .ads-container .icons-ad .icons-ad__link:hover,
.main-header__white .ads-container .icons-ad .icons-ad__link:focus {
  text-decoration: underline;
  transform: scale(1.1);
}
.main-header__white .ads-container .icons-ad.facebook .icons-ad__link {
  color: #1877f2;
}
.main-header__white .ads-container .icons-ad.instagram .icons-ad__link {
  color: #ff0076;
}
.main-header__white .ads-container .icons-ad.twitter .icons-ad__link {
  color: #1d9bf0;
}
.main-header__red {
  background: #e3173e;
  position: relative;
}
.main-header__red-inner {
  display: flex;
}
.main-header__logo {
  flex: 0 0 228px;
  -webkit-flex: 0 0 228px;
  min-width: 1px;
  min-height: 1px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .main-header__logo {
    flex: 0 0 227px;
    -webkit-flex: 0 0 227px;
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .main-header__logo {
    flex: 0 0 202px;
    -webkit-flex: 0 0 202px;
    min-width: 1px;
    min-height: 1px;
  }
}
.main-header__logo-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 113px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .main-header__logo-link {
    height: 112px;
  }
}
@media screen and (max-width: 767px) {
  .main-header__logo-link {
    height: 99px;
    margin-bottom: 10px;
  }
}
.main-header__logo-img {
  transition: all .4s;
}
.main-header__logo-img--second {
  transition: all .4s;
  opacity: 0;
  left: 0;
  bottom: 11.5px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .main-header__logo-img--second {
    bottom: 0;
  }
}
.main-header__menu {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-header__menu .main-navigation {
  width: 100%;
}
.main-header__menu .main-navigation .c-navigation--main {
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .main-header__menu .main-navigation .c-navigation--main {
    justify-content: flex-end;
  }
}
.main-header__search {
  flex: 0 0 40px;
  -webkit-flex: 0 0 40px;
  min-width: 1px;
  min-height: 1px;
}
/***********************************************************/

.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--main .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  height: 16px;
  width: 16px;
  color: white;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-navigation--main .c-navigation__toggle span:not(.sidearm-icon) {
  font-size: 0;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1 {
  transition: all .4s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1 {
  color: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1:before,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1:before,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1:before {
  opacity: 1;
}
.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: 50%;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1 {
  white-space: nowrap;
  font-family: Fira Sans Extra Condensed;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: left;
  color: white;
  padding: 12px 24px;
  border: unset;
  background: unset;
  position: relative;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1:before {
  content: '';
  height: 7px;
  width: 100%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .4s;
  opacity: 0;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  background: rgba(170, 170, 171, 0.73);
  height: 100vh;
  pointer-events: none;
  margin: auto;
  z-index: 99999;
  transform: translateX(-50%);
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2.is-open {
  left: 50%;
  opacity: 1;
  transition: 0s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner {
  overflow: auto;
  max-height: calc(100vh - 113px);
  padding: 32px 73px;
  max-width: 1504px;
  pointer-events: all;
  background-color: white;
  margin: auto;
}
@media screen and (max-width: 1240px) {
  .c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner {
    padding: 32px 8px;
  }
}
html.headroom--not-top .c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner {
  max-height: calc(100vh - 60px);
}
.c-navigation--main .c-navigation-desktop .c-navigation__column {
  flex: 0 1 50%;
  margin-left: 36px;
  margin-right: 36px;
}
@media screen and (max-width: 1240px) {
  .c-navigation--main .c-navigation-desktop .c-navigation__column {
    margin-left: 18px;
    margin-right: 18px;
  }
}
.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;
  border-bottom: 1px solid #e0e0e0;
  transition: all .4s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:not(.c-navigation__separator),
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) {
  padding-bottom: 15px;
}
.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: #e3173e;
}
.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: Fira Sans Extra Condensed;
  font-size: 34px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0px;
  text-align: left;
  padding: 16px;
  color: black;
  border-bottom: unset;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2 {
  font-family: Lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: left;
  color: #262628;
  margin-left: 16px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
  font-family: Lato;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #262628;
  margin-left: 0;
}
.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__social {
  width: 18px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  font-size: 0;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  margin-left: 13px;
}
.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;
  font-size: 18px;
  line-height: 18px;
}
.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-desktop .c-navigation__social.donate::before {
  content: '\e151';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.donate {
  color: #e3173e;
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  scroll-padding-top: 100vh;
  background: #e3173e;
  height: 100vh;
  z-index: 99999;
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 113px);
  overflow: auto;
}
.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: '\e016';
  margin-left: 12px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
  font-family: Fira Sans Extra Condensed;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1px;
  text-align: left;
  color: white;
  display: block;
  border: unset;
  background: #e3173e;
  padding: 16px 48px;
  width: 100%;
}
.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 {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
    font-family: Fira Sans Extra Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: left;
    padding: 16px;
  }
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2.is-open {
  max-height: 3500px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__separator {
  font-family: Lato;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #2b2926;
  background-color: white;
  padding: 16px 48px;
}
@media screen and (max-width: 767px) {
  .c-navigation--main .c-navigation-mobile .c-navigation__separator {
    padding: 16px 32px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2 {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #262628;
  padding: 16px 48px;
  background: #f9f9f9;
}
.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 screen and (max-width: 767px) {
  .c-navigation--main .c-navigation-mobile .c-navigation__url--level-2 {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    padding: 16px 32px;
  }
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--main .c-navigation-mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
/******************************************/

.s-search {
  height: 100%;
}
.c-search--overlay {
  padding-left: 24px;
}
.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: 60px;
  width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  transition: all .4s;
  display: flex;
  color: white;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  transition: all .4s;
}
.c-search--overlay .c-search__toggle:hover,
.c-search--overlay .c-search__toggle:focus {
  transform: scale(1.1);
}
.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: 100%;
  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 #e3173e;
  color: 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: #e3173e;
  color: white;
}
.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: black;
  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: rgba(4, 4, 4, 0.75);
}
.c-search--overlay .c-search__submit[disabled] {
  cursor: not-allowed;
  background: #444444 70;
  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 {
  background-color: #e3173e;
  color: white;
}
.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: 24px;
}
.s-stories button {
  background-color: #e3173e;
  border: unset;
  height: 15px;
  width: 15px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  font-size: 0;
  color: white;
  position: absolute;
  margin-top: calc(56.25% - 27.5px);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  z-index: 2;
}
.s-stories button:before {
  content: '';
  font-family: sidearm_font_v2;
  content: '\e020';
  font-size: 15px;
  line-height: 15px;
  color: white;
}
.s-stories button.slick-prev {
  left: calc(50% - 12px - 15px);
}
.s-stories button.slick-prev:before {
  content: '\e013';
}
.s-stories button.slick-prev:hover:before,
.s-stories button.slick-prev:focus:before {
  color: #2b2926;
}
.s-stories button.slick-next {
  left: calc(50% + 12px + 15px);
}
.s-stories button.slick-next:before {
  content: '\e014';
}
.s-stories button.slick-next:hover:before,
.s-stories button.slick-next:focus:before {
  color: #2b2926;
}
.s-stories button.slick-pause-play:before {
  content: '\e200';
}
.s-stories button.slick-pause-play.slick-play:before {
  content: '\e050';
}
.s-stories button.slick-pause-play:hover:before,
.s-stories button.slick-pause-play:focus:before {
  color: #2b2926;
}
.s-stories .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: unset;
  right: unset;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 70.5px;
  height: 70.5px;
  font-size: 0;
  color: black;
  background: transparent;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .s-stories .showcase-play-button {
    height: 36px;
    width: 36px;
  }
}
.s-stories .showcase-play-button:before {
  content: '\e172';
  font-size: 90.5px;
  line-height: 90.5px;
  transition: all .4s;
}
@media screen and (max-width: 767px) {
  .s-stories .showcase-play-button:before {
    font-size: 44px;
    line-height: 44px;
  }
}
.s-stories .showcase-play-button:hover:before,
.s-stories .showcase-play-button:focus:before {
  color: #e3173e;
}
.s-stories .c-scoreboard__calendar {
  margin-bottom: 24px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  padding-left: 12px;
  background: #e3173e;
  color: white;
  font-family: Lato;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: unset;
  width: 208px;
  transition: all .4s;
  margin-right: -16px;
  position: relative;
}
.s-stories .c-scoreboard__calendar .sidearm-icon {
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  margin-left: 12px;
}
.s-stories .c-scoreboard__calendar:before,
.s-stories .c-scoreboard__calendar:after {
  content: '';
  background: #ec6e63;
  border-right: 2px solid white;
  transform: skewX(-43deg);
  position: absolute;
  left: -29px;
  bottom: 0;
  width: 13px;
  height: 100%;
}
.s-stories .c-scoreboard__calendar:after {
  background-color: #e3173e;
  border: unset;
  z-index: -1;
  transform: unset;
  width: 55px;
  transform: skewX(-43deg);
  transition: all .4s;
}
.s-stories .c-scoreboard__calendar:hover,
.s-stories .c-scoreboard__calendar:focus {
  background-color: #2b2926;
}
.s-stories .c-scoreboard__calendar:hover:after,
.s-stories .c-scoreboard__calendar:focus:after {
  background-color: #2b2926;
}
/*************************************/

.c-stories--rotator-list {
  position: relative;
}
@media screen and (max-width: 1240px) {
  .c-stories--rotator-list {
    flex-wrap: wrap;
  }
}
.c-stories--rotator-list .c-stories__slider {
  flex: 0 1 960px;
  -webkit-flex: 0 1 960px;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 1240px) {
  .c-stories--rotator-list .c-stories__slider {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (min-width: 1241px) {
  .c-stories--rotator-list .c-stories__slider:before {
    content: '';
    position: absolute;
    top: 0;
    margin-top: calc(56.25% - 40px);
    left: 50%;
    transform: translateX(-50%);
    background: #e3173e;
    height: 40px;
    width: 117px;
    z-index: 1;
  }
}
.c-stories--rotator-list .c-stories__item {
  position: relative;
}
.c-stories--rotator-list .c-stories__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.c-stories--rotator-list .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-stories--rotator-list .c-stories__title {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .c-stories__title {
    margin-bottom: 8px;
  }
}
.c-stories--rotator-list .c-stories__subtitle {
  font-family: Lato;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #2b2926;
}
@media screen and (max-width: 1240px) {
  .c-stories--rotator-list .c-stories__subtitle {
    font-family: Lato;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .c-stories__subtitle {
    font-family: Lato;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    color: black;
  }
}
.c-stories--rotator-list .c-stories__details {
  padding-top: 24px;
}
@media screen and (max-width: 1240px) {
  .c-stories--rotator-list .c-stories__details {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .c-stories__details {
    padding-bottom: 40px;
  }
}
.c-stories--rotator-list .c-stories__links-social a {
  margin-right: 12px;
}
.c-stories--rotator-list .c-stories__url {
  font-family: Fira Sans Extra Condensed;
  font-size: 34px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0px;
  text-align: left;
  color: #2b2926;
  display: inline-block;
  text-decoration: unset;
}
.c-stories--rotator-list .c-stories__url:hover,
.c-stories--rotator-list .c-stories__url:focus,
.c-stories--rotator-list .c-stories__url.sidearm-hover {
  text-decoration: underline;
}
@media screen and (max-width: 1240px) {
  .c-stories--rotator-list .c-stories__url {
    font-family: Fira Sans Extra Condensed;
    font-size: 34px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .c-stories__url {
    font-family: Fira Sans Extra Condensed;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: black;
  }
}
.c-stories--rotator-list .c-stories__links {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.c-stories--rotator-list .c-stories__links > ul {
  margin: 0;
  margin-right: 12px;
  display: flex;
  list-style-type: none;
  padding: 0;
}
.c-stories--rotator-list .c-stories__links > ul li {
  margin-right: 12px;
}
.c-stories--rotator-list .c-stories__links > ul li:last-of-type {
  margin-right: 0;
}
.c-stories--rotator-list .c-stories__links > ul a {
  font-family: Lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: left;
  color: #e3173e;
  text-decoration: underline;
  transition: all .4s;
}
.c-stories--rotator-list .c-stories__links > ul a:hover,
.c-stories--rotator-list .c-stories__links > ul a:focus {
  text-decoration: underline;
  color: black;
}
@media screen and (max-width: 1240px) {
  .c-stories--rotator-list .c-stories__links > ul a {
    font-family: Lato;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .c-stories__links > ul a {
    font-family: Lato;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-stories--rotator-list .c-stories__links-social a {
  transition: all .4s;
}
.c-stories--rotator-list .c-stories__links-social a span:not(.sidearm-icon) {
  font-size: 0;
}
.c-stories--rotator-list .c-stories__links-social a span.sidearm-icon {
  height: 15px;
  width: 15px;
  font-size: 15px;
  line-height: 15px;
}
.c-stories--rotator-list .c-stories__links-social a span.sidearm-icon.sf-instagram {
  color: #ff0076;
}
.c-stories--rotator-list .c-stories__links-social a span.sidearm-icon.sf-twitter {
  color: #1d9bf0;
}
.c-stories--rotator-list .c-stories__links-social a span.sidearm-icon.sf-facebook-2 {
  color: #1877f2;
}
.c-stories--rotator-list .c-stories__links-social a:hover,
.c-stories--rotator-list .c-stories__links-social a:focus {
  transform: scale(1.1);
}
.c-stories--rotator-list .c-stories__list-container {
  flex: 0 0 480px;
  -webkit-flex: 0 0 480px;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 1240px) {
  .c-stories--rotator-list .c-stories__list-container {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
.c-stories--rotator-list .c-stories__list-top {
  font-family: Lato;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  color: #2b2926;
  text-transform: uppercase;
  padding-left: 32px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: start;
}
.c-stories--rotator-list .c-stories__list-top .c-stories__archives {
  font-family: Lato;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: left;
  color: white;
  text-transform: uppercase;
  position: relative;
  background: #e3173e;
  padding: 11px 12px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  text-decoration: unset;
  margin-left: auto;
  transition: all .4s;
}
.c-stories--rotator-list .c-stories__list-top .c-stories__archives span {
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  width: 16px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  color: white;
  margin-left: 12px;
}
.c-stories--rotator-list .c-stories__list-top .c-stories__archives:before,
.c-stories--rotator-list .c-stories__list-top .c-stories__archives:after {
  content: '';
  background: #ec6e63;
  border-right: 2px solid white;
  transform: skewX(-43deg);
  position: absolute;
  left: -29px;
  bottom: 0;
  width: 13px;
  height: 100%;
}
.c-stories--rotator-list .c-stories__list-top .c-stories__archives:after {
  background-color: #e3173e;
  border: unset;
  z-index: -1;
  transform: unset;
  width: 55px;
  transform: skewX(-43deg);
  transition: all .4s;
}
.c-stories--rotator-list .c-stories__list-top .c-stories__archives:hover,
.c-stories--rotator-list .c-stories__list-top .c-stories__archives:focus {
  background-color: #2b2926;
}
.c-stories--rotator-list .c-stories__list-top .c-stories__archives:hover:after,
.c-stories--rotator-list .c-stories__list-top .c-stories__archives:focus:after {
  background-color: #2b2926;
}
@media screen and (max-width: 1240px) {
  .c-stories--rotator-list .c-stories__list-top {
    font-family: Lato;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .c-stories__list-top {
    font-family: Lato;
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: left;
    align-items: center;
    margin-bottom: 8px;
  }
}
.c-stories--rotator-list .c-stories__list-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 32px;
  padding-bottom: 11px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: start;
  flex-direction: column;
}
.c-stories--rotator-list .c-stories__list-item.c-stories__active .c-stories__list-url,
.c-stories--rotator-list .c-stories__list-item.c-stories__active .c-stories__list-sport,
.c-stories--rotator-list .c-stories__list-item.c-stories__active .c-stories__list-date {
  color: #e3173e;
}
@media screen and (max-width: 1240px) {
  .c-stories--rotator-list .c-stories__list-item {
    padding: 22px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .c-stories__list-item {
    padding: 14px 0;
  }
}
.c-stories--rotator-list .c-stories__list-sport {
  font-family: Lato;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: left;
  color: #666666;
  text-transform: uppercase;
}
@media screen and (max-width: 1240px) {
  .c-stories--rotator-list .c-stories__list-sport {
    font-family: Lato;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .c-stories--rotator-list .c-stories__list-sport {
    font-family: Lato;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: left;
  }
}
.c-stories--rotator-list .c-stories__list-date {
  font-family: Lato;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: left;
  color: #666666;
  text-transform: uppercase;
  margin-left: 10px;
}
@media screen and (max-width: 1240px) {
  .c-stories--rotator-list .c-stories__list-date {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .c-stories__list-date {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: left;
  }
}
.c-stories--rotator-list .c-stories__list-url {
  font-family: Fira Sans Extra Condensed;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  color: #2b2926;
  text-decoration: unset;
  margin-bottom: 8px;
  display: inline-block;
}
.c-stories--rotator-list .c-stories__list-url:hover,
.c-stories--rotator-list .c-stories__list-url:focus,
.c-stories--rotator-list .c-stories__list-url.sidearm-hover {
  text-decoration: underline;
}
@media screen and (max-width: 1240px) {
  .c-stories--rotator-list .c-stories__list-url {
    font-family: Fira Sans Extra Condensed;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .c-stories__list-url {
    font-family: Fira Sans Extra Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    color: black;
  }
}
/*************************************************************/

.s-scoreboard {
  padding-top: 48px;
}
@media screen and (max-width: 1024px) {
  .s-scoreboard {
    padding-top: 72px;
  }
}
.s-scoreboard .slick-prev,
.s-scoreboard .slick-next {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 100%;
  background-color: white;
  font-size: 0;
  border: 0;
  padding: 0;
  transition: all .4s;
}
@media screen and (max-width: 1024px) {
  .s-scoreboard .slick-prev,
  .s-scoreboard .slick-next {
    width: 63px;
  }
}
.s-scoreboard .slick-prev:before,
.s-scoreboard .slick-next:before {
  content: '';
  font-size: 24px;
  line-height: 24px;
  color: #2b2926;
  font-family: sidearm_font_v2;
  position: relative;
  bottom: 5px;
}
.s-scoreboard .slick-prev.slick-disabled,
.s-scoreboard .slick-next.slick-disabled {
  cursor: not-allowed;
}
.s-scoreboard .slick-prev:not(.slick-disabled):hover,
.s-scoreboard .slick-next:not(.slick-disabled):hover,
.s-scoreboard .slick-prev:not(.slick-disabled):focus,
.s-scoreboard .slick-next:not(.slick-disabled):focus {
  background-color: #e3173e;
}
.s-scoreboard .slick-prev:not(.slick-disabled):hover:before,
.s-scoreboard .slick-next:not(.slick-disabled):hover:before,
.s-scoreboard .slick-prev:not(.slick-disabled):focus:before,
.s-scoreboard .slick-next:not(.slick-disabled):focus:before {
  color: white !important;
}
.s-scoreboard .slick-prev {
  left: 0;
  border-width: 0px 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
.s-scoreboard .slick-prev:before {
  content: '\e029';
}
@media screen and (max-width: 1024px) {
  .s-scoreboard .slick-prev {
    border-left: unset;
  }
}
.s-scoreboard .slick-next {
  right: 0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
.s-scoreboard .slick-next:before {
  content: '\e030';
}
@media screen and (max-width: 1024px) {
  .s-scoreboard .slick-next {
    border-left: 1px solid #e0e0e0;
    border-right: unset;
  }
}
@media screen and (max-width: 1024px) {
  .s-scoreboard .container {
    padding: 0;
  }
}
.c-scoreboard--slider .slick-track {
  display: flex;
  display: -webkit-flex;
}
@media screen and (max-width: 1024px) {
  .c-scoreboard--slider {
    flex-wrap: wrap;
  }
}
.c-scoreboard--slider .c-scoreboard__row--first {
  padding: 12px 16px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e0e0e0;
}
.c-scoreboard--slider .c-scoreboard__row--second {
  padding: 12px 16px;
}
.c-scoreboard--slider .c-scoreboard__aside {
  flex: 0 0 290px;
  -webkit-flex: 0 0 290px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .c-scoreboard--slider .c-scoreboard__aside {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    justify-content: space-between;
  }
}
.c-scoreboard--slider .c-scoreboard__aside-title {
  font-family: Lato;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  color: #2b2926;
  padding: 12px 14px;
  padding-left: 0;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .c-scoreboard--slider .c-scoreboard__aside-title {
    font-family: Lato;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    padding: 0;
    padding-bottom: 0;
    padding-left: 32px;
    padding-bottom: 20px;
    margin: 0;
  }
}
.c-scoreboard--slider .c-scoreboard__calendar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  padding-left: 12px;
  background: #e3173e;
  color: white;
  font-family: Lato;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: unset;
  width: 208px;
  transition: all .4s;
  position: relative;
}
.c-scoreboard--slider .c-scoreboard__calendar .sidearm-icon {
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  margin-left: 12px;
}
.c-scoreboard--slider .c-scoreboard__calendar:before,
.c-scoreboard--slider .c-scoreboard__calendar:after {
  content: '';
  background: #ec6e63;
  border-right: 2px solid white;
  transform: skewX(-43deg);
  position: absolute;
  left: -29px;
  bottom: 0;
  width: 13px;
  height: 100%;
}
.c-scoreboard--slider .c-scoreboard__calendar:after {
  background-color: #e3173e;
  border: unset;
  z-index: -1;
  transform: unset;
  width: 55px;
  transform: skewX(-43deg);
  transition: all .4s;
}
.c-scoreboard--slider .c-scoreboard__calendar:hover,
.c-scoreboard--slider .c-scoreboard__calendar:focus {
  background-color: #2b2926;
}
.c-scoreboard--slider .c-scoreboard__calendar:hover:after,
.c-scoreboard--slider .c-scoreboard__calendar:focus:after {
  background-color: #2b2926;
}
.c-scoreboard--slider .c-scoreboard__list {
  border-width: 1px 0px;
  border-style: solid;
  border-color: #e0e0e0;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .c-scoreboard--slider .c-scoreboard__list {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    padding: 0 60px;
  }
}
.c-scoreboard--slider .c-scoreboard__item {
  position: relative;
  border-right: 1px solid #e0e0e0;
}
.c-scoreboard--slider .c-scoreboard__item:focus-within {
  box-shadow: inset 0px 0px 0px 2px cyan;
}
.c-scoreboard--slider .c-scoreboard__sport {
  font-family: Lato;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #2b2926;
  margin-top: 6px;
}
.c-scoreboard--slider .c-scoreboard__date {
  font-family: Lato;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: left;
  color: #2b2926;
  text-transform: uppercase;
  margin-right: 12px;
}
.c-scoreboard--slider .c-scoreboard__date--upcoming {
  font-family: Lato;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: left;
  color: #2b2926;
  font-style: normal;
}
.c-scoreboard--slider .c-scoreboard__time {
  font-family: Lato;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: left;
  color: #e3173e;
  text-transform: uppercase;
  margin-right: 12px;
}
.c-scoreboard--slider .c-scoreboard__gametime {
  font-family: Lato;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: left;
  color: #2b2926;
}
.c-scoreboard--slider .c-scoreboard__team-logo {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  object-fit: contain;
}
.c-scoreboard--slider .c-scoreboard__team-logo--default {
  opacity: 0.5;
}
.c-scoreboard--slider .c-scoreboard__team-name {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #2b2926;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.c-scoreboard--slider .c-scoreboard__team-score {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #2b2926;
}
.c-scoreboard--slider .c-scoreboard__team-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
.c-scoreboard--slider .c-scoreboard__overlay {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .4s;
  background-color: white;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.c-scoreboard--slider .c-scoreboard__overlay.is-open {
  visibility: visible;
}
.c-scoreboard--slider .c-scoreboard__media-item {
  margin-right: 24px;
}
.c-scoreboard--slider .c-scoreboard__media-item:last-of-type {
  margin-right: 0;
}
.c-scoreboard--slider .c-scoreboard__media-link {
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #2b2926;
  transition: all .4s;
}
.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: #e3173e;
}
.c-scoreboard--slider .c-scoreboard__toggle {
  z-index: 9;
  position: absolute;
  top: 15px;
  right: 16px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: unset;
  border: unset;
  padding: 0;
  width: 12px;
  height: 12px;
  transition: all .4s;
}
.c-scoreboard--slider .c-scoreboard__toggle.is-toggled {
  transform: rotate(45deg);
}
.c-scoreboard--slider .c-scoreboard__toggle:hover,
.c-scoreboard--slider .c-scoreboard__toggle:focus,
.c-scoreboard--slider .c-scoreboard__toggle.sidearm-hover {
  color: #e3173e;
}
.s-promo img {
  width: 100%;
  object-fit: cover;
}
/*************************************************************/

.s-dfp {
  padding: 48px 0;
}
.s-dfp div {
  text-align: center;
  margin: auto;
}
/*************************************************************/

html.index .row--container {
  padding-top: 32px;
}
@media screen and (max-width: 1024px) {
  html.index .row--container {
    flex-wrap: wrap;
    padding-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  html.index .row--container {
    padding-top: 48px;
  }
}
html.index .row .column {
  padding: 0;
}
html.index .row .column--first {
  flex: 0 1 952px;
  -webkit-flex: 0 1 952px;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 1024px) {
  html.index .row .column--first {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
html.index .row .column--second {
  flex: 0 0 440px;
  -webkit-flex: 0 0 440px;
  min-width: 1px;
  min-height: 1px;
  margin-left: 48px;
}
@media screen and (max-width: 1024px) {
  html.index .row .column--second {
    margin-left: 0;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
/**********************************************************/

.c-galleries--grid .c-galleries__top {
  font-family: Lato;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  color: #2b2926;
  text-transform: uppercase;
  padding-bottom: 26px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-galleries--grid .c-galleries__top {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-galleries--grid .c-galleries__top {
    padding-bottom: 10px;
    align-items: flex-end;
  }
}
.c-galleries--grid .c-galleries__top span:not(.sidearm-icon) {
  margin-bottom: -16px;
}
@media screen and (max-width: 1024px) {
  .c-galleries--grid .c-galleries__top span:not(.sidearm-icon) {
    margin-bottom: 0px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-galleries--grid .c-galleries__top span:not(.sidearm-icon) {
    padding-bottom: 0;
  }
}
.c-galleries--grid .c-galleries__top .c-galleries__all {
  font-family: Lato;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: left;
  color: white;
  text-transform: uppercase;
  position: relative;
  background: #e3173e;
  padding: 11px 12px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  text-decoration: unset;
  margin-left: auto;
  transition: all .4s;
}
.c-galleries--grid .c-galleries__top .c-galleries__all span {
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  width: 16px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  color: white;
  margin-left: 12px;
}
.c-galleries--grid .c-galleries__top .c-galleries__all:before,
.c-galleries--grid .c-galleries__top .c-galleries__all:after {
  content: '';
  background: #ec6e63;
  border-right: 2px solid white;
  transform: skewX(-43deg);
  position: absolute;
  left: -29px;
  bottom: 0;
  width: 13px;
  height: 100%;
  transition: all .4s;
}
.c-galleries--grid .c-galleries__top .c-galleries__all:after {
  background-color: #e3173e;
  border: unset;
  z-index: -1;
  transform: unset;
  width: 55px;
  transform: skewX(-43deg);
}
.c-galleries--grid .c-galleries__top .c-galleries__all:hover,
.c-galleries--grid .c-galleries__top .c-galleries__all:focus {
  background-color: #2b2926;
}
.c-galleries--grid .c-galleries__top .c-galleries__all:hover:after,
.c-galleries--grid .c-galleries__top .c-galleries__all:focus:after {
  background-color: #2b2926;
}
@media screen and (max-width: 1024px) {
  .c-galleries--grid .c-galleries__top {
    font-family: Lato;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-galleries--grid .c-galleries__top {
    font-family: Lato;
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: left;
  }
}
.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(50% - 12px);
  -webkit-flex: 0 0 calc(50% - 12px);
  min-width: 1px;
  min-height: 1px;
}
@media screen and (min-width: 1241px) {
  .c-galleries--grid .c-galleries__item {
    flex: 0 0 calc(50% - 12px);
    -webkit-flex: 0 0 calc(50% - 12px);
    min-width: 1px;
    min-height: 1px;
  }
  .c-galleries--grid .c-galleries__item:nth-child(even) {
    margin-left: 12px;
  }
  .c-galleries--grid .c-galleries__item:nth-child(odd) {
    margin-right: 12px;
  }
  .c-galleries--grid .c-galleries__item:nth-child(-n+2) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1240px) {
  .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__item:first-of-type {
    margin-bottom: 24px;
  }
  .c-galleries--grid .c-galleries__item:last-of-type {
    margin-bottom: 0;
  }
}
.c-galleries--grid .c-galleries__link {
  text-decoration: unset;
}
.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 {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.c-galleries--grid .c-galleries__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .4s;
}
.c-galleries--grid .c-galleries__details {
  padding: 22px 0;
}
@media screen and (max-width: 1024px) {
  .c-galleries--grid .c-galleries__details {
    padding: 24px 0;
  }
}
@media screen and (max-width: 1024px) {
  .c-galleries--grid .c-galleries__details {
    padding: 25.5px 0;
  }
}
.c-galleries--grid .c-galleries__title {
  font-family: Fira Sans Extra Condensed;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  color: #2b2926;
  text-decoration: unset;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .c-galleries--grid .c-galleries__title {
    font-family: Fira Sans Extra Condensed;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .c-galleries--grid .c-galleries__title {
    font-family: Fira Sans Extra Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 8px;
  }
}
.c-galleries--grid .c-galleries__sport {
  font-family: Lato;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: left;
  color: #666666;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .c-galleries--grid .c-galleries__sport {
    font-family: Lato;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-galleries--grid .c-galleries__sport {
    font-family: Lato;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: left;
  }
}
.c-galleries--grid .c-galleries__date {
  font-family: Lato;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: left;
  color: #666666;
  text-transform: uppercase;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .c-galleries--grid .c-galleries__date {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-galleries--grid .c-galleries__date {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: left;
  }
}
/**********************************************************/

.s-awards {
  background: #f9f9f9;
  padding: 44px 0px;
}
.c-awards--standard {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-awards--standard {
    flex-wrap: wrap;
  }
}
.c-awards--standard .c-awards__item {
  display: flex;
  display: -webkit-flex;
}
.c-awards--standard .c-awards__item:last-child .c-awards__media-container {
  order: 0;
}
.c-awards--standard .c-awards__item:last-child .c-awards__details {
  order: 1;
  text-align: left;
  margin-left: 28px;
  margin-right: 0;
}
.c-awards--standard .c-awards__item:last-child .c-awards__details .c-awards__sport,
.c-awards--standard .c-awards__item:last-child .c-awards__details .c-awards__name {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .c-awards--standard .c-awards__item:nth-of-type(2) {
    flex-direction: column-reverse;
  }
  .c-awards--standard .c-awards__item:nth-of-type(2) .c-awards__media-container {
    order: 1;
  }
  .c-awards--standard .c-awards__item:nth-of-type(2) .c-awards__details {
    order: 0;
  }
}
@media screen and (max-width: 1024px) {
  .c-awards--standard .c-awards__item {
    flex: 0 0 43%;
    -webkit-flex: 0 0 43%;
    min-width: 1px;
    min-height: 1px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .c-awards--standard .c-awards__item {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-awards--standard .c-awards__item:nth-of-type(2) {
    margin-bottom: 44px;
  }
}
.c-awards--standard .c-awards__details {
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .c-awards--standard .c-awards__details {
    padding-top: 28px;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.c-awards--standard .c-awards__name {
  font-family: Fira Sans Extra Condensed;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: right;
  color: #2b2926;
  text-decoration: unset;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .c-awards--standard .c-awards__name {
    font-family: Fira Sans Extra Condensed;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-awards--standard .c-awards__name {
    font-family: Fira Sans Extra Condensed;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
  }
}
.c-awards--standard .c-awards__name:hover,
.c-awards--standard .c-awards__name:focus {
  text-decoration: underline;
}
.c-awards--standard .c-awards__sport {
  font-family: Lato;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: right;
  color: #2b2926;
  margin-top: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .c-awards--standard .c-awards__sport {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-awards--standard .c-awards__sport {
    margin-top: 12px;
  }
}
.c-awards--standard .c-awards__media-container {
  border: 4px solid #ec6e63;
}
.c-awards--standard .c-awards__media {
  padding: 2px;
  background: white;
}
.c-awards--standard .c-awards__image {
  border: 4px solid #e3173e;
  width: 249px;
  height: 311px;
  object-fit: cover;
}
@media screen and (max-width: 1240px) {
  .c-awards--standard .c-awards__image {
    width: 180px;
    height: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .c-awards--standard .c-awards__image {
    width: 249px;
    height: 311px;
  }
}
.c-awards--standard .c-awards__center {
  margin: 0 92px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .c-awards--standard .c-awards__center {
    margin: 0 72px;
  }
}
@media screen and (max-width: 1320px) {
  .c-awards--standard .c-awards__center {
    margin: 0 62px;
  }
}
@media screen and (max-width: 1240px) {
  .c-awards--standard .c-awards__center {
    margin: 0 22px;
  }
}
@media screen and (min-width: 1025px) {
  .c-awards--standard .c-awards__center {
    width: 100%;
    max-width: 302px;
  }
}
@media screen and (max-width: 1024px) {
  .c-awards--standard .c-awards__center {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    padding-bottom: 44px;
  }
}
.c-awards--standard .c-awards__center-text {
  font-family: Lato;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  color: #2b2926;
  margin-top: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .c-awards--standard .c-awards__center-text {
    font-family: Lato;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-awards--standard .c-awards__center-text {
    font-family: Lato;
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
  }
}
.s-sponsors img {
  margin: auto;
}
.s-sponsors .ads-container {
  position: relative;
  padding-bottom: 63px;
}
.s-sponsors button {
  border: unset;
  background-color: white;
  padding: 0;
}
.s-sponsors button:before {
  content: '';
  font-family: sidearm_font_v2;
  content: '\e020';
  font-size: 15px;
  line-height: 15px;
  color: #2b2926;
  transition: all .4s;
}
.s-sponsors button.slick-disabled {
  cursor: not-allowed;
}
.s-sponsors button:hover:not(.slick-disabled):before,
.s-sponsors button:focus:not(.slick-disabled):before {
  color: #d92e26;
}
.s-sponsors button.slick-prev:before {
  content: '\e013';
}
.s-sponsors button.slick-next:before {
  content: '\e014';
}
.s-sponsors button.slick-pause-play:before {
  content: '\e200';
}
.s-sponsors button.slick-pause-play.slick-play:before {
  content: '\e050';
}
.s-sponsors .slick-prev,
.s-sponsors .slick-next {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  height: 15px;
  width: 15px;
  font-size: 0;
  line-height: 0;
}
.s-sponsors .slick-prev {
  left: calc(50% - 7.5px - 6px);
}
.s-sponsors .slick-next {
  left: calc(50% + 7.5px + 6px);
}
.s-sponsors .slick-list {
  margin: 0 -12px;
}
@media screen and (max-width: 1024px) {
  .s-sponsors .slick-list {
    margin: 0 -14px;
  }
}
@media screen and (max-width: 767px) {
  .s-videos {
    padding-top: 12px;
  }
}
/*********************************************/

.c-videos--grid .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;
  transform: scale(0.85);
  visibility: hidden;
}
.c-videos--grid .showcase-modal__inner {
  max-width: 1416px;
  width: 80%;
}
.c-videos--grid .showcase-modal__player {
  max-height: 100vh;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.c-videos--grid .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #d01732;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  transition: .25s;
}
.c-videos--grid .showcase-modal__close:hover,
.c-videos--grid .showcase-modal__close:focus,
.c-videos--grid .showcase-modal__close.sidearm-hover {
  background: #d01732;
  color: white;
}
.c-videos--grid .showcase-modal__title {
  color: white;
  margin-top: 12px;
  font-family: Fira Sans Extra Condensed;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
}
.c-videos--grid .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-videos--grid .showcase-modal .showcase-video-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-videos--grid .showcase-modal.video-is-playing {
  opacity: 1;
  left: 0;
  pointer-events: all;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
  visibility: visible;
}
.c-videos--grid .c-videos__top {
  font-family: Lato;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  color: #2b2926;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-videos--grid .c-videos__top img {
    width: 167px;
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .c-videos--grid .c-videos__top {
    align-items: flex-end;
  }
}
.c-videos--grid .c-videos__top .c-videos__all {
  font-family: Lato;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: left;
  color: white;
  text-transform: uppercase;
  position: relative;
  background: #e3173e;
  padding: 11px 12px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  text-decoration: unset;
  margin-left: auto;
  transition: all .4s;
}
.c-videos--grid .c-videos__top .c-videos__all span {
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  width: 16px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  color: white;
  margin-left: 12px;
}
.c-videos--grid .c-videos__top .c-videos__all:before,
.c-videos--grid .c-videos__top .c-videos__all:after {
  content: '';
  background: #ec6e63;
  border-right: 2px solid white;
  transform: skewX(-43deg);
  position: absolute;
  left: -29px;
  bottom: 0;
  width: 13px;
  height: 100%;
  transition: all .4s;
}
.c-videos--grid .c-videos__top .c-videos__all:after {
  background-color: #e3173e;
  border: unset;
  z-index: -1;
  transform: unset;
  width: 55px;
  transform: skewX(-43deg);
}
.c-videos--grid .c-videos__top .c-videos__all:hover,
.c-videos--grid .c-videos__top .c-videos__all:focus {
  background-color: #2b2926;
}
.c-videos--grid .c-videos__top .c-videos__all:hover:after,
.c-videos--grid .c-videos__top .c-videos__all:focus:after {
  background-color: #2b2926;
}
@media screen and (max-width: 1024px) {
  .c-videos--grid .c-videos__top {
    font-family: Lato;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-videos--grid .c-videos__top {
    font-family: Lato;
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: left;
  }
}
.c-videos--grid .c-videos__no-data {
  text-align: center;
  margin: 36px auto;
}
.c-videos--grid .c-videos__item {
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .c-videos--grid .c-videos__item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 1024px) {
  .c-videos--grid .c-videos__item {
    width: 100%;
  }
}
.c-videos--grid .c-videos__item-inner {
  text-decoration: none;
}
.c-videos--grid .c-videos__item-inner:hover .c-videos__media-icon,
.c-videos--grid .c-videos__item-inner:focus .c-videos__media-icon,
.c-videos--grid .c-videos__item-inner.sidearm-hover .c-videos__media-icon {
  color: #e3173e;
}
@media screen and (min-width: 1025px) {
  .c-videos--grid .c-videos__item:nth-child(even) {
    margin-left: 12px;
  }
  .c-videos--grid .c-videos__item:nth-child(odd) {
    margin-right: 12px;
  }
}
.c-videos--grid .c-videos__media-container {
  position: relative;
  overflow: hidden;
}
.c-videos--grid .c-videos__media-container .c-videos__media-icon {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 70.5px;
  height: 70.5px;
  color: white;
  background: transparent;
  font-size: 90.5px;
  line-height: 90.5px;
  transition: all .4s;
}
@media screen and (max-width: 767px) {
  .c-videos--grid .c-videos__media-container .c-videos__media-icon {
    height: 36px;
    width: 36px;
    font-size: 44px;
    line-height: 44px;
  }
}
.c-videos--grid .c-videos__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #434345;
}
.c-videos--grid .c-videos__media.video-is-playing .showcase-modal {
  opacity: 1;
  left: 0;
  pointer-events: all;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
}
.c-videos--grid .c-videos__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: .25s;
  height: 100%;
}
.c-videos--grid .c-videos__details {
  padding: 22px 0;
}
@media screen and (max-width: 767px) {
  .c-videos--grid .c-videos__details {
    padding: 24px 0;
  }
}
.c-videos--grid .c-videos__title {
  font-family: Fira Sans Extra Condensed;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  color: #2b2926;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .c-videos--grid .c-videos__title {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .c-videos--grid .c-videos__title {
    font-family: Fira Sans Extra Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-videos--grid .c-videos__sport {
  font-family: Lato;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: left;
  color: #666666;
  text-transform: uppercase;
}
.c-videos--grid .c-videos__date {
  font-family: Lato;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: left;
  color: #666666;
  text-transform: uppercase;
  margin-left: 10px;
}
/***************************************/

@media screen and (max-width: 1024px) {
  .main-footer__logos .container {
    padding: 0;
  }
}
.main-footer__logos-list {
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
}
@media screen and (max-width: 1024px) {
  .main-footer__logos-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .main-footer__logos-list {
    padding: 32px 0;
    padding-top: 82.99px;
  }
}
.main-footer__logos-item {
  height: 148px;
  margin-right: 24px;
}
.main-footer__logos-item:first-of-type {
  margin-right: auto;
}
.main-footer__logos-item:nth-of-type(3) {
  margin-left: 33px;
}
.main-footer__logos-item:last-of-type {
  margin-right: 0;
  margin-left: 49px;
}
@media screen and (max-width: 1024px) {
  .main-footer__logos-item:first-of-type {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .main-footer__logos-item:first-of-type img {
    width: 235px;
  }
  .main-footer__logos-item:nth-of-type(2) {
    flex: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
    min-width: 1px;
    min-height: 1px;
    margin: 0;
  }
  .main-footer__logos-item:nth-of-type(2) img {
    width: 130px;
  }
  .main-footer__logos-item:nth-of-type(3) {
    flex: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
    min-width: 1px;
    min-height: 1px;
    margin: 0;
  }
  .main-footer__logos-item:nth-of-type(3) img {
    width: 238px;
  }
  .main-footer__logos-item:nth-of-type(4) {
    flex: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
    min-width: 1px;
    min-height: 1px;
    margin: 0;
  }
  .main-footer__logos-item:nth-of-type(4) img {
    width: 91px;
  }
}
@media screen and (max-width: 767px) {
  .main-footer__logos-item {
    height: unset;
  }
  .main-footer__logos-item:first-of-type {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin-bottom: 59px;
  }
  .main-footer__logos-item:first-of-type img {
    width: 235px;
  }
  .main-footer__logos-item:nth-of-type(2) {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin-bottom: 50px;
  }
  .main-footer__logos-item:nth-of-type(2) img {
    width: 113px;
  }
  .main-footer__logos-item:nth-of-type(3) {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin-bottom: 47px;
  }
  .main-footer__logos-item:nth-of-type(3) img {
    width: 238px;
  }
  .main-footer__logos-item:nth-of-type(4) {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .main-footer__logos-item:nth-of-type(4) img {
    width: 91px;
  }
}
.main-footer__logos-link {
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  height: 100%;
}
.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__container {
  max-width: 1546px;
  padding: 0;
}
/********************************************/

.main-footer__logos {
  box-shadow: inset 0px -1px 0px #e0e0e0;
}
/***************************************************************************/

.ui-tabs-panel[aria-hidden="true"] {
  display: block !important;
  overflow: hidden;
  height: 0;
}
.ui-tabs-panel {
  overflow: initial;
}
.ui-tabs-panel {
  overflow: unset;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  
}
.s-social__title {
  font-family: Lato;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  color: #2b2926;
  margin-bottom: 20px;
  padding-top: 17px;
}
@media screen and (max-width: 1024px) {
  .s-social__title {
    padding-top: 0;
  }
}
.s-social__tabs {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .s-social__tabs {
    margin-bottom: 24px;
  }
}
.s-social__tabs-item {
  flex: 0 0 33.333%;
  -webkit-flex: 0 0 33.333%;
  min-width: 1px;
  min-height: 1px;
  height: 40px;
}
.s-social__tabs-item:first-of-type {
  border: 1px solid #e0e0e0;
}
.s-social__tabs-item:nth-of-type(2) {
  border-width: 1px 0px;
  border-style: solid;
  border-color: #e0e0e0;
}
.s-social__tabs-item:nth-of-type(3) {
  border: 1px solid #e0e0e0;
}
.s-social__tabs-item.ui-state-active .s-social__tabs-link {
  background: #e3173e;
  color: white !important;
}
.s-social__tabs-link {
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #2b2926 !important;
  text-decoration: unset;
  transition: all .4s;
}
.s-social__tabs-link span:not(.sidearm-icon) {
  font-size: 0;
}
.s-social__tabs-link:hover,
.s-social__tabs-link:focus {
  background: #e3173e;
  color: white !important;
}
.s-social__inner-container {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .s-social__inner-container:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
    height: 99px;
    pointer-events: none;
    z-index: 9;
  }
}
.s-social .load-more__button {
  font-family: Lato;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: left;
  color: white;
  padding: 11px 12px;
  background: #e3173e;
  text-transform: uppercase;
  border: unset;
  position: relative;
  z-index: 9;
  transition: all .4s;
}
.s-social .load-more__button:before,
.s-social .load-more__button:after {
  content: '';
  background: #ec6e63;
  border-right: 2px solid white;
  transform: skewX(-43deg);
  position: absolute;
  left: -29px;
  bottom: 0;
  width: 13px;
  height: 100%;
}
.s-social .load-more__button:after {
  background-color: #e3173e;
  border: unset;
  z-index: -1;
  transform: unset;
  width: 55px;
  transform: skewX(-43deg);
  transition: all .4s;
}
.s-social .load-more__button:hover,
.s-social .load-more__button:focus {
  background-color: #2b2926;
}
.s-social .load-more__button:hover:after,
.s-social .load-more__button:focus:after {
  background-color: #2b2926;
}
@media screen and (min-width: 1025px) {
  .s-social #facebook,
  .s-social #instagram,
  .s-social #tweet {
    max-height: 660px;
    overflow: auto;
    padding-right: 12px;
    /* width */
  
    /* width */
  
    /* Track */
  
    /* Handle */
  
    /* Handle on hover */
  
  }
  .s-social #facebook::-webkit-scrollbar,
  .s-social #instagram::-webkit-scrollbar,
  .s-social #tweet::-webkit-scrollbar {
    width: 6px;
    margin-right: 12px;
  }
  .s-social #facebook::-webkit-scrollbar-track,
  .s-social #instagram::-webkit-scrollbar-track,
  .s-social #tweet::-webkit-scrollbar-track {
    box-shadow: unset;
    border-radius: unset;
    background-color: unset;
  }
  .s-social #facebook::-webkit-scrollbar-thumb,
  .s-social #instagram::-webkit-scrollbar-thumb,
  .s-social #tweet::-webkit-scrollbar-thumb {
    background: #e3173e;
    border-radius: 10px;
  }
  .s-social #facebook::-webkit-scrollbar-thumb:hover,
  .s-social #instagram::-webkit-scrollbar-thumb:hover,
  .s-social #tweet::-webkit-scrollbar-thumb:hover {
    background: #d92e26;
  }
}
@media screen and (max-width: 1024px) {
  .s-social {
    padding-bottom: 48px;
    padding-top: 48px;
  }
}
/***************************************************************************/

@media screen and (max-width: 1024px) {
  .c-facebook--list {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-facebook--list .c-facebook__item {
  margin-bottom: 20px;
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 1024px) {
  .c-facebook--list .c-facebook__item {
    flex: 0 0 calc(50% - 12px);
    -webkit-flex: 0 0 calc(50% - 12px);
    min-width: 1px;
    min-height: 1px;
  }
  .c-facebook--list .c-facebook__item:first-of-type {
    margin-right: 12px;
  }
  .c-facebook--list .c-facebook__item:last-of-type {
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-facebook--list .c-facebook__item {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-facebook--list .c-facebook__item:first-of-type {
    margin-right: 0;
  }
  .c-facebook--list .c-facebook__item:last-of-type {
    margin-left: 0;
  }
}
.c-facebook--list .c-facebook__social {
  margin-top: 24px;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  color: #e3173e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-facebook--list .c-facebook__body {
  border: 1px solid #e0e0e0;
  padding: 24px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #2b2926;
}
.c-facebook--list .c-facebook__body a {
  color: #e3173e;
}
.c-facebook--list .c-facebook__user {
  margin-bottom: 12px;
}
.c-facebook--list .c-facebook__user-name {
  font-family: Lato;
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: left;
  color: #2b2926 !important;
}
.c-facebook--list .c-facebook__user-screen {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #2b2926 !important;
  text-decoration: unset;
}
.c-facebook--list .c-facebook__user-screen:hover,
.c-facebook--list .c-facebook__user-screen:focus {
  text-decoration: underline;
}
.c-facebook--list .c-facebook__user-image {
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  background-color: white;
  object-fit: contain;
  height: 52px;
  width: 52px;
  margin-right: 12px;
}
@media screen and (max-width: 1024px) {
  .c-instagram--list {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-instagram--list .c-instagram__image {
  width: 100%;
}
.c-instagram--list .c-instagram__social {
  margin-top: 12px;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  color: #e3173e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-instagram--list .c-instagram__social span {
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-instagram--list .c-instagram__body {
  border: 1px solid #e0e0e0;
  padding: 23px 24px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #2b2926;
}
.c-instagram--list .c-instagram__body a {
  color: #e3173e;
}
.c-instagram--list .c-instagram__item {
  margin-bottom: 20px;
  position: relative;
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 1024px) {
  .c-instagram--list .c-instagram__item {
    flex: 0 0 calc(50% - 12px);
    -webkit-flex: 0 0 calc(50% - 12px);
    min-width: 1px;
    min-height: 1px;
  }
  .c-instagram--list .c-instagram__item:first-of-type {
    margin-right: 12px;
  }
  .c-instagram--list .c-instagram__item:last-of-type {
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-instagram--list .c-instagram__item {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-instagram--list .c-instagram__item:first-of-type {
    margin-right: 0;
  }
  .c-instagram--list .c-instagram__item:last-of-type {
    margin-left: 0;
  }
}
.c-instagram--list .c-instagram__user {
  padding-bottom: 12px;
}
.c-instagram--list .c-instagram__user-name {
  font-family: Lato;
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: left;
  color: #2b2926;
}
.c-instagram--list .c-instagram__user-screen {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #2b2926 !important;
  text-decoration: unset;
}
.c-instagram--list .c-instagram__user-screen:hover,
.c-instagram--list .c-instagram__user-screen:focus {
  text-decoration: underline;
}
.c-instagram--list .c-instagram__user-image {
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  background-color: white;
  object-fit: contain;
  height: 52px;
  width: 52px;
  margin-right: 12px;
}
@media screen and (max-width: 1024px) {
  .c-twitter--list {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-twitter--list .c-twitter__item {
  margin-bottom: 20px;
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 1024px) {
  .c-twitter--list .c-twitter__item {
    flex: 0 0 calc(50% - 12px);
    -webkit-flex: 0 0 calc(50% - 12px);
    min-width: 1px;
    min-height: 1px;
  }
  .c-twitter--list .c-twitter__item:first-of-type {
    margin-right: 12px;
  }
  .c-twitter--list .c-twitter__item:last-of-type {
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-twitter--list .c-twitter__item {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-twitter--list .c-twitter__item:first-of-type {
    margin-right: 0;
  }
  .c-twitter--list .c-twitter__item:last-of-type {
    margin-left: 0;
  }
}
.c-twitter--list .c-twitter__social {
  margin-top: 24px;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  color: #e3173e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-twitter--list .c-twitter__user {
  margin-bottom: 12px;
}
.c-twitter--list .c-twitter__body {
  border: 1px solid #e0e0e0;
  padding: 24px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #2b2926;
}
.c-twitter--list .c-twitter__user-name {
  font-family: Lato;
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: left;
  color: #2b2926;
}
.c-twitter--list .c-twitter__user-screen {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #2b2926 !important;
  text-decoration: unset;
}
.c-twitter--list .c-twitter__user-screen:hover,
.c-twitter--list .c-twitter__user-screen:focus {
  text-decoration: underline;
}
.c-twitter--list .c-twitter__user-image {
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  background-color: white;
  object-fit: contain;
  height: 52px;
  width: 52px;
  margin-right: 12px;
}
/**************************************************************************/

.main-header__grey {
  background-color: #b6b8ba;
}
.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__url:hover,
.c-navigation--sport.c-navigation--desktop .c-navigation__url:focus {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-1 {
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-right: auto;
  margin-left: 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  margin-left: 24px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:first-of-type {
  margin-left: 0px;
}
@media screen and (max-width: 1024px) {
  .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:first-of-type {
    margin-left: 0;
  }
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:focus,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover {
  text-decoration: underline;
}
.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;
}
@media screen and (min-width: 1024px) {
  .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.c-navigation__additional .c-navigation__url--level-1 {
    position: relative;
    padding-right: 24px;
  }
  .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.c-navigation__additional .c-navigation__url--level-1:before {
    content: '';
    position: absolute;
    right: 0;
    height: 16px;
    width: 16px;
    font-family: sidearm_font_v2;
    content: '\e014';
    font-size: 16px;
    line-height: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  font-family: Lato;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: left;
  padding: 25px 0;
  color: #2b2926;
  text-transform: uppercase;
}
.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__sport .c-navigation__url--level-1 {
  font-family: Fira Sans Extra Condensed;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: left;
  color: #2b2926;
  padding: 16px 0;
  text-transform: inherit;
}
.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,
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1.sidearm-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 - 181px);
  overflow: auto;
  filter: drop-shadow(0px 2px 18px rgba(0, 0, 0, 0.12));
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2.is-open {
  left: auto;
  right: 0;
  opacity: 1;
  transition: 0s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-2 {
  box-shadow: inset 0px -1px 0px #eeeeee;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  font-family: Lato;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: left;
  color: #2b2926;
  color: #23252a;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
.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: #e3173e;
  color: white;
  text-decoration: unset;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  font-family: Fira Sans Extra Condensed;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1px;
  text-align: left;
  color: #2b2926;
  padding: 16px 0;
  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-family: Fira Sans Extra Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: left;
  }
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  background: #b6b8ba;
  border: unset;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  padding: 0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle:focus,
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle.sidearm-hover {
  text-decoration: underline;
  transform: rotate(180deg);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle.is-toggled {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle span:not(.sidearm-icon) {
  font-size: 0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle span.sidarm-icon {
  font-size: 16px;
  line-height: 16px;
  color: #2b2926;
}
.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:9;*/
  background: #23252a;
  transition: all .4s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 172px);
  overflow: auto;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font_v2;
  font-size: 12px;
  content: '\e020';
  margin-left: 6px;
  line-height: 12px;
  font-style: normal;
  display: inline-block;
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(180deg);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-1 {
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  font-family: Lato;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #f6f7f2;
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  padding-top: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  transition: all .4s;
  text-decoration: unset;
  display: block;
  text-transform: uppercase;
  background: #23252a;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.is-open,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:focus,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.sidearm-hover {
  background: #e3173e;
  color: #f6f7f2;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.is-open {
  background: #e3173e;
  color: #f6f7f2;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  padding: 0;
  opacity: 1;
  position: static;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  padding-top: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  background: #23252a;
  text-decoration: unset;
  background-color: white;
  display: block;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:focus,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2.sidearm-hover {
  color: white;
  background-color: #23252a;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
/**************************************************************************/

h2.hide,
h1.hide {
  color: black;
  background-color: white;
}
.loading {
  transition: all 0.2s ease-in-out 1.5s;
  position: fixed;
  transform: scale(1);
  z-index: 9999999999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.logo-loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo-loader--half-circle-spin {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  border-radius: 100%;
}
.logo-loader--half-circle-spin .logo-loader__spinner {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: white;
  animation: .75s spin linear infinite;
  border-width: calc(250px * .0353);
  border-style: solid;
  border-color: #e3173e;
  border-top-color: #2b2926;
}
.logo-loader--half-circle-spin .logo-loader__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  transform: translate(-50%, -50%);
}
html.navigation-loaded .loading {
  transform: scale(0);
  opacity: 0;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
html:not(.index) .main-content-placeholder {
  max-width: 1464px;
  padding: 24px 24px 36px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 181px;
}
@media screen and (max-width: 1024px) {
  html:not(.index) .main-content-placeholder {
    margin-top: 172px;
  }
}
@media screen and (max-width: 767px) {
  html:not(.index) .main-content-placeholder {
    margin-top: 172px;
  }
}
.index.sport .s-awards {
  display: none;
}
@media screen and (max-width: 1024px) {
  .index.sport .s-social {
    padding-bottom: 0;
  }
}
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}
@media screen and (max-width: 1024px) {
  .main-header {
    position: fixed;
  }
}
.headroom--not-top .main-header {
  position: fixed;
}
.headroom--not-top .main-header__white {
  height: 0;
}
.headroom--not-top .main-header__logo-img {
  opacity: 0;
}
.headroom--not-top .main-header__logo-img--second {
  opacity: 1;
}
.headroom--not-top .c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  max-height: calc(100vh - 60px);
}
.headroom--not-top .c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  max-height: calc(100vh - 128px);
}
.headroom--not-top .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 60px);
}
@media screen and (min-width: 1025px) {
  .headroom--not-top .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 58px);
  }
}
.headroom--not-top .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 119px);
}
.main-content-placeholder {
  padding-top: 113px;
}
@media screen and (max-width: 1024px) {
  
}
@media screen and (max-width: 767px) {
  
}
.index.sport .main-content-placeholder {
  padding-top: 181px;
}
@media screen and (max-width: 1024px) {
  .index.sport .main-content-placeholder {
    padding-top: 172px;
  }
}
@media screen and (max-width: 767px) {
  
}
.inpage-header {
  background-color: #d81835;
  color: white;
  padding-left: 15px !important;
  text-transform: uppercase;
  font-size: 17px;
  text-align: left;
  padding: 2px;
}
.small-logo {
  background: #cccccc url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/marist.sidearmsports.com/images/logos/site/site.png") no-repeat center center;
  background-size: 30px;
  width: 65px;
}
