a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #2e3192;
  color: white;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: white;
}
a.sidearm-skip-link:focus {
  position: fixed;
  left: 0;
  z-index: 9999999;
}
/* =========== SITE VARIABLES ========== */
/* =========== BREAKPOINTS ========== */
/* =========== COMMON VARIABLES ========== */
/*Social Media Brand Colors*/
/*Stories Video*/

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

.ui-tabs-panel {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  overflow: hidden;
}
.ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  height: 0;
  opacity: 0;
}
/*SIDEARM DFP*/

.content-ad {
  background: #f6f6f6;
  display: block;
}
.content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-ad .dfp-ad {
    margin: 24px auto;
  }
}
/*Mixins*/
/*Utility Classes*/

.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
}
.gsc-above-wrapper-area * {
  word-wrap: normal;
  box-sizing: content-box;
}
/*Animations*/

.row {
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.row.pad {
  padding-left: 24px;
  padding-right: 24px;
}
.row.no-pad {
  max-width: 1416px;
}
.row.row-wide {
  max-width: 2000px;
}
/*Slick Dots Mixin*/

.slick-dots-default {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.slick-dots-default li {
  font-size: 0;
  margin: 0 6px;
}
.slick-dots-default li button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
  background: white;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  color: black;
}
.slick-dots-default li button::-ms-expand {
  display: none;
}
.slick-dots-default li.slick-active button {
  background: black;
  color: white;
}
html {
  font-size: 16px;
}
body {
  font: 1rem/1.5 'Roboto', arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background: #f6f6f6;
}
.main-content-placeholder {
  margin-top: 100px;
}
html.sport .main-content-placeholder {
  margin-top: 160px;
}
html:not(.index) .main-content-placeholder {
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1464px;
  padding: 24px;
  background: white;
}
html:not(.index) .main-content-placeholder.pad {
  padding-left: 24px;
  padding-right: 24px;
}
html:not(.index) .main-content-placeholder.no-pad {
  max-width: 1416px;
}
html:not(.index) .main-content-placeholder.row-wide {
  max-width: 2000px;
}
html:not(.index):not(.sport) .main-content-placeholder {
  padding: 48px 24px 24px;
}
@media screen and (max-width: 1024px) {
  .main-content-placeholder {
    margin-top: 80px;
  }
  html.sport .main-content-placeholder {
    margin-top: 140px;
  }
}
.showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
  height: 70px;
  width: 70px;
  z-index: 100;
}
/* ========== MAIN HEADER ========== */

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.main-header .main-header__primary {
  height: 100px;
  position: relative;
  z-index: 10;
  background: white;
  box-shadow: 0 0.313rem 0.625rem rgba(0, 0, 0, 0.05);
}
.main-header .main-header__primary::before,
.main-header .main-header__primary::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 18px;
  background: #2e3192;
  box-shadow: 0 0.438rem 1.25rem rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
