/*Stories Video*/

.showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/*Mixins*/
/*Colors*/
/*Breakpoints*/
@media (min-width: 1025px) {
  .hide-large {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .hide-large-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-medium {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-medium-down {
    display: none !important;
  }
}
/*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;
}
.acc-hide,
.accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.hide {
  background: black;
  color: white;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.block {
  display: block;
}
/*Animations*/

/*DFP*/

.dfp-ad {
  display: inline-block;
  width: 100%;
  background: #f4f6f9;
}
.sidearm-dfp-ad {
  margin: 24px auto;
  background: black;
}
/*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*/

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  margin-right: 12px;
}
.slick-dots li:last-child {
  margin: 0;
}
.slick-dots button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: white;
  border-radius: 50%;
  color: black;
  display: block;
  font-size: 0;
  width: 16px;
  height: 16px;
  transition: 0.25s;
  border: 3px solid #093a88;
  transition: .25s;
}
.slick-dots button:hover,
.slick-dots button:focus,
.slick-dots button.sidearm-hover {
  background: #093a88;
  color: white;
}
.slick-dots .slick-active button {
  background: #093a88;
  color: white;
}
/*Slick Arrows*/

.slick-prev,
.slick-next,
.slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: transparent;
  color: black;
  font-size: 0;
  position: relative;
  width: 48px;
  height: 48px;
  transition: 0.15s;
}
.slick-prev::after,
.slick-next::after,
.slick-pause-play::after {
  color: #093a88;
  font: 400 2rem/1 'sidearm_font_v2';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.15s;
}
.slick-prev:hover::after,
.slick-next:hover::after,
.slick-pause-play:hover::after {
  color: #6c6c6c;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled,
.slick-pause-play.slick-disabled {
  pointer-events: none;
}
.slick-prev.slick-disabled::after,
.slick-next.slick-disabled::after,
.slick-pause-play.slick-disabled::after {
  color: #6c6c6c;
  opacity: 0.25;
}
.slick-prev::after {
  content: '\e017';
}
.slick-next::after {
  content: '\e018';
}
.slick-pause-play::after {
  content: '\e200';
  font-size: 1.5rem;
}
.slick-pause-play.slick-play::after {
  content: '\e050';
}
body {
  color: #06062d;
  font: 1rem/1.4 Rubik arial, sans-serif;
  margin: 0;
  padding: 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;
}
html.headroom--not-top .main-header {
  position: fixed;
  margin-top: -60px;
}
html.headroom--not-top .c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  max-height: calc(100vh - 100px);
}
html.headroom--not-top .c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  max-height: calc(100vh - 160px);
}
@media screen and (min-width: 1200px) {
  html.headroom--not-top .main-header__logo:after {
    left: calc(100% + 42px);
    top: -43px;
  }
  html.headroom--not-top .main-header__logo:before {
    right: -42px;
    top: -43px;
  }
  html.headroom--not-top .main-header__logo {
    margin-left: 52px;
  }
  html.headroom--not-top .main-header__logo-image {
    height: 62px;
    transform: translateY(39px);
  }
}
@media screen and (max-width: 1199px) {
  html.headroom--not-top .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 767px) {
  html.headroom--not-top .main-header {
    margin-top: -92px;
  }
  html.headroom--not-top .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 140px);
  }
}
html.sport .main-content-placeholder {
  margin-top: 220px;
}
html.youtube-video-is-playing .c-contentstream__item-inner {
  clip-path: none;
}
@media screen and (max-width: 1199px) {
  html.sport .main-content-placeholder {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  html.sport .main-content-placeholder {
    margin-top: 232px;
  }
}
.main-header {
  background: #093a88;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.main-header__top {
  background: #6c6c6c;
  height: 60px;
  color: white;
}
.main-header__top-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 488px !important;
}
.main-header__top-text {
  color: white;
  font-family: "Russo One";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.994rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.main-header__top-text:before {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usmmasports.com/images/responsive_2020/star.svg");
  display: inline-block;
  margin-right: 6px;
}
.main-header__top-text:after {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usmmasports.com/images/responsive_2020/star.svg");
  display: inline-block;
  margin-left: 6px;
}
.main-header__top-social {
  display: flex;
  align-items: center;
}
.main-header__top .ads-container {
  display: flex;
}
.main-header__top .ads-container .icons-ad {
  margin-left: 3px;
}
.main-header__top .ads-container .icons-ad__link {
  font-size: 2rem;
  color: white;
}
.main-header__top .ads-container .icons-ad__link span:before {
  transition: .25s;
}
.main-header__top .ads-container .icons-ad__link:hover span::before,
.main-header__top .ads-container .icons-ad__link.sidearm-hover span::before,
.main-header__top .ads-container .icons-ad__link:focus span::before {
  transform: translateY(-3px);
}
.main-header__top .ads-container .icons-ad__label {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.main-header__top .ads-container .icons-ad:first-child {
  margin-left: 0;
}
.main-header__navbar {
  height: 100px;
}
.main-header__logo {
  transform: translateY(-17px);
  margin-right: 90px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  transition: .25s;
}
.main-header__logo-image {
  height: 94px;
  transition: .25s;
}
.main-header__logo:before {
  content: '';
  width: 100vw;
  height: 160px;
  position: absolute;
  display: block;
  background: white;
  right: 12px;
  top: -44px;
  z-index: -1;
  transition: 0s;
}
.main-header__logo:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 160px 160px 0 0;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: -44px;
  z-index: -1;
  left: calc(100% - 12px);
  pointer-events: none;
  transition: 0s;
}
.main-header__nav {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.main-header__sport {
  height: 60px;
  box-shadow: inset 0 1px white;
}
@media screen and (max-width: 1199px) {
  .main-header .main-header__navbar {
    height: 80px;
  }
  .main-header .main-header__logo {
    transform: translateY(0);
    margin-left: 18px;
  }
  .main-header .main-header__logo-image {
    height: 60px;
    transform: translateY(12px);
  }
  .main-header .main-header__logo:before {
    top: 0;
    height: 80px;
    right: -10px;
  }
  .main-header .main-header__logo:after {
    top: 0;
    border-width: 80px 80px 0 0;
    left: calc(100% + 10px);
  }
  .main-header .main-header__top-inner {
    padding-left: 28px !important;
    padding-right: 16px;
  }
  .main-header .main-header__top-text {
    font-size: 1.25rem;
    line-height: 1.813rem;
  }
}
@media screen and (max-width: 767px) {
  .main-header .main-header__top {
    height: 92px;
  }
  .main-header .main-header__top-inner {
    flex-direction: column;
    justify-content: initial;
    padding: 12px 12px 0 !important;
  }
  .main-header .main-header__top-text {
    font-size: 1.125rem;
    line-height: 1.631rem;
    margin-bottom: 2px;
  }
  .main-header .main-header__logo {
    transform: translateY(0);
    margin-left: 10px;
  }
  .main-header .main-header__logo-image {
    height: 48px;
    transform: translateY(19px);
  }
  .main-header .main-header__logo:before {
    right: 0;
  }
  .main-header .main-header__logo:after {
    left: calc(100%);
  }
}
@media screen and (max-width: 420px) {
  .main-header .main-header__top-social .ads-container .icons-ad__link {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 374px) {
  .main-header .main-header__logo {
    margin-right: 60px;
  }
}
.main-content-placeholder {
  margin-top: 160px;
  padding-top: 24px;
}
@media screen and (max-width: 1199px) {
  .main-content-placeholder {
    margin-top: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .main-content-placeholder {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-content-placeholder {
    margin-top: 172px;
  }
}
.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--main .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 2.25rem;
  color: white;
  height: 100px;
  margin-left: auto;
  width: 78px;
  transition: .25s;
}
.c-navigation--main .c-navigation__toggle:hover,
.c-navigation--main .c-navigation__toggle.is-toggled,
.c-navigation--main .c-navigation__toggle:focus,
.c-navigation--main .c-navigation__toggle.sidearm-hover {
  background-color: rgba(6, 6, 45, 0.1);
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-1 {
  justify-content: flex-end;
  margin-right: 4px;
}
.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: rgba(6, 6, 45, 0.1);
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:last-child .c-navigation__url--level-1 {
  padding: 0 21px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:last-child .c-navigation__url--level-1:after {
  display: none;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1 {
  white-space: nowrap;
  color: white;
  font-family: "Russo One";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 31.9px;
  text-transform: uppercase;
  padding: 0 0 0 21px;
  height: 100px;
  display: flex;
  align-items: center;
  transition: .25s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1:after {
  content: '';
  width: 1px;
  background: white;
  height: 38px;
  margin-left: 18px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  background-color: #f4f6f9;
  z-index: 5;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}
.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: 1200px;
  margin: 0 auto;
  padding: 28px 0 48px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__column {
  flex: 0 1 50%;
  margin: 0 12px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: .25s;
  padding-left: 24px;
  padding-right: 10px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:not(.c-navigation__separator) {
  box-shadow: inset 0 -1px 0 #d9d9db;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator),
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) {
  background: #6c6c6c;
  color: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__url--level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) .c-navigation__url--level-2 {
  color: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__separator {
  color: #222222;
  font-family: "Russo One";
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 31.9px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2 {
  color: #06062d;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20.8px;
  text-align: left;
  height: 36px;
  display: flex;
  align-items: center;
  transition: .25s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child {
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  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,
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2.sidearm-hover,
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:focus {
  text-decoration: underline;
}
.c-navigation--main .c-navigation-desktop .c-navigation__schedule-roster-news {
  margin-right: 12px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social {
  width: 30px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  font-size: 18px;
  color: black;
}
.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;
  margin-right: 30px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.facebook::before {
  content: '\e041';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.twitter::before {
  content: '\e035';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.instagram::before {
  content: '\e044';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.tickets {
  display: none;
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  z-index: 3;
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 140px);
  overflow: auto;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1::after {
  font-family: sidearm_font_v2;
  font-size: 28px;
  content: '\e016';
  margin-left: 12px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
  box-shadow: inset 0 -1px 0 #d9d9db;
  height: 60px;
  padding: 0 16px 0 24px;
  display: flex;
  align-items: center;
  background: white;
  color: #06062d;
  font-family: "Russo One";
  font-size: 22px;
  font-weight: 400;
  line-height: 31.9px;
  text-align: left;
  text-transform: uppercase;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1:hover,
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1.is-open,
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1.sidearm-hover,
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1:focus {
  background: #6c6c6c;
  color: white;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__separator {
  box-shadow: inset 0 -1px 0 #d9d9db, inset 6px 0 #6c6c6c;
  background-color: #f4f6f9;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  color: #222222;
  font-family: "Russo One";
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 31.9px;
  text-align: left;
  text-transform: uppercase;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2 {
  box-shadow: inset 0 -1px 0 #d9d9db;
  background-color: #f4f6f9;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  color: #06062d;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22.4px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 172px);
  }
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--main .c-navigation-mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .c-navigation--main .c-navigation__toggle {
    height: 80px;
    width: initial;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-navigation--main .c-navigation__toggle {
    margin-right: 16px;
  }
}
.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__item--level-1 {
  position: relative;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:not(:first-child) .c-navigation__url--level-1:after,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:not(:last-child) .c-navigation__url--level-1:after {
  content: '';
  width: 1px;
  background: white;
  height: 24px;
  margin-left: 24px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:first-child .c-navigation__url--level-1,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:last-child .c-navigation__url--level-1 {
  padding: 0 24px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:first-child .c-navigation__url--level-1:after,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:last-child .c-navigation__url--level-1:after {
  display: none;
}
.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 {
  background-color: rgba(6, 6, 45, 0.1);
}
.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: white;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  height: 60px;
  display: flex;
  align-items: center;
  transition: .25s;
  padding: 0 0 0 24px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-right: auto;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  color: white;
  font-family: "Russo One";
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 31.9px;
  text-align: left;
  text-transform: uppercase;
  padding: 0 16px !important;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  min-width: 300px;
  background: #f4f6f9;
  max-height: calc(100vh - 220px);
  overflow-y: auto;
}
.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__url--level-2 {
  box-shadow: inset 0 -1px 0 #d9d9db;
  background-color: #f4f6f9;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  color: #06062d;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22.4px;
  text-align: left;
  transition: .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:focus,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2.sidearm-hover {
  background: #6c6c6c;
  color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-links {
  padding: 0 12px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  color: white;
  font-family: "Russo One";
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 31.9px;
  text-align: left;
  text-transform: uppercase;
  height: 60px;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0 12px;
  transition: .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: white;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
  padding: 0 12px;
  transition: .25s;
  height: 60px;
  display: flex;
  align-items: center;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 232px);
  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__url--level-1 {
  color: #06062d;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  height: 60px;
  display: flex;
  align-items: center;
  transition: .25s;
  text-decoration: none;
  padding: 0 24px;
  background: white;
  box-shadow: inset 0 -1px 0 #d9d9db;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  padding: 0;
  opacity: 1;
  position: static;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  box-shadow: inset 0 -1px 0 #d9d9db;
  background-color: #f4f6f9;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  color: #06062d;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22.4px;
  text-align: left;
  text-decoration: none;
}
@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 {
  display: flex;
  justify-content: flex-end;
}
.c-search--overlay fieldset {
  border: none;
  display: block;
  margin: 0;
  width: 100%;
}
.c-search--overlay .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 2rem;
  display: flex;
  align-items: center;
  color: white;
  transition: .25s;
}
.c-search--overlay .c-search__toggle span:before {
  transition: .25s;
}
.c-search--overlay .c-search__toggle:hover span:before,
.c-search--overlay .c-search__toggle:focus span:before,
.c-search--overlay .c-search__toggle.sidearm-hover span:before {
  transform: translateY(-3px);
}
.c-search--overlay .c-search__overlay {
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -99999px;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.c-search--overlay .c-search__overlay.is-open {
  left: 0;
}
.c-search--overlay .c-search__text-wrap {
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  height: 72px;
  margin: 0 auto;
  max-width: 540px;
  display: flex;
}
.c-search--overlay .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: #494949;
  padding: 0 24px;
  font-size: 1.5rem;
  transition: .25s;
}
.c-search--overlay .c-search__text::-webkit-input-placeholder {
  color: #494949;
}
.c-search--overlay .c-search__text::-moz-placeholder {
  color: #494949;
}
.c-search--overlay .c-search__text:-ms-input-placeholder {
  color: #494949;
}
.c-search--overlay .c-search__text:-moz-placeholder {
  color: #494949;
}
.c-search--overlay .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  transition: .25s;
  font-size: 1.5rem;
  width: 85px;
  background: #444444;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-search--overlay .c-search__submit[disabled] {
  cursor: not-allowed;
}
.c-search--overlay .c-search__submit:hover:not([disabled]),
.c-search--overlay .c-search__submit:focus:not([disabled]) {
  background: #093a88;
}
.c-search--overlay .c-search__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  background: #444444;
  color: white;
  width: 80px;
  height: 80px;
  font-size: 2rem;
  transition: .25s;
}
.c-search--overlay .c-search__close:hover,
.c-search--overlay .c-search__close:focus,
.c-search--overlay .c-search__close.sidearm-hover {
  background: #093a88;
}
@media screen and (max-width: 420px) {
  .c-search--overlay .c-search__toggle {
    font-size: 1.8rem;
  }
}
.s-container__inner {
  display: flex;
  max-width: 1458px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  position: relative;
}
.s-container__left {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  display: block;
}
.s-container__left .s-stories {
  min-width: 1px;
}
.s-container__right {
  flex: 1 0 32.291%;
  -webkit-flex: 1 0 32.291%;
  min-width: 1px;
  min-height: 1px;
  margin-left: 24px;
  min-width: 374px;
  padding-bottom: 44px;
}
@media screen and (max-width: 1440px) {
  .s-container__left {
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .s-container__inner {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .s-container__left {
    display: block;
  }
  .s-container__right {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .s-container__right {
    min-width: auto;
    padding-bottom: 30px;
  }
}
.c-stories--slider {
  background: #093a88;
}
.c-stories--slider .c-stories__item {
  position: relative;
}
.c-stories--slider .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.c-stories--slider .c-stories__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.c-stories--slider .c-stories__media:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 203px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(9, 58, 136, 0.9) 0%, rgba(9, 58, 136, 0.65) 51%, rgba(9, 58, 136, 0) 100%);
  transition: .25s;
}
.c-stories--slider .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-stories--slider .c-stories__details {
  padding: 0 20px 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.c-stories--slider .c-stories__meta {
  color: white;
  font-family: Rubik;
  font-size: 1.25rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.75rem;
  margin-bottom: 2px;
  text-align: center;
}
.c-stories--slider .c-stories__url {
  color: white;
  font-family: "Russo One";
  font-size: 1.45rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-decoration: none;
  transition: .25s;
  display: flex;
  text-align: center;
  justify-content: center;
}
.c-stories--slider .c-stories__url:hover,
.c-stories--slider .c-stories__url:focus,
.c-stories--slider .c-stories__url.sidearm-hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .c-stories--slider .c-stories__media:after {
    display: none;
  }
  .c-stories--slider .c-stories__details {
    position: relative;
    background: #093a88;
    padding: 15px 20px 0;
    min-height: 118px;
  }
  .c-stories--slider .c-stories__meta {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--slider .c-stories__meta {
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 14px;
  }
  .c-stories--slider .c-stories__separator {
    display: none;
  }
  .c-stories--slider .c-stories__url {
    font-size: 1.625rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 2.275rem;
  }
  .c-stories--slider .c-stories__details {
    padding: 14px 16px 16px;
  }
}
.c-stories__controls {
  display: flex;
  height: 86px;
  align-items: center;
}
.c-stories__controls .slick-prev {
  margin-right: auto;
}
.c-stories__controls .slick-next {
  margin-left: auto;
}
.c-stories__controls .c-stories__pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: #093a88;
  font-size: 1.5rem;
  transition: .25s;
}
.c-stories__controls .c-stories__pause-play:hover,
.c-stories__controls .c-stories__pause-play:focus,
.c-stories__controls .c-stories__pause-play.sidearm-hover {
  color: #6c6c6c;
}
@media screen and (max-width: 1024px) {
  .c-stories__controls {
    padding-bottom: 20px;
    height: auto;
    background: #093a88;
  }
  .c-stories__controls .c-stories__pause-play {
    color: white;
  }
  .c-stories__controls .slick-prev:after,
  .c-stories__controls .slick-next:after {
    color: white;
  }
  .c-stories__controls .slick-dots button {
    background: #093a88;
    border-color: white;
  }
  .c-stories__controls .slick-dots button:hover,
  .c-stories__controls .slick-dots button:focus,
  .c-stories__controls .slick-dots button.sidearm-hover {
    background: white;
    color: #093a88;
  }
  .c-stories__controls .slick-dots .slick-active button {
    background: white;
    color: #093a88;
  }
}
@media screen and (max-width: 767px) {
  .c-stories__controls .c-stories__pause-play {
    margin-right: 4px;
  }
  .c-stories__controls .slick-prev {
    width: 24px;
    height: 24px;
    margin-left: 15px;
  }
  .c-stories__controls .slick-prev:after {
    font-size: 1.5rem;
  }
  .c-stories__controls .slick-next {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }
  .c-stories__controls .slick-next:after {
    font-size: 1.5rem;
  }
}
.s-schedule__inner .ui-tabs-panel {
  overflow: auto;
  width: 100%;
  height: auto;
}
.s-schedule__inner .ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  overflow: hidden;
  height: 0;
}
.s-schedule__header {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  margin-top: 19px;
  margin-bottom: 15px;
  padding-left: 10px;
}
.s-schedule__title {
  color: #093a88;
  font-family: "Russo One";
  font-size: 1.45rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  display: flex;
  align-items: center;
}
.s-schedule__title::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usmmasports.com/images/responsive_2020/star-graphic-blue.png");
  display: inline-block;
  margin-right: 7px;
  background-size: contain;
}
.s-schedule__title::after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usmmasports.com/images/responsive_2020/star-graphic-blue.png");
  display: inline-block;
  margin-left: 7px;
  background-size: contain;
}
.s-schedule__tabs {
  margin-top: 5px;
}
.s-schedule__tabs-item:last-child {
  margin-left: 26px;
}
.s-schedule__tabs-item.ui-tabs-active .s-schedule__tabs-link {
  color: #093a88;
}
a.s-schedule__tabs-link {
  color: #4a4a68;
  font-family: "Russo One";
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.022rem;
  line-height: normal;
  transition: .25s;
  text-decoration: none;
}
a.s-schedule__tabs-link:hover,
a.s-schedule__tabs-link:focus,
a.s-schedule__tabs-link.sidearm-hover {
  color: #093a88;
}
.s-schedule__calendar {
  margin-top: 17px;
  padding-right: 18px;
  text-align: right;
}
a.s-schedule__calendar-button {
  color: #093a88;
  font-family: "Russo One";
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.022rem;
  line-height: normal;
  text-decoration: none;
  transition: .25s;
}
a.s-schedule__calendar-button:hover,
a.s-schedule__calendar-button:focus,
a.s-schedule__calendar-button.sidearm-hover {
  color: #6c6c6c;
}
a.s-schedule__calendar-button:hover .s-schedule__calendar-arrow,
a.s-schedule__calendar-button:focus .s-schedule__calendar-arrow,
a.s-schedule__calendar-button.sidearm-hover .s-schedule__calendar-arrow {
  transform: translateX(5px);
}
.s-schedule__calendar-arrow {
  transition: .25s;
  display: inline-block;
}
.s-schedule__calendar .sidearm-icon {
  transform: translateY(2px);
  display: inline-block;
  text-align: center;
  margin-right: 2px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .s-schedule__header {
    margin-top: 36px;
    padding-right: 12px;
    padding-left: 8px;
  }
  .s-schedule__calendar {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .s-schedule__header {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    padding: 0;
    margin-bottom: 26px;
  }
  .s-schedule__tabs {
    margin-top: 24px;
  }
  .s-schedule__calendar {
    padding-right: 0;
    text-align: center;
  }
}
.c-events--list-logos .c-events__item {
  box-shadow: inset 0 -0.062rem 0 #f6f6f6;
  height: 93px;
  position: relative;
  overflow: hidden;
}
.c-events--list-logos .c-events__item:first-child {
  box-shadow: inset 0 0.063rem 0 #f6f6f6, inset 0 -0.062rem 0 #f6f6f6;
}
.c-events--list-logos .c-events__item-inner {
  padding: 12px;
  width: 100%;
}
.c-events--list-logos .c-events__date-time {
  color: #093a88;
  font-family: Rubik;
  font-style: normal;
  letter-spacing: normal;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.225rem;
  margin-bottom: 4px;
}
.c-events--list-logos .c-events__logo {
  width: 42px;
  height: 42px;
  margin-right: 15px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-events--list-logos .c-events__sport {
  color: #093a88;
  font-family: Rubik;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.45rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-events--list-logos .c-events__sport--live {
  color: #003087;
  font-family: "Russo One";
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.022rem;
  line-height: normal;
}
.c-events--list-logos .c-events__opponent {
  color: #093a88;
  font-family: Rubik;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.225rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-events--list-logos .c-events__time {
  color: #093a88;
  font-family: "Work Sans";
  font-size: 0.875rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.225rem;
  text-transform: uppercase;
}
.c-events--list-logos .c-events__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-events--list-logos .c-events__result {
  color: #06062d;
  font-family: Rubik;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.45rem;
  text-transform: uppercase;
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  transform: translateY(2px);
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin-left: 24px;
}
.c-events--list-logos .c-events__result-status {
  padding-right: 0px;
}
.c-events--list-logos .c-events__live {
  color: #093a88;
  font-family: "Work Sans";
  font-size: 0.875rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.225rem;
  text-transform: uppercase;
}
.c-events--list-logos .c-events__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  z-index: 5;
  font-size: 1.125rem;
  color: #093a88;
  transition: .25s;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
}
.c-events--list-logos .c-events__toggle span:before {
  transition: .25s;
}
.c-events--list-logos .c-events__toggle.is-toggled span:before {
  transform: rotate(45deg);
}
.c-events--list-logos .c-events__toggle:hover {
  background: #093a88;
  color: white;
}
.c-events--list-logos .c-events__overlay {
  position: absolute;
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 100%;
  transition: .25s;
  z-index: 1;
}
.c-events--list-logos .c-events__overlay.is-open {
  left: 0;
}
.c-events--list-logos .c-events__media-item {
  padding: 0 4px;
}
.c-events--list-logos .c-events__media-link {
  font-size: 1.5rem;
  color: #093a88;
}
.c-events--list-logos .c-events__media-link span:before {
  transition: .25s;
}
.c-events--list-logos .c-events__media-link:hover span:before,
.c-events--list-logos .c-events__media-link:focus span:before,
.c-events--list-logos .c-events__media-link.sidearm-hover span:before {
  transform: translateY(-3px);
}
.top-ad {
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
.top-ad .ads-container {
  max-width: 1098px;
  margin: 0 auto;
}
.top-ad .ads-container .ad {
  padding: 0 12px;
}
.top-ad .ads-container .ad img {
  margin: 0 auto;
}
.top-ad .slick-prev:after,
.top-ad .slick-next:after,
.top-ad .slick-pause-play:after {
  font-size: 3rem;
}
.top-ad .slick-prev {
  margin-left: 30px;
  margin-top: 14px;
}
.top-ad .slick-pause-play {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.top-ad .slick-next {
  right: 30px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .top-ad {
    margin-top: 0;
  }
  .top-ad .ads-container {
    max-width: 732px;
  }
  .top-ad .slick-prev {
    margin-left: 12px;
    margin-top: 17px;
  }
  .top-ad .slick-next {
    right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top-ad .ads-container .ad {
    padding: 0 16px;
  }
  .top-ad .slick-prev {
    margin-top: 14px;
    margin-left: 16px;
  }
  .top-ad .slick-next {
    right: 16px;
  }
}
.s-slideshow__top .c-slideshow--row {
  margin-top: -83px;
}
.s-slideshow__top .c-slideshow--row .c-slideshow__item {
  position: relative;
  margin: 0 auto;
}
.s-slideshow__top .c-slideshow--row .c-slideshow__media iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.s-slideshow__top .c-slideshow--row .c-slideshow__container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  transform: translateY(16px);
}
.s-slideshow__top .c-slideshow--row .c-slideshow__title {
  width: 100%;
  color: #093a88;
  font-family: "Russo One";
  font-size: 8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 58px;
}
@media screen and (min-width: 1025px) {
  .s-slideshow__top .c-slideshow--row .c-slideshow__title {
    font-size: calc(58px + (128 - 58) * (100vw - 1025px) / (1416 - 1025));
  }
}
@media screen and (min-width: 1416px) {
  .s-slideshow__top .c-slideshow--row .c-slideshow__title {
    font-size: 128px;
  }
}
.s-slideshow__top .c-slideshow--row .c-slideshow__title::before {
  content: '';
  width: 72px;
  height: 68px;
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usmmasports.com/images/responsive_2020/star-graphic-blue.png");
  display: inline-block;
  margin-right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.s-slideshow__top .c-slideshow--row .c-slideshow__title::after {
  content: '';
  width: 72px;
  height: 68px;
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usmmasports.com/images/responsive_2020/star-graphic-blue.png");
  display: inline-block;
  margin-left: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1279px) {
  .s-slideshow__top .c-slideshow--row {
    margin-top: -18px;
  }
  .s-slideshow__top .c-slideshow--row .c-slideshow__container {
    transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .s-slideshow__top .c-slideshow--row .c-slideshow__title::before,
  .s-slideshow__top .c-slideshow--row .c-slideshow__title::after {
    width: 61px;
    height: 58px;
  }
  .s-slideshow__top .c-slideshow--row .c-slideshow__title::before {
    width: 61px;
    height: 58px;
    margin-right: 10px;
  }
  .s-slideshow__top .c-slideshow--row .c-slideshow__title::after {
    width: 61px;
    height: 58px;
    margin-left: 10px;
  }
  .s-slideshow__top .c-slideshow--row .c-slideshow__container {
    transform: translateY(-16px);
  }
}
@media screen and (max-width: 767px) {
  .s-slideshow__top .c-slideshow--row .c-slideshow__title {
    font-size: 1.625rem;
  }
  .s-slideshow__top .c-slideshow--row .c-slideshow__title::before {
    width: 37px;
    height: 35px;
  }
  .s-slideshow__top .c-slideshow--row .c-slideshow__title::after {
    width: 37px;
    height: 35px;
  }
  .s-slideshow__top .c-slideshow--row .c-slideshow__container {
    transform: translateY(4px);
  }
}
.s-contentstream {
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usmmasports.com/images/responsive_2020/bg-water.jpg");
  background-position: center top;
  position: relative;
  background-size: cover;
  background-color: #093a88;
  background-attachment: fixed;
}
.s-contentstream__wave {
  clip-path: url(#wave);
  position: absolute;
  bottom: calc(100% - 52px);
  left: 0;
  height: 105px;
  width: 100%;
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usmmasports.com/images/responsive_2020/bg-water.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .s-contentstream__wave {
    bottom: calc(100% - 2px);
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .s-contentstream__wave {
    bottom: calc(100% - 2px);
    height: 32px;
  }
}
.c-contentstream {
  overflow-anchor: none;
  padding: 63px 0 65px;
}
.c-contentstream__inner {
  max-width: 1456px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.c-contentstream__title {
  margin-bottom: 40px;
}
.c-contentstream__title-text {
  color: white;
  font-family: "Russo One";
  font-size: 1.45rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}
.c-contentstream__title-text::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usmmasports.com/images/responsive_2020/star-graphic-white.png");
  display: inline-block;
  margin-right: 7px;
  background-size: contain;
}
.c-contentstream__title-text::after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usmmasports.com/images/responsive_2020/star-graphic-white.png");
  display: inline-block;
  margin-left: 7px;
  background-size: contain;
}
.c-contentstream__filter-item {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.c-contentstream__filter-item--All {
  order: 0;
}
.c-contentstream__filter-item--Twitter {
  order: 2;
}
.c-contentstream__filter-item--Instagram {
  order: 3;
}
.c-contentstream__filter-item--Facebook {
  order: 1;
}
.c-contentstream__filter-item--YouTube {
  order: 4;
}
.c-contentstream__filter-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 100%;
  height: 52px;
  background: white;
  color: #093a88;
  font-family: "Russo One";
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.022rem;
  line-height: normal;
  text-transform: uppercase;
  transition: .25s;
  border: 0.063rem solid #e2ebfa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-contentstream__filter-button .sidearm-icon {
  font-size: 1.875rem;
  margin-left: -8px;
  margin-right: 2px;
}
.c-contentstream__filter-button:hover,
.c-contentstream__filter-button:focus,
.c-contentstream__filter-button.sidearm-hover,
.c-contentstream__filter-button.is-active {
  background: #093a88;
  color: white;
}
.c-contentstream__stream {
  margin: 28px -12px 9px;
}
.c-contentstream__item {
  width: 25%;
  padding: 12px;
}
.c-contentstream__item-inner {
  background: white;
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0% 100%);
}
.c-contentstream__user {
  height: 64px;
  padding: 0 16px 0 24px;
  display: flex;
  align-items: center;
  box-shadow: inset 0 -0.062rem 0 #efefef;
}
a.c-contentstream__user-screen {
  color: #093a88;
  font-family: "Russo One";
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.022rem;
  line-height: normal;
  text-decoration: none;
  transition: .25s;
}
a.c-contentstream__user-screen:hover,
a.c-contentstream__user-screen:focus,
a.c-contentstream__user-screen.sidearm-hover {
  text-decoration: underline;
}
.c-contentstream__user-icon {
  font-size: 1.5rem;
  color: #6c6c6c;
}
.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://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usmmasports.com/images/responsive_2020/play-round.svg");
  background-size: contain;
  transition: .25s;
}
.c-contentstream__media-play:hover,
.c-contentstream__media-play:focus,
.c-contentstream__media-play.sidearm-hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.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__body {
  padding: 15px 12px 10px 16px;
}
.c-contentstream__text {
  color: #4a4a68;
  font-family: Rubik;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3rem;
}
.c-contentstream__text a {
  color: #093a88;
  font-weight: bold;
  text-decoration: underline;
}
.c-contentstream__text a:hover,
.c-contentstream__text a:focus,
.c-contentstream__text a.sidearm-hover {
  text-decoration: none;
}
.c-contentstream__actions {
  margin-top: 12px;
  margin-left: -3px;
}
.c-contentstream__actions-item {
  margin-right: 14px;
}
a.c-contentstream__actions-link {
  font-size: 1.5rem;
  color: #093a88;
}
a.c-contentstream__actions-link span:before {
  margin: 0;
  transition: .25s;
}
a.c-contentstream__actions-link:hover,
a.c-contentstream__actions-link:focus,
a.c-contentstream__actions-link.sidearm-hover {
  transform: translateY(-3px);
}
.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: 80%;
}
.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 #6c6c6c;
  color: #6c6c6c;
  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: #093a88;
  color: white;
}
.c-contentstream .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1199px) {
  .c-contentstream__item {
    width: 50%;
    padding: 10px;
  }
  .c-contentstream__stream {
    margin: 19px -10px 12px;
  }
}
@media screen and (max-width: 1024px) {
  .c-contentstream {
    padding: 22px 0 55px;
  }
  .c-contentstream__title {
    margin-bottom: 30px;
  }
  .c-contentstream__filter-button span:not(.sidearm-icon) {
    position: absolute;
    left: -99999px;
    top: -99999px;
    display: block !important;
    background: black;
    color: white;
  }
  .c-contentstream__filter-button span.sidearm-icon {
    margin: 0 auto;
  }
  .c-contentstream__body {
    padding: 18px 24px 14px 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-contentstream {
    padding: 18px 0 23px;
  }
  .c-contentstream__inner {
    padding: 0 16px;
  }
  .c-contentstream__item {
    width: 100%;
    padding: 8px;
  }
  .c-contentstream__stream {
    margin: 10px -8px 10px;
  }
  .c-contentstream__body {
    padding: 18px 24px 14px 18px;
  }
}
.load-more__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 2px;
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0% 100%);
  color: #093a88;
  font-family: "Russo One";
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.022rem;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  transition: .25s;
}
.load-more__button:hover,
.load-more__button:focus,
.load-more__button.sidearm-hover {
  color: white;
  background: #093a88;
}
.s-awards {
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usmmasports.com/images/responsive_2020/bg-pattern.png");
}
.s-awards__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 52px 31px 167px;
}
.s-awards .c-awards__media-container {
  flex: 0 0 364px;
  -webkit-flex: 0 0 364px;
  min-width: 1px;
  min-height: 1px;
}
.s-awards .c-awards__media {
  clip-path: url(#shield-clip-path);
  max-width: 364px;
  max-height: 450px;
}
.s-awards .c-awards__header {
  color: #06062d;
  font-family: "Russo One";
  font-size: 1.625rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 2.275rem;
  display: flex;
  align-items: center;
}
.s-awards .c-awards__header::before {
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usmmasports.com/images/responsive_2020/quotemark.png");
  content: '';
  width: 96px;
  height: 76px;
  display: block;
  margin-right: 29px;
  background-size: contain;
  background-repeat: no-repeat;
}
.s-awards .c-awards__meta-separator:before,
.s-awards .c-awards__meta-separator:after {
  content: ' ';
}
.s-awards .c-awards__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  margin-left: 45px;
  margin-top: 81px;
}
.s-awards .c-awards__name {
  text-transform: uppercase;
}
.s-awards .c-awards__highlight {
  color: #4a4a68;
  font-family: Rubik;
  font-size: 1.25rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.75rem;
  margin-top: 32px;
}
.s-awards .c-awards__highlight:before,
.s-awards .c-awards__highlight:after {
  content: '"';
}
.s-awards .c-awards__controls {
  bottom: 39px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 409px;
}
.s-awards .c-awards__controls .slick-prev:after,
.s-awards .c-awards__controls .slick-next:after,
.s-awards .c-awards__controls .slick-pause-play:after {
  font-size: 3rem;
}
.s-awards .c-awards__pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: #093a88;
  font-size: 3rem;
  transition: .25s;
}
.s-awards .c-awards__pause-play:hover,
.s-awards .c-awards__pause-play:focus,
.s-awards .c-awards__pause-play.sidearm-hover {
  color: #6c6c6c;
}
@media screen and (max-width: 1024px) {
  .s-awards .s-awards__inner {
    padding: 44px 31px 151px;
  }
  .s-awards .c-awards__item-inner {
    flex-direction: column;
  }
  .s-awards .c-awards__details {
    margin: 0;
  }
  .s-awards .c-awards__controls {
    padding-left: 0;
    position: relative;
    bottom: auto;
    margin-top: 37px;
  }
  .s-awards .c-awards__media {
    max-width: 340px;
    max-height: 420px;
  }
  .s-awards .c-awards__media-container {
    display: flex;
    flex-basis: 100%;
    width: 100%;
    align-items: center;
  }
  .s-awards .c-awards__header {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 22px;
  }
  .s-awards .c-awards__header::before {
    margin-right: 0;
    margin-bottom: 14px;
  }
  .s-awards .c-awards__highlight {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .s-awards .s-awards__inner {
    padding: 51px 17px 122px;
  }
  .s-awards .c-awards__media-container {
    flex-direction: column;
  }
  .s-awards .c-awards__header {
    align-items: center;
    margin-left: 0;
    margin-top: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.022rem;
    line-height: normal;
  }
  .s-awards .c-awards__header-inner {
    text-align: center;
  }
  .s-awards .c-awards__header::before {
    width: 63px;
    height: 50px;
  }
  .s-awards .c-awards__highlight {
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.575rem;
    margin-top: 14px;
    text-align: center;
  }
  .s-awards .c-awards__controls {
    margin-top: 8px;
  }
}
.s-slideshow__bottom {
  margin-top: -300px;
  pointer-events: none;
}
.s-slideshow__bottom .c-slideshow__item {
  position: relative;
  margin: 0 auto;
}
.s-slideshow__bottom .c-slideshow__media iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.s-slideshow__bottom .c-slideshow__media::after {
  content: '';
  background-image: linear-gradient(to top, white 0%, white 0%, rgba(255, 255, 255, 0) 74%, rgba(255, 255, 255, 0) 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
}
.s-slideshow__bottom .c-slideshow__title {
  color: #093a88;
  font-family: "Russo One";
  font-size: 5.375rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 145px;
  text-align: center;
  font-size: 37px;
}
@media screen and (min-width: 1025px) {
  .s-slideshow__bottom .c-slideshow__title {
    font-size: calc(37px + (86 - 37) * (100vw - 1025px) / (1416 - 1025));
  }
}
@media screen and (min-width: 1416px) {
  .s-slideshow__bottom .c-slideshow__title {
    font-size: 86px;
  }
}
.s-slideshow__bottom .c-slideshow__title::before {
  content: '';
  width: 72px;
  height: 68px;
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usmmasports.com/images/responsive_2020/star-graphic-blue.png");
  display: inline-block;
  margin-right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-slideshow__bottom .c-slideshow__title::after {
  content: '';
  width: 72px;
  height: 68px;
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usmmasports.com/images/responsive_2020/star-graphic-blue.png");
  display: inline-block;
  margin-left: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-slideshow__bottom .c-slideshow__container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  align-items: flex-end;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 1919px) {
  .s-slideshow__bottom .c-slideshow__title {
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width: 1680px) {
  .s-slideshow__bottom {
    margin-top: -18vw;
  }
}
@media screen and (max-width: 1024px) {
  .s-slideshow__bottom {
    margin-top: -19vw;
  }
  .s-slideshow__bottom .c-slideshow__title {
    font-size: 2.313rem;
  }
  .s-slideshow__bottom .c-slideshow__title::before {
    width: 42px;
    height: 42px;
    margin-right: 8px;
  }
  .s-slideshow__bottom .c-slideshow__title::after {
    width: 42px;
    height: 42px;
    margin-left: 8px;
  }
  .s-slideshow__bottom .c-slideshow__media::after {
    background-image: linear-gradient(to top, white 0%, white 20%, rgba(255, 255, 255, 0.35) 59%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 768px) {
  .s-slideshow__bottom {
    margin-top: -37vw;
  }
  .s-slideshow__bottom .c-slideshow__title {
    margin-bottom: 26.5vw;
  }
}
@media screen and (max-width: 767px) {
  .s-slideshow__bottom .c-slideshow__title {
    font-size: 1.5rem;
    padding: 0 18px;
    margin-bottom: 19.5vw;
  }
  .s-slideshow__bottom .c-slideshow__title::before {
    width: 32px;
    height: 32px;
  }
  .s-slideshow__bottom .c-slideshow__title::after {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 480px) {
  .s-slideshow__bottom .c-slideshow__title {
    margin-bottom: 17.5vw;
  }
}
@media screen and (max-width: 375px) {
  .s-slideshow__bottom {
    margin-top: -38vw;
  }
  .s-slideshow__bottom .c-slideshow__title {
    margin-bottom: 60.5vw;
  }
}
.s-galleries {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .s-galleries {
    margin-top: 0px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .s-galleries {
    margin-top: -50px;
  }
}
@media screen and (max-width: 375px) {
  .s-galleries {
    margin-top: -80px;
  }
}
.c-galleries--grid {
  max-width: 1455px;
  margin: 0 auto;
  padding: 0 20px 45px;
}
.c-galleries--grid .c-galleries__header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}
.c-galleries--grid .c-galleries__header-text {
  color: #093a88;
  font-family: "Russo One";
  font-size: 1.45rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  display: flex;
  align-items: center;
}
.c-galleries--grid .c-galleries__header-text::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usmmasports.com/images/responsive_2020/star-graphic-blue.png");
  display: inline-block;
  margin-right: 7px;
  background-size: contain;
}
.c-galleries--grid .c-galleries__header-text::after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usmmasports.com/images/responsive_2020/star-graphic-blue.png");
  display: inline-block;
  margin-left: 7px;
  background-size: contain;
}
.c-galleries--grid .c-galleries__header-link {
  color: #093a88;
  font-family: "Russo One";
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.022rem;
  line-height: normal;
  text-decoration: none;
  margin-right: 6px;
  display: block;
}
.c-galleries--grid .c-galleries__header-link:hover,
.c-galleries--grid .c-galleries__header-link:focus,
.c-galleries--grid .c-galleries__header-link.sidearm-hover {
  text-decoration: underline;
}
.c-galleries--grid .c-galleries__list {
  margin: 0 -10px;
}
.c-galleries--grid .c-galleries__item {
  flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  min-width: 1px;
  min-height: 1px;
  padding: 8px 10px;
}
.c-galleries--grid .c-galleries__link {
  display: block;
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0% 100%);
  overflow: hidden;
}
.c-galleries--grid .c-galleries__link:hover .c-galleries__details,
.c-galleries--grid .c-galleries__link:focus .c-galleries__details,
.c-galleries--grid .c-galleries__link.sidearm-hover .c-galleries__details {
  top: 0;
}
.c-galleries--grid .c-galleries__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.c-galleries--grid .c-galleries__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-galleries--grid .c-galleries__details {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  padding: 16px;
  background-color: rgba(9, 58, 136, 0.75);
  font-family: Rubik;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3rem;
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: .25s;
}
.c-galleries--grid .c-galleries__date-title {
  text-align: center;
}
.c-galleries--grid .c-galleries__sport {
  font-size: 0.875rem;
  line-height: 1.225rem;
  margin-top: 4px;
}
.c-galleries--grid .c-galleries__icon {
  font-size: 2.25rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .c-galleries--grid {
    padding: 0 20px 16px;
  }
  .c-galleries--grid .c-galleries__item {
    flex-basis: 50%;
  }
  .c-galleries--grid .c-galleries__media {
    padding-bottom: 91.65%;
  }
  .c-galleries--grid .c-galleries__header-link {
    margin-right: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c-galleries--grid {
    padding: 0 16px 29px;
  }
  .c-galleries--grid .c-galleries__item {
    flex-basis: 100%;
  }
  .c-galleries--grid .c-galleries__media {
    padding-bottom: 91.65%;
  }
  .c-galleries--grid .c-galleries__header {
    margin-bottom: 11px;
    justify-content: center;
  }
  .c-galleries--grid .c-galleries__header-link {
    margin-right: 0;
    margin-top: 18px;
    text-align: center;
  }
}
.s-footer__logos {
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usmmasports.com/images/responsive_2020/bg-water.jpg");
  background-size: cover;
  padding: 48px 0;
  background-position: center center;
}
.s-footer__logos-list {
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 12px;
}
.s-footer__logos-item {
  padding: 0 32px;
  flex: 1 1 20%;
  -webkit-flex: 1 1 20%;
  min-width: 1px;
  min-height: 1px;
  text-align: center;
}
.s-footer__main-inner {
  max-width: 1464px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .s-footer__logos {
    padding: 26px 0 10px;
  }
  .s-footer__logos-list {
    justify-content: center;
    padding: 0 32px 0px;
  }
  .s-footer__logos-item {
    flex: 0 1 33.3333%;
    -webkit-flex: 0 1 33.3333%;
    min-width: 1px;
    min-height: 1px;
    width: 33.3333%;
    padding: 0 10px;
  }
  .s-footer__logos-item:nth-child(4) {
    margin-top: -45px;
  }
  .s-footer__logos-item:nth-child(5) {
    margin-top: -45px;
  }
}
@media screen and (max-width: 1024px) {
  .s-footer__logos {
    padding: 13px 0 0px;
  }
  .s-footer__logos-list {
    justify-content: center;
    padding: 0 6px 0px;
  }
  .s-footer__logos-item {
    flex: 0 1 33.3333%;
    -webkit-flex: 0 1 33.3333%;
    min-width: 1px;
    min-height: 1px;
    width: 33.3333%;
    padding: 0 5px;
  }
  .s-footer__logos-item:nth-child(4) {
    margin-top: -9px;
  }
  .s-footer__logos-item:nth-child(5) {
    margin-top: -9px;
  }
}
.logo-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: white;
  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: 300px;
  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) .main-content-placeholder {
  max-width: 1416px;
  padding: 24px;
  margin: 184px auto 24px;
  background: white;
  border: 1px solid #efefef;
}
html:not(.index).sport .main-content-placeholder {
  margin-top: 244px;
}
html.navigation-loaded .logo-loader {
  opacity: 0;
  pointer-events: none;
}
