/*Stories Video*/

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

/*Utility Classes*/

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

/*Row Styles*/

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

ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
ul.slick-dots button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
}
.showcase-play-button {
  background-color: transparent;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
  border: 0;
  font-size: 0;
  outline: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  z-index: 100;
}
body {
  font: 1rem/1.4 "Poppins", arial, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: black url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/golhu.com/images/responsive_2020/pattern.png");
}
a,
a:link {
  color: #8f001e;
}
a:visited {
  color: #5c0013;
}
html.headroom--not-top .main-header {
  top: -127px;
}
html.headroom--not-top .main-content-placeholder {
  margin-top: 127px;
}
html.headroom--not-top .c-navigation__logo {
  top: -2px !important;
}
html.headroom--not-top .c-navigation__logo img {
  width: 109px !important;
}
html.headroom--not-top .c-navigation--desktop .c-navigation__level-2 {
  max-height: calc(100vh - 101px) !important;
}
html.headroom--not-top .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 101px) !important;
}
html.headroom--not-top .c-navigation--sport {
  top: 100px;
}
.sport .main-content-placeholder {
  margin-top: 292px;
}
.sport .c-navigation__offcanvas {
  z-index: 10;
}
.hide-med-down {
  display: none;
}
@media screen and (min-width: 1025px) {
  .hide-med-down {
    display: flex;
  }
}
.hide-med-up {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hide-med-up {
    display: block;
  }
}
.hide-large-down {
  display: none;
}
@media screen and (min-width: 1280px) {
  .hide-large-down {
    display: flex;
  }
}
.hide-large-up {
  display: none;
}
@media screen and (max-width: 1279px) {
  .hide-large-up {
    display: block;
  }
}
.s-scoreboard {
  background-color: #222120;
  color: white;
  height: 127px;
}
.s-scoreboard .slick-prev,
.s-scoreboard .slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: transparent;
  color: white;
  font-size: 0;
  position: absolute;
  top: 0;
  font-size: 0;
  width: 85px;
  height: 100%;
  transition: 0.15s;
  border-left: 1px solid #555555;
  border-right: 1px solid #555555;
}
.s-scoreboard .slick-prev::after,
.s-scoreboard .slick-next::after {
  color: white;
  font: 45px 'sidearm_font_v2';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s;
}
.s-scoreboard .slick-prev:hover,
.s-scoreboard .slick-next:hover {
  background: #8f001e;
}
.s-scoreboard .slick-prev:hover::after,
.s-scoreboard .slick-next:hover::after {
  color: white;
}
.s-scoreboard .slick-prev.slick-disabled,
.s-scoreboard .slick-next.slick-disabled {
  background: #222120;
  pointer-events: none;
}
.s-scoreboard .slick-prev.slick-disabled::after,
.s-scoreboard .slick-next.slick-disabled::after {
  color: white;
  opacity: 0.25;
}
.s-scoreboard .slick-prev {
  left: 0;
}
.s-scoreboard .slick-prev::after {
  content: '\e029';
}
.s-scoreboard .slick-next {
  left: calc(100% - 85px);
}
.s-scoreboard .slick-next::after {
  content: '\e030';
}
.s-scoreboard .slick-active.c-scoreboard__item {
  border-left: 1px solid #555555;
}
.s-scoreboard .slick-active:first-of-type.c-scoreboard__item {
  border-left: none;
}
@media screen and (max-width: 1279px) {
  .s-scoreboard__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .s-scoreboard .slick-prev,
  .s-scoreboard .slick-next {
    height: 50%;
    left: 0;
    width: 61px;
  }
  .s-scoreboard .slick-prev {
    top: 0;
    border-bottom: 1px solid #555555;
  }
  .s-scoreboard .slick-next {
    top: 50%;
    border-right: 1px solid #555555;
  }
}
.main-content-placeholder {
  margin-top: 251px;
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: all 0.25s;
}
.main-navigation {
  background-color: #8f001e;
}
.main-navigation__inner {
  padding-left: 30px;
  padding-right: 22px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-navigation__psecu-logo {
  width: 101px;
  margin-left: 12px;
  margin-right: 6px;
}
.main-navigation__nav {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.main-navigation__ads {
  height: 100%;
}
.main-navigation__ads .ads-container {
  height: 100%;
}
.main-navigation__ads .ads-container .icons-ad {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-navigation__ads .ads-container .icons-ad:hover,
.main-navigation__ads .ads-container .icons-ad:active,
.main-navigation__ads .ads-container .icons-ad:focus,
.main-navigation__ads .ads-container .icons-ad.sidearm-hover {
  background-color: #222120;
}
.main-navigation__ads .ads-container .icons-ad__link {
  font-size: 3rem;
  color: white;
}
.main-navigation__ads .ads-container .icons-ad__link span:last-of-type {
  display: none;
}
.main-navigation__search {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main-navigation__ads .ads-container .icons-ad__link {
    font-size: 2rem;
  }
}
.main-navigation--mobile .main-navigation__inner {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 101px;
  padding-left: 0 !important;
}
.main-navigation--mobile .main-navigation__logo {
  margin-left: auto;
  margin-right: auto;
  width: 96px;
  position: absolute;
  left: calc(50% - 48px);
}
.main-navigation--mobile .main-navigation__nav {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 767px) {
  .main-navigation--mobile .main-navigation__logo {
    width: 73px;
  }
  .main-navigation--mobile .main-navigation__inner {
    padding-right: 15px !important;
  }
}
.s-contentstream {
  background-color: white;
}
.c-scoreboard--slider .slick-track {
  display: flex;
  display: -webkit-flex;
}
.c-scoreboard--slider .c-scoreboard--upcoming .c-scoreboard__team-logo {
  width: 34px;
}
.c-scoreboard--slider .c-scoreboard--upcoming .c-scoreboard__team-name,
.c-scoreboard--slider .c-scoreboard--upcoming .c-scoreboard__team-sport {
  color: white;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.044rem;
  line-height: 1.269rem;
  text-align: left;
}
.c-scoreboard--slider .c-scoreboard__live {
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.044rem;
  line-height: 1.094rem;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  padding-left: 25px;
}
.c-scoreboard--slider .c-scoreboard__live:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  height: 10px;
  width: 10px;
  background-color: #d90505;
  border-radius: 50%;
  display: inline-block;
}
.c-scoreboard--slider .c-scoreboard__top {
  font-weight: 400;
  padding-bottom: 7px;
  font-size: 0.875rem;
  line-height: 20px;
}
.c-scoreboard--slider .c-scoreboard__divider {
  padding-left: 8px;
  padding-right: 6px;
}
.c-scoreboard--slider .c-scoreboard__calendar {
  border-right: 1px solid #555555;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 88px;
  background-color: #222120;
  transition: all 0.25s;
}
.c-scoreboard--slider .c-scoreboard__calendar .sf-calendar {
  font-size: 40px;
  color: white;
}
.c-scoreboard--slider .c-scoreboard__calendar:hover,
.c-scoreboard--slider .c-scoreboard__calendar:focus,
.c-scoreboard--slider .c-scoreboard__calendar.sidearm-hover {
  background-color: #8f001e;
}
.c-scoreboard--slider .c-scoreboard__list {
  padding-left: 85px;
  padding-right: 85px;
}
.c-scoreboard--slider .c-scoreboard__item {
  position: relative;
  float: unset;
  height: 127px;
  letter-spacing: 0.7px;
}
.c-scoreboard--slider .c-scoreboard__item-inner {
  padding: 24px 34px;
  padding-bottom: 18px;
  padding-right: 39px;
}
.c-scoreboard--slider .c-scoreboard__team {
  display: flex;
  display: -webkit-flex;
  padding-top: 7px;
  font-size: 0.875rem;
  line-height: 17.5px;
}
.c-scoreboard--slider .c-scoreboard__team-logo {
  width: 24px;
  min-width: 24px;
}
.c-scoreboard--slider .c-scoreboard__team-name {
  color: white;
  padding-left: 10px;
}
.c-scoreboard--slider .c-scoreboard__team-score {
  color: white;
  font-weight: 700;
  margin-left: auto;
}
.c-scoreboard--slider .c-scoreboard__team-sport {
  padding-left: 10px;
}
.c-scoreboard--slider .c-scoreboard__logo--default {
  opacity: .6;
  filter: grayscale(1);
  min-width: 24px;
}
.c-scoreboard--slider .c-scoreboard__overlay {
  height: 0;
  display: none;
  transition: all 0.25s;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #222120;
  display: flex;
  display: -webkit-flex;
  color: white;
}
.c-scoreboard--slider .c-scoreboard__overlay.is-open {
  height: 100%;
}
.c-scoreboard--slider .c-scoreboard__overlay.is-open .c-scoreboard__media {
  display: flex;
  display: -webkit-flex;
}
.c-scoreboard--slider .c-scoreboard__media {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: none;
  padding-right: 62px;
}
.c-scoreboard--slider .c-scoreboard__media-item {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.c-scoreboard--slider .c-scoreboard__media-link {
  color: white;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background-color: #222120;
  font-family: "Arvo";
  transition: all 0.25s;
  flex-direction: column;
  -webkit-flex-direction: column;
  font-size: 14px;
  text-transform: uppercase;
}
.c-scoreboard--slider .c-scoreboard__media-link .sidearm-icon {
  font-size: 1.875rem;
}
.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 {
  background-color: #8f001e;
}
.c-scoreboard--slider .c-scoreboard__toggle {
  position: absolute;
  top: 28px;
  right: 20px;
  border: none;
  background: transparent;
  outline: none;
  z-index: 2;
}
.c-scoreboard--slider .c-scoreboard__toggle:after {
  content: '\e071';
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  font-family: 'sidearm_font_v2';
  font-size: 16px;
  color: white;
  transition: all 0.25s;
}
.c-scoreboard--slider .c-scoreboard__toggle.is-toggled:after {
  transform: rotate(45deg);
}
.c-scoreboard--slider .c-scoreboard__toggle:hover:after,
.c-scoreboard--slider .c-scoreboard__toggle:focus:after,
.c-scoreboard--slider .c-scoreboard__toggle.sidearm-hover:after {
  color: #8f001e;
}
@media screen and (max-width: 767px) {
  .c-scoreboard--slider .c-scoreboard__item {
    border-right: 1px solid #555555;
  }
  .c-scoreboard--slider .c-scoreboard__item-inner {
    padding-left: 12px;
    padding-right: 12px;
  }
  .c-scoreboard--slider .c-scoreboard__list {
    padding-right: 0;
  }
  .c-scoreboard--slider .c-scoreboard__calendar {
    width: 70px;
  }
  .c-scoreboard--slider .c-scoreboard__list {
    padding-left: 61px;
  }
  .c-scoreboard--slider .c-scoreboard__media {
    padding-right: 40px;
  }
  .c-scoreboard--slider .c-scoreboard__media-link span:nth-of-type(2) {
    display: none;
  }
  .c-scoreboard--slider .c-scoreboard__toggle {
    top: 34px;
    right: 8px;
  }
}
@media screen and (max-width: 375px) {
  .c-scoreboard--slider .c-scoreboard__media-link .sidearm-icon {
    font-size: 1.25rem;
  }
  .c-scoreboard--slider .c-scoreboard__media-link .sf-stats-minimal {
    font-weight: 700;
  }
}
.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main.c-navigation--desktop {
  height: 100px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-1 {
  width: 100%;
}
.c-navigation--main.c-navigation--desktop .c-navigation__logo {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 16px;
  z-index: 3;
  transition: all 0.25s;
}
.c-navigation--main.c-navigation--desktop .c-navigation__logo img {
  width: 163px;
  transition: all 0.25s;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:nth-of-type(4) {
  margin-left: auto;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:nth-of-type(3) {
  margin-right: auto;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1 {
  background-color: #222120;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity .25s;
  top: 225px;
  max-height: calc(100vh - 225px);
  z-index: 1;
  overflow-y: auto;
  padding-bottom: 50px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 {
  color: white;
  font: 700 20px/25px "Arvo";
  padding-left: 12px;
  padding: 12px;
  padding-top: 38px;
  padding-bottom: 37px;
  transition: 0.25s all;
  background-color: #8f001e;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  background-color: #222120;
  border: 1px solid #555555;
  padding-top: 68px;
  border: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2.is-open {
  left: 0;
  opacity: 1;
  transition: 0s;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2-inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.c-navigation--main.c-navigation--desktop .c-navigation__column {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__column + .c-navigation__column {
  padding-left: 24px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2 {
  color: white;
  padding-left: 20px;
  padding-right: 8px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.25s;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:not(.c-navigation__separator) {
  background-color: #2b2b2b;
  border: 1px solid #222120;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:not(.c-navigation__separator):hover,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:not(.c-navigation__separator):focus {
  background-color: #8f001e;
}
.c-navigation--main.c-navigation--desktop .c-navigation__schedule-roster-news {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 0.875rem;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: normal !important;
  position: relative;
}
.c-navigation--main.c-navigation--desktop .c-navigation__schedule-roster-news:after {
  content: '/';
  position: absolute;
  top: calc(50% - 7px);
  right: -4px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__separator {
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
  font: 700 1rem/24px "Arvo";
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2 {
  padding-top: 15px;
  padding-bottom: 12px;
  letter-spacing: 0.7px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:first-of-type {
  text-transform: uppercase;
  font: 700 0.875rem/21px "Arvo";
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
}
.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:not(.c-navigation__social),
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:focus:not(.c-navigation__social),
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2.sidearm-hover:not(.c-navigation__social) {
  text-decoration: underline;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social {
  width: 30px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.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: 20px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.facebook::before {
  content: '\e040';
}
.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.tickets {
  display: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--main.c-navigation--mobile .c-navigation__psecu-logo {
  padding-left: 32px;
  padding-bottom: 29px;
  padding-top: 12px;
  width: 117px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle {
  color: white;
  font-size: 2.25rem;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  width: 100px;
  background-color: #8f001e;
  transition: all 0.25s;
  height: 101px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle span:last-of-type {
  display: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:hover,
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:focus,
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:active,
.c-navigation--main.c-navigation--mobile .c-navigation__toggle.sidearm-hover {
  background-color: #222120;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  top: 228px;
  background-color: white;
  z-index: 5;
  max-height: calc(100vh - 228px);
  overflow: auto;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-1 {
  background-color: #222120;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font_v2;
  font-size: 20px;
  content: '\e012';
  margin-left: 10px;
  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 {
  color: white;
  font-size: 1.375rem;
  line-height: 27.5px;
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  text-transform: uppercase;
  font-family: "Arvo";
  letter-spacing: 0.069rem;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
  background-color: #222120;
  padding-left: 28px;
  padding-right: 28px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2.is-open {
  padding-top: 16px;
  max-height: 2500px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2 {
  font: 700 1rem/24px "Arvo";
  text-transform: uppercase;
  border-bottom: 1px solid #222120;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.25s;
  padding-right: 24px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2:not(.c-navigation__separator) {
  background-color: #2b2b2b;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2:hover:not(.c-navigation__separator),
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2:focus:not(.c-navigation__separator),
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2:active:not(.c-navigation__separator),
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2.sidearm-hover:not(.c-navigation__separator) {
  background-color: #8f001e;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2 + .c-navigation__separator {
  padding-top: 12px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__schedule-roster-news {
  color: white;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal !important;
  line-height: 1.313rem;
  text-align: left;
  position: relative;
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.c-navigation--main.c-navigation--mobile .c-navigation__schedule-roster-news:after {
  content: '/';
  position: absolute;
  top: calc(50% - 11px);
  right: -4px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__schedule-roster-news.news:after {
  content: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__social {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.c-navigation--main.c-navigation--mobile .c-navigation__separator {
  font: 700 1rem/24px "Arvo";
  text-transform: uppercase;
  color: white;
  padding-bottom: 12px;
  letter-spacing: 0.05rem;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2 {
  color: white;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 28px;
  padding-right: 28px;
  letter-spacing: 0.044rem;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2.schedule {
  margin-left: auto;
}
.c-navigation--main.c-navigation--mobile .c-navigation__social {
  width: 30px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.c-navigation--main.c-navigation--mobile .c-navigation__social[href] {
  visibility: visible;
}
.c-navigation--main.c-navigation--mobile .c-navigation__social::before {
  font-family: sidearm_font_v2;
}
.c-navigation--main.c-navigation--mobile .c-navigation__social.facebook::before {
  content: '\e040';
}
.c-navigation--main.c-navigation--mobile .c-navigation__social.twitter::before {
  content: '\e035';
}
.c-navigation--main.c-navigation--mobile .c-navigation__social.instagram::before {
  content: '\e044';
}
.c-navigation--main.c-navigation--mobile .c-navigation__social.tickets::before {
  content: '\e108';
}
.c-navigation--main.c-navigation--mobile .c-navigation__social.tickets {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-navigation--main.c-navigation--mobile .c-navigation__toggle {
    width: 74px;
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__url--level-2 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__level-2 {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--main.c-navigation--mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
.c-navigation--sport {
  transition: 0.25s all;
  height: 65px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  background-color: white;
  z-index: 5;
  position: fixed;
  transition: top 0.25s;
  color: black;
  top: 227px;
}
.c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-1 {
  height: 100%;
  font-family: "Arvo";
  font-size: 1.125rem;
  margin-right: 1.5rem;
  margin-left: 24px;
  margin-right: auto;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
  cursor: pointer;
  transition: all 0.25s;
  text-transform: uppercase;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #222120;
  text-transform: uppercase;
  font-family: "Poppins", arial, sans-serif;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:nth-child(1) .c-navigation__url--level-1 {
  color: #222120;
  font-size: 20px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:nth-child(1):before {
  content: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:nth-child(2) {
  margin-left: auto;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:last-child {
  margin-right: 24px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:last-child:before {
  content: none;
}
.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 {
  background-color: #222120;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1 {
  color: white;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__level-2,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2 {
  left: auto;
  right: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  color: #8f001e;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  width: 350px;
  background-color: white;
  z-index: 30;
}
.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 {
  padding: 12px 24px;
  font: 400 1.125rem "Poppins", arial, sans-serif;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-2:hover {
  background-color: #222120;
  color: white;
}
.c-navigation--sport.c-navigation--mobile {
  z-index: 5;
  top: 228px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-links {
  height: 100%;
  margin-left: 24px;
  margin-right: 24px;
  color: #222120;
  text-transform: uppercase;
  font-size: 20px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-links a {
  text-decoration: none;
  color: #222120 !important;
  font-weight: 700;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url {
  padding: 12px 35px;
  display: block;
  color: #8f001e;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url:focus,
.c-navigation--sport.c-navigation--mobile .c-navigation__url:active,
.c-navigation--sport.c-navigation--mobile .c-navigation__url.sidearm-hover {
  background-color: #222120;
  color: white !important;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  color: #8f001e;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
  background-color: white;
  text-transform: uppercase;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__additional {
  font: 400 1rem "Poppins", arial, sans-serif;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-weight: 700;
  font-family: "Arvo";
  text-transform: uppercase;
  display: block;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
  z-index: 1;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  height: calc(100vh - 228px);
  background-color: white;
  top: 65px;
  overflow: auto;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font_v2;
  content: '\e012';
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  font: 700 1.125rem "Arvo";
  font-weight: 700;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  text-decoration: none;
  color: black;
}
.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 {
  color: #8f001e;
}
.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;
  text-transform: uppercase;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-2 {
  font: 700 1.125rem "Arvo";
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-2:last-of-type {
  border-bottom: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  text-decoration: none;
  background-color: white;
  color: #8f001e;
  font-weight: 700;
}
.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: #222120;
}
@media screen and (max-width: 1024px) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    height: calc(100vh - 166px);
  }
}
@media screen and (max-width: 767px) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    height: calc(100vh - 207px);
  }
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
.c-search--overlay {
  height: 100%;
  font-family: "Poppins", arial, sans-serif;
}
.c-search--overlay fieldset {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.c-search--overlay .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  height: 100%;
  color: white;
  font-size: 20px;
  position: relative;
  top: 0;
  padding-left: 2px;
  padding-right: 2px;
  margin-right: 0;
  font-size: 3rem;
  margin-left: 0;
  transition: all 0.25s;
}
.c-search--overlay .c-search__toggle:hover,
.c-search--overlay .c-search__toggle.is-toggled,
.c-search--overlay .c-search__toggle:focus,
.c-search--overlay .c-search__toggle.sidearm-hover {
  background-color: #222120;
}
.c-search--overlay .c-search__wrapper {
  height: 100%;
}
.c-search--overlay .c-search__overlay {
  position: fixed;
  top: 100%;
  left: -99999px;
  opacity: 0;
  transition: opacity .25s;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  padding: 10px 24px;
  z-index: 100001;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-search--overlay .c-search__overlay.is-open {
  left: 0;
  opacity: 1;
  top: 0;
}
.c-search--overlay .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  line-height: 1;
  width: 100%;
  max-width: 640px;
  background-color: white;
  padding: 14px 24px;
  font-family: "Poppins", arial, sans-serif;
  font-size: 1rem;
}
.c-search--overlay .c-search__text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}
.c-search--overlay .c-search__text::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.c-search--overlay .c-search__text:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
.c-search--overlay .c-search__text:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.c-search--overlay .c-search__text-wrap {
  width: 90%;
  max-width: 650px;
  display: flex;
  display: -webkit-flex;
}
.c-search--overlay .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  flex: 0 0 70px;
  -webkit-flex: 0 0 70px;
  min-width: 1px;
  min-height: 1px;
  min-width: 1px;
  min-height: 1px;
  display: block;
  color: white;
  font: 1.25rem "Poppins", arial, sans-serif;
  padding: 0.75rem 1.125rem;
  background-color: #8f001e;
}
.c-search--overlay .c-search__close {
  background: transparent;
  border: none;
  margin-top: 1rem;
  color: white;
  font: 1rem "Poppins", arial, sans-serif;
}
.c-search--overlay .c-search__close:hover {
  color: #8f001e;
}
@media screen and (max-width: 767px) {
  .c-search--overlay .c-search__toggle {
    font-size: 2rem;
  }
}
.c-stories--rotator-list {
  margin-top: 24px;
}
.c-stories--rotator-list .slick-list {
  height: 100%;
}
.c-stories--rotator-list .slick-track {
  height: 100%;
  display: flex;
  display: -webkit-flex;
}
.c-stories--rotator-list .c-stories__slider {
  flex: 0 1 62%;
  -webkit-flex: 0 1 62%;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--rotator-list .c-stories__active {
  border-left: 18px solid #8f001e;
}
.c-stories--rotator-list .c-stories__active .c-stories__thumbnails-inner {
  background-color: #3d3d3d;
}
.c-stories--rotator-list .c-stories__separator {
  font-weight: 700;
}
.c-stories--rotator-list .c-stories__thumbnails {
  flex: 0 1 38%;
  -webkit-flex: 0 1 38%;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--rotator-list .c-stories__thumbnails-title {
  font: 700 1.25rem/31px "Arvo";
  color: white;
  letter-spacing: 0.063rem;
}
.c-stories--rotator-list .c-stories__thumbnails-meta {
  color: white;
  font: 400 1rem/24px "Poppins", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.c-stories--rotator-list .c-stories__thumbnails-list {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
}
.c-stories--rotator-list .c-stories__thumbnails-list-item {
  list-style-type: none;
  flex: 0 1 16.66%;
  -webkit-flex: 0 1 16.66%;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--rotator-list .c-stories__thumbnails-list-item:last-of-type {
  border-bottom: 1px solid #3d3d3d;
}
.c-stories--rotator-list .c-stories__thumbnails-separator {
  font-weight: 700;
}
.c-stories--rotator-list .c-stories__thumbnails-details {
  border-top: 1px solid #3d3d3d;
  padding: 24px 35px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-stories--rotator-list .c-stories__thumbnails-inner {
  height: 100%;
  background-color: #222120;
  transition: 0.25s;
  display: block;
  text-decoration: none;
}
.c-stories--rotator-list .c-stories__thumbnails-inner:hover,
.c-stories--rotator-list .c-stories__thumbnails-inner:active,
.c-stories--rotator-list .c-stories__thumbnails-inner:focus,
.c-stories--rotator-list .c-stories__thumbnails-inner.sidearm-hover {
  background-color: #3d3d3d;
}
.c-stories--rotator-list .c-stories__item {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-stories--rotator-list .c-stories__item-inner {
  background-color: #222120;
  transition: 0.25s;
  display: block;
  text-decoration: none;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--rotator-list .c-stories__url {
  font: 700 1.625rem/39px "Arvo";
  color: white;
  text-decoration: none;
  letter-spacing: 0.081rem;
}
.c-stories--rotator-list .c-stories__url:hover,
.c-stories--rotator-list .c-stories__url:active,
.c-stories--rotator-list .c-stories__url:focus,
.c-stories--rotator-list .c-stories__url.sidearm-hover {
  text-decoration: underline;
}
.c-stories--rotator-list .c-stories__meta {
  color: white;
  font: 400 1rem/24px "Poppins", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.c-stories--rotator-list .c-stories__details {
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
  padding: 24px 35px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-direction: column;
  -webkit-flex-direction: column;
  border-left: 18px solid #8f001e;
  min-height: 134px;
  background-color: rgba(34, 33, 32, 0.6);
  position: relative;
}
.c-stories--rotator-list .c-stories__details:after {
  content: '\e030';
  position: absolute;
  right: 24px;
  color: white;
  opacity: 0;
  top: calc(50% - 24px);
  font-size: 3rem;
  font-family: "sidearm_font_V2";
  transition: all 0.25s;
}
.c-stories--rotator-list .c-stories__details:hover:after {
  opacity: 1;
}
.c-stories--rotator-list .c-stories__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.c-stories--rotator-list .c-stories__media:after {
  content: '';
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12%;
}
.c-stories--rotator-list .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-stories--rotator-list .c-stories__list-container {
  flex: 1 1 33.3333%;
  -webkit-flex: 1 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 1279px) {
  .c-stories--rotator-list .c-stories__thumbnails {
    display: none;
  }
  .c-stories--rotator-list .c-stories__slider {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .c-stories__url {
    color: white;
    font-family: "Arvo";
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.063rem;
    line-height: 1.938rem;
    text-align: left;
  }
  .c-stories--rotator-list .c-stories__details {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.c-stories--rotator-list .slick-prev,
.c-stories--rotator-list .slick-next,
.c-stories--rotator-list .slick-pause-play {
  border: none;
  font-size: 0px;
  width: 72px;
  position: absolute;
  padding: 1px 6px;
  height: 60px;
  background-color: transparent;
  top: 0;
  bottom: 24px;
  margin-top: calc(56.25% - 72px);
  color: white;
}
.c-stories--rotator-list .slick-prev:after,
.c-stories--rotator-list .slick-next:after,
.c-stories--rotator-list .slick-pause-play:after {
  font-family: 'sidearm_font_v2';
  font-size: 48px;
  color: white;
  transition: all 0.25s;
}
.c-stories--rotator-list .slick-prev:hover,
.c-stories--rotator-list .slick-next:hover,
.c-stories--rotator-list .slick-pause-play:hover,
.c-stories--rotator-list .slick-prev:focus,
.c-stories--rotator-list .slick-next:focus,
.c-stories--rotator-list .slick-pause-play:focus,
.c-stories--rotator-list .slick-prev:active,
.c-stories--rotator-list .slick-next:active,
.c-stories--rotator-list .slick-pause-play:active,
.c-stories--rotator-list .slick-prev.sidearm-hover,
.c-stories--rotator-list .slick-next.sidearm-hover,
.c-stories--rotator-list .slick-pause-play.sidearm-hover {
  background-color: white;
}
.c-stories--rotator-list .slick-prev:hover:after,
.c-stories--rotator-list .slick-next:hover:after,
.c-stories--rotator-list .slick-pause-play:hover:after,
.c-stories--rotator-list .slick-prev:focus:after,
.c-stories--rotator-list .slick-next:focus:after,
.c-stories--rotator-list .slick-pause-play:focus:after,
.c-stories--rotator-list .slick-prev:active:after,
.c-stories--rotator-list .slick-next:active:after,
.c-stories--rotator-list .slick-pause-play:active:after,
.c-stories--rotator-list .slick-prev.sidearm-hover:after,
.c-stories--rotator-list .slick-next.sidearm-hover:after,
.c-stories--rotator-list .slick-pause-play.sidearm-hover:after {
  color: black;
}
.c-stories--rotator-list .slick-prev {
  right: calc((100% + 72px)/2);
}
.c-stories--rotator-list .slick-prev:after {
  content: '\e029';
}
.c-stories--rotator-list .slick-pause-play {
  right: calc((100% - 72px) / 2);
}
.c-stories--rotator-list .slick-pause:after {
  content: '\e200';
}
.c-stories--rotator-list .slick-play:after {
  content: '\e050';
}
.c-stories--rotator-list .slick-next {
  right: calc((100% - 216px) / 2);
}
.c-stories--rotator-list .slick-next:after {
  content: '\e030';
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .slick-prev,
  .c-stories--rotator-list .slick-next,
  .c-stories--rotator-list .slick-pause-play {
    width: 60px;
    height: 48px;
  }
  .c-stories--rotator-list .slick-prev:after,
  .c-stories--rotator-list .slick-next:after,
  .c-stories--rotator-list .slick-pause-play:after {
    font-size: 2rem;
  }
  .c-stories--rotator-list .slick-prev {
    right: calc((100% + 60px)/2);
  }
  .c-stories--rotator-list .slick-pause-play {
    right: calc((100% - 60px) / 2);
  }
  .c-stories--rotator-list .slick-next {
    right: calc((100% - 180px) / 2);
  }
}
.c-weather--standard {
  margin-bottom: 32px;
  color: black;
}
.c-weather--standard .c-weather__item {
  display: flex;
  display: -webkit-flex;
  padding-top: 29px;
  padding-bottom: 36px;
  background-color: white;
}
.c-weather--standard .c-weather__title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 28.8px;
  font-family: "Arvo";
}
.c-weather--standard .c-weather__location {
  font-size: 0.875rem;
  line-height: 16.8px;
  font-weight: 700;
}
.c-weather--standard .c-weather__temp {
  color: #222120;
  font-family: "Arvo";
  font-weight: 400;
}
.c-weather--standard .c-weather__temp-wrapper {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  padding-bottom: 5px;
}
.c-weather--standard .c-weather__temp--f {
  color: #222120;
  font-size: 1.375rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.069rem;
  line-height: 1.65rem;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
}
.c-weather--standard .c-weather__temp--f span:nth-of-type(2) {
  padding-right: 6px;
}
.c-weather--standard .c-weather__temp--c {
  color: #222120;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding-left: 3px;
  display: flex;
  display: -webkit-flex;
}
.c-weather--standard .c-weather__ads {
  margin-left: 6px;
}
.c-weather--standard .c-weather__info {
  padding-left: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-weather--standard .c-weather__title {
  flex: 0 1 33.33%;
  -webkit-flex: 0 1 33.33%;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.c-weather--standard .c-weather__title:after {
  content: '';
  position: absolute;
  top: calc(50% - 37px);
  right: 0;
  height: 74px;
  width: 10px;
  background-color: #8f001e;
}
.c-weather--standard .c-weather__meta {
  flex: 0 1 33.33%;
  -webkit-flex: 0 1 33.33%;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-weather--standard .c-weather__meta:after {
  content: '';
  position: absolute;
  top: calc(50% - 37px);
  right: 0;
  height: 74px;
  width: 10px;
  background-color: #8f001e;
}
.c-weather--standard .c-weather__sponsor {
  flex: 0 1 33.33%;
  -webkit-flex: 0 1 33.33%;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #222120;
  line-height: 16.8px;
  letter-spacing: 0.7px;
  font-weight: 700;
}
@media screen and (max-width: 1279px) {
  .c-weather--standard .c-weather__item {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 55px;
  }
  .c-weather--standard .c-weather__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-weather--standard .c-weather__title {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    min-width: 1px;
    min-height: 1px;
    padding-bottom: 44px;
  }
  .c-weather--standard .c-weather__title:after {
    top: unset;
    bottom: 0;
    width: 74px;
    height: 10px;
    left: calc(50% - 37px);
  }
  .c-weather--standard .c-weather__meta {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    min-width: 1px;
    min-height: 1px;
    padding-bottom: 53px;
    padding-top: 58px;
  }
  .c-weather--standard .c-weather__meta:after {
    top: unset;
    bottom: 0;
    width: 74px;
    height: 10px;
    left: calc(50% - 37px);
  }
  .c-weather--standard .c-weather__sponsor {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    min-width: 1px;
    min-height: 1px;
    padding-top: 43px;
  }
}
.s-ads__inner {
  padding: 1.5rem;
}
.s-ads__inner .sidearm-dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .s-ads__inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.stories-scoreboard {
  padding-bottom: 58px;
}
.stories-scoreboard__inner {
  display: flex;
  display: -webkit-flex;
}
.stories-scoreboard .s-stories-list {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  padding-right: 12px;
}
.stories-scoreboard .s-stories-list__heading {
  border-left: 10px solid #8f001e;
  font: 700 1.875rem/36px "Arvo";
  letter-spacing: 1.5px;
  color: white;
  text-transform: uppercase;
  padding-left: 17px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.stories-scoreboard .s-events {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  padding-left: 12px;
}
.stories-scoreboard .s-events__heading {
  border-left: 10px solid #8f001e;
  font: 700 1.875rem/36px "Arvo";
  letter-spacing: 1.5px;
  color: white;
  text-transform: uppercase;
  padding-left: 17px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1279px) {
  .stories-scoreboard__inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .stories-scoreboard .s-stories-list {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    min-width: 1px;
    min-height: 1px;
    padding-right: 0;
  }
  .stories-scoreboard .s-stories-list__heading {
    text-align: center;
    border-left: none;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 51px;
    padding-top: 8px;
  }
  .stories-scoreboard .s-stories-list__heading:after {
    content: '';
    position: absolute;
    left: calc(50% - 44px);
    bottom: -18px;
    background-color: #730018;
    width: 88px;
    height: 10px;
  }
  .stories-scoreboard .s-events {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    min-width: 1px;
    min-height: 1px;
    padding-left: 0;
  }
  .stories-scoreboard .s-events__heading {
    text-align: center;
    border-left: none;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 51px;
  }
  .stories-scoreboard .s-events__heading:after {
    content: '';
    position: absolute;
    left: calc(50% - 44px);
    bottom: -18px;
    background-color: #730018;
    width: 88px;
    height: 10px;
  }
}
@media screen and (max-width: 1279px) {
  
}
@media screen and (max-width: 528px) {
  .stories-scoreboard__heading-text {
    text-align: center;
  }
}
.c-stories--list .c-stories__list {
  margin-top: 26px;
}
.c-stories--list .c-stories__link {
  background-color: #222120;
  border-left: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
  text-decoration: none;
  position: relative;
}
.c-stories--list .c-stories__link:last-of-type {
  border-bottom: 1px solid #4d4d4d;
}
.c-stories--list .c-stories__link:hover .c-stories__wrapper:before,
.c-stories--list .c-stories__link:focus .c-stories__wrapper:before,
.c-stories--list .c-stories__link.sidearm-hover .c-stories__wrapper:before {
  opacity: 1;
}
.c-stories--list .c-stories__link:hover .c-stories__details-overlay,
.c-stories--list .c-stories__link:focus .c-stories__details-overlay,
.c-stories--list .c-stories__link.sidearm-hover .c-stories__details-overlay {
  opacity: 1;
}
.c-stories--list .c-stories__read-more-text {
  color: white;
  font-family: Arvo;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.056rem;
  line-height: 1.8rem;
  text-align: left;
}
.c-stories--list .c-stories__read-more .sidearm-icons {
  font-size: 1.25rem;
}
.c-stories--list .c-stories__wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.63) 100%);
  min-height: 71px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  padding-left: 24px;
  padding-right: 24px;
  transition: all 0.25s;
  z-index: 1;
}
.c-stories--list .c-stories__wrapper:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.25s linear;
  opacity: 0;
  background-image: linear-gradient(0deg, #8f001e 0%, rgba(143, 0, 30, 0.04) 100%);
}
.c-stories--list .c-stories__subheading-text {
  color: white;
  font-family: "Arvo";
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.063rem;
  line-height: 1.938rem;
  text-align: left;
}
.c-stories--list .c-stories__media-container {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--list .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}
.c-stories--list .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-stories--list .c-stories__details {
  flex: 0 1 250px;
  -webkit-flex: 0 1 250px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 24px;
  position: relative;
}
.c-stories--list .c-stories__details-overlay {
  opacity: 0;
  color: white;
  letter-spacing: 0.05rem;
  line-height: 1.55rem;
  text-align: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #8f001e;
  transition: all 0.25s;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.c-stories--list .c-stories__title {
  margin: 0;
}
.c-stories--list .c-stories__title a {
  color: white;
}
.c-stories--list .c-stories__url {
  color: white;
  text-decoration: none !important;
}
.c-stories--list .c-stories__archives {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 32px;
  font-family: "Arvo";
  color: white !important;
  padding-top: 21px;
  padding-bottom: 21px;
  display: inline-block;
  text-decoration: none;
  margin-left: 24px;
  letter-spacing: 0.9px;
}
.c-stories--list .c-stories__archives .sidearm-icon {
  font-size: 2.125rem;
}
.c-stories--list .c-stories__archives .sidearm-icon:before {
  position: relative;
  top: 4px;
}
.c-stories--list .c-stories__archives:hover,
.c-stories--list .c-stories__archives:active,
.c-stories--list .c-stories__archives:focus,
.c-stories--list .c-stories__archives.sidearm-hover {
  text-decoration: underline;
}
@media screen and (max-width: 1279px) {
  .c-stories--list .c-stories__archives {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin-left: 0;
  }
  .c-stories--list .c-stories__subheading-text {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }
  .c-stories--list .c-stories__subheading-text .sidearm-icon {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--list .c-stories__media-container {
    flex: 1 1 64.84%;
    -webkit-flex: 1 1 64.84%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-stories--list .c-stories__link {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .c-stories--list .c-stories__details {
    flex: 1 1 35.16%;
    -webkit-flex: 1 1 35.16%;
    min-width: 1px;
    min-height: 1px;
  }
}
.s-events__calendar {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 32px;
  font-family: "Arvo";
  color: white !important;
  padding-top: 21px;
  padding-bottom: 21px;
  display: inline-block;
  text-decoration: none;
  margin-left: 24px;
  letter-spacing: 0.9px;
}
.s-events__calendar .sidearm-icon {
  font-size: 2.125rem;
}
.s-events__calendar .sidearm-icon:before {
  position: relative;
  top: 4px;
}
.s-events__calendar:hover,
.s-events__calendar:active,
.s-events__calendar:focus,
.s-events__calendar.sidearm-hover {
  text-decoration: underline;
}
@media screen and (max-width: 1279px) {
  .s-events__calendar {
    text-align: center;
    padding-bottom: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin-left: 0;
  }
}
.c-events--list-simple {
  margin-top: 26px;
}
.c-events--list-simple .c-events__status {
  padding-right: 12px;
}
.c-events--list-simple .c-events__results {
  position: relative;
  margin-left: auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-events--list-simple .c-events__toggle-wrapper {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
}
.c-events--list-simple .c-events__toggle-button {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 1.25rem;
  position: absolute;
  right: 24px;
  top: 24px;
}
.c-events--list-simple .c-events__close {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 1.25rem;
  padding-left: 17px;
  padding-right: 17px;
  border-left: 0.063rem solid #555555;
  height: 100%;
}
.c-events--list-simple .c-events__result {
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 6% 50%, 0% 0%);
  background-color: #8f001e;
  padding-left: 20px;
  padding-right: 16px;
  min-height: 49px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  min-width: 132px;
}
.c-events--list-simple .c-events__score {
  color: white;
  font-family: "Arvo";
  font-size: 0.875rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.044rem;
  line-height: 1.094rem;
  text-align: right;
  text-transform: uppercase;
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
}
.c-events--list-simple .c-events__score-item {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 1.875rem;
  width: 100%;
  height: 100%;
}
.c-events--list-simple .c-events__score-text {
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.25s;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.313rem;
  text-align: center;
}
.c-events--list-simple .c-events__item {
  background-color: #222120;
  border-top: 1px solid #474747;
  border-left: 1px solid #474747;
  border-right: 1px solid #474747;
  min-height: 132px;
  position: relative;
}
.c-events--list-simple .c-events__meta {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  font-size: 14px;
  line-height: 25.2px;
}
.c-events--list-simple .c-events__sport {
  display: flex;
  display: -webkit-flex;
}
.c-events--list-simple .c-events__sport-location {
  position: relative;
  color: #c7c9c7;
  font-family: Arvo;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.044rem;
  line-height: 1.269rem;
  text-align: left;
  text-transform: uppercase;
}
.c-events--list-simple .c-events__sport-location span {
  display: block;
  position: absolute;
  top: calc(50% + 23.5px);
  left: 24px;
  transform: rotate(270deg);
  transform-origin: 0 0;
}
.c-events--list-simple .c-events__sport-name {
  color: white;
  font: 700 1rem/23.2px "Arvo";
  padding-left: 66px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 184px;
}
.c-events--list-simple .c-events__opponent-logo {
  width: 83px;
  padding-right: 12px;
  padding-left: 12px;
}
.c-events--list-simple .c-events__media {
  display: none;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 100%;
}
.c-events--list-simple .c-events__media-item {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 1.875rem;
  width: 100%;
  height: 100%;
}
.c-events--list-simple .c-events__media-link {
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.25s;
  flex-direction: column;
  -webkit-flex-direction: column;
  text-decoration: none;
}
.c-events--list-simple .c-events__media-link:hover,
.c-events--list-simple .c-events__media-link:focus,
.c-events--list-simple .c-events__media-link.sidearm-hover {
  background-color: #8f001e;
}
.c-events--list-simple .c-events__media-text {
  color: white;
  font-family: Arvo;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.044rem;
  line-height: 1.313rem;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}
.c-events--list-simple .c-events__media-close {
  height: 100%;
}
.c-events--list-simple .c-events__media-close:hover .sidearm-icon,
.c-events--list-simple .c-events__media-close:focus .sidearm-icon,
.c-events--list-simple .c-events__media-close.sidearm-hover .sidearm-icon {
  color: #8f001e;
}
.c-events--list-simple .c-events__overlay {
  height: 0;
  display: none;
  transition: all 0.25s;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #222120;
  display: flex;
  display: -webkit-flex;
  color: white;
}
.c-events--list-simple .c-events__overlay.is-open {
  height: 100%;
}
.c-events--list-simple .c-events__overlay.is-open .c-events__media {
  display: flex;
  display: -webkit-flex;
}
@media screen and (max-width: 767px) {
  .c-events--list-simple .c-events__sport {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    padding-left: 12px;
    padding-top: 12px;
  }
  .c-events--list-simple .c-events__sport-name {
    padding-left: 0;
    min-width: unset;
    color: white;
    font-family: "Arvo";
    font-size: 1.125rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.056rem;
    line-height: 1.631rem;
    text-align: left;
    text-transform: uppercase;
  }
  .c-events--list-simple .c-events__sport-location {
    color: #c7c9c7;
    font-family: "Arvo";
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.044rem;
    line-height: 1.269rem;
    text-align: left;
    text-transform: uppercase;
  }
  .c-events--list-simple .c-events__sport-location span {
    transform: none;
    position: static;
  }
  .c-events--list-simple .c-events__item {
    padding-bottom: 24px;
    padding-left: 12px;
  }
  .c-events--list-simple .c-events__result {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .c-events--list-simple .c-events__score {
    padding-top: 24px;
  }
  .c-events--list-simple .c-events__media-text {
    display: none;
  }
}
.c-contentstream {
  background-color: white;
  overflow-anchor: none;
  padding-top: 43px;
  color: black;
}
.c-contentstream .load-more__button {
  background-color: #8f001e;
  color: white;
  text-transform: uppercase;
  border: none;
  width: 186px;
  height: 67px;
  font: 700 1.125rem/21.6px "Arvo";
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  transition: all 0.25s;
}
.c-contentstream .load-more__button:hover,
.c-contentstream .load-more__button:focus,
.c-contentstream .load-more__button.sidearm-hover {
  background-color: #730018;
}
.c-contentstream__heading {
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: 1.5px;
  color: #222120;
  font-family: "Arvo";
  border-left: 10px solid #8f001e;
  padding-left: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 700;
}
.c-contentstream__top {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  padding-bottom: 39px;
}
.c-contentstream__filter {
  margin-left: auto;
}
.c-contentstream__inner {
  padding-left: 12px;
  padding-right: 12px;
}
.c-contentstream__item--instagram .c-contentstream__item-inner {
  padding: 0;
}
.c-contentstream__item--facebook .c-contentstream__text {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}
.c-contentstream__item--facebook .c-contentstream__icon {
  color: #222120;
}
.c-contentstream__item--facebook .c-contentstream__item-inner {
  padding: 0;
  padding-bottom: 28px;
}
.c-contentstream__item--facebook .c-contentstream__body {
  padding-left: 28px;
  padding-right: 28px;
}
.c-contentstream__item--facebook .c-contentstream__user {
  padding-left: 28px;
  padding-right: 12px;
}
.c-contentstream__item--twitter .c-contentstream__icon {
  color: #222120;
}
.c-contentstream__item-inner {
  position: relative;
}
.c-contentstream__icon {
  position: absolute;
  bottom: 1.5rem;
  right: 1rem;
  font-size: 2rem;
  color: white;
}
.c-contentstream__filter-item:first-of-type {
  margin-left: auto;
}
.c-contentstream__filter-item--Twitter {
  order: 1;
}
.c-contentstream__filter-item--Instagram {
  order: 2;
}
.c-contentstream__filter-item--Facebook {
  order: 0;
}
.c-contentstream__filter-button {
  font-size: 2.375rem;
  transition: all 0.25s;
  border-radius: 5px !important;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
}
.c-contentstream__filter-button.is-active {
  background-color: #c7c9c7;
}
.c-contentstream__filter-button:hover,
.c-contentstream__filter-button:active,
.c-contentstream__filter-button:focus,
.c-contentstream__filter-button.sidearm-hover,
.c-contentstream__filter-button.is-active {
  color: #8f001e;
}
.c-contentstream__filter-button span:last-of-type {
  display: none;
}
.c-contentstream__stream {
  margin-left: -12px;
  margin-right: -12px;
}
.c-contentstream__item {
  width: 33.33%;
  padding: 12px;
}
.c-contentstream__item-inner {
  background-color: whitesmoke;
  border: 1px solid gainsboro;
  padding: 28px;
}
.c-contentstream__user {
  color: #222120;
  border-top: 1px solid gainsboro;
  padding-top: 16px;
  padding-bottom: 5px;
}
.c-contentstream__user-image {
  height: 45px;
  margin-right: 21px;
}
.c-contentstream__user-screen {
  text-decoration: none;
}
.c-contentstream__user-screen:hover {
  text-decoration: underline;
}
.c-contentstream__media {
  display: block;
}
.c-contentstream__media-image {
  display: block;
  width: 100%;
  height: auto;
}
.c-contentstream__media-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
}
.c-contentstream__media.aspect {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.c-contentstream__media.aspect .c-contentstream__media-image {
  position: absolute;
  top: 0;
  left: 0;
}
.c-contentstream__media.video-is-playing .showcase-modal {
  opacity: 1;
  left: 0;
  pointer-events: all;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
}
.c-contentstream__text {
  color: #222120;
}
.c-contentstream__actions {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  color: #222120;
  padding-top: 2.375rem;
  padding-bottom: 1.5rem;
}
.c-contentstream__actions-link {
  font-size: 1.5625rem;
  position: relative;
  top: 0px;
  transition: all 0.25s;
}
.c-contentstream__actions-link:hover,
.c-contentstream__actions-link:focus,
.c-contentstream__actions-link.sidearm-hover {
  top: -5px;
}
.c-contentstream .showcase-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
  transform: scale(0.85);
}
.c-contentstream .showcase-modal__inner {
  max-width: 1416px;
  width: 100%;
}
.c-contentstream .showcase-modal__player {
  max-height: 100vh;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.c-contentstream .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #8f001e;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  transition: .25s;
}
.c-contentstream .showcase-modal__close:hover,
.c-contentstream .showcase-modal__close:focus,
.c-contentstream .showcase-modal__close.sidearm-hover {
  background: #8f001e;
  color: white;
}
.c-contentstream .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-contentstream__bottom {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding-bottom: 40px;
}
.c-contentstream__follow-link {
  margin-left: auto;
  display: flex;
  display: -webkit-flex;
  font-size: 24px;
  font-weight: 700;
  font-family: "Arvo";
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  text-transform: uppercase;
  color: #222120;
  align-items: center;
  -webkit-align-items: center;
}
.c-contentstream__follow-link .sidearm-icons {
  font-size: 1.5rem;
  margin-left: 6px;
  margin-right: 6px;
  color: #8f001e;
  background-color: whitesmoke;
  border-radius: 21px;
  padding: 6px;
  width: 45px;
  height: 45px;
  transition: all 0.25s;
  cursor: pointer;
}
.c-contentstream__follow-link .sidearm-icons:hover,
.c-contentstream__follow-link .sidearm-icons:focus,
.c-contentstream__follow-link .sidearm-icons:active,
.c-contentstream__follow-link .sidearm-icons.sidearm-hover {
  background-color: #8f001e;
  color: white;
}
.c-contentstream .load-more__container {
  flex: 0 1 30%;
  -webkit-flex: 0 1 30%;
  min-width: 1px;
  min-height: 1px;
}
.c-contentstream__icons {
  padding-left: 22px;
}
.c-contentstream__icons .ads-container {
  display: flex;
  display: -webkit-flex;
}
.c-contentstream__icons .ads-container .icons-ad {
  font-size: 1.5rem;
  color: #8f001e;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  background-color: whitesmoke;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.25s;
}
.c-contentstream__icons .ads-container .icons-ad__label {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.c-contentstream__icons .ads-container .icons-ad + .icons-ad {
  margin-left: 16px;
}
.c-contentstream__icons .ads-container .icons-ad:hover,
.c-contentstream__icons .ads-container .icons-ad:focus,
.c-contentstream__icons .ads-container .icons-ad.sidearm-hover {
  color: whitesmoke;
  background-color: #8f001e;
}
.c-contentstream__icons .ads-container .icons-ad:hover a,
.c-contentstream__icons .ads-container .icons-ad:focus a,
.c-contentstream__icons .ads-container .icons-ad.sidearm-hover a {
  color: whitesmoke;
}
@media screen and (max-width: 1024px) {
  .c-contentstream__item {
    width: 50%;
  }
  .c-contentstream__top {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-bottom: 31px;
  }
  .c-contentstream__heading {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    min-width: 1px;
    min-height: 1px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border-left: none;
    position: relative;
    padding-bottom: 18px;
  }
  .c-contentstream__heading:after {
    content: '';
    position: absolute;
    left: calc(50% - 44px);
    bottom: -10px;
    background-color: #730018;
    width: 88px;
    height: 10px;
  }
  .c-contentstream__filter {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    min-width: 1px;
    min-height: 1px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
  }
  .c-contentstream__filter-item {
    padding-top: 49px;
  }
  .c-contentstream__filter-item:first-of-type {
    margin-left: unset;
  }
  .c-contentstream__bottom {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-bottom: 0;
  }
  .c-contentstream .load-more__container {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    min-width: 1px;
    min-height: 1px;
    padding-top: 47px;
    padding-bottom: 22px;
  }
  .c-contentstream .load-more__button {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-contentstream__follow-link {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    min-width: 1px;
    min-height: 1px;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    padding-bottom: 61px;
  }
  .c-contentstream__follow-text {
    padding-top: 28px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-contentstream__item {
    width: 100%;
  }
  .c-contentstream__heading {
    text-align: center;
  }
  .c-contentstream__follow-text {
    text-align: center;
  }
  .c-contentstream__load-more__container {
    padding-top: 51px;
    padding-bottom: 46px;
  }
  .c-contentstream__inner {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}
.s-promo__rotator {
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/golhu.com/images/responsive_2020/fan-poll.jpg");
  padding-top: 120px;
  padding-bottom: 116px;
  position: relative;
  background-size: cover;
  background-position: center center;
  color: black;
}
.s-promo__rotator .slick-list {
  width: 100%;
}
.s-promo__rotator .ads-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.s-promo__rotator .slick-slide img {
  margin: 0 auto;
}
.s-promo__rotator .slick-prev,
.s-promo__rotator .slick-next,
.s-promo__rotator .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: #730018;
  color: white;
  font-size: 0;
  position: relative;
  width: 33.33%;
  border-bottom: 1px solid #e0e0e0;
  flex-wrap: wrap;
  height: 46px;
  border-top: 1px solid #e0e0e0;
  transition: 0.15s;
  align-items: center;
  bottom: 0;
  justify-content: center;
}
.s-promo__rotator .slick-prev::after,
.s-promo__rotator .slick-next::after,
.s-promo__rotator .slick-pause-play::after {
  color: black;
  font: 400 1rem/1 'sidearm_font_v2';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.15s;
}
.s-promo__rotator .slick-prev:hover::after,
.s-promo__rotator .slick-next:hover::after,
.s-promo__rotator .slick-pause-play:hover::after {
  color: white;
}
.s-promo__rotator .slick-prev.slick-disabled,
.s-promo__rotator .slick-next.slick-disabled,
.s-promo__rotator .slick-pause-play.slick-disabled {
  background: white;
  pointer-events: none;
}
.s-promo__rotator .slick-prev.slick-disabled::after,
.s-promo__rotator .slick-next.slick-disabled::after,
.s-promo__rotator .slick-pause-play.slick-disabled::after {
  color: black;
  opacity: 0.25;
}
.s-promo__rotator .slick-prev {
  right: unset;
  order: 1;
  border-left: 1px solid #e0e0e0;
}
.s-promo__rotator .slick-prev::after {
  content: '\e025';
}
.s-promo__rotator .slick-next {
  right: unset;
  order: 3;
  border-right: 1px solid #e0e0e0;
}
.s-promo__rotator .slick-next::after {
  content: '\e026';
}
.s-promo__rotator .slick-pause {
  right: unset;
  order: 2;
  box-shadow: inset 1px 0px 0px #e0e0e0, inset -1px 0px 0px #e0e0e0;
}
.s-promo__rotator .slick-pause::after {
  content: '\e200';
}
.s-promo__rotator .slick-play {
  order: 2;
  right: unset;
  box-shadow: inset 1px 0px 0px #e0e0e0, inset -1px 0px 0px #e0e0e0;
}
.s-promo__rotator .slick-play::after {
  content: '\e050';
}
.s-promo__rotator:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
}
.s-awards {
  padding-top: 43px;
  color: #222120;
  background: white url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/golhu.com/images/responsive_2020/aotw-background-logo.png");
  background-repeat: no-repeat;
}
.s-awards__heading {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 1.875rem;
  font-family: "Arvo";
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 67px;
}
.s-awards__heading-text {
  border-left: 10px solid #8f001e;
  padding-top: 16px;
  padding-bottom: 16px;
  display: inline-block;
  padding-left: 18px;
}
@media screen and (max-width: 1279px) {
  .s-awards {
    padding-top: 25px;
  }
  .s-awards__heading-text {
    border-left: none;
    position: relative;
  }
  .s-awards__heading-text:after {
    content: '';
    position: absolute;
    left: calc(50% - 44px);
    bottom: -18px;
    background-color: #730018;
    width: 88px;
    height: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .s-awards {
    background-position: 50% 35%;
  }
}
@media screen and (max-width: 528px) {
  .s-awards__heading-text {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .s-awards {
    padding-top: 48px;
  }
}
.s-videos__heading {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 1.875rem;
  font-family: "Arvo";
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 76px;
  margin-top: 53px;
}
.s-videos__heading-text {
  border-left: 10px solid #8f001e;
  padding-top: 16px;
  padding-bottom: 16px;
  display: inline-block;
  padding-left: 18px;
  color: white;
}
@media screen and (max-width: 1279px) {
  .s-videos__heading {
    margin-top: 0;
    margin-bottom: 68px;
  }
  .s-videos__heading-text {
    border-left: none;
    position: relative;
  }
  .s-videos__heading-text:after {
    content: '';
    position: absolute;
    left: calc(50% - 44px);
    bottom: -18px;
    background-color: #730018;
    width: 88px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .s-videos__heading {
    margin-bottom: 58px;
    margin-top: 40px;
  }
  .s-videos__heading-text {
    padding-top: 0;
  }
}
@media screen and (max-width: 528px) {
  .s-videos__heading-text {
    text-align: center;
  }
}
.c-awards--standard {
  padding-bottom: 144px;
}
.c-awards--standard .c-awards__inner {
  width: 1093px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-flex;
}
.c-awards--standard .c-awards__item {
  position: relative;
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-awards--standard .c-awards__details {
  background: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/golhu.com/images/responsive_2020/aotw-banner.svg");
  position: absolute;
  bottom: -90px;
  left: 6px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 105px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  width: 528px;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-awards--standard .c-awards__name {
  background-color: #8f001e;
  color: white !important;
  text-decoration: none;
  font-size: 1.25rem;
  font-family: "Arvo";
  letter-spacing: 1px;
  font-weight: 700;
  padding-top: 12px;
}
.c-awards--standard .c-awards__name:hover,
.c-awards--standard .c-awards__name:focus,
.c-awards--standard .c-awards__name:active,
.c-awards--standard .c-awards__name.sidearm-hover {
  text-decoration: underline;
}
.c-awards--standard .c-awards__sport {
  background-color: #8f001e;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Arvo";
  letter-spacing: 0.9px;
  line-height: 21.6px;
  color: white;
  padding-top: 12px;
}
.c-awards--standard .c-awards__image {
  width: 305px;
}
.c-awards--standard .c-awards__media-container {
  position: relative;
}
.c-awards--standard .c-awards__media-container .c-awards__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  color: white;
  opacity: 0;
  transition: all 0.25s;
  background-image: linear-gradient(0deg, rgba(143, 0, 30, 0.8) 0%, rgba(143, 0, 30, 0.53) 100%);
  top: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 18px;
  font-family: "Arvo";
  font-weight: 700;
  text-transform: uppercase;
}
.c-awards--standard .c-awards__media-container .c-awards__overlay a {
  color: white !important;
  text-decoration: none;
}
.c-awards--standard .c-awards__media-container .c-awards__overlay a:hover,
.c-awards--standard .c-awards__media-container .c-awards__overlay a:focus,
.c-awards--standard .c-awards__media-container .c-awards__overlay a.sidearm-hover {
  text-decoration: underline;
}
.c-awards--standard .c-awards__media-container .c-awards__overlay .sidearm-icon {
  font-size: 24px;
  margin-left: 30px;
}
.c-awards--standard .c-awards__media-container:hover .c-awards__overlay,
.c-awards--standard .c-awards__media-container.focus .c-awards__overlay,
.c-awards--standard .c-awards__media-container.sidearm-hover .c-awards__overlay {
  opacity: 1;
}
@media screen and (max-width: 1279px) {
  .c-awards--standard .c-awards__inner {
    width: 528px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .c-awards--standard .c-awards__item {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-awards--standard .c-awards__item:last-child {
    margin-top: 126px;
  }
  .c-awards--standard .c-awards__details {
    left: 0;
  }
}
@media screen and (max-width: 528px) {
  .c-awards--standard .c-awards__inner {
    width: 100%;
  }
  .c-awards--standard .c-awards__name {
    padding-top: 0;
  }
  .c-awards--standard .c-awards__details {
    width: 100%;
    background-image: none;
    background-color: #8f001e;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 1279px) {
  .c-awards--standard {
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 528px) {
  .c-awards--standard {
    padding-bottom: 144px;
  }
}
.c-slideshow--row .c-slideshow__item-inner {
  display: flex;
  display: -webkit-flex;
}
.c-slideshow--row .c-slideshow__text {
  color: white;
  font-family: "Arvo";
  font-size: 1.875rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.094rem;
  line-height: 2.25rem;
  text-align: center;
  text-transform: uppercase;
}
.c-slideshow--row .c-slideshow__left {
  position: relative;
  clip-path: polygon(0 0, 90.42% 0, 100% 100%, 0% 100%);
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  margin-right: -1.55%;
}
.c-slideshow--row .c-slideshow__left-overlay {
  background-color: rgba(143, 0, 30, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-slideshow--row .c-slideshow__left-overlay .sidearm-icons {
  font-size: 3.8125rem;
}
.c-slideshow--row .c-slideshow__left-button {
  color: #8f001e;
  font-family: "Arvo";
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.056rem;
  line-height: 1.35rem;
  text-align: center;
  text-transform: uppercase;
  background-color: white;
  transition: all 0.25s;
  text-decoration: none;
  padding: 1.25rem 1.75rem;
  margin-top: 24px;
}
.c-slideshow--row .c-slideshow__left-button:hover,
.c-slideshow--row .c-slideshow__left-button:focus,
.c-slideshow--row .c-slideshow__left-button.sidearm-hover {
  background-color: #8f001e;
  color: white;
}
.c-slideshow--row .c-slideshow__right {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 9.58% 100%);
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  margin-left: -4.79%;
}
.c-slideshow--row .c-slideshow__right-overlay {
  background-color: rgba(34, 33, 32, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-slideshow--row .c-slideshow__right-overlay .sidearm-icons {
  font-size: 61px;
}
.c-slideshow--row .c-slideshow__right-button {
  color: white;
  font-family: "Arvo";
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.056rem;
  line-height: 1.35rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #8f001e;
  text-decoration: none;
  padding: 1.25rem 1.75rem;
  margin-top: 24px;
  transition: all 0.25s;
}
.c-slideshow--row .c-slideshow__right-button:hover,
.c-slideshow--row .c-slideshow__right-button:focus,
.c-slideshow--row .c-slideshow__right-button.sidearm-hover {
  background-color: white;
  color: #8f001e;
}
.c-slideshow--row .c-slideshow__media iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .c-slideshow--row .c-slideshow__item-inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .c-slideshow--row .c-slideshow__left {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    min-width: 1px;
    min-height: 1px;
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%);
    margin-bottom: -6%;
    z-index: 2;
    margin-right: 0;
  }
  .c-slideshow--row .c-slideshow__right {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    min-width: 1px;
    min-height: 1px;
    clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0 100%);
    margin-top: -8%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-slideshow--row .c-slideshow__item {
    width: 100%;
  }
  .c-slideshow--row .c-slideshow__left {
    padding-bottom: 118%;
    margin-bottom: -14%;
  }
  .c-slideshow--row .c-slideshow__left img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-slideshow--row .c-slideshow__right {
    padding-bottom: 132%;
    margin-top: -14%;
  }
  .c-slideshow--row .c-slideshow__right img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.c-videos--slider {
  padding-bottom: 98px;
}
.c-videos--slider .showcase-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  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);
}
.c-videos--slider .showcase-modal.video-is-playing {
  opacity: 1;
  left: 0;
  pointer-events: all;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
}
.c-videos--slider .showcase-modal__inner {
  max-width: 1416px;
  width: 100%;
}
.c-videos--slider .showcase-modal__player {
  max-height: 100vh;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.c-videos--slider .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #8f001e;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  transition: .25s;
}
.c-videos--slider .showcase-modal__close:hover,
.c-videos--slider .showcase-modal__close:focus,
.c-videos--slider .showcase-modal__close.sidearm-hover {
  background: #8f001e;
  color: white;
}
.c-videos--slider .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-videos--slider .slick-track {
  display: flex;
  display: -webkit-flex;
}
.c-videos--slider .slick-slide {
  float: none;
  height: auto;
}
.c-videos--slider .c-videos__inner {
  display: flex;
  display: -webkit-flex;
}
.c-videos--slider .c-videos__list {
  width: 100%;
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
}
.c-videos--slider .c-videos__item {
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-videos--slider .c-videos__item-inner {
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
}
.c-videos--slider .c-videos__item-inner:hover .c-videos__image,
.c-videos--slider .c-videos__item-inner:focus .c-videos__image,
.c-videos--slider .c-videos__item-inner.sidearm-hover .c-videos__image {
  transform: scale(1.2);
}
.c-videos--slider .c-videos__item-inner:hover .c-videos__play-btn .sf-play-round,
.c-videos--slider .c-videos__item-inner:focus .c-videos__play-btn .sf-play-round,
.c-videos--slider .c-videos__item-inner.sidearm-hover .c-videos__play-btn .sf-play-round {
  font-size: 4.75rem;
}
.c-videos--slider .c-videos__item-inner:hover .c-videos__media:after,
.c-videos--slider .c-videos__item-inner:focus .c-videos__media:after,
.c-videos--slider .c-videos__item-inner.sidearm-hover .c-videos__media:after {
  opacity: 1;
}
.c-videos--slider .c-videos__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-videos--slider .c-videos__media:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: opacity 0.25s linear;
  opacity: 0;
  background-image: linear-gradient(0deg, rgba(143, 0, 30, 0.8) 0%, rgba(143, 0, 30, 0.53) 100%);
}
.c-videos--slider .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.25s;
}
.c-videos--slider .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.c-videos--slider .c-videos__play-btn .sf-play-round {
  font-size: 3.75rem;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: all 0.25s;
}
.c-videos--slider .c-videos__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 767px) {
  .c-videos--slider .c-videos__item-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-videos--slider .slick-prev,
.c-videos--slider .slick-next,
.c-videos--slider .slick-pause-play {
  border: none;
  color: white;
  font-size: 0px;
  width: 72px;
  position: absolute;
  height: 60px;
  background-color: transparent;
}
.c-videos--slider .slick-prev:after,
.c-videos--slider .slick-next:after,
.c-videos--slider .slick-pause-play:after {
  background-color: transparent;
  font-family: 'sidearm_font_v2';
  font-size: 3rem;
  color: black;
  transition: all 0.25s;
}
.c-videos--slider .slick-prev:hover,
.c-videos--slider .slick-next:hover,
.c-videos--slider .slick-pause-play:hover,
.c-videos--slider .slick-prev:focus,
.c-videos--slider .slick-next:focus,
.c-videos--slider .slick-pause-play:focus,
.c-videos--slider .slick-prev:active,
.c-videos--slider .slick-next:active,
.c-videos--slider .slick-pause-play:active,
.c-videos--slider .slick-prev.sidearm-hover,
.c-videos--slider .slick-next.sidearm-hover,
.c-videos--slider .slick-pause-play.sidearm-hover {
  background-color: white;
}
.c-videos--slider .slick-prev:hover:after,
.c-videos--slider .slick-next:hover:after,
.c-videos--slider .slick-pause-play:hover:after,
.c-videos--slider .slick-prev:focus:after,
.c-videos--slider .slick-next:focus:after,
.c-videos--slider .slick-pause-play:focus:after,
.c-videos--slider .slick-prev:active:after,
.c-videos--slider .slick-next:active:after,
.c-videos--slider .slick-pause-play:active:after,
.c-videos--slider .slick-prev.sidearm-hover:after,
.c-videos--slider .slick-next.sidearm-hover:after,
.c-videos--slider .slick-pause-play.sidearm-hover:after {
  color: black;
}
.c-videos--slider .slick-prev {
  left: calc(50% - 72px);
  bottom: -72px;
}
.c-videos--slider .slick-prev:after {
  content: '\e029';
  color: white;
}
.c-videos--slider .slick-next {
  left: 50%;
  bottom: -72px;
}
.c-videos--slider .slick-next:after {
  content: '\e030';
  color: white;
}
@media screen and (max-width: 1024px) {
  .c-videos--slider {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .c-videos--slider .slick-prev {
    left: unset;
    right: 50%;
  }
  .c-videos--slider .slick-next {
    left: unset;
    right: calc(50% - 72px);
  }
}
@media screen and (max-width: 767px) {
  .c-videos--slider {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.s-galleries__load-container {
  margin-top: 42px;
  padding-bottom: 18px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  border-bottom: 1px solid #222120;
}
.s-galleries__load-more {
  color: white !important;
  font-family: "Arvo";
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.056rem;
  line-height: 1.35rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #8f001e;
  text-decoration: none;
  height: 62px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.25s;
}
.s-galleries__load-more:hover,
.s-galleries__load-more:focus,
.s-galleries__load-more.sidearm-hover {
  background-color: white;
  color: #8f001e !important;
}
@media screen and (max-width: 1024px) {
  .s-galleries__load-container {
    margin-top: 24px;
  }
}
.c-galleries--panels .c-galleries__panel {
  display: flex;
  display: -webkit-flex;
}
.c-galleries--panels .c-galleries__panel-first {
  display: flex;
  display: -webkit-flex;
}
.c-galleries--panels .c-galleries__panel-first .c-galleries__panel-wrapper {
  flex: 0 1 34.17%;
  -webkit-flex: 0 1 34.17%;
  min-width: 1px;
  min-height: 1px;
}
.c-galleries--panels .c-galleries__panel-first .c-galleries__panel-col {
  flex: 0 1 65.83%;
  -webkit-flex: 0 1 65.83%;
  min-width: 1px;
  min-height: 1px;
}
.c-galleries--panels .c-galleries__panel-second {
  display: flex;
  display: -webkit-flex;
}
.c-galleries--panels .c-galleries__panel-second .c-galleries__item {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
}
.c-galleries--panels .c-galleries__header {
  height: 136px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background-color: #8f001e;
}
.c-galleries--panels .c-galleries__header-inner {
  color: white;
  font-family: "Arvo";
  font-size: 2.25rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.113rem;
  line-height: 2.7rem;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.c-galleries--panels .c-galleries__item {
  position: relative;
}
.c-galleries--panels .c-galleries__item:hover .c-galleries__overlay,
.c-galleries--panels .c-galleries__item:focus .c-galleries__overlay,
.c-galleries--panels .c-galleries__item.sidearm-hover .c-galleries__overlay {
  opacity: 1;
}
.c-galleries--panels .c-galleries__sort {
  background-color: transparent;
  border: none;
  margin-left: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.c-galleries--panels .c-galleries__sort-text {
  color: white;
  font-family: "Arvo";
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.056rem;
  line-height: 1.35rem;
  text-align: left;
  text-transform: uppercase;
  margin-right: 12px;
}
.c-galleries--panels .c-galleries__sort .sidearm-icons {
  font-size: 2rem;
  color: white;
}
.c-galleries--panels .c-galleries__filter {
  position: relative;
  margin-left: auto;
  max-width: 299px;
  display: flex;
  display: -webkit-flex;
}
.c-galleries--panels .c-galleries__filter-select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  padding-left: 36px;
  cursor: pointer;
  color: white;
  font-family: Arvo;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.056rem;
  line-height: 1.35rem;
  text-align: left;
  text-transform: uppercase;
}
.c-galleries--panels .c-galleries__filter-select option {
  color: #222120;
}
.c-galleries--panels .c-galleries__filter:before {
  content: '\e178';
  font-family: 'sidearm_font_v2';
  font-size: 2.25rem;
  color: white;
  position: absolute;
  top: 0;
  right: 24px;
  pointer-events: none;
  line-height: 1.2;
}
.c-galleries--panels .c-galleries__meta {
  color: #fcfdff;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.313rem;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-galleries--panels .c-galleries__title {
  color: white;
  font-family: "Arvo";
  font-size: 1.375rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.069rem;
  line-height: 1.994rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 32px;
}
.c-galleries--panels .c-galleries__title:after {
  content: '';
  position: absolute;
  bottom: 16px;
  width: 77px;
  height: 2px;
  background-color: white;
  left: calc(50% - 38.5px);
}
.c-galleries--panels .c-galleries__sport {
  padding-right: 36px;
  position: relative;
}
.c-galleries--panels .c-galleries__sport:after {
  content: '|';
  position: absolute;
  top: calc(50% - 11px);
  right: 16px;
}
.c-galleries--panels .c-galleries__overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  color: white;
  height: 100%;
  top: 0;
  background-image: linear-gradient(0deg, rgba(143, 0, 30, 0.8) 0%, rgba(143, 0, 30, 0.53) 100%);
  opacity: 0;
  transition: all 0.25s;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.c-galleries--mobile .c-galleries__panel {
  display: flex;
  display: -webkit-flex;
}
.c-galleries--mobile .c-galleries__panel-wrapper {
  display: flex;
  display: -webkit-flex;
}
.c-galleries--mobile .c-galleries__filter {
  position: relative;
  margin-left: auto;
  max-width: 299px;
  display: flex;
  display: -webkit-flex;
}
.c-galleries--mobile .c-galleries__filter-select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  padding-left: 36px;
  cursor: pointer;
  color: white;
  font-family: Arvo;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.056rem;
  line-height: 1.35rem;
  text-align: left;
  text-transform: uppercase;
}
.c-galleries--mobile .c-galleries__filter-select option {
  color: #222120;
}
.c-galleries--mobile .c-galleries__filter:before {
  content: '\e178';
  font-family: 'sidearm_font_v2';
  font-size: 2.25rem;
  color: white;
  position: absolute;
  top: -11px;
  right: 24px;
  pointer-events: none;
  line-height: 1.2;
}
.c-galleries--mobile .c-galleries__item {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-galleries--mobile .c-galleries__header {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  background-color: #8f001e;
  padding-top: 24px;
  padding-bottom: 24px;
}
.c-galleries--mobile .c-galleries__header-inner {
  color: white;
  font-family: "Arvo";
  font-size: 1.875rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.5px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}
.c-galleries--mobile .c-galleries__load-container {
  margin-top: 42px;
  padding-bottom: 18px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  border-bottom: 1px solid #2b2b2b;
}
.c-galleries--mobile .c-galleries__load-more {
  color: white;
  font-family: "Arvo";
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.056rem;
  line-height: 1.35rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #8f001e;
  text-decoration: none;
  height: 62px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.c-galleries--mobile .c-galleries__load-more:hover,
.c-galleries--mobile .c-galleries__load-more:active,
.c-galleries--mobile .c-galleries__load-more:focus,
.c-galleries--mobile .c-galleries__load-more.sidearm-hover {
  background-color: white;
  color: #8f001e;
}
.c-galleries--mobile .c-galleries__item {
  position: relative;
}
.c-galleries--mobile .c-galleries__sort {
  background-color: transparent;
  border: none;
  margin-left: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding-top: 27px;
  margin-right: auto;
}
.c-galleries--mobile .c-galleries__sort-text {
  color: white;
  font-family: "Arvo";
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.056rem;
  line-height: 1.35rem;
  text-align: left;
  text-transform: uppercase;
  margin-right: 12px;
}
.c-galleries--mobile .c-galleries__sort .sidearm-icons {
  font-size: 2rem;
  color: white;
}
.c-galleries--mobile .c-galleries__media img {
  width: 100%;
}
.c-galleries--mobile .c-galleries__toggle {
  position: absolute;
  bottom: 24px;
  right: 24px;
  border: none;
  background-color: transparent;
  color: white;
  font-size: 1.5rem;
  z-index: 2;
  outline: none;
}
.c-galleries--mobile .c-galleries__toggle:after {
  content: '\e071';
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  font-family: 'sidearm_font_v2';
  font-size: 1.75rem;
  color: white;
  transition: all 0.25s;
}
.c-galleries--mobile .c-galleries__toggle.is-toggled:after {
  transform: rotate(45deg);
}
.c-galleries--mobile .c-galleries__toggle:hover:after,
.c-galleries--mobile .c-galleries__toggle:focus:after,
.c-galleries--mobile .c-galleries__toggle.sidearm-hover:after {
  color: #8f001e;
}
.c-galleries--mobile .c-galleries__meta {
  color: #fcfdff;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.313rem;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-galleries--mobile .c-galleries__title {
  color: white;
  font-family: "Arvo";
  font-size: 1.375rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.069rem;
  line-height: 1.994rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 32px;
}
.c-galleries--mobile .c-galleries__title:after {
  content: '';
  position: absolute;
  bottom: 16px;
  width: 77px;
  height: 2px;
  background-color: white;
  left: calc(50% - 38.5px);
}
.c-galleries--mobile .c-galleries__sport {
  padding-right: 36px;
  position: relative;
}
.c-galleries--mobile .c-galleries__sport:after {
  content: '|';
  position: absolute;
  top: calc(50% - 11px);
  right: 16px;
}
.c-galleries--mobile .c-galleries__overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  color: white;
  height: 100%;
  top: 0;
  background-image: linear-gradient(0deg, rgba(143, 0, 30, 0.8) 0%, rgba(143, 0, 30, 0.53) 100%);
  opacity: 0;
  transition: all 0.25s;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.c-galleries--mobile .c-galleries__overlay.is-open {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-galleries--mobile .c-galleries__panel-wrapper {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.main-footer {
  background-color: white;
}
.main-footer__rotator button.slick-prev {
  transform: translate(-700px, -50%);
  font-size: 0px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  border: 0;
  overflow: visible;
  outline: 0;
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #8f001e;
  text-align: center;
  border-radius: 50%;
}
.main-footer__rotator button.slick-prev::before {
  transition: 0.2s;
  content: '\e005';
  width: 0;
  height: 0;
  font-family: "sidearm_font_v2";
  font-size: 21px;
  font-style: normal;
  color: white;
}
.main-footer__rotator button.slick-next {
  transform: translate(700px, -50%);
  font-size: 0px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 3;
  border: 0;
  overflow: visible;
  outline: 0;
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #8f001e;
  text-align: center;
  border-radius: 50%;
}
.main-footer__rotator button.slick-next::before {
  transition: 0.2s;
  content: '\e006';
  width: 0;
  height: 0;
  font-family: "sidearm_font_v2";
  font-size: 21px;
  font-style: normal;
  color: white;
}
.main-footer__rotator button:hover {
  background-color: #2b2b2b;
  transition: .2s;
}
@media screen and (max-width: 1415px) {
  .main-footer__rotator button.slick-prev {
    left: 12px;
    transform: translate(0, -50%);
  }
  .main-footer__rotator button.slick-next {
    left: initial;
    right: 12px;
    transform: translate(0, -50%);
  }
}
.main-footer__logos {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
}
.main-footer__logos-item {
  list-style-type: none;
  flex: 0 1 20%;
  -webkit-flex: 0 1 20%;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.main-footer .c-common-footer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.main-footer__common {
  border-top: 1px solid #e3e3e3;
}
@media screen and (max-width: 767px) {
  .main-footer__logos {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .main-footer__logos-item {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    min-width: 1px;
    min-height: 1px;
    padding-bottom: 20px;
  }
}
/*Animations*/

html.navigation-loaded .logo-loader {
  opacity: 0;
  pointer-events: none;
}
.logo-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #222120;
  top: 0;
  left: 0;
}
.logo-loader--grow-shrink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out 3.5s;
}
.logo-loader--grow-shrink .logo-loader__logo img {
  width: 120px;
  animation: grow-shrink 5s ease-in-out infinite;
}
@keyframes grow-shrink {
  0% {
    opacity: 0.1;
    transform: scale(0.5);
  }
  25% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.1;
    transform: scale(0.5);
  }
  75% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.1;
    transform: scale(0.5);
  }
}
html:not(.index) .logo-loader,
html:not(.index) .sidearm-loading {
  display: none;
}
html:not(.index) .sidearm-loading {
  display: none;
}
html:not(.index) .main-content-placeholder {
  max-width: 1416px;
  padding: 24px;
  margin: 70px auto 24px;
  background: white;
  border: 1px solid #e5e5e5;
  margin-top: 252px;
}
html:not(.index).sport .main-content-placeholder {
  margin-top: 315px;
}
.d-none {
  display: none;
}