.main-header .main-header__primary::before {
  top: 0;
}
.main-header .main-header__primary::after {
  bottom: 0;
}
.main-header .main-header__logo {
  display: block;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 132px;
  height: 143px;
}
.main-header .main-header__logo-img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.main-header .main-header__nav {
  height: 100%;
}
.main-header .main-header__search {
  display: none;
}
.main-header .main-header__search .c-search--popout {
  width: 80px;
  height: 80px;
}
.main-header .main-header__search .c-search--popout fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.main-header .main-header__search .c-search--popout .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: relative;
  display: block;
  width: 80px;
  height: 100%;
  font-size: 2rem;
  transition: .25s;
}
.main-header .main-header__search .c-search--popout .c-search__toggle::-ms-expand {
  display: none;
}
.main-header .main-header__search .c-search--popout .c-search__toggle > i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .25s;
}
.main-header .main-header__search .c-search--popout .c-search__toggle .close {
  opacity: 0;
}
.main-header .main-header__search .c-search--popout .c-search__toggle.is-toggled .close {
  opacity: 1;
}
.main-header .main-header__search .c-search--popout .c-search__toggle.is-toggled .open {
  opacity: 0;
}
.main-header .main-header__search .c-search--popout .c-search__popout {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: .25s;
  width: 100%;
  height: 72px;
  background: white;
  line-height: 20px;
  padding: 12px;
  overflow: hidden;
  pointer-events: none;
}
.main-header .main-header__search .c-search--popout .c-search__popout.is-open {
  left: 0;
  right: 100%;
  opacity: 1;
  pointer-events: auto;
  border-top: 1px solid #d8d8d8;
}
.main-header .main-header__search .c-search--popout .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  height: 48px;
  width: 100%;
  background: white;
  padding: 0 12px;
  color: black;
}
.main-header .main-header__search .c-search--popout .c-search__text::-ms-expand {
  display: none;
}
.main-header .main-header__search .c-search--popout .c-search__text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}
.main-header .main-header__search .c-search--popout .c-search__text::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.main-header .main-header__search .c-search--popout .c-search__text:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
.main-header .main-header__search .c-search--popout .c-search__text:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.main-header .main-header__search .c-search--popout .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  flex: 0 0 48px;
  background: #2e3192;
  color: white;
  border-left: 1px solid #f6f6f6;
  width: 48px;
  height: 48px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: .25s;
}
.main-header .main-header__search .c-search--popout .c-search__submit::-ms-expand {
  display: none;
}
.main-header .main-header__search .c-search--popout .c-search__submit.disabled {
  pointer-events: none;
  transform: translateX(calc(100% + 12px));
}
.main-header .main-header__search .c-search--popout .c-search__submit:not(.disabled):hover {
  background: black;
}
@media screen and (max-width: 700px) {
  .main-header .main-header__search .c-search--popout .c-search__popout {
    width: calc(100vw - 16px);
  }
}
.main-header .main-header__sport {
  background: #2e3192;
  position: relative;
  z-index: 5;
  height: 60px;
}
.main-header .main-header__sport-nav {
  height: 100%;
}
.main-header .main-header__bug {
  position: fixed;
  right: 0;
  top: 240px;
}
.main-header .main-header__bug-search .c-search--popout {
  position: relative;
  height: 100%;
}
.main-header .main-header__bug-search .c-search--popout fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.main-header .main-header__bug-search .c-search--popout .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  width: 48px;
  height: 48px;
  background: #2e3192;
  color: white;
  font-size: 2rem;
  transition: .25s;
  transform: skewY(-29.36deg);
  transition: .25s;
}
.main-header .main-header__bug-search .c-search--popout .c-search__toggle::-ms-expand {
  display: none;
}
.main-header .main-header__bug-search .c-search--popout .c-search__toggle > i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skewY(29.36deg);
}
.main-header .main-header__bug-search .c-search--popout .c-search__toggle .close {
  opacity: 0;
}
.main-header .main-header__bug-search .c-search--popout .c-search__toggle:hover,
.main-header .main-header__bug-search .c-search--popout .c-search__toggle.is-toggled {
  background: black;
}
.main-header .main-header__bug-search .c-search--popout .c-search__toggle.is-toggled .close {
  opacity: 1;
}
.main-header .main-header__bug-search .c-search--popout .c-search__toggle.is-toggled .open {
  opacity: 0;
}
.main-header .main-header__bug-search .c-search--popout .c-search__popout {
  position: absolute;
  bottom: -12px;
  left: -99999px;
  opacity: 0;
  transition: .25s;
  width: 264px;
  height: 48px;
  background: white;
  line-height: 20px;
  padding: 2px;
  overflow: hidden;
}
.main-header .main-header__bug-search .c-search--popout .c-search__popout.is-open {
  left: auto;
  right: 100%;
  opacity: 1;
}
.main-header .main-header__bug-search .c-search--popout .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  height: 44px;
  width: 100%;
  background: white;
  padding: 0 12px;
  color: black;
}
.main-header .main-header__bug-search .c-search--popout .c-search__text::-ms-expand {
  display: none;
}
.main-header .main-header__bug-search .c-search--popout .c-search__text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}
.main-header .main-header__bug-search .c-search--popout .c-search__text::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.main-header .main-header__bug-search .c-search--popout .c-search__text:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
.main-header .main-header__bug-search .c-search--popout .c-search__text:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.main-header .main-header__bug-search .c-search--popout .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  flex: 0 0 48px;
  background: #2e3192;
  color: white;
  border-left: 1px solid #f6f6f6;
  width: 36px;
  height: 44px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: .25s;
}
.main-header .main-header__bug-search .c-search--popout .c-search__submit::-ms-expand {
  display: none;
}
.main-header .main-header__bug-search .c-search--popout .c-search__submit.disabled {
  pointer-events: none;
  transform: translateX(calc(100% + 12px));
}
.main-header .main-header__bug-search .c-search--popout .c-search__submit:not(.disabled):hover {
  background: black;
}
@media screen and (max-width: 700px) {
  .main-header .main-header__bug-search .c-search--popout .c-search__popout {
    width: calc(100vw - 16px);
  }
}
.main-header .main-header__bug-socials .ads-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.main-header .main-header__bug-socials .ads-container > .ad {
  margin: 2px 0;
}
.main-header .main-header__bug-socials .ads-container > .ad > a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  background: #2e3192;
  color: white;
  width: 48px;
  height: 48px;
  transform: skewY(-29.36deg);
  transition: .25s;
}
.main-header .main-header__bug-socials .ads-container > .ad > a > i {
  font-size: 1.5rem;
  transform: skewY(29.36deg);
}
.main-header .main-header__bug-socials .ads-container > .ad > a > i > span {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.main-header .main-header__bug-socials .ads-container > .ad > a:hover {
  background: black;
}
@media screen and (max-width: 1024px) {
  .main-header .main-header__primary {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 80px;
  }
  .main-header .main-header__primary::before,
  .main-header .main-header__primary::after {
    display: none;
  }
  .main-header .main-header__logo {
    position: relative;
    left: initial;
    top: initial;
    transform: none;
    width: 92px;
    height: 80px;
    padding: 6px;
    background: #2e3192;
    overflow: hidden;
    margin-right: auto;
  }
  .main-header .main-header__logo-img {
    position: relative;
    left: initial;
    top: initial;
    transform: none;
  }
  .main-header .main-header__search {
    display: block;
  }
  .main-header .main-header__bug {
    display: none;
  }
  .main-header .main-header__sport-nav {
    padding-right: 0;
  }
}
/* ========== MAIN NAVIGATION ========== */

.c-navigation--main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main.c-navigation--desktop {
  height: 100%;
}
.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 {
  height: 100%;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-1:first-child {
  justify-content: flex-end;
  padding-right: 66px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-1:last-child {
  padding-left: 66px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 100%;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1 > span::before,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1 > span::before {
  width: 100%;
}
.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 {
  left: 0;
  opacity: 1;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:not(:last-child) .c-navigation__url--level-1 {
  position: relative;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:not(:last-child) .c-navigation__url--level-1::after {
  background: black;
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: -1px;
  width: 2px;
  height: 30px;
  transform: translate(0, -50%);
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-family: 'Anton', 'Roboto', arial, sans-serif;
  color: #2e3192;
  font-size: 1.25rem;
  text-transform: uppercase;
  height: 64px;
  padding: 0 36px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 > span {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  height: 100%;
  transition: .25s;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 > span::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  background: #2e3192;
  width: 0;
  height: 6px;
  transition: .25s;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2 {
  background: white;
  box-shadow: inset 0 -12px 0 #f6f6f6;
  padding: 70px 0 75px;
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2-inner {
  margin: 0 auto;
  max-width: 1464px;
  padding: 0 12px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__column {
  flex: 0 1 50%;
  padding: 0 12px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2 {
  box-shadow: inset 0 -1px 0 #d8d8d8;
  line-height: 43px;
  padding-bottom: 1px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:hover .c-navigation__url--level-2 {
  background: #2e3192;
  color: white;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2 {
  color: #2e3192;
  display: block;
  padding: 0 12px;
  transition: .25s;
}
@media screen and (max-width: 1200px) {
  .c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 {
    padding: 0 24px;
  }
}
.c-navigation--main.c-navigation--mobile {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  text-decoration: none;
  color: inherit;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: black;
  display: block;
  font-size: 2rem;
  width: 80px;
  height: 80px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas {
  background: white;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  z-index: -1;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 80px);
  overflow: auto;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: 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 {
  content: '\e008';
  display: block;
  font: normal 400 2rem/0.5 'sidearm_font_v2';
  margin-left: 12px;
  transition: transform 0.25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  transition: transform 0.25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1 {
  background: white;
  border-top: 1px solid #d8d8d8;
  font-family: 'Anton', 'Roboto', arial, sans-serif;
  color: #2e3192;
  font-size: 1.5rem;
  min-height: 72px;
  padding: 0 24px;
  text-transform: uppercase;
  transition: .25s;
}
.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 {
  background: #2e3192;
  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: 1500px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2 {
  border-bottom: 1px solid #d8d8d8;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2:last-child {
  border: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__separator {
  background: white;
  color: #2e3192;
  font-weight: 700;
  padding: 21px 24px;
  text-transform: uppercase;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2 {
  background: #f6f6f6;
  color: #2e3192;
  padding: 0 24px;
  min-height: 72px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__socials {
  border-top: 1px solid #d8d8d8;
  background: #f6f6f6;
}
.c-navigation--main.c-navigation--mobile .c-navigation__socials .ads-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.c-navigation--main.c-navigation--mobile .c-navigation__socials .ads-container > .ad > a {
  display: block;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 48px;
  height: 48px;
  margin: 12px;
  font-size: 1.5rem;
  transition: .25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__socials .ads-container > .ad > a > i > span {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__socials .ads-container > .ad > a:hover {
  background: #2e3192;
  color: white;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--main.c-navigation--mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
/* ========== SPORT NAV ========== */

.c-navigation--sport ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--sport.c-navigation--desktop {
  height: 100%;
}
.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%;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
  height: 100%;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1::after {
  width: 100%;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2 {
  left: auto;
  right: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 + .c-navigation__item--level-1 {
  margin-left: 24px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  color: white;
  position: relative;
  height: 100%;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 6px;
  background: white;
  transition: .25s;
}
.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: 'Anton', 'Roboto', arial, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  width: 320px;
}
.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 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 48px;
  padding: 0 24px;
  background: white;
  color: #2e3192;
  transition: .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover {
  background: #d8d8d8;
}
.c-navigation--sport.c-navigation--mobile {
  height: 100%;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-links {
  height: 100%;
  padding: 0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  color: white;
  font-family: 'Anton', 'Roboto', arial, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: white;
  font-size: 2rem;
  width: 80px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle::-ms-expand {
  display: none;
}
.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 - 0px);
  overflow: auto;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: 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 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  text-decoration: none;
  background: white;
  border-top: 1px solid #d8d8d8;
  font-family: 'Anton', 'Roboto', arial, sans-serif;
  color: #2e3192;
  font-size: 1.5rem;
  min-height: 60px;
  padding: 0 24px;
  text-transform: uppercase;
  transition: .25s;
}
.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 {
  background: #2e3192;
  color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  padding: 0;
  opacity: 1;
  position: static;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  background: #f6f6f6;
  color: #2e3192;
  padding: 0 24px;
  min-height: 60px;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
/* ========== TOP STORIES ========== */

.s-topstories .c-stories--cover {
  position: relative;
  background: black;
}
.s-topstories .c-stories--cover .c-stories__inner {
  background: #2e3192;
}
.s-topstories .c-stories--cover .c-stories__item {
  position: relative;
  height: calc(100vh - 100px);
}
html.sport .s-topstories .c-stories--cover .c-stories__item {
  height: calc(100vh - 160px);
}
.s-topstories .c-stories--cover .c-stories__media-as-bg {
  position: relative;
  height: calc(100vh - 100px);
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.s-topstories .c-stories--cover .c-stories__media-as-bg::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
.s-topstories .c-stories--cover .c-stories__media-as-bg--alt {
  background-position: bottom center;
}
.s-topstories .c-stories--cover .c-stories__media {
  padding-bottom: 56.25%;
  background: black;
}
.s-topstories .c-stories--cover .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-topstories .c-stories--cover .c-stories__details {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1464px;
  padding: 72px 24px;
}
.s-topstories .c-stories--cover .c-stories__title {
  margin: 0;
  font-family: 'Anton', 'Roboto', arial, sans-serif;
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
.s-topstories .c-stories--cover .c-stories__url {
  display: inline-block;
  text-decoration: none;
  color: white;
  position: relative;
  padding-bottom: 24px;
}
.s-topstories .c-stories--cover .c-stories__url::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 120px;
  height: 6px;
  background: #2e3192;
  transition: .25s;
}
.s-topstories .c-stories--cover .c-stories__url:hover::after {
  width: 100%;
  background: white;
}
.s-topstories .c-stories--cover .c-stories__nav {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 144px;
  height: 48px;
}
.s-topstories .c-stories--cover .c-stories__pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 48px;
  height: 48px;
  color: white;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 48px;
  transition: .25s;
}
.s-topstories .c-stories--cover .c-stories__pause-play::-ms-expand {
  display: none;
}
.s-topstories .c-stories--cover .c-stories__pause-play > i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
}
.s-topstories .c-stories--cover .c-stories__pause-play:hover {
  background: #2e3192;
}
.s-topstories .c-stories--cover .slick-prev,
.s-topstories .c-stories--cover .slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 48px;
  height: 48px;
  color: white;
  font-size: 0;
  position: absolute;
  top: 0;
  transition: .25s;
}
.s-topstories .c-stories--cover .slick-prev::-ms-expand,
.s-topstories .c-stories--cover .slick-next::-ms-expand {
  display: none;
}
.s-topstories .c-stories--cover .slick-prev::before,
.s-topstories .c-stories--cover .slick-next::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'sidearm_font_v2';
  font-size: 2rem;
}
.s-topstories .c-stories--cover .slick-prev:hover,
.s-topstories .c-stories--cover .slick-next:hover {
  background: #2e3192;
}
.s-topstories .c-stories--cover .slick-prev.slick-disabled,
.s-topstories .c-stories--cover .slick-next.slick-disabled {
  pointer-events: none;
}
.s-topstories .c-stories--cover .slick-prev.slick-disabled::before,
.s-topstories .c-stories--cover .slick-next.slick-disabled::before {
  opacity: .2;
}
.s-topstories .c-stories--cover .slick-prev {
  left: 0;
}
.s-topstories .c-stories--cover .slick-prev::before {
  content: '\e005';
}
.s-topstories .c-stories--cover .slick-next {
  right: 0;
}
.s-topstories .c-stories--cover .slick-next::before {
  content: '\e006';
}
@media screen and (max-width: 1464px) {
  .s-topstories .c-stories--cover .c-stories__details {
    padding: 72px 60px;
  }
}
@media all and (max-width: 1024px) {
  .s-topstories .c-stories--cover .c-stories__item {
    height: initial;
  }
  html.sport .s-topstories .c-stories--cover .c-stories__item {
    height: initial;
  }
  .s-topstories .c-stories--cover .c-stories__details {
    position: relative;
    background: #2e3192;
    bottom: initial;
    left: initial;
    transform: none;
    padding: 0;
  }
  .s-topstories .c-stories--cover .c-stories__title {
    font-size: 2.25rem;
    text-align: left;
  }
  .s-topstories .c-stories--cover .c-stories__url {
    display: block;
    padding: 24px 24px 36px;
  }
  .s-topstories .c-stories--cover .c-stories__url::after {
    left: 24px;
    bottom: 24px;
    transform: none;
    height: 2px;
  }
  .s-topstories .c-stories--cover .c-stories__url:hover::after {
    width: calc(100% - 48px);
  }
  .s-topstories .c-stories--cover .c-stories__nav {
    position: relative;
    bottom: initial;
    right: initial;
    width: 100%;
    height: 61px;
    border-top: 1px solid white;
    background: #2e3192;
  }
  .s-topstories .c-stories--cover .c-stories__pause-play {
    width: 33.33333%;
    height: 60px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    left: 33.33333%;
  }
  .s-topstories .c-stories--cover .c-stories__pause-play:hover {
    background: white;
    color: #2e3192;
  }
  .s-topstories .c-stories--cover .slick-prev,
  .s-topstories .c-stories--cover .slick-next {
    width: 33.33333%;
    height: 60px;
  }
  .s-topstories .c-stories--cover .slick-prev:hover,
  .s-topstories .c-stories--cover .slick-next:hover {
    background: white;
    color: #2e3192;
  }
}
@media screen and (max-width: 700px) {
  .s-topstories .c-stories--cover .c-stories__nav,
  .s-topstories .c-stories--cover .c-stories__pause-play,
  .s-topstories .c-stories--cover .slick-prev,
  .s-topstories .c-stories--cover .slick-next {
    height: 48px;
  }
}
/* ========== MORE STORIES ========== */

.s-morestories .c-stories--grid .c-stories__item {
  position: relative;
  width: 25%;
  cursor: pointer;
  overflow: hidden;
}
.s-morestories .c-stories--grid .c-stories__item:hover .c-stories__details {
  top: 0;
}
.s-morestories .c-stories--grid .c-stories__item:hover .c-stories__details-inner {
  transform: none;
  opacity: 1;
}
.s-morestories .c-stories--grid .c-stories__item:last-child .c-stories__details {
  padding: 48px 60px 36px 48px;
}
.s-morestories .c-stories--grid .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
}
.s-morestories .c-stories--grid .c-stories__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-morestories .c-stories--grid .c-stories__details {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 49, 146, 0.8);
  color: white;
  padding: 48px 48px 36px;
  transition: .25s;
}
.s-morestories .c-stories--grid .c-stories__details-inner {
  height: 100%;
  transform: translateX(-72px);
  opacity: 0;
  transition: .5s;
  transition-delay: .25s;
}
.s-morestories .c-stories--grid .c-stories__title {
  font-size: 1.125rem;
  font-family: 'Anton', 'Roboto', arial, sans-serif;
  font-weight: 400;
  align-self: flex-start;
}
@media screen and (min-width: 1200px) {
  .s-morestories .c-stories--grid .c-stories__title {
    font-size: calc(1.125rem + (1.75 - 1.125) * (100vw - 75rem) / (105 - 75));
  }
}
@media screen and (min-width: 1680px) {
  .s-morestories .c-stories--grid .c-stories__title {
    font-size: 1.75rem;
  }
}
.s-morestories .c-stories--grid .c-stories__more {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: auto;
  height: 54px;
  padding: 0 36px;
  background: white;
  color: black;
  border: 3px solid white;
  font-weight: 700;
  text-transform: uppercase;
  transition: .25s;
}
.s-morestories .c-stories--grid .c-stories__more > i {
  display: none;
}
.s-morestories .c-stories--grid .c-stories__url {
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 1464px) {
  .s-morestories .c-stories--grid .c-stories__item:last-child .c-stories__details {
    padding: 24px 60px 24px 24px;
  }
  .s-morestories .c-stories--grid .c-stories__details {
    padding: 24px;
  }
  .s-morestories .c-stories--grid .c-stories__more {
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 1200px) {
  .s-morestories .c-stories--grid .c-stories__details-inner {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .s-morestories .c-stories--grid .c-stories__title {
    font-size: 1.125rem;
    align-self: center;
  }
  .s-morestories .c-stories--grid .c-stories__more {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .s-morestories .c-stories--grid {
    display: block;
    border-top: 1px solid #2e3192;
  }
  .s-morestories .c-stories--grid .c-stories__item {
    width: 100%;
  }
  .s-morestories .c-stories--grid .c-stories__item:hover .c-stories__more {
    transform: none;
  }
  .s-morestories .c-stories--grid .c-stories__item:last-child .c-stories__details {
    padding: 0 18px 0 24px;
  }
  .s-morestories .c-stories--grid .c-stories__media-container {
    display: none;
  }
  .s-morestories .c-stories--grid .c-stories__details {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    position: relative;
    left: initial;
    top: initial;
    width: initial;
    height: initial;
    padding: 0 18px 0 24px;
    background: white;
    color: #2e3192;
    border-bottom: 1px solid #2e3192;
    min-height: 80px;
  }
  .s-morestories .c-stories--grid .c-stories__details-inner {
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    width: 100%;
    height: 100%;
    transform: none;
    opacity: 1;
  }
  .s-morestories .c-stories--grid .c-stories__title {
    font-size: 1.125rem;
  }
  .s-morestories .c-stories--grid .c-stories__more {
    display: block;
    padding: 0;
    height: auto;
    line-height: 1;
  }
  .s-morestories .c-stories--grid .c-stories__more > span {
    position: absolute;
    left: -99999px;
    top: -99999px;
    display: block !important;
    background: black;
    color: white;
  }
  .s-morestories .c-stories--grid .c-stories__more > i {
    display: block;
    font-size: 2.5rem;
    line-height: 1;
  }
}
@media screen and (max-width: 700px) {
  .s-morestories .c-stories--grid .c-stories__item:last-child .c-stories__details {
    padding: 12px 0 12px 12px;
  }
  .s-morestories .c-stories--grid .c-stories__details {
    min-height: 60px;
    padding: 12px 0 12px 12px;
  }
  .s-morestories .c-stories--grid .c-stories__title {
    font-size: 1rem;
  }
  .s-morestories .c-stories--grid .c-stories__more > i {
    font-size: 2rem;
  }
}
/* ========== SCOREBOARD ========== */

.s-scoreboard .c-scoreboard--slider {
  background: #2e3192;
  border-top: 36px solid white;
  position: relative;
}
.s-scoreboard .c-scoreboard--slider .slick-track {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.s-scoreboard .c-scoreboard--slider .slick-slide {
  float: none;
  height: auto;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__list {
  background: white;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 36px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__item {
  height: 175px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__item:not(.slick-active) + .slick-active .c-scoreboard__item-inner {
  border-left: none;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__item-inner {
  border-left: 1px solid #d8d8d8;
  height: 100%;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__item-primary {
  padding: 12px 0 12px 24px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__logo--default {
  width: 36px;
  height: auto;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team {
  margin-top: 12px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team-logo-container {
  width: 36px;
  height: 36px;
  overflow: hidden;
  margin-right: 12px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2e3192;
  font-weight: 700;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__team-score {
  font-weight: 700;
  margin-left: 12px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__media {
  padding: 12px;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__media-link {
  font-size: 1.5rem;
  color: black;
  transition: .25s;
}
.s-scoreboard .c-scoreboard--slider .c-scoreboard__media-link:hover {
  color: #2e3192;
}
.s-scoreboard .c-scoreboard--slider .slick-prev,
.s-scoreboard .c-scoreboard--slider .slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: absolute;
  top: 0;
  width: 36px;
  height: 100%;
  background: rgba(246, 246, 246, 0.7);
  font-size: 0;
  transition: .25s;
}
.s-scoreboard .c-scoreboard--slider .slick-prev::-ms-expand,
.s-scoreboard .c-scoreboard--slider .slick-next::-ms-expand {
  display: none;
}
.s-scoreboard .c-scoreboard--slider .slick-prev::before,
.s-scoreboard .c-scoreboard--slider .slick-next::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'sidearm_font_v2';
  font-size: 2rem;
  color: black;
}
.s-scoreboard .c-scoreboard--slider .slick-prev:hover,
.s-scoreboard .c-scoreboard--slider .slick-next:hover {
  background: #2e3192;
}
.s-scoreboard .c-scoreboard--slider .slick-prev:hover::before,
.s-scoreboard .c-scoreboard--slider .slick-next:hover::before {
  color: white;
}
.s-scoreboard .c-scoreboard--slider .slick-prev.slick-disabled,
.s-scoreboard .c-scoreboard--slider .slick-next.slick-disabled {
  pointer-events: none;
}
.s-scoreboard .c-scoreboard--slider .slick-prev.slick-disabled::before,
.s-scoreboard .c-scoreboard--slider .slick-next.slick-disabled::before {
  opacity: .2;
}
.s-scoreboard .c-scoreboard--slider .slick-prev {
  left: 0;
}
.s-scoreboard .c-scoreboard--slider .slick-prev::before {
  content: '\e005';
}
.s-scoreboard .c-scoreboard--slider .slick-next {
  right: 0;
}
.s-scoreboard .c-scoreboard--slider .slick-next::before {
  content: '\e006';
}
@media screen and (max-width: 1464px) {
  .s-scoreboard .c-scoreboard--slider .c-scoreboard__list {
    padding: 0;
  }
  .s-scoreboard .c-scoreboard--slider .slick-prev,
  .s-scoreboard .c-scoreboard--slider .slick-next {
    position: relative;
    width: 50%;
    height: 60px;
    opacity: 1;
    background: #2e3192;
  }
  .s-scoreboard .c-scoreboard--slider .slick-prev::before,
  .s-scoreboard .c-scoreboard--slider .slick-next::before {
    color: white;
  }
  .s-scoreboard .c-scoreboard--slider .slick-prev:hover,
  .s-scoreboard .c-scoreboard--slider .slick-next:hover {
    background: white;
  }
  .s-scoreboard .c-scoreboard--slider .slick-prev:hover::before,
  .s-scoreboard .c-scoreboard--slider .slick-next:hover::before {
    color: #2e3192;
  }
  .s-scoreboard .c-scoreboard--slider .slick-next {
    border-left: 1px solid white;
  }
  .s-scoreboard .c-scoreboard--slider .slick-active + .slick-active + .slick-active + .slick-active .c-scoreboard__item-inner {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .s-scoreboard .c-scoreboard--slider .slick-active + .slick-active + .slick-active .c-scoreboard__item-inner {
    padding-right: 60px;
  }
}
@media screen and (max-width: 700px) {
  .s-scoreboard .c-scoreboard--slider {
    margin-top: 0;
    border-top: none;
  }
  .s-scoreboard .c-scoreboard--slider .slick-prev,
  .s-scoreboard .c-scoreboard--slider .slick-next {
    height: 48px;
  }
}
/* ========== PROMOS ========== */

.s-promo {
  background: white;
  padding-top: 36px;
}
.s-promo .ads-container .ad {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.s-promo .slick-prev,
.s-promo .slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: white;
  color: #2e3192;
  border: 3px solid #2e3192;
  font-size: 0;
  transition: .25s;
}
.s-promo .slick-prev::-ms-expand,
.s-promo .slick-next::-ms-expand {
  display: none;
}
.s-promo .slick-prev::before,
.s-promo .slick-next::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  font-family: 'sidearm_font_v2';
  font-size: 3rem;
  line-height: 1;
  color: #2e3192;
  transition: .25s;
  transition-delay: .1s;
}
.s-promo .slick-prev:hover,
.s-promo .slick-next:hover {
  background: #2e3192;
}
.s-promo .slick-prev:hover::before,
.s-promo .slick-next:hover::before {
  color: white;
}
.s-promo .slick-prev {
  left: calc((100% - 1416px)/2);
}
.s-promo .slick-prev::before {
  content: '\e005';
}
.s-promo .slick-next {
  right: calc((100% - 1416px)/2);
}
.s-promo .slick-next::before {
  content: '\e006';
}
@media screen and (max-width: 1546px) {
  .s-promo .slick-next {
    right: 60px;
  }
}
@media screen and (max-width: 1464px) {
  .s-promo {
    padding-bottom: 36px;
  }
  .s-promo .ads-container {
    padding-bottom: 60px;
  }
  .s-promo .slick-prev,
  .s-promo .slick-next {
    transform: none;
    background: #2e3192;
    width: 50%;
    border: none;
    border-top: 1px solid white;
    top: initial;
    bottom: 0;
  }
  .s-promo .slick-prev::before,
  .s-promo .slick-next::before {
    color: white;
    font-size: 2.25rem;
  }
  .s-promo .slick-prev:hover,
  .s-promo .slick-next:hover {
    border: none;
    border-top: 1px solid white;
    background: white;
  }
  .s-promo .slick-prev:hover::before,
  .s-promo .slick-next:hover::before {
    color: #2e3192;
  }
  .s-promo .slick-prev {
    left: 0;
  }
  .s-promo .slick-prev::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: white;
  }
  .s-promo .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  .s-promo .ads-container {
    padding-bottom: 48px;
  }
  .s-promo .slick-prev,
  .s-promo .slick-next {
    height: 48px;
  }
}
/* ========== VIDEOS ========== */

.s-videos {
  padding: 72px 0;
  background: #f6f6f6;
  border-top: 1px solid #d8d8d8;
}
.s-videos .c-videos--featured.video-is-active .showcase-video-player {
  z-index: 1 !important;
}
.s-videos .c-videos--featured .c-videos__header {
  margin-bottom: 48px;
  position: relative;
}
.s-videos .c-videos--featured .c-videos__header-txt {
  color: #2e3192;
  font-family: 'Anton', 'Roboto', arial, sans-serif;
  font-size: 3rem;
  padding: 0 205px;
  text-align: center;
}
.s-videos .c-videos--featured .c-videos__header-ad {
  margin-left: -150px;
}
.s-videos .c-videos--featured .c-videos__header-ad .ad {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.s-videos .c-videos--featured .c-videos__header-ad .ad > a {
  display: inline-block;
}
.s-videos .c-videos--featured .c-videos__header-more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #2e3192;
  font-family: 'Anton', 'Roboto', arial, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
}
.s-videos .c-videos--featured .c-videos__header-more::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #2e3192;
  transition: .25s;
}
.s-videos .c-videos--featured .c-videos__header-more:hover::after {
  width: 100%;
}
.s-videos .c-videos--featured .c-videos__inner {
  width: 100%;
}
.s-videos .c-videos--featured .c-videos__featured {
  flex: 1 1 auto;
  width: 816px;
}
.s-videos .c-videos--featured .c-videos__featured-player-container {
  background: black;
}
.s-videos .c-videos--featured .c-videos__featured-player {
  padding-bottom: 56.25%;
}
.s-videos .c-videos--featured .c-videos__featured-player::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
.s-videos .c-videos--featured .c-videos__featured-player > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.s-videos .c-videos--featured .c-videos__featured .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.s-videos .c-videos--featured .c-videos__featured-duration {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
  color: white;
  z-index: 1;
  font-style: italic;
}
.s-videos .c-videos--featured .c-videos__featured-details {
  border-bottom: 6px solid #d8d8d8;
  padding: 24px 0;
}
.s-videos .c-videos--featured .c-videos__featured-title {
  color: #2e3192;
  font-family: 'Anton', 'Roboto', arial, sans-serif;
  font-size: 1.5rem;
}
.s-videos .c-videos--featured .c-videos__list {
  flex: 1 1 auto;
  width: 528px;
  padding-left: 24px;
}
.s-videos .c-videos--featured .c-videos__item {
  padding-bottom: 24px;
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
}
.s-videos .c-videos--featured .c-videos__item + .c-videos__item {
  margin-top: 24px;
}
.s-videos .c-videos--featured .c-videos__item:hover .c-videos__media::before,
.s-videos .c-videos--featured .c-videos__item.is-active .c-videos__media::before {
  background: rgba(0, 0, 0, 0.8);
}
.s-videos .c-videos--featured .c-videos__item:hover .c-videos__play-ring,
.s-videos .c-videos--featured .c-videos__item.is-active .c-videos__play-ring {
  transform: rotate(135deg);
}
.s-videos .c-videos--featured .c-videos__item:hover .c-videos__play-ring-circle,
.s-videos .c-videos--featured .c-videos__item.is-active .c-videos__play-ring-circle {
  fill: #2e3192;
  stroke-width: 0;
}
.s-videos .c-videos--featured .c-videos__media-container {
  flex: 1 1 auto;
  width: 216px;
}
.s-videos .c-videos--featured .c-videos__media {
  padding-bottom: 56.25%;
  position: relative;
}
.s-videos .c-videos--featured .c-videos__media::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: .5s;
}
.s-videos .c-videos--featured .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-videos .c-videos--featured .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
  z-index: 3;
}
.s-videos .c-videos--featured .c-videos__play-btn::-ms-expand {
  display: none;
}
.s-videos .c-videos--featured .c-videos__play-btn::after {
  content: '\e196';
  font-family: 'sidearm_font_v2';
  font-size: 2.5rem;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.s-videos .c-videos--featured .c-videos__play-btn--featured {
  width: 120px;
  height: 120px;
  z-index: 1;
}
.s-videos .c-videos--featured .c-videos__play-btn--featured::after {
  font-size: 4rem;
}
.s-videos .c-videos--featured .c-videos__play-btn--featured:hover .c-videos__play-ring {
  transform: rotate(135deg);
}
.s-videos .c-videos--featured .c-videos__play-btn--featured:hover .c-videos__play-ring-circle {
  fill: #2e3192;
  stroke-width: 0;
}
.s-videos .c-videos--featured .c-videos__play-ring,
.s-videos .c-videos--featured .c-videos__play-ring-circle {
  transition: .5s;
}
.s-videos .c-videos--featured .c-videos__details {
  flex: 1 1 auto;
  padding: 0 36px 0 24px;
  width: calc(100% - 216px);
}
.s-videos .c-videos--featured .c-videos__title {
  font-family: 'Anton', 'Roboto', arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.78;
}
.s-videos .c-videos--featured .c-videos__duration {
  font-style: italic;
}
.s-videos .load-more__container {
  margin-top: 36px;
  text-align: center;
}
.s-videos .load-more__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: inline-block;
  height: 80px;
  background: black;
  color: white;
  padding: 24px 48px;
  position: relative;
  transition: .25s;
  transition-delay: .15s;
}
.s-videos .load-more__button::-ms-expand {
  display: none;
}
.s-videos .load-more__button::before {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  height: 0px;
  background: #2e3192;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  transition: width .125s;
}
.s-videos .load-more__button::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  height: 0px;
  background: #2e3192;
  left: 0%;
  width: 100%;
  transition: .125s;
  transition-delay: .125s;
}
.s-videos .load-more__button > span {
  position: relative;
  z-index: 1;
}
.s-videos .load-more__button:hover::before {
  width: 100%;
  height: 4px;
}
.s-videos .load-more__button:hover::after {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1546px) {
  .s-videos .c-videos--featured .c-videos__header-more {
    right: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .s-videos .c-videos--featured .c-videos__header-txt {
    padding: 0 166px;
  }
}
@media screen and (max-width: 1024px) {
  .s-videos {
    padding: 48px 0;
  }
  .s-videos .c-videos--featured .c-videos__header-txt {
    font-size: 2.25rem;
    padding: 0 165px;
  }
  .s-videos .c-videos--featured .c-videos__header-more {
    display: none;
  }
  .s-videos .c-videos--featured .c-videos__inner {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .s-videos .c-videos--featured .c-videos__featured {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 24px;
  }
  .s-videos .c-videos--featured .c-videos__list {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 0;
  }
  .s-videos .c-videos--featured .c-videos__media-container {
    flex: 0 0 auto;
    width: 216px;
  }
}
@media screen and (max-width: 700px) {
  .s-videos .c-videos--featured .c-videos__header {
    display: block;
  }
  .s-videos .c-videos--featured .c-videos__header-txt {
    padding: 0;
  }
  .s-videos .c-videos--featured .c-videos__header-ad {
    position: relative;
    margin: 0;
  }
  .s-videos .c-videos--featured .c-videos__header-ad .ad {
    margin: 12px auto;
  }
  .s-videos .c-videos--featured .c-videos__item {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .s-videos .c-videos--featured .c-videos__media-container {
    width: 100%;
  }
  .s-videos .c-videos--featured .c-videos__details {
    padding-left: 0;
    padding-top: 24px;
    width: 100%;
  }
}
/* ========== PARALLAX ========== */

.s-parallax {
  height: 596px;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .s-parallax {
    height: 0;
    padding-top: 56.25%;
    background-size: 100%;
    background-attachment: scroll;
  }
}
.s-parallax-2 .ad {
  width: 100%;
  height: 596px;
  overflow: hidden;
}
.s-parallax-2 .ad picture > img {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100vw;
  min-height: 100vh;
  width: auto;
  height: auto;
  z-index: -1;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .s-parallax-2 .ad {
    height: auto;
  }
  .s-parallax-2 .ad picture > img {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    min-width: 0;
    min-height: 0;
    width: 100%;
    z-index: 0;
    object-fit: fill;
  }
}
/* ========== CONTENT STREAM ========== */

.s-contentstream {
  padding: 72px 24px;
  background: #2e3192;
}
.s-contentstream .c-contentstream__header {
  margin-bottom: 48px;
}
.s-contentstream .c-contentstream__header-txt {
  color: white;
  font-family: 'Anton', 'Roboto', arial, sans-serif;
  font-size: 3rem;
  padding: 0 205px;
  text-align: center;
}
.s-contentstream .c-contentstream__header-ad {
  margin-left: -150px;
}
.s-contentstream .c-contentstream__header-ad .ad {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.s-contentstream .c-contentstream__header-ad .ad > a {
  display: inline-block;
}
.s-contentstream .c-contentstream__filter {
  margin-bottom: 36px;
}
.s-contentstream .c-contentstream__filter-item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  margin: 0 24px;
}
.s-contentstream .c-contentstream__filter-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  padding: 12px 24px;
  font-weight: 700;
  color: white;
  overflow: hidden;
  transition: .25s;
  transition-delay: .15s;
}
.s-contentstream .c-contentstream__filter-button::-ms-expand {
  display: none;
}
.s-contentstream .c-contentstream__filter-button::before {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  height: 0px;
  background: white;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  transition: width .125s;
}
.s-contentstream .c-contentstream__filter-button::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  height: 0px;
  background: white;
  left: 0%;
  width: 100%;
  transition: .125s;
  transition-delay: .125s;
}
.s-contentstream .c-contentstream__filter-button > span {
  position: relative;
  z-index: 1;
}
.s-contentstream .c-contentstream__filter-button > i {
  font-size: 1.5rem;
  line-height: 1;
  z-index: 1;
}
.s-contentstream .c-contentstream__filter-button:hover {
  color: black;
}
.s-contentstream .c-contentstream__filter-button:hover::before {
  width: 100%;
  height: 4px;
}
.s-contentstream .c-contentstream__filter-button:hover::after {
  width: 100%;
  height: 100%;
}
.s-contentstream .c-contentstream__filter-button.is-active {
  background: white;
  color: black;
}
.s-contentstream .c-contentstream__stream {
  margin-left: -12px;
  margin-right: -12px;
}
.s-contentstream .c-contentstream__item {
  width: 33.33333%;
  padding: 12px;
}
.s-contentstream .c-contentstream__item-inner {
  background: white;
  position: relative;
}
.s-contentstream .c-contentstream__item.c-contentstream__item--facebook .c-contentstream__type {
  color: #3b5998;
}
.s-contentstream .c-contentstream__item.c-contentstream__item--twitter .c-contentstream__type {
  color: #1f76d8;
}
.s-contentstream .c-contentstream__item.c-contentstream__item--instagram .c-contentstream__item-inner {
  background: black;
}
.s-contentstream .c-contentstream__item.c-contentstream__item--instagram .c-contentstream__user {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.s-contentstream .c-contentstream__item.c-contentstream__item--instagram .c-contentstream__user-screen {
  color: white;
}
.s-contentstream .c-contentstream__item.c-contentstream__item--instagram .c-contentstream__type {
  color: #c13584;
}
.s-contentstream .c-contentstream__item.c-contentstream__item--instagram .c-contentstream__media {
  position: relative;
  overflow: hidden;
}
.s-contentstream .c-contentstream__item.c-contentstream__item--instagram .c-contentstream__media::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 101%;
  height: 50%;
  min-height: 200px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
.s-contentstream .c-contentstream__media {
  display: block;
}
.s-contentstream .c-contentstream__media-image {
  display: block;
  width: 100%;
  height: auto;
}
.s-contentstream .c-contentstream__media-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
}
.s-contentstream .c-contentstream__media-play::-ms-expand {
  display: none;
}
.s-contentstream .c-contentstream__media.aspect {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.s-contentstream .c-contentstream__media.aspect .c-contentstream__media-image {
  position: absolute;
  top: 0;
  left: 0;
}
.s-contentstream .c-contentstream__media.video-is-playing .showcase-modal {
  left: 0;
}
.s-contentstream .c-contentstream__user {
  padding: 24px;
  width: 100%;
}
.s-contentstream .c-contentstream__user-image {
  width: 48px;
  height: 48px;
  border: 3px solid white;
  border-radius: 50%;
  margin-right: 24px;
}
.s-contentstream .c-contentstream__user-screen {
  font-size: 1.125rem;
  font-weight: 700;
  color: #2e3192;
  text-decoration: none;
}
.s-contentstream .c-contentstream__user-screen:hover {
  text-decoration: underline;
}
.s-contentstream .c-contentstream__type {
  font-size: 1.5rem;
  margin-left: auto;
}
.s-contentstream .c-contentstream__body {
  padding: 0 24px 24px;
}
.s-contentstream .c-contentstream__text {
  font-size: 1.125rem;
  line-height: 1.78;
  margin-bottom: 18px;
}
.s-contentstream .c-contentstream__text a {
  color: #2e3192;
  text-decoration: none;
}
.s-contentstream .c-contentstream__text a:hover {
  text-decoration: underline;
}
.s-contentstream .c-contentstream__actions-link {
  font-size: 1.5rem;
  text-decoration: none;
  color: black;
  transition: .25s;
}
.s-contentstream .c-contentstream__actions-link:hover {
  color: #2e3192;
}
.s-contentstream .c-contentstream .showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.s-contentstream .c-contentstream .showcase-modal__inner {
  padding: 16px;
  background: white;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.s-contentstream .c-contentstream .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-contentstream .c-contentstream .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #2e3192;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.s-contentstream .c-contentstream .showcase-modal__close::-ms-expand {
  display: none;
}
.s-contentstream .c-contentstream .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-contentstream .c-contentstream .load-more__container {
  margin-top: 36px;
  text-align: center;
}
.s-contentstream .c-contentstream .load-more__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: inline-block;
  height: 80px;
  background: black;
  color: white;
  padding: 24px 48px;
  position: relative;
  transition: .25s;
  transition-delay: .15s;
}
.s-contentstream .c-contentstream .load-more__button::-ms-expand {
  display: none;
}
.s-contentstream .c-contentstream .load-more__button::before {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  height: 0px;
  background: white;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  transition: width .125s;
}
.s-contentstream .c-contentstream .load-more__button::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  height: 0px;
  background: white;
  left: 0%;
  width: 100%;
  transition: .125s;
  transition-delay: .125s;
}
.s-contentstream .c-contentstream .load-more__button > span {
  position: relative;
  z-index: 1;
}
.s-contentstream .c-contentstream .load-more__button:hover {
  color: black;
}
.s-contentstream .c-contentstream .load-more__button:hover::before {
  width: 100%;
  height: 4px;
}
.s-contentstream .c-contentstream .load-more__button:hover::after {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .s-contentstream {
    padding: 48px 24px;
  }
  .s-contentstream .c-contentstream__header-txt {
    font-size: 2.25rem;
    padding: 0 165px;
  }
  .s-contentstream .c-contentstream__filter-item {
    margin: 0 6px;
  }
  .s-contentstream .c-contentstream__filter-button {
    padding: 12px;
  }
  .s-contentstream .c-contentstream__item {
    width: 50%;
  }
  .s-contentstream .load-more__container {
    margin-top: 12px;
  }
}
@media screen and (max-width: 700px) {
  .s-contentstream .c-contentstream__header {
    display: block;
  }
  .s-contentstream .c-contentstream__header-txt {
    padding: 0;
  }
  .s-contentstream .c-contentstream__header-ad {
    position: relative;
    margin: 0;
  }
  .s-contentstream .c-contentstream__header-ad .ad {
    margin: 12px auto;
  }
  .s-contentstream .c-contentstream__filter {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .s-contentstream .c-contentstream__filter-item .c-contentstream__filter-button {
    padding: 12px 24px;
  }
  .s-contentstream .c-contentstream__filter-item:not(:first-child) {
    margin: 0 12px;
  }
  .s-contentstream .c-contentstream__filter-item:not(:first-child) .c-contentstream__filter-button {
    padding: 12px;
  }
  .s-contentstream .c-contentstream__filter-item:not(:first-child) .c-contentstream__filter-button > span {
    position: absolute;
    left: -99999px;
    top: -99999px;
    display: block !important;
    background: black;
    color: white;
  }
  .s-contentstream .c-contentstream__filter-item:first-child {
    width: 100%;
    margin-bottom: 12px;
  }
  .s-contentstream .c-contentstream__item {
    width: 100%;
  }
}
/* ========== MAIN FOOTER ========== */

.main-footer .main-footer__sponsors {
  background: white;
}
.main-footer .main-footer__sponsors .ads-container {
  padding: 0 12px;
  margin: 48px 0;
  position: relative;
}
.main-footer .main-footer__sponsors .ads-container .ad {
  padding: 0 12px;
}
.main-footer .main-footer__sponsors .ads-container .ad > a,
.main-footer .main-footer__sponsors .ads-container .ad > span {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.main-footer .main-footer__primary {
  background: #2e3192;
  color: white;
  padding: 48px 0;
}
.main-footer .main-footer__logo {
  flex: 0 0 auto;
}
.main-footer .main-footer__legal {
  margin-right: auto;
  text-align: left;
  padding: 0 24px 0 48px;
}
.main-footer .main-footer__copyright {
  font-weight: 700;
  margin-bottom: 12px;
}
.main-footer .main-footer__sidearm {
  flex: 0 0 auto;
}
.main-footer .c-footer--links {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.main-footer .c-footer--links .c-footer__item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  color: white;
}
.main-footer .c-footer--links .c-footer__item + .c-footer__item::before {
  content: '/';
  margin: 0 6px;
}
.main-footer .c-footer--links .c-footer__link {
  position: relative;
  color: white;
  text-decoration: none;
  position: relative;
  transition: .25s;
}
.main-footer .c-footer--links .c-footer__link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: white;
  transition: .25s;
}
.main-footer .c-footer--links .c-footer__link:hover::after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .main-footer .main-footer__primary-inner {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .main-footer .main-footer__legal {
    margin: 48px 0;
    text-align: center;
    padding: 0;
  }
  .main-footer .c-footer--links {
    display: block;
  }
  .main-footer .c-footer--links .c-footer__item {
    display: inline-block;
  }
}
@media screen and (max-width: 700px) {
  .main-footer .c-footer--links .c-footer__item {
    margin: 0 6px;
  }
  .main-footer .c-footer--links .c-footer__item::before {
    display: none;
  }
}
/* some display overrides for 2019 postseason wnit request */

.sidearm-calendar-tournament,
.sidearm-scoreboard-game-team-record {
  display: none;
}
/*.sidearm-tournament{
	.sidearm-tournament-games-game-team{
		> span:nth-child(2){
			display: none;
		}
	}
}

.sidearm-calendar-list-group-list-game-location{
	> span:nth-child(3){
		display: none;
	}
}*/

@media screen and (min-width: 1024px) {
  .desktop-logo {
    display: block;
  }
  .mobile-logo {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-logo {
    display: none;
  }
  .mobile-logo {
    display: block;
  }
}
