a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #461d7c;
  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*/

html.index .ui-tabs-panel {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
}
html.index .ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
/*SIDEARM DFP*/

.content-ad {
  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 {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.reset-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.reset-icon::before {
  margin: 0;
}
.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: 1224px;
  margin-left: auto;
  margin-right: auto;
}
.row.pad {
  padding-left: 24px;
  padding-right: 24px;
}
.row.no-pad {
  max-width: 1176px;
}
.row.row-wide {
  max-width: 2000px;
}
/*Slick Dots Mixin*/

.slick-dots-default {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.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;
}
@media screen and (max-width: 1024px) {
  body.mobile-menu-open.main-nav,
  body.mobile-menu-open.sports-nav {
    overflow: hidden;
  }
}
.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;
}
/* ========== TAKEOVER ========== */

.s-takeover-ad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.s-takeover-ad .ad {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  transform: translate(-50%, 0);
}
/* ========== HEADER ========== */

.main-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  width: 100%;
}
.main-header .main-header__top {
  height: 24px;
}
.main-header .main-header__icons .ads-container {
  display: flex;
  display: -webkit-flex;
}
.main-header .main-header__icons .ad {
  margin: 0 4px;
}
.main-header .main-header__icons .ad > a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: #fdd023;
  width: 24px;
  height: 24px;
  text-decoration: none;
  transition: .25s;
}
.main-header .main-header__icons .ad > a > i {
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 20px;
}
.main-header .main-header__icons .ad > a > i::before {
  margin: 0;
}
.main-header .main-header__icons .ad > a > i > span {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.main-header .main-header__icons .ad > a:hover {
  background: #fdd023;
  color: #461d7c;
}
.main-header .main-header__search--tablet {
  display: none;
}
.main-header .main-header__primary {
  position: relative;
  z-index: 20;
  height: 72px;
  border-bottom: 1px solid #d8d8d8;
  background: white;
}
.main-header .main-header__primary-inner {
  height: 100%;
}
.main-header .main-header__banner-holder {
  position: relative;
  width: 132px;
  height: 100%;
}
.main-header .main-header__banner-holder::before {
  content: '';
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 50vw;
  height: 96px;
  background: #461d7c;
}
.main-header .main-header__banner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 96px;
  background: #461d7c;
  transform: skewX(-18deg) translateX(-12px);
}
.main-header .main-header__banner::after {
  content: '';
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 12px;
  height: 100%;
  background: #fdd023;
  pointer-events: none;
}
.main-header .main-header__logo-secondary-holder {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 96px;
  height: 100%;
  transform: skewX(18deg) translateX(12px);
}
.main-header .main-header__logo-secondary {
  width: 87px;
}
.main-header .main-header__logo-holder {
  padding: 0 12px;
}
.main-header .main-header__logo {
  width: 90px;
}
.main-header .main-header__nav {
  height: 100%;
}
.main-header .main-header__taf {
  height: 100%;
}
.main-header .main-header__ad .ad {
  margin-left: 20px;
}
.main-header .main-header__sport {
  position: relative;
  z-index: 10;
  height: 60px;
}
.main-header .main-header__sport-inner {
  height: 100%;
  padding: 0 24px 0 12px;
}
.main-header .main-header__sport-nav {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .main-header .main-header__primary {
    height: 60px;
    border-bottom: none;
  }
  .main-header .main-header__banner-holder {
    display: none;
  }
  .main-header .main-header__logo-holder {
    margin-right: auto;
    margin-left: 24px;
  }
  .main-header .main-header__nav {
    flex: 0 1 auto;
    order: -1;
  }
  .main-header .main-header__search--tablet {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .main-header .main-header__primary-inner {
    padding: 0 12px 0 0;
  }
  .main-header .main-header__search--tablet {
    display: none;
  }
  .main-header .main-header__taf {
    display: none;
  }
}
/* ========== NAV ========== */

.c-navigation--main {
  height: 100%;
}
.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main .c-navigation__url {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  text-decoration: none;
  color: inherit;
}
.c-navigation--main .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;
  height: 100%;
  padding: 0 12px;
  border-right: 1px solid #d8d8d8;
  font-size: 1.5rem;
  color: #461d7c;
  background: white;
}
.c-navigation--main .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--main .c-navigation__toggle > i {
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.c-navigation--main .c-navigation__toggle > i::before {
  margin: 0;
}
.c-navigation--main .c-navigation__toggle:hover,
.c-navigation--main .c-navigation__toggle.is-toggled {
  border-right: 1px solid #461d7c;
  background: #461d7c;
  color: white;
}
@media screen and (max-width: 1024px) {
  .c-navigation--main .c-navigation__toggle {
    width: 110px;
    background: #461d7c;
    color: white;
    font-size: 2rem;
    transform: skewX(-18deg);
  }
  .c-navigation--main .c-navigation__toggle::before {
    content: '';
    position: absolute;
    right: calc(100% - 2px);
    bottom: 0;
    width: 60px;
    height: 100%;
    background: #461d7c;
  }
  .c-navigation--main .c-navigation__toggle::after {
    content: '';
    position: absolute;
    right: -2px;
    bottom: 0;
    width: 12px;
    height: 100%;
    background: #fdd023;
  }
  .c-navigation--main .c-navigation__toggle:hover,
  .c-navigation--main .c-navigation__toggle.is-toggled {
    background: #461d7c;
    color: white;
  }
  .c-navigation--main .c-navigation__toggle .c-navigation__toggle-inner {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    height: 100%;
    transform: skewX(18deg);
  }
}
@media screen and (max-width: 700px) {
  
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-1 {
  height: 100%;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1 {
  flex: 1 1 auto;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1 {
  background: #461d7c;
  color: white;
}
.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__url--level-1 {
  justify-content: center;
  -webkit-justify-content: center;
  flex: 1 1 auto;
  height: 100%;
  padding: 0 12px;
  border-right: 1px solid #d8d8d8;
  white-space: nowrap;
  color: #461d7c;
  font-weight: 700;
  text-transform: uppercase;
  transition: .25s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  position: absolute;
  top: calc(100% - 1px);
  left: -99999px;
  opacity: 0;
  width: 100%;
  background: #461d7c;
  border-bottom: 6px solid #fdd023;
}
.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: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 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 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #fdd023;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__url--level-2:hover {
  color: #fdd023;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__url--level-2.tickets:hover {
  color: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__separator {
  padding: 6px 12px;
  font-size: 1.25rem;
  color: #fdd023;
  text-transform: uppercase;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
  padding: 8px 12px;
  color: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2.tickets {
  color: #fdd023;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
  font-weight: 700;
}
.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__social {
  width: 30px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  padding: 0;
}
.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-left: 7px;
  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::before {
  content: '\e108';
}
.c-navigation--main .c-navigation-desktop .c-navigation__ad > a {
  margin: 24px 12px;
  display: inline-block;
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 96px);
  overflow: auto;
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas-footer {
  display: none;
}
.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 {
  color: black;
  font-family: sidearm_font_v2;
  font-size: 14px;
  content: '\e020';
  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 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 56px;
  padding: 0 24px;
  border-bottom: 1px solid #d8d8d8;
  background: white;
  font-size: 1rem;
  font-weight: 700;
  color: #461d7c;
  text-transform: uppercase;
  transition: .25s;
}
.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__separator {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 56px;
  padding: 0 24px;
  text-transform: uppercase;
  background: #d8d8d8;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 56px;
  padding: 0 24px;
  border-bottom: 1px solid #d8d8d8;
  background: white;
  text-transform: uppercase;
  color: #461d7c;
}
@media screen and (max-width: 1024px) {
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
    max-height: initial;
    height: 0;
    background: white;
  }
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
    max-height: initial;
    height: calc(100vh - 60px);
  }
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas-footer {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 12px;
  }
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas-icons .ads-container {
    display: flex;
    display: -webkit-flex;
  }
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas-icons .ad {
    margin: 0 6px;
  }
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas-icons .ad > a {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    color: #461d7c;
    width: 24px;
    height: 24px;
    text-decoration: none;
    transition: .25s;
  }
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas-icons .ad > a > i {
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    font-size: 1.25rem;
  }
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas-icons .ad > a > i::before {
    margin: 0;
  }
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas-icons .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__offcanvas-icons .ad > a:hover {
    background: #fdd023;
    color: #461d7c;
  }
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas-search {
    display: none;
  }
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas-taf {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas-search {
    display: block;
  }
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas-taf {
    display: block;
  }
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--main .c-navigation-mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
/* ========== NAV - SPORT ========== */

.c-navigation--sport {
  height: 100%;
}
.c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-1 {
  height: 100%;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1 {
  background: #461d7c;
  color: white;
}
.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;
  max-height: calc(100vh - 156px);
  overflow-y: auto;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
  padding: 0 12px;
  font-weight: 700;
  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 {
  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: 360px;
  max-height: 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2.is-open {
  left: auto;
  right: 0;
  opacity: 1;
  transition: 0s;
  max-height: calc(100vh - 156px);
  overflow-y: auto;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 6px 24px 6px 12px;
  border-bottom: 1px solid #fdd023;
  background: #461d7c;
  color: white;
  transition: .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover {
  padding: 6px 12px 6px 24px;
  background: #2f1353;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-links {
  height: 100%;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport {
  height: 100%;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 12px;
  height: 100%;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:hover {
  background: #461d7c;
  color: white;
}
.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;
  font-weight: 700;
}
.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%;
  height: 0px;
  overflow: hidden;
  background: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  height: calc(100vh - 120px);
  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: '\e020';
  margin-left: 10px;
  font-size: 14px;
  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;
  align-items: center;
  -webkit-align-items: center;
  height: 56px;
  padding: 0 24px;
  border-bottom: 1px solid #d8d8d8;
  background: white;
  font-size: 1rem;
  font-weight: 700;
  color: #461d7c;
  text-decoration: none;
  text-transform: uppercase;
  transition: .25s;
}
.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__separator {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 56px;
  padding: 0 24px;
  text-transform: uppercase;
  background: #d8d8d8;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 56px;
  padding: 0 24px;
  border-bottom: 1px solid #d8d8d8;
  background: white;
  text-decoration: none;
  text-transform: uppercase;
  color: #461d7c;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
/* ========== SEARCH ========== */

.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;
  -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;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  color: white;
  transition: .25s;
}
.c-search--overlay .c-search__toggle::-ms-expand {
  display: none;
}
.c-search--overlay .c-search__toggle > i {
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 20px;
  line-height: 1;
}
.c-search--overlay .c-search__toggle > i::before {
  margin: 0;
}
.c-search--overlay .c-search__toggle > i > span {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.c-search--overlay .c-search__toggle:hover {
  background: #fdd023;
  color: #461d7c;
}
.c-search--overlay .c-search__toggle:focus {
  outline-offset: -5px !important;
}
.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: 210;
  opacity: 0;
  transition: opacity .25s;
}
.c-search--overlay .c-search__overlay.is-open {
  left: 0;
  opacity: 1;
}
.c-search--overlay .c-search__overlay.is-open .c-search__text-wrap {
  opacity: 1;
  transform: none;
  box-shadow: 0.5rem 0 5rem 2.5rem rgba(0, 0, 0, 0.5);
}
.c-search--overlay .c-search__text-wrap {
  margin: 0 auto;
  max-width: 540px;
  height: 60px;
  background: white;
  overflow: hidden;
  opacity: 0;
  transform: translateY(48px);
  transition: .35s;
  transition-delay: .25s;
}
.c-search--overlay .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;
  flex: 1 1 auto;
  display: block;
  padding: 0 24px;
  font-size: 1.5rem;
  transition: .25s;
}
.c-search--overlay .c-search__text::-ms-expand {
  display: none;
}
.c-search--overlay .c-search__text::-webkit-input-placeholder {
  color: black;
}
.c-search--overlay .c-search__text::-moz-placeholder {
  color: black;
}
.c-search--overlay .c-search__text:-ms-input-placeholder {
  color: black;
}
.c-search--overlay .c-search__text:-moz-placeholder {
  color: black;
}
.c-search--overlay .c-search__text:focus {
  outline-offset: -5px !important;
}
.c-search--overlay .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;
  width: 60px;
  height: 60px;
  display: block;
  background: #461d7c;
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  transition: .25s;
}
.c-search--overlay .c-search__submit::-ms-expand {
  display: none;
}
.c-search--overlay .c-search__submit[disabled] {
  max-width: 0;
}
.c-search--overlay .c-search__submit:hover {
  background: #fdd023;
  color: #461d7c;
}
.c-search--overlay .c-search__submit:focus {
  outline-offset: -5px !important;
}
.c-search--overlay .c-search__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;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #461d7c;
  color: white;
  font-size: 1.5rem;
  transition: .25s;
}
.c-search--overlay .c-search__close::-ms-expand {
  display: none;
}
.c-search--overlay .c-search__close:hover {
  background: white;
  color: #461d7c;
}
.c-search--overlay .c-search__close:focus {
  outline-offset: -5px !important;
}
@media screen and (max-width: 1024px) {
  .c-search--overlay .c-search__toggle {
    width: 60px;
    height: 60px;
    color: #461d7c;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 700px) {
  .c-search--overlay .c-search__toggle {
    width: 24px;
    height: 24px;
    margin: 0 36px 0 12px;
  }
}
@media screen and (max-width: 540px) {
  .c-search--overlay .c-search__text {
    padding: 0 12px;
  }
  .c-search--overlay .c-search__text,
  .c-search--overlay .c-search__submit {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 400px) {
  .c-search--overlay .c-search__text,
  .c-search--overlay .c-search__submit {
    font-size: 0.875rem;
  }
}
/* ========== MAIN CONTENT PLACEHOLDER ========== */

.main-content-placeholder {
  margin-top: 96px;
  position: relative;
}
html.sport .main-content-placeholder {
  margin-top: 156px;
}
html.index .main-content-placeholder {
  min-height: 150vh;
  opacity: 0;
  transition: opacity 0.2s ease-in-out 0.2s;
}
html.index.loaded .main-content-placeholder {
  min-height: 0;
  opacity: 1;
}
html:not(.index) .main-content-placeholder {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1224px;
  padding: 12px;
  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: 1176px;
}
html:not(.index) .main-content-placeholder.row-wide {
  max-width: 2000px;
}
html.wide .main-content-placeholder {
  max-width: 1224px;
  padding: 12px;
}
@media screen and (max-width: 1024px) {
  .main-content-placeholder {
    margin-top: 60px;
  }
  html.sport .main-content-placeholder {
    margin-top: 120px;
  }
}
/* ========== IMAGE PLACEHOLDERS ========== */

.image-placeholder {
  background: #666666;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.image-placeholder::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  background: url("https://dbukjj6eu5tsf.cloudfront.net/lsusports.net/responsive_2019/images/svgs/lsu_tiger_logo.svg") no-repeat center center;
  background-size: contain;
  -webkit-filter: grayscale( 0.8 );
  filter: grayscale( 0.8 );
}
/* ========== SECTION BGS ========== */

.bg.bg--ltltgray {
  background: #f9f9f9;
  border-top: 1px solid #d8d8d8;
}
.bg.bg--ltgray {
  background: #d8d8d8;
}
.bg.bg--purple {
  background: #461d7c;
  color: white;
}
.bg.bg--white {
  background: white;
}
.bg.bg--dkgray {
  background: #212121;
  color: white;
}
/* ========== COMMON HOME PAGE HEADERS ========== */

.common-header {
  padding: 0 24px;
}
.common-header .common-header__inner {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding-bottom: 12px;
}
.common-header .common-header__title {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  position: relative;
  min-height: 42px;
  padding-left: 78px;
  margin-right: auto;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #461d7c;
  overflow: hidden;
}
.common-header .common-header__title--light {
  font-weight: normal;
  margin-right: .4rem;
}
.common-header .common-header__title::before,
.common-header .common-header__title::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  transform: skewX(-18deg) translateX(-12px);
}
.common-header .common-header__title::before {
  z-index: 1;
  left: 0;
  background: #461d7c;
}
.common-header .common-header__title::after {
  z-index: 0;
  left: 6px;
  background: #fdd023;
}
.common-header .common-header__select {
  position: relative;
  height: 42px;
  border: 1px solid #d8d8d8;
  background: #f9f9f9;
  color: #666666;
}
.common-header .common-header__select::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 60%);
  pointer-events: none;
}
.common-header .common-header__select::after {
  content: '\e020';
  position: absolute;
  right: 6px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  font-size: 0.875rem;
  line-height: 1;
  font-family: 'sidearm_font_v2';
  pointer-events: none;
}
.common-header .common-header__select > select {
  -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: 100%;
  padding: 0 12px;
}
.common-header .common-header__select > select::-ms-expand {
  display: none;
}
.common-header .common-header__more {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  height: 42px;
  margin-left: 48px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  color: #461d7c;
  transition: .25s;
}
.common-header .common-header__more:hover {
  color: black;
}
.common-header.common-header--alt .common-header__title {
  color: white;
}
.common-header.common-header--alt .common-header__title::before {
  background: #fdd023;
}
.common-header.common-header--alt .common-header__title::after {
  background: white;
}
.common-header.common-header--alt .common-header__more {
  color: white;
}
.common-header.common-header--alt .common-header__more:hover {
  color: #fdd023;
}
@media screen and (max-width: 700px) {
  .common-header {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ========== HOME TOP COLS ========== */

.s-top .s-top__banner-ad .ad {
  margin-top: 24px;
}
.s-top .s-top__inner {
  padding-top: 24px;
  padding-bottom: 48px;
}
.s-top .s-top__primary {
  flex: 1 1 auto;
  width: calc(100% - 324px);
}
.s-top .s-top__aside {
  width: 324px;
  padding-left: 24px;
}
.s-top .s-top__ad .dfp-ad {
  margin: 24px 0;
}
.s-top .s-top__ad--top .dfp-ad {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .s-top .s-top__banner-ad .ad {
    margin: 24px 0;
  }
  .s-top .s-top__inner {
    display: block;
    padding: 0 0 48px;
  }
  .s-top .s-top__primary {
    width: 100%;
  }
  .s-top .s-top__aside {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    padding-left: 0;
  }
  .s-top .s-top__ad {
    flex: 0 0 auto;
    width: 324px;
    padding: 12px;
  }
  .s-top .s-top__ad .dfp-ad {
    margin: 0;
  }
  .s-top .s-top__dropdowns {
    flex: 0 0 auto;
    width: 324px;
    padding: 12px;
  }
}
@media screen and (max-width: 700px) {
  .s-top .s-top__inner {
    padding: 0 0 12px;
  }
  .s-top .s-top__dropdowns {
    width: 100%;
    padding: 12px 0;
  }
}
/* ========== TOP STORIES ========== */

.s-stories .c-stories--featured .c-stories__item {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
}
.s-stories .c-stories--featured .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.s-stories .c-stories--featured .c-stories__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.s-stories .c-stories--featured .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-stories .c-stories--featured .c-stories__details {
  padding: 12px 0;
}
.s-stories .c-stories--featured .c-stories__sport {
  color: #461d7c;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.s-stories .c-stories--featured .c-stories__title {
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: 700;
}
.s-stories .c-stories--featured .c-stories__url {
  display: inline-block;
  color: black;
  text-decoration: none;
  transition: .25s;
}
.s-stories .c-stories--featured .c-stories__url:hover {
  color: #461d7c;
}
.s-stories .c-stories--featured .c-stories__links {
  margin-top: 6px;
  color: #212121;
}
.s-stories .c-stories--featured .c-stories__links-item + .c-stories__links-item {
  margin-left: 12px;
}
.s-stories .c-stories--featured .c-stories__links-item + .c-stories__links-item::before {
  content: '|';
  margin-right: 8px;
}
.s-stories .c-stories--featured .c-stories__links-url {
  color: #461d7c;
  text-decoration: none;
}
.s-stories .c-stories--featured .c-stories__links-url:hover {
  text-decoration: underline;
}
.s-stories .c-stories--list {
  margin: 0 -12px;
}
.s-stories .c-stories--list .c-stories__item {
  position: relative;
  flex: 1 1 auto;
  width: 25%;
  padding: 12px;
  text-decoration: none;
}
.s-stories .c-stories--list .c-stories__item:hover .c-stories__media::before {
  opacity: 1;
}
.s-stories .c-stories--list .c-stories__item:hover .c-stories__title {
  color: #461d7c;
}
.s-stories .c-stories--list .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.s-stories .c-stories--list .c-stories__media::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(70, 29, 124, 0.35);
  opacity: 0;
  transition: .25s;
}
.s-stories .c-stories--list .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-stories .c-stories--list .c-stories__details {
  padding: 12px 0;
}
.s-stories .c-stories--list .c-stories__sport {
  color: #461d7c;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.s-stories .c-stories--list .c-stories__title {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  transition: .25s;
}
.s-stories .c-stories--list .c-stories__url {
  color: black;
  text-decoration: none;
}
.s-stories .c-stories--list .load-more__container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-stories .c-stories--list .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: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 42px;
  border: 3px solid #461d7c;
  padding: 0 36px;
  color: #461d7c;
  transition: .25s;
}
.s-stories .c-stories--list .load-more__button::-ms-expand {
  display: none;
}
.s-stories .c-stories--list .load-more__button:hover {
  background: #461d7c;
  color: white;
}
@media screen and (max-width: 1024px) {
  .s-stories .c-stories--featured {
    margin: 0;
  }
  .s-stories .c-stories--featured .c-stories__details {
    padding: 24px;
  }
  .s-stories .c-stories--list {
    margin: 0;
    padding: 0 18px;
  }
  .s-stories .c-stories--list .c-stories__item {
    padding: 12px 6px;
  }
  .s-stories .c-stories--list .load-more__container {
    margin: 12px auto 24px;
  }
}
@media screen and (max-width: 700px) {
  .s-stories .c-stories--featured .c-stories__details {
    padding: 12px;
  }
  .s-stories .c-stories--featured .c-stories__title {
    font-size: 1.5rem;
  }
  .s-stories .c-stories--list {
    display: block;
    padding: 0;
  }
  .s-stories .c-stories--list .c-stories__item {
    padding: 0;
    width: 100%;
  }
  .s-stories .c-stories--list .c-stories__media::before,
  .s-stories .c-stories--list .c-stories__media::after {
    transform: translateX(-150%);
  }
  .s-stories .c-stories--list .c-stories__details {
    padding: 12px;
  }
  .s-stories .c-stories--list .load-more__container {
    margin: 12px auto;
  }
}
/* ========== QUICK LINKS ========== */

.s-dropdowns .s-dropdowns__item + .s-dropdowns__item {
  margin-top: 12px;
}
.s-dropdowns .s-dropdowns__holder {
  border: 1px solid #d8d8d8;
  width: 100%;
  height: 67px;
  overflow: hidden;
}
.s-dropdowns .s-dropdowns__select {
  flex: 1 1 auto;
  position: relative;
  height: 100%;
}
.s-dropdowns .s-dropdowns__select::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 60%);
  pointer-events: none;
}
.s-dropdowns .s-dropdowns__select::after {
  content: '\e020';
  position: absolute;
  right: 6px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  font-size: 0.875rem;
  line-height: 1;
  font-family: 'sidearm_font_v2';
  pointer-events: none;
}
.s-dropdowns .s-dropdowns__select .ad {
  height: 100%;
}
.s-dropdowns .s-dropdowns__select select {
  -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: #666666;
  height: 100%;
  padding: 0 12px;
}
.s-dropdowns .s-dropdowns__select select::-ms-expand {
  display: none;
}
.s-dropdowns .s-dropdowns__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;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 136px;
  background: #461d7c;
  border-left: 6px solid #fdd023;
  transform: skewX(-18deg) translateX(12px);
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  transition: .25s;
}
.s-dropdowns .s-dropdowns__button::-ms-expand {
  display: none;
}
.s-dropdowns .s-dropdowns__button > span {
  display: inline-block;
  transform: skewX(18deg);
}
.s-dropdowns .s-dropdowns__button:hover {
  background: #fdd023;
  border-left: 6px solid #461d7c;
  color: #461d7c;
}
.s-dropdowns .c-sports-ticket-links {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  border: 1px solid #d8d8d8;
  width: 100%;
  height: 67px;
  overflow: hidden;
}
.s-dropdowns .c-sports-ticket-links__filter {
  position: relative;
  height: 100%;
}
.s-dropdowns .c-sports-ticket-links__filter::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 60%);
  pointer-events: none;
}
.s-dropdowns .c-sports-ticket-links__filter::after {
  content: '\e020';
  position: absolute;
  right: 6px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  font-size: 0.875rem;
  line-height: 1;
  font-family: 'sidearm_font_v2';
  pointer-events: none;
}
.s-dropdowns .c-sports-ticket-links__filter-select {
  -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: #666666;
  height: 100%;
  padding: 0 12px;
}
.s-dropdowns .c-sports-ticket-links__filter-select::-ms-expand {
  display: none;
}
.s-dropdowns .c-sports-ticket-links__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;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 136px;
  height: 100%;
  background: #461d7c;
  border-left: 6px solid #fdd023;
  transform: skewX(-18deg) translateX(12px);
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  transition: .25s;
}
.s-dropdowns .c-sports-ticket-links__button::-ms-expand {
  display: none;
}
.s-dropdowns .c-sports-ticket-links__button > span {
  display: inline-block;
  transform: skewX(18deg);
}
.s-dropdowns .c-sports-ticket-links__button:hover {
  background: #fdd023;
  border-left: 6px solid #461d7c;
  color: #461d7c;
}
/* ========== EVENTS/RESULTS ========== */

.s-calendar {
  padding: 36px 0 24px;
}
.s-calendar .s-calendar__nav {
  align-self: flex-end;
}
.s-calendar .s-calendar__nav-item.ui-state-active .s-calendar__nav-button {
  color: #461d7c;
}
.s-calendar .s-calendar__nav-item.ui-state-active .s-calendar__nav-button::after {
  width: 100%;
  background: #461d7c;
}
.s-calendar .s-calendar__nav-button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 42px;
  padding: 6px 18px;
  font-weight: 700;
  color: #666666;
  text-decoration: none;
  position: relative;
  transition: .25s;
}
.s-calendar .s-calendar__nav-button::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 6px;
  background: #666666;
  transition: .25s;
}
.s-calendar .s-calendar__nav-button:hover::after {
  width: 100%;
}
.s-calendar .s-calendar__select-holder {
  width: 182px;
  height: 50px;
  margin: 0 12px;
}
.s-calendar .s-calendar__footer {
  padding: 24px 12px;
}
.s-calendar .s-calendar__footer-item {
  position: relative;
  font-weight: 700;
  color: #461d7c;
}
.s-calendar .s-calendar__footer-item + .s-calendar__footer-item::before {
  content: '|';
  margin: 0 4px 0 8px;
}
.s-calendar .s-calendar__footer-link {
  display: inline-block;
  font-weight: 700;
  color: #461d7c;
  text-align: center;
  text-decoration: none;
  transition: .25s;
}
.s-calendar .s-calendar__footer-link:hover {
  transform: translateY(-4px);
}
.s-calendar .s-calendar__footer .dfp-ad {
  margin: 24px auto;
}
.s-calendar .c-events--cards-boxy {
  position: relative;
}
.s-calendar .c-events--cards-boxy .slick-track {
  display: flex;
  display: -webkit-flex;
}
.s-calendar .c-events--cards-boxy .slick-slide {
  float: none;
  height: auto;
}
.s-calendar .c-events--cards-boxy .slick-prev,
.s-calendar .c-events--cards-boxy .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: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  font-size: 0;
  color: black;
  transition: .25s;
}
.s-calendar .c-events--cards-boxy .slick-prev::-ms-expand,
.s-calendar .c-events--cards-boxy .slick-next::-ms-expand {
  display: none;
}
.s-calendar .c-events--cards-boxy .slick-prev:before,
.s-calendar .c-events--cards-boxy .slick-next:before {
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'sidearm_font_v2';
  font-size: 1.5rem;
}
.s-calendar .c-events--cards-boxy .slick-prev:before::before,
.s-calendar .c-events--cards-boxy .slick-next:before::before {
  margin: 0;
}
.s-calendar .c-events--cards-boxy .slick-prev.slick-disabled,
.s-calendar .c-events--cards-boxy .slick-next.slick-disabled {
  cursor: not-allowed;
}
.s-calendar .c-events--cards-boxy .slick-prev.slick-disabled::before,
.s-calendar .c-events--cards-boxy .slick-next.slick-disabled::before {
  opacity: 0.3;
}
.s-calendar .c-events--cards-boxy .slick-prev:not(.slick-disabled):hover,
.s-calendar .c-events--cards-boxy .slick-next:not(.slick-disabled):hover {
  background: #fdd023;
}
.s-calendar .c-events--cards-boxy .slick-prev {
  left: 0;
}
.s-calendar .c-events--cards-boxy .slick-prev::before {
  content: '\e009';
}
.s-calendar .c-events--cards-boxy .slick-next {
  right: 0;
}
.s-calendar .c-events--cards-boxy .slick-next::before {
  content: '\e010';
}
.s-calendar .c-events--cards-boxy .c-events__select-holder {
  position: absolute;
  right: 162px;
  bottom: calc(100% + 12px);
  width: 182px;
  height: 42px;
  border: 1px solid #d8d8d8;
  background: #f9f9f9;
  color: #666666;
}
.s-calendar .c-events--cards-boxy .c-events__select-holder::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 60%);
  pointer-events: none;
}
.s-calendar .c-events--cards-boxy .c-events__select-holder::after {
  content: '\e020';
  position: absolute;
  right: 6px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  font-size: 0.875rem;
  line-height: 1;
  font-family: 'sidearm_font_v2';
  pointer-events: none;
  color: #461d7c;
}
.s-calendar .c-events--cards-boxy .c-events__select {
  -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: 42px;
  padding: 0 12px;
}
.s-calendar .c-events--cards-boxy .c-events__select::-ms-expand {
  display: none;
}
.s-calendar .c-events--cards-boxy .c-events__list {
  position: relative;
  padding: 0 24px;
}
.s-calendar .c-events--cards-boxy .c-events__item {
  background: white;
}
.s-calendar .c-events--cards-boxy .c-events__item:nth-child(even) {
  background: #eeeeee;
}
.s-calendar .c-events--cards-boxy .c-events__item-inner {
  position: relative;
  padding: 12px;
  width: 100%;
  height: 100%;
}
.s-calendar .c-events--cards-boxy .c-events__live-indicator {
  position: absolute;
  right: 12px;
  top: 12px;
  padding-left: 12px;
  font-size: .75rem;
  font-style: italic;
  font-weight: 700;
}
.s-calendar .c-events--cards-boxy .c-events__live-indicator::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e02020;
}
.s-calendar .c-events--cards-boxy .c-events__header {
  flex: 1 1 auto;
  border-bottom: 1px solid #d8d8d8;
  padding: 12px 0;
}
.s-calendar .c-events--cards-boxy .c-events__sport {
  flex: 0 0 auto;
  color: #461d7c;
  font-size: 1.125rem;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.s-calendar .c-events--cards-boxy .c-events__indicator {
  flex: 0 0 auto;
  font-size: 0.875rem;
}
.s-calendar .c-events--cards-boxy .c-events__opponent {
  flex: 1 1 auto;
  margin: 3px 0 12px;
}
.s-calendar .c-events--cards-boxy .c-events__opponent-name {
  text-align: left;
  font-weight: 700;
  line-height: 1.15;
}
.s-calendar .c-events--cards-boxy .c-events__logo {
  position: relative;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  margin-right: 12px;
}
.s-calendar .c-events--cards-boxy .c-events__logo .image-placeholder {
  background: none;
}
.s-calendar .c-events--cards-boxy .c-events__logo .image-placeholder::before {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale( 0 );
  filter: grayscale( 0 );
}
.s-calendar .c-events--cards-boxy .c-events__meta {
  padding: 12px 0;
  font-size: .875rem;
}
.s-calendar .c-events--cards-boxy .c-events__score,
.s-calendar .c-events--cards-boxy .c-events__result,
.s-calendar .c-events--cards-boxy .c-events__location {
  color: #666666;
  height: 2.625rem;
  overflow: hidden;
}
.s-calendar .c-events--cards-boxy .c-events__media-link {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 36px;
  height: 36px;
  color: black;
  text-decoration: none;
  transition: .25s;
}
.s-calendar .c-events--cards-boxy .c-events__media-link > i {
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 1.25rem;
}
.s-calendar .c-events--cards-boxy .c-events__media-link > i::before {
  margin: 0;
}
.s-calendar .c-events--cards-boxy .c-events__media-link:hover {
  background: #461d7c;
  color: white;
}
.s-calendar .c-events--cards-boxy .c-events__bottom {
  margin-top: 18px;
  font-size: 0.75rem;
  line-height: 1;
  min-height: 18px;
}
.s-calendar .c-events--cards-boxy .c-events__gamefiles {
  font-weight: 700;
  line-height: 1.2;
}
.s-calendar .c-events--cards-boxy .c-events__gamefiles-link,
.s-calendar .c-events--cards-boxy .c-events__gamefiles-text {
  white-space: nowrap;
  padding: 0 6px;
  color: black;
  text-decoration: none;
  transition: .25s;
}
.s-calendar .c-events--cards-boxy .c-events__gamefiles-link:hover {
  color: #461d7c;
  text-decoration: underline;
}
.s-calendar .c-events--cards-list {
  position: relative;
}
.s-calendar .c-events--cards-list .c-events__select-holder {
  position: relative;
  width: 100%;
  height: 42px;
  border: 1px solid #d8d8d8;
  background: #f9f9f9;
  color: #666666;
}
.s-calendar .c-events--cards-list .c-events__select-holder::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 60%);
  pointer-events: none;
}
.s-calendar .c-events--cards-list .c-events__select-holder::after {
  content: '\e020';
  position: absolute;
  right: 6px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  font-size: 0.875rem;
  line-height: 1;
  font-family: 'sidearm_font_v2';
  pointer-events: none;
  color: #461d7c;
}
.s-calendar .c-events--cards-list .c-events__select {
  -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: 42px;
  padding: 0 12px;
}
.s-calendar .c-events--cards-list .c-events__select::-ms-expand {
  display: none;
}
.s-calendar .c-events--cards-list .c-events__list {
  position: relative;
  padding: 12px 0;
}
.s-calendar .c-events--cards-list .c-events__item {
  position: relative;
  background: white;
  padding: 0 0 12px;
}
.s-calendar .c-events--cards-list .c-events__item:nth-child(even) {
  background: #eeeeee;
}
.s-calendar .c-events--cards-list .c-events__live-indicator {
  position: absolute;
  right: 12px;
  top: 12px;
  padding-left: 12px;
  font-size: .75rem;
  font-style: italic;
  font-weight: 700;
}
.s-calendar .c-events--cards-list .c-events__live-indicator::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e02020;
}
.s-calendar .c-events--cards-list .c-events__header {
  border-bottom: 1px solid #d8d8d8;
  padding: 12px 24px;
  margin: 0 12px;
}
.s-calendar .c-events--cards-list .c-events__sport {
  color: #461d7c;
  font-size: 1.125rem;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.s-calendar .c-events--cards-list .c-events__opponent-name {
  text-align: left;
  font-weight: 700;
  line-height: 1.15;
}
.s-calendar .c-events--cards-list .c-events__indicator {
  font-size: 0.875rem;
  margin-right: 12px;
}
.s-calendar .c-events--cards-list .c-events__logo {
  position: relative;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  margin-right: 12px;
}
.s-calendar .c-events--cards-list .c-events__logo .image-placeholder {
  background: none;
}
.s-calendar .c-events--cards-list .c-events__logo .image-placeholder::before {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale( 0 );
  filter: grayscale( 0 );
}
.s-calendar .c-events--cards-list .c-events__body {
  padding: 12px 24px 0;
  margin: 0 12px;
}
.s-calendar .c-events--cards-list .c-events__meta {
  padding: 12px 0;
  font-size: .875rem;
}
.s-calendar .c-events--cards-list .c-events__result {
  margin-right: 12px;
}
.s-calendar .c-events--cards-list .c-events__datetime {
  margin-right: 12px;
}
.s-calendar .c-events--cards-list .c-events__score,
.s-calendar .c-events--cards-list .c-events__result,
.s-calendar .c-events--cards-list .c-events__location {
  color: #666666;
}
.s-calendar .c-events--cards-list .c-events__location {
  flex: 1 1 auto;
}
.s-calendar .c-events--cards-list .c-events__media {
  background: #461d7c;
  min-height: 24px;
}
.s-calendar .c-events--cards-list .c-events__media-item {
  margin: 0 12px;
}
.s-calendar .c-events--cards-list .c-events__media-link {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 24px;
  height: 24px;
  color: white;
  text-decoration: none;
  transition: .25s;
}
.s-calendar .c-events--cards-list .c-events__media-link > i {
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 1.25rem;
}
.s-calendar .c-events--cards-list .c-events__media-link > i::before {
  margin: 0;
}
.s-calendar .c-events--cards-list .c-events__media-link:hover {
  background: #fdd023;
  color: #461d7c;
}
.s-calendar .c-events--cards-list .c-events__bottom {
  padding: 12px;
  font-size: 0.75rem;
}
.s-calendar .c-events--cards-list .c-events__gamefiles {
  font-weight: 700;
  line-height: 1.2;
}
.s-calendar .c-events--cards-list .c-events__gamefiles-link {
  color: black;
  text-decoration: none;
  transition: .25s;
}
.s-calendar .c-events--cards-list .c-events__gamefiles-link:hover {
  color: #461d7c;
  text-decoration: underline;
}
.s-calendar .c-events--cards-list .c-events__footer {
  margin: 24px 0;
}
.s-calendar .c-events--cards-list .c-events__footer-item {
  position: relative;
  font-weight: 700;
  color: #461d7c;
}
.s-calendar .c-events--cards-list .c-events__footer-item + .c-events__footer-item::before {
  content: '|';
  margin: 0 4px 0 8px;
}
.s-calendar .c-events--cards-list .c-events__footer-link {
  font-weight: 700;
  color: #461d7c;
  text-decoration: none;
}
.s-calendar .c-events--cards-list .c-events__footer-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .s-calendar .common-header__inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .s-calendar .common-header__title {
    flex: 1 1 auto;
    width: calc(100% - 162px);
  }
  .s-calendar .common-header__ad {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    flex: 0 0 auto;
    margin-left: auto;
  }
  .s-calendar .s-calendar__nav {
    margin-top: 12px;
    order: 2;
  }
  .s-calendar .s-calendar__select-holder {
    display: none;
  }
  .s-calendar .c-events--cards-boxy .c-events__select-holder {
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  .s-calendar {
    padding: 24px 0;
  }
  .s-calendar .s-calendar__header {
    padding: 0;
  }
  .s-calendar .s-calendar__header .common-header__inner {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }
  .s-calendar .s-calendar__header .common-header__title {
    width: 100%;
  }
  .s-calendar .s-calendar__header .common-header__ad {
    margin: 0 auto;
  }
  .s-calendar .s-calendar__header .common-header__ad .ad {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 12px auto 0;
  }
  .s-calendar .s-calendar__nav {
    align-self: center;
  }
  .s-calendar .s-calendar__content {
    padding: 0;
  }
}
/* ========== TRENDING ========== */

.s-trending {
  padding: 36px 0 48px;
}
.s-trending .c-stories--trending {
  margin: 0 -12px;
}
.s-trending .c-stories--trending .c-stories__placeholder {
  text-align: center;
}
.s-trending .c-stories--trending .c-stories__item {
  position: relative;
  flex: 1 1 auto;
  width: 25%;
}
.s-trending .c-stories--trending .c-stories__link {
  padding: 12px;
  height: 100%;
  text-decoration: none;
}
.s-trending .c-stories--trending .c-stories__link:hover .c-stories__media::before {
  opacity: 1;
}
.s-trending .c-stories--trending .c-stories__link:hover .c-stories__title {
  color: #fdd023;
}
.s-trending .c-stories--trending .c-stories__link:hover .c-stories__subheadline {
  color: white;
}
.s-trending .c-stories--trending .c-stories__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.s-trending .c-stories--trending .c-stories__media::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(70, 29, 124, 0.35);
  opacity: 0;
  transition: .25s;
}
.s-trending .c-stories--trending .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-trending .c-stories--trending .c-stories__details {
  flex: 1 1 auto;
  padding: 12px 0 24px;
  border-bottom: 6px solid #fdd023;
}
.s-trending .c-stories--trending .c-stories__title {
  margin: 24px 0 6px;
  font-weight: 700;
  color: white;
  transition: .25s;
}
.s-trending .c-stories--trending .c-stories__subheadline {
  font-size: .875rem;
  color: white;
  transition: .25s;
}
.s-trending .c-stories--trending .c-stories__url {
  text-decoration: none;
}
.s-trending .c-stories--trending .load-more__container {
  display: none;
}
@media screen and (max-width: 1024px) {
  .s-trending .c-stories--trending {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .s-trending .c-stories--trending .c-stories__item {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .s-trending {
    padding: 24px 0 12px;
  }
  .s-trending .s-trending__header {
    padding: 0;
  }
  .s-trending .s-trending__header .common-header__inner {
    display: block;
  }
  .s-trending .s-trending__header .common-header__ad .ad {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 12px auto 0;
  }
  .s-trending .s-trending__inner {
    padding: 0;
  }
  .s-trending .c-stories--trending {
    margin: 0;
  }
  .s-trending .c-stories--trending .c-stories__item {
    width: 100%;
  }
  .s-trending .c-stories--trending .c-stories__link {
    padding: 12px 0 0;
  }
  .s-trending .c-stories--trending .c-stories__media::before,
  .s-trending .c-stories--trending .c-stories__media::after {
    transform: translateX(-150%);
  }
  .s-trending .c-stories--trending .c-stories__details {
    padding: 12px;
  }
  .s-trending .c-stories--trending .c-stories__title {
    margin-top: 12px;
  }
  .s-trending .c-stories--trending .load-more__container {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .s-trending .c-stories--trending .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: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 42px;
    border: 3px solid white;
    margin: 12px 0;
    padding: 0 36px;
    color: white;
    transition: .25s;
  }
  .s-trending .c-stories--trending .load-more__button::-ms-expand {
    display: none;
  }
  .s-trending .c-stories--trending .load-more__button:hover {
    background: #fdd023;
    color: #461d7c;
  }
}
/* ========== VIDEOS ========== */

.s-videos {
  padding: 48px 0 36px;
}
.s-videos .s-videos__inner {
  position: relative;
}
.s-videos .s-videos__footer {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-videos .s-videos__footer .dfp {
  margin: 12px auto;
}
.s-videos .c-videos--grid {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
  padding: 24px 0;
}
.s-videos .c-videos--grid .showcase-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95);
  transition: .25s;
}
.s-videos .c-videos--grid .showcase-modal__inner {
  max-width: 1416px;
  width: 100%;
}
.s-videos .c-videos--grid .showcase-modal__player {
  padding-bottom: 56.25%;
  /*position:relative;*/
  overflow: hidden;
}
.s-videos .c-videos--grid .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;
  border: 1px solid #461d7c;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  transition: .25s;
}
.s-videos .c-videos--grid .showcase-modal__close::-ms-expand {
  display: none;
}
.s-videos .c-videos--grid .showcase-modal__close:hover {
  background: #461d7c;
  color: white;
}
.s-videos .c-videos--grid .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-videos .c-videos--grid .showcase-modal.video-is-playing {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.s-videos .c-videos--grid .c-videos__aside {
  width: calc(25% - 6px);
  padding-right: 12px;
}
.s-videos .c-videos--grid .c-videos__aside-inner {
  height: 100%;
}
.s-videos .c-videos--grid .c-videos__grid {
  width: calc(75% + 6px);
  padding-left: 12px;
}
.s-videos .c-videos--grid .c-videos__all {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 6px solid #461d7c;
  margin-bottom: 12px;
  color: #461d7c;
  font-weight: 700;
  text-decoration: none;
}
.s-videos .c-videos--grid .c-videos__all > i {
  font-size: 1.5rem;
  color: #fdd023;
}
.s-videos .c-videos--grid .c-videos__filters-filter {
  position: relative;
  margin-bottom: 12px;
}
.s-videos .c-videos--grid .c-videos__filters-filter::before {
  content: '';
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 1;
  width: 48px;
  height: 40px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 60%);
  pointer-events: none;
}
.s-videos .c-videos--grid .c-videos__filters-filter::after {
  content: '\e020';
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 2;
  transform: translateY(-50%);
  font-family: 'sidearm_font_v2';
  font-size: 1rem;
  pointer-events: none;
}
.s-videos .c-videos--grid .c-videos__filters-select {
  -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;
  z-index: 0;
  background: #f9f9f9;
  color: #666666;
  border: 1px solid #d8d8d8;
  height: 42px;
  padding: 0 36px 0 12px;
}
.s-videos .c-videos--grid .c-videos__filters-select::-ms-expand {
  display: none;
}
.s-videos .c-videos--grid .c-videos__categories {
  padding-bottom: 12px;
}
.s-videos .c-videos--grid .c-videos__categories-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;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  color: #666666;
  font-weight: 700;
}
.s-videos .c-videos--grid .c-videos__categories-button::-ms-expand {
  display: none;
}
.s-videos .c-videos--grid .c-videos__categories-button::after {
  content: '\e010';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'sidearm_font_v2';
  color: #461d7c;
  opacity: 0;
  transition: .25s;
}
.s-videos .c-videos--grid .c-videos__categories-button.is-active {
  color: #461d7c;
}
.s-videos .c-videos--grid .c-videos__categories-button.is-active::after {
  right: 0;
  opacity: 1;
}
.s-videos .c-videos--grid .c-videos__categories-button:not(.is-active):hover::after {
  right: 0;
  opacity: 1;
}
.s-videos .c-videos--grid .c-videos__list {
  margin: 0 -12px;
}
.s-videos .c-videos--grid .c-videos__item {
  flex: 0 0 auto;
  width: 33.33333%;
  padding: 0 12px;
  cursor: pointer;
}
.s-videos .c-videos--grid .c-videos__item-inner {
  height: 100%;
}
.s-videos .c-videos--grid .c-videos__item:hover .c-videos__media::before {
  opacity: 1;
}
.s-videos .c-videos--grid .c-videos__item:hover .c-videos__play-btn {
  border: 3px solid #fdd023;
  background: #461d7c;
  color: #fdd023;
}
.s-videos .c-videos--grid .c-videos__media {
  padding-bottom: 56.25%;
  cursor: pointer;
  overflow: hidden;
}
.s-videos .c-videos--grid .c-videos__media::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(70, 29, 124, 0.35);
  opacity: 0;
  transition: .25s;
}
.s-videos .c-videos--grid .c-videos__media.video-is-playing .showcase-modal {
  opacity: 1;
  pointer-events: all;
}
.s-videos .c-videos--grid .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-videos .c-videos--grid .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%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 3px solid white;
  color: white;
  border-radius: 50%;
  transition: .25s;
}
.s-videos .c-videos--grid .c-videos__play-btn::-ms-expand {
  display: none;
}
.s-videos .c-videos--grid .c-videos__play-btn::before {
  content: '\e196';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'sidearm_font_v2';
  font-size: 2.5rem;
}
.s-videos .c-videos--grid .c-videos__details {
  flex: 1 1 auto;
  padding: 12px 0 24px;
}
.s-videos .c-videos--grid .c-videos__meta {
  color: #461d7c;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.s-videos .c-videos--grid .c-videos__title {
  flex: 1 1 auto;
  color: black;
  font-weight: 700;
  padding: 0 0 24px;
  border-bottom: 6px solid #461d7c;
}
.s-videos .c-videos--grid .load-more__container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 0 48px;
}
.s-videos .c-videos--grid .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: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 42px;
  border: 3px solid #461d7c;
  padding: 0 36px;
  color: #461d7c;
  transition: .25s;
}
.s-videos .c-videos--grid .load-more__button::-ms-expand {
  display: none;
}
.s-videos .c-videos--grid .load-more__button:hover {
  background: #461d7c;
  color: white;
}
@media screen and (max-width: 1024px) {
  .s-videos .c-videos--grid {
    display: block;
    padding: 12px 0 0;
  }
  .s-videos .c-videos--grid .c-videos__aside {
    width: 100%;
    margin-bottom: 12px;
    padding-right: initial;
  }
  .s-videos .c-videos--grid .c-videos__aside-inner {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 24px;
  }
  .s-videos .c-videos--grid .c-videos__grid {
    width: 100%;
    padding-left: initial;
  }
  .s-videos .c-videos--grid .c-videos__all {
    flex: 1 1 auto;
  }
  .s-videos .c-videos--grid .c-videos__filters {
    display: flex;
    display: -webkit-flex;
  }
  .s-videos .c-videos--grid .c-videos__filters-filter {
    margin-left: 12px;
  }
  .s-videos .c-videos--grid .c-videos__item {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .s-videos {
    padding: 24px 0;
  }
  .s-videos .s-videos__header {
    padding: 0;
  }
  .s-videos .s-videos__header .common-header__inner {
    display: block;
  }
  .s-videos .s-videos__header .common-header__ad .ad {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 12px auto 0;
  }
  .s-videos .s-videos__inner {
    padding: 0;
  }
  .s-videos .c-videos--grid .c-videos__aside-inner {
    display: block;
    padding: 0;
  }
  .s-videos .c-videos--grid .c-videos__filters {
    display: block;
  }
  .s-videos .c-videos--grid .c-videos__filters-filter {
    margin-left: 0;
  }
  .s-videos .c-videos--grid .c-videos__list {
    margin: 0;
  }
  .s-videos .c-videos--grid .c-videos__item {
    width: 100%;
    padding: 0;
  }
  .s-videos .c-videos--grid .c-videos__media::before,
  .s-videos .c-videos--grid .c-videos__media::after {
    transform: translateX(-150%);
  }
  .s-videos .c-videos--grid .c-videos__details {
    padding: 12px 12px 24px;
  }
  .s-videos .c-videos--grid .c-videos__title {
    padding-bottom: 6px;
  }
  .s-videos .c-videos--grid .load-more__container {
    margin-bottom: 36px;
  }
}
/* ========== SOCIAL STREAM ========== */

.s-social {
  padding: 36px 0 24px;
  border-top: 1px solid #d8d8d8;
}
.s-social .common-header__inner {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-bottom: 6px solid #461d7c;
}
.s-social .common-header__title {
  margin-right: initial;
}
.s-social .c-contentstream__filter {
  margin-left: auto;
  border-top: 1px solid #d8d8d8;
  transform: translateY(12px);
}
.s-social .c-contentstream__filter-item:first-child .c-contentstream__filter-button {
  border-left: 1px solid #d8d8d8;
}
.s-social .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;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 56px;
  height: 42px;
  border-right: 1px solid #d8d8d8;
  color: #461d7c;
  transition: .25s;
}
.s-social .c-contentstream__filter-button::-ms-expand {
  display: none;
}
.s-social .c-contentstream__filter-button > i {
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 1.5rem;
}
.s-social .c-contentstream__filter-button > i::before {
  margin: 0;
}
.s-social .c-contentstream__filter-button > span {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.s-social .c-contentstream__filter-button.is-active {
  background: #461d7c;
  color: white;
}
.s-social .c-contentstream__filter-button:not(.is-active):hover {
  background: #fdd023;
}
.s-social .c-contentstream__stream {
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px 0;
}
.s-social .c-contentstream__item {
  width: 25%;
  padding: 12px;
}
.s-social .c-contentstream__item.c-contentstream__ad {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  min-width: 300px;
  min-height: 274px;
  padding: 12px 0;
}
.s-social .c-contentstream__item:not(.c-contentstream__ad) .c-contentstream__item-inner {
  position: relative;
  border: 1px solid #d8d8d8;
}
.s-social .c-contentstream__item.c-contentstream__item--twitter .c-contentstream__type::after {
  content: '\e035';
}
.s-social .c-contentstream__item.c-contentstream__item--instagram .c-contentstream__type::after {
  content: '\e044';
}
.s-social .c-contentstream__item.c-contentstream__item--facebook .c-contentstream__type::after {
  content: '\e040';
}
.s-social .c-contentstream__item.c-contentstream__item--gallery .c-contentstream__type::after {
  content: '\e128';
}
.s-social .c-contentstream__item.c-contentstream__item--gallery .c-contentstream__title {
  padding-right: 36px;
}
.s-social .c-contentstream__type {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  pointer-events: none;
}
.s-social .c-contentstream__type::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-bottom: 48px solid #461d7c;
  border-left: 48px solid transparent;
}
.s-social .c-contentstream__type::after {
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 1;
  color: white;
  font-family: 'sidearm_font_v2';
  font-size: 1.25rem;
  line-height: 1;
}
.s-social .c-contentstream__user {
  margin-bottom: 12px;
}
.s-social .c-contentstream__user-image {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 50%;
  overflow: hidden;
}
.s-social .c-contentstream__user-screen {
  color: #461d7c;
  text-decoration: none;
}
.s-social .c-contentstream__user-screen:hover {
  text-decoration: underline;
}
.s-social .c-contentstream__media {
  display: block;
}
.s-social .c-contentstream__media-image {
  display: block;
  width: 100%;
  height: auto;
}
.s-social .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-social .c-contentstream__media-play::-ms-expand {
  display: none;
}
.s-social .c-contentstream__media.aspect {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.s-social .c-contentstream__media.aspect .c-contentstream__media-image {
  position: absolute;
  top: 0;
  left: 0;
}
.s-social .c-contentstream__media.video-is-playing .showcase-modal {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.s-social .c-contentstream__media + .c-contentstream__title {
  margin-top: 12px;
}
.s-social .c-contentstream__media + .c-contentstream__text {
  margin-top: 12px;
}
.s-social .c-contentstream__link + .c-contentstream__title {
  margin-top: 12px;
}
.s-social .c-contentstream__body {
  padding: 12px;
}
.s-social .c-contentstream__text {
  line-height: 1.75;
}
.s-social .c-contentstream__text a {
  color: #461d7c;
  text-decoration: none;
}
.s-social .c-contentstream__text a:hover {
  text-decoration: underline;
}
.s-social .c-contentstream__actions {
  margin-top: 12px;
  padding-right: 36px;
}
.s-social .c-contentstream__actions-item + .c-contentstream__actions-item {
  margin-left: 6px;
}
.s-social .c-contentstream__actions-link {
  color: black;
  font-size: 1.5rem;
  text-decoration: none;
  transition: .25s;
}
.s-social .c-contentstream__actions-link > i {
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.s-social .c-contentstream__actions-link > i::before {
  margin: 0;
}
.s-social .c-contentstream__actions-link:hover {
  color: #461d7c;
}
.s-social .c-contentstream__mobile-ad {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-social .c-contentstream .showcase-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95);
  transition: .25s;
}
.s-social .c-contentstream .showcase-modal__inner {
  max-width: 1416px;
  width: 100%;
}
.s-social .c-contentstream .showcase-modal__player {
  max-height: 100vh;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-social .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;
  border: 1px solid #461d7c;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  transition: .25s;
}
.s-social .c-contentstream .showcase-modal__close::-ms-expand {
  display: none;
}
.s-social .c-contentstream .showcase-modal__close:hover {
  background: #461d7c;
  color: white;
}
.s-social .c-contentstream .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-social .load-more__container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 0 48px;
}
.s-social .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: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 42px;
  border: 3px solid #461d7c;
  padding: 0 36px;
  color: #461d7c;
  transition: .25s;
}
.s-social .load-more__button::-ms-expand {
  display: none;
}
.s-social .load-more__button:hover {
  background: #461d7c;
  color: white;
}
@media screen and (max-width: 1224px) {
  .s-social .c-contentstream__item {
    width: 33.33333%;
  }
}
@media screen and (max-width: 1024px) {
  .s-social {
    padding-bottom: 48px;
  }
  .s-social .c-contentstream__item {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .s-social {
    padding: 12px 0 24px;
  }
  .s-social .s-social__header {
    padding: 0;
  }
  .s-social .s-social__header .common-header__more {
    margin: 0 12px;
  }
  .s-social .s-social__inner {
    padding: 0;
  }
  .s-social .c-contentstream__filter {
    width: 100%;
    margin-top: 24px;
  }
  .s-social .c-contentstream__filter-item {
    flex: 1 1 auto;
  }
  .s-social .c-contentstream__filter-button {
    width: 100%;
  }
  .s-social .c-contentstream__stream {
    margin: 0;
    padding: 24px 0;
  }
  .s-social .c-contentstream__item {
    width: 100%;
    padding: 0;
  }
  .s-social .c-contentstream__item:not(.c-contenstream__ad) .c-contentstream__item-inner {
    border: none;
    border-top: 1px solid #d8d8d8;
  }
  .s-social .load-more__container {
    margin-bottom: 24px;
  }
}
/* ========== SPORT - PROGRAM ========== */

.s-program {
  padding: 24px 0;
}
.s-program .c-slideshow--program {
  position: relative;
}
.s-program .c-slideshow--program .slick-track {
  display: flex;
  display: -webkit-flex;
}
.s-program .c-slideshow--program .slick-slide {
  float: none;
  height: auto;
}
.s-program .c-slideshow--program .slick-prev,
.s-program .c-slideshow--program .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: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  font-size: 0;
  color: #461d7c;
  transition: .25s;
}
.s-program .c-slideshow--program .slick-prev::-ms-expand,
.s-program .c-slideshow--program .slick-next::-ms-expand {
  display: none;
}
.s-program .c-slideshow--program .slick-prev:before,
.s-program .c-slideshow--program .slick-next:before {
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'sidearm_font_v2';
  font-size: 1.5rem;
}
.s-program .c-slideshow--program .slick-prev:before::before,
.s-program .c-slideshow--program .slick-next:before::before {
  margin: 0;
}
.s-program .c-slideshow--program .slick-prev.slick-disabled,
.s-program .c-slideshow--program .slick-next.slick-disabled {
  cursor: not-allowed;
}
.s-program .c-slideshow--program .slick-prev.slick-disabled::before,
.s-program .c-slideshow--program .slick-next.slick-disabled::before {
  opacity: 0.3;
}
.s-program .c-slideshow--program .slick-prev:not(.slick-disabled):hover,
.s-program .c-slideshow--program .slick-next:not(.slick-disabled):hover {
  background: #fdd023;
}
.s-program .c-slideshow--program .slick-prev {
  left: 0;
}
.s-program .c-slideshow--program .slick-prev::before {
  content: '\e009';
}
.s-program .c-slideshow--program .slick-next {
  right: 0;
}
.s-program .c-slideshow--program .slick-next::before {
  content: '\e010';
}
.s-program .c-slideshow--program .c-slideshow__header {
  margin-bottom: 12px;
}
.s-program .c-slideshow--program .c-slideshow__slider {
  position: relative;
  padding: 0 24px;
}
.s-program .c-slideshow--program .c-slideshow__item-inner {
  padding: 0 12px;
}
.s-program .c-slideshow--program .c-slideshow__title {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 60px;
  padding: 6px 12px;
  background: rgba(70, 29, 124, 0.9);
  color: white;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.s-program .c-slideshow--program .c-slideshow__links {
  margin-top: 12px;
}
.s-program .c-slideshow--program .c-slideshow__links-item {
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.s-program .c-slideshow--program .c-slideshow__links-item + .c-slideshow__links-item::before {
  content: '|';
  margin: 0 2px 0 6px;
}
.s-program .c-slideshow--program .c-slideshow__links-url {
  display: inline-block;
  color: #461d7c;
  text-decoration: none;
  transition: .25s;
}
.s-program .c-slideshow--program .c-slideshow__links-url:hover {
  transform: translateY(-4px);
}
.s-program .dfp-ad {
  margin: 24px auto;
}
@media screen and (max-width: 1024px) {
  .s-program .c-slideshow--program .c-slideshow__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 700px) {
  .s-program {
    padding: 12px 0 0;
  }
  .s-program .c-slideshow--program .c-slideshow__header {
    padding: 0;
  }
  .s-program .c-slideshow--program .c-slideshow__inner {
    padding: 0;
  }
}
/* ========== PHOTO GALLERIES ========== */

.s-photos {
  padding: 48px 0;
}
.s-photos .s-photos__inner {
  padding: 0 24px;
}
.s-photos .c-galleries--list {
  margin: 0 -12px;
}
.s-photos .c-galleries--list .c-galleries__item {
  flex: 0 1 auto;
  width: calc((100% - 324px)/3);
}
.s-photos .c-galleries--list .c-galleries__item.c-galleries__item--ad {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 1 1 auto;
  min-width: 300px;
}
.s-photos .c-galleries--list .c-galleries__link {
  padding: 12px;
  height: 100%;
  text-decoration: none;
}
.s-photos .c-galleries--list .c-galleries__link:hover .c-galleries__media::before,
.s-photos .c-galleries--list .c-galleries__link.sidearm-hover .c-galleries__media::before {
  opacity: 1;
}
.s-photos .c-galleries--list .c-galleries__link:hover .c-galleries__more,
.s-photos .c-galleries--list .c-galleries__link.sidearm-hover .c-galleries__more {
  color: #fdd023;
}
.s-photos .c-galleries--list .c-galleries__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.s-photos .c-galleries--list .c-galleries__media::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(70, 29, 124, 0.35);
  opacity: 0;
  transition: .25s;
}
.s-photos .c-galleries--list .c-galleries__picture img,
.s-photos .c-galleries--list .c-galleries__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-photos .c-galleries--list .c-galleries__details {
  padding: 12px 0;
}
.s-photos .c-galleries--list .c-galleries__meta {
  font-size: .875rem;
  font-weight: 700;
  color: #fdd023;
}
.s-photos .c-galleries--list .c-galleries__title {
  margin: 4px 0 24px;
  font-weight: 700;
  color: white;
}
.s-photos .c-galleries--list .c-galleries__more {
  margin-top: auto;
  color: white;
  border-top: 6px solid #fdd023;
  padding: 12px 0;
  transition: .25s;
}
.s-photos .load-more__container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 24px 0;
}
.s-photos .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: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 42px;
  border: 3px solid white;
  padding: 0 36px;
  color: white;
  transition: .25s;
}
.s-photos .load-more__button::-ms-expand {
  display: none;
}
.s-photos .load-more__button:hover {
  background: white;
  color: #461d7c;
}
@media screen and (max-width: 1024px) {
  .s-photos .c-galleries--list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .s-photos .c-galleries--list .c-galleries__item {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .s-photos {
    padding: 24px 0;
  }
  .s-photos .s-photos__inner {
    padding: 0;
  }
  .s-photos .common-header__inner {
    display: block;
  }
  .s-photos .common-header__select {
    width: 100%;
    margin: 24px 0;
  }
  .s-photos .common-header__more {
    justify-content: center;
    -webkit-justify-content: center;
    margin-left: auto;
    height: auto;
    text-align: center;
  }
  .s-photos .c-galleries--list {
    margin: 0;
  }
  .s-photos .c-galleries--list .c-galleries__item {
    width: 100%;
  }
  .s-photos .c-galleries--list .c-galleries__link {
    padding: 0;
  }
  .s-photos .c-galleries--list .c-galleries__media::before,
  .s-photos .c-galleries--list .c-galleries__media::after {
    transform: translateX(-150%);
  }
  .s-photos .c-galleries--list .c-galleries__details {
    padding: 12px;
  }
  .s-photos .load-more__container {
    display: none;
  }
}
/* ========== FOOTER ========== */

.main-footer .main-footer__sponsors {
  padding: 12px 0;
}
.main-footer .main-footer__sponsors-inner {
  text-align: center;
}
.main-footer .main-footer__sponsors-dfp .dfp-ad {
  margin: 12px auto;
}
.main-footer .main-footer__sponsors-slider {
  position: relative;
}
.main-footer .main-footer__sponsors-slider .ads-container {
  padding-bottom: 36px;
  position: relative;
}
.main-footer .main-footer__sponsors-slider .ads-container .ad > a,
.main-footer .main-footer__sponsors-slider .ads-container .ad > span {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 12px;
}
.main-footer .main-footer__sponsors-slide-title {
  margin-bottom: 12px;
  text-align: center;
  color: #461d7c;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.main-footer .main-footer__sponsors-slide .ads-container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  padding-bottom: 36px;
  position: relative;
}
.main-footer .main-footer__sponsors-slide .ads-container .ad > a,
.main-footer .main-footer__sponsors-slide .ads-container .ad > span {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 12px;
}
.main-footer .main-footer__sponsors-playpause {
  -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;
  font-size: 0;
  width: 36px;
  height: 36px;
  transition: .25s;
}
.main-footer .main-footer__sponsors-playpause::-ms-expand {
  display: none;
}
.main-footer .main-footer__sponsors-playpause::before {
  content: '\e196';
  font-family: 'sidearm_font_v2';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
}
.main-footer .main-footer__sponsors-playpause.is-playing::before {
  content: '\e201';
}
.main-footer .main-footer__sponsors-playpause.is-paused::before {
  content: '\e196';
}
.main-footer .main-footer__sponsors-playpause:hover {
  background: #461d7c;
  color: #fdd023;
}
.main-footer .main-footer__primary {
  padding: 48px 0;
  text-align: center;
}
.main-footer .main-footer__official {
  margin: 24px auto;
  font-size: .875rem;
  letter-spacing: .213rem;
  text-transform: uppercase;
}
.main-footer .main-footer__official--title {
  color: #fdd023;
}
.main-footer .main-footer__copyright {
  margin-bottom: 24px;
  font-weight: 700;
}
.main-footer .main-footer__affiliate {
  margin: 0 36px;
}
/* ========== COMMON FOOTER ========== */

.c-common-footer .c-common-footer__list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-common-footer .c-common-footer__list-item {
  padding: 12px 24px;
  border-top: solid 1px;
}
.c-common-footer .c-common-footer__list-item:first-child {
  border-top: none;
}
.c-common-footer .c-common-footer__list-item:nth-child(n+3) {
  width: 100%;
}
.c-common-footer .c-common-footer__list-link {
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
}
.c-common-footer .c-common-footer__list-link:hover {
  text-decoration: underline;
}
.c-common-footer .c-common-footer__logos {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  border-top: solid 1px;
}
.c-common-footer .c-common-footer__logo-item {
  padding: 24px;
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  text-align: center;
}
.c-common-footer .c-common-footer__logo-link {
  display: inline-block;
}
.c-common-footer .c-common-footer__logo-item:nth-child(n+2) {
  border-left: solid 1px;
}
.c-common-footer .c-common-footer__logo-item svg {
  max-height: 30px;
  width: 100%;
}
.c-common-footer .c-common-footer--white {
  background: white;
}
.c-common-footer .c-common-footer--white .c-common-footer__list-link {
  color: black;
}
.c-common-footer .c-common-footer--white .c-common-footer__list-item {
  border-top-color: #d9d9db;
}
.c-common-footer .c-common-footer--white .c-common-footer__list-item:nth-child(2) {
  border-left-color: #d9d9db;
}
.c-common-footer .c-common-footer--white .c-common-footer__logos {
  border-top-color: #d9d9db;
}
.c-common-footer .c-common-footer--white .c-common-footer__logo-item:nth-child(n+2) {
  border-left-color: #d9d9db;
}
@media all and (min-width: 540px) {
  .c-common-footer .c-common-footer__links {
    padding: 24px 12px;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
  }
  .c-common-footer .c-common-footer__list-item {
    padding: 0 12px;
    margin-bottom: 4px;
    border-top: none;
  }
  .c-common-footer .c-common-footer .c-common-footer__list-item:nth-child(2) {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .c-common-footer .c-common-footer__logos {
    border-top-style: none;
  }
  .c-common-footer .c-common-footer__logo-item {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
  }
  .c-common-footer .c-common-footer__logo-item svg {
    height: 36px;
    width: auto;
    max-height: none;
  }
  .c-common-footer .c-common-footer--learfield .c-common-footer__logos {
    border-top-style: solid;
    border-top-width: 1px;
  }
}
@media all and (min-width: 768px) {
  .c-common-footer {
    padding: 24px 0;
  }
  .c-common-footer .c-common-footer__logos {
    border-top: none;
  }
  .c-common-footer .c-common-footer__logo-item {
    padding: 6px 24px;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
  }
}
/* ========== STORY TEMPLATE TWEAKS ========== */

.sidearm-story-template-content .title,
#sidearm-roster-player-bio .title,
.sidearm-common-bio-full .title,
.sidearm-story-template-content .headline,
#sidearm-roster-player-bio .headline,
.sidearm-common-bio-full .headline {
  color: #461d7c;
  font-size: 15px;
  font-weight: bold;
}
.sidearm-story-template-content .altRow1,
#sidearm-roster-player-bio .altRow1,
.sidearm-common-bio-full .altRow1 {
  font-size: 12px;
  color: black;
  background-color: white;
}
.sidearm-story-template-content a.altRow1:link,
#sidearm-roster-player-bio a.altRow1:link,
.sidearm-common-bio-full a.altRow1:link {
  color: black;
  text-decoration: underline;
}
.sidearm-story-template-content a.altRow1:visited,
#sidearm-roster-player-bio a.altRow1:visited,
.sidearm-common-bio-full a.altRow1:visited,
.sidearm-story-template-content a.altRow1:active,
#sidearm-roster-player-bio a.altRow1:active,
.sidearm-common-bio-full a.altRow1:active,
.sidearm-story-template-content a.altRow1:hover,
#sidearm-roster-player-bio a.altRow1:hover,
.sidearm-common-bio-full a.altRow1:hover {
  color: #461d7c;
  text-decoration: underline;
}
.sidearm-story-template-content .altRow2,
#sidearm-roster-player-bio .altRow2,
.sidearm-common-bio-full .altRow2 {
  font-size: 12px;
  color: black;
  background-color: #eeeeee;
}
.sidearm-story-template-content a.altRow2:link,
#sidearm-roster-player-bio a.altRow2:link,
.sidearm-common-bio-full a.altRow2:link {
  color: black;
  text-decoration: underline;
}
.sidearm-story-template-content a.altRow2:visited,
#sidearm-roster-player-bio a.altRow2:visited,
.sidearm-common-bio-full a.altRow2:visited,
.sidearm-story-template-content a.altRow2:active,
#sidearm-roster-player-bio a.altRow2:active,
.sidearm-common-bio-full a.altRow2:active,
.sidearm-story-template-content a.altRow2:hover,
#sidearm-roster-player-bio a.altRow2:hover,
.sidearm-common-bio-full a.altRow2:hover {
  color: #461d7c;
  text-decoration: underline;
}
.sidearm-story-template-content td.tdHeader,
#sidearm-roster-player-bio td.tdHeader,
.sidearm-common-bio-full td.tdHeader {
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background: #461d7c;
  text-transform: uppercase;
  border: black;
}
.sidearm-story-template-text dfn {
  font-style: normal;
}
.sidearm-story-template-text a {
  color: #461d7c;
  font-weight: 500;
}
/* ========== ATHLETICS TWEAKS ========== */

html.ad #sidearm-roster-player-historical {
  display: none;
}
html.ad .sidearm-roster-player-template-default.sidearm-roster-player-view .sidearm-responsive-tabs > ul > li[aria-controls="sidearm-roster-player-historical"] {
  display: none;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #cccccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
  color: #cccccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
p.sidearm-schedule-note {
  display: none;
}
