a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #701734;
  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;
}
body {
  font: 16px/1.4 "Roboto", sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background-color: white;
}
body::before {
  transition: 0.2s opacity;
  content: '';
  display: block;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  z-index: 2;
}
body.mobile-menu-open.offcanvas-nav::before {
  opacity: 1;
}
.hide-acc {
  position: absolute;
  left: -9999px;
  background-color: black;
  color: white;
}
.row {
  max-width: 1440px;
}
.row.pad {
  padding: 0 12px !important;
}
.loadable {
  opacity: 0;
  transition: opacity 0.5s 0.5s;
}
.loadable.is-loaded {
  opacity: 1;
}
.loadable--main-content {
  min-height: 100vh;
}
.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: 50px;
  width: 50px;
  z-index: 100;
}
html.html-video-is-playing .c-sticky-leaderboard {
  opacity: 0;
}
.c-sticky-leaderboard {
  transition: .2s;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 1000;
}
.c-sticky-leaderboard .dfp-ad {
  margin: 12px auto !important;
}
.main-content-placeholder {
  margin: 0 auto;
}
.main-content-placeholder.headroom--not-top {
  margin: 62px auto 0;
}
@media screen and (min-width: 1024px) {
  .main-content-placeholder {
    margin: 0 auto;
  }
  .main-content-placeholder.headroom--not-top {
    margin: 96px auto 0;
  }
}
.wide .main-content-placeholder {
  max-width: 1440px;
  margin: 0 auto;
  background: white;
}
.wide .main-content-placeholder.headroom--not-top {
  margin: 62px auto 0;
}
@media screen and (min-width: 1024px) {
  .wide .main-content-placeholder {
    margin: 0 auto;
  }
  .wide .main-content-placeholder.headroom--not-top {
    margin: 96px auto 0;
  }
}
html.sport body .main-content-placeholder {
  margin: 0 auto;
}
html.sport body .main-content-placeholder.headroom--not-top {
  margin: 112px auto 0;
}
html.sport body .wide .main-content-placeholder {
  margin: 0 auto;
}
html.sport body .wide .main-content-placeholder.headroom--not-top {
  margin: 112px auto 0;
}
@media screen and (min-width: 1024px) {
  html.sport body .main-content-placeholder {
    margin: 0 auto;
  }
  html.sport body .main-content-placeholder.headroom--not-top {
    margin: 146px auto 0;
  }
  html.sport body .wide .main-content-placeholder {
    margin: 0 auto;
  }
  html.sport body .wide .main-content-placeholder.headroom--not-top {
    margin: 146px auto 0;
  }
}
.officialText {
  position: relative;
  height: 40px;
  background-color: #701734;
  text-align: center;
  z-index: 3;
}
.officialText span {
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 40px;
  letter-spacing: 3.73px;
  text-transform: uppercase;
}
.officialText .social {
  transform: translate(0, -50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.c-search--standard {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  height: 50px;
  padding: 0 12px;
}
.c-search--standard fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.c-search--standard .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  width: 86px;
  padding: 0;
  color: white;
}
.c-search--standard .c-search__text::-webkit-input-placeholder {
  color: white;
  text-transform: uppercase;
}
.c-search--standard .c-search__text::-moz-placeholder {
  color: white;
  text-transform: uppercase;
}
.c-search--standard .c-search__text:-ms-input-placeholder {
  color: white;
  text-transform: uppercase;
}
.c-search--standard .c-search__text:-moz-placeholder {
  color: white;
  text-transform: uppercase;
}
.c-search--standard .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 28px;
  color: white;
}
@media screen and (min-width: 1024px) {
  .c-search--standard {
    height: 60px;
  }
}
.c-search--overlay {
  height: 100%;
}
.c-search--overlay fieldset {
  border: none;
  display: block;
  margin: 0;
  max-width: 600px;
  padding: 0 24px;
  width: 100%;
}
.c-search--overlay .c-search__toggle {
  transition: .2s;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
  display: block;
  font-size: 24px;
  padding-top: 2px;
  width: 48px;
  height: 100%;
  background-color: #8b1e41;
}
.c-search--overlay .c-search__toggle > i {
  transition: transform 0.15s;
}
.c-search--overlay .c-search__toggle:hover,
.c-search--overlay .c-search__toggle.is-toggled {
  background-color: white;
  color: #8b1e41;
}
.c-search--overlay .c-search__toggle:hover > i,
.c-search--overlay .c-search__toggle.is-toggled > i {
  transform: scale(1.35);
}
.c-search--overlay .c-search__overlay {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.c-search--overlay .c-search__overlay.is-open {
  left: 0;
}
.c-search--overlay .c-search__text-wrap {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  height: 60px;
}
.c-search--overlay .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: white;
  color: black;
  display: block;
  font-size: 1.25rem;
  line-height: 40px;
  padding: 0 24px;
  width: 100%;
  height: 100%;
}
.c-search--overlay .c-search__text::-webkit-input-placeholder {
  color: black;
}
.c-search--overlay .c-search__text::-moz-placeholder {
  color: black;
}
.c-search--overlay .c-search__text:-ms-input-placeholder {
  color: black;
}
.c-search--overlay .c-search__text:-moz-placeholder {
  color: black;
}
.c-search--overlay .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: #8b1e41;
  color: white;
  font-size: 1rem;
  font-weight: 900;
  padding-bottom: 0.05em;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  text-transform: uppercase;
  transition: color 0.15s;
}
.c-search--overlay .c-search__submit[disabled] {
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
.c-search--overlay .c-search__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #701734;
  color: white;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 24px;
  right: 24px;
  transition: .25s;
  background-color: #8b1e41;
  border-radius: 50%;
}
.c-search--overlay .c-search__close:hover {
  background: #701734;
  color: white;
}
.c-nav-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  background-color: #8b1e41;
  border-top: 6px solid #701734;
  border-bottom: 6px solid #701734;
}
.c-nav-wrapper .header_logo {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 90px;
  background-color: #701734;
  z-index: 99;
}
.c-nav-wrapper .header_logo::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 50px solid #701734;
  border-left: 20px solid transparent;
}
.c-nav-wrapper .header_logo::after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 50px solid #701734;
  border-right: 20px solid transparent;
}
.c-nav-wrapper .header_logo img {
  height: 50px;
}
.c-nav-wrapper .header_logo .main-logo {
  display: block;
}
.c-nav-wrapper .header_logo .scroll-logo {
  display: none;
}
.c-nav-wrapper.headroom--not-top {
  position: fixed;
}
.c-nav-wrapper.headroom--not-top .header_logo .main-logo {
  display: none;
}
.c-nav-wrapper.headroom--not-top .header_logo .scroll-logo {
  display: block;
}
.c-nav-wrapper #search-btn {
  order: 2;
  -webkit-order: 2;
  position: relative;
  height: 50px;
  z-index: 100;
}
.c-nav-wrapper .sponsor {
  order: 3;
  -webkit-order: 3;
  flex: 0 0 50px;
  -webkit-flex: 0 0 50px;
  min-width: 1px;
  min-height: 1px;
  padding: 0;
  margin: 0 12px 0 auto;
}
.c-nav-wrapper .c-navigation-standard {
  order: 1;
  -webkit-order: 1;
}
.c-nav-wrapper .row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  width: 100%;
  z-index: 11;
}
.c-nav-wrapper .c-navigation__toggle {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  transition: .2s;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  color: white;
  line-height: 50px;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}
.c-nav-wrapper .c-navigation__toggle i {
  color: white;
  font-size: 28px;
}
@media screen and (min-width: 640px) {
  .c-nav-wrapper .sponsor {
    flex: 0 0 150px;
    -webkit-flex: 0 0 150px;
    min-width: 1px;
    min-height: 1px;
    margin: 0 12px;
    order: 2;
    -webkit-order: 2;
  }
  .c-nav-wrapper #search-btn {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .c-nav-wrapper .header_logo {
    height: 60px;
  }
  .c-nav-wrapper .header_logo::before {
    border-top: 60px solid #701734;
  }
  .c-nav-wrapper .header_logo::after {
    border-top: 60px solid #701734;
  }
  .c-nav-wrapper .header_logo img {
    height: 60px;
  }
  .c-nav-wrapper #search-btn {
    height: 60px;
  }
}
.c-navigation--main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-navigation--main .c-navigation__url {
  color: inherit;
  display: block;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .c-navigation--main .c-navigation__offcanvas {
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    transform: translate(-350px, 0);
    transition: transform 0.25s;
  }
  .c-navigation--main .c-navigation__offcanvas.is-open {
    transform: translate(0, 0);
  }
  .c-navigation--main .c-navigation__level-1 {
    width: 350px;
    height: 100%;
    border-right: 1px solid #701734;
    background-color: #701734;
    overflow: auto;
    pointer-events: auto;
  }
  .c-navigation--main .c-navigation__item--level-1.is-open .c-navigation__level-2 {
    transform: translate3d(0, 0, 0);
  }
  .c-navigation--main .c-navigation__ad {
    margin: 12px;
  }
  .c-navigation--main .c-navigation__parent .c-navigation__url--level-1 {
    position: relative;
  }
  .c-navigation--main .c-navigation__parent .c-navigation__url--level-1::after {
    transition: transform 0.2s;
    transform: translate(0, -50%);
    content: '\e006';
    position: absolute;
    top: 50%;
    right: 12px;
    font: 400 1.5rem/0 'sidearm_font_v2';
  }
  .c-navigation--main .c-navigation__parent .c-navigation__url--level-1.is-open::after {
    transform: rotate(180deg);
  }
  .c-navigation--main .c-navigation__url--level-1 {
    transition: .2s;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 2px;
    color: white;
    padding: 0 12px;
    text-transform: uppercase;
  }
  .c-navigation--main .c-navigation__url--level-1:hover {
    background-color: #8b1e41;
  }
  .c-navigation--main .c-navigation__level-2 {
    transition: transform 0.2s;
    transform: translate3d(-100%, 0, 0);
    position: absolute;
    top: 0;
    left: 350px;
    width: 600px;
    height: 100%;
    background-color: white;
    overflow: auto;
    z-index: -1;
  }
  .c-navigation--main .c-navigation__item--level-2 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 18px;
    border-bottom: 1px solid #8b1e41;
  }
  .c-navigation--main .c-navigation__item--level-2:hover {
    background-color: #8b1e41;
  }
  .c-navigation--main .c-navigation__item--level-2:hover .c-navigation__url--level-2 {
    color: white;
  }
  .c-navigation--main .c-navigation__separator {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    color: #8b1e41;
    padding: 0 24px;
  }
  .c-navigation--main .c-navigation__separator:hover {
    background-color: transparent;
  }
  .c-navigation--main .c-navigation__url--level-2 {
    transition: .2s;
    font-size: 18px;
    line-height: 40px;
    color: #8b1e41;
    padding: 0 6px;
  }
  .c-navigation--main .c-navigation__url--level-2:first-child {
    margin-right: auto;
  }
  .c-navigation--main .c-navigation__url--level-2:first-child:last-child {
    width: 100%;
    margin-right: 0;
  }
  .c-navigation--main .c-navigation__url--level-2:hover {
    text-decoration: underline;
  }
  .c-navigation--main .c-navigation__social {
    display: none;
    width: 30px;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
  }
  .c-navigation--main .c-navigation__social[href] {
    visibility: visible;
  }
  .c-navigation--main .c-navigation__social::before {
    font-family: 'sidearm_font_v2';
    margin-right: 30px;
  }
  .c-navigation--main .c-navigation__social.facebook::before {
    content: '\e041';
  }
  .c-navigation--main .c-navigation__social.twitter::before {
    content: '\e035';
  }
  .c-navigation--main .c-navigation__social.instagram::before {
    content: '\e044';
  }
  .c-navigation--main .c-navigation__social.tickets::before {
    content: '\e108';
  }
}
@media (max-width: 1024px) {
  .c-navigation--main .c-navigation__offcanvas {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    background-color: #701734;
  }
  .c-navigation--main .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 170px);
    overflow: auto;
  }
  .headroom--not-top .c-navigation--main .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 56px);
  }
  .c-navigation--main .c-navigation__item--level-1 {
    background-color: #8b1e41;
  }
  .c-navigation--main .c-navigation__ad {
    margin: 12px;
    text-align: center;
  }
  .c-navigation--main .c-navigation__parent .c-navigation__url--level-1 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .c-navigation--main .c-navigation__parent .c-navigation__url--level-1:after {
    transition: transform 0.2s;
    content: '\e072';
    display: block;
    font: normal 400 20px/0 'sidearm_font_v2';
    margin-left: auto;
  }
  .c-navigation--main .c-navigation__parent .c-navigation__url--level-1.is-open:after {
    content: '\e066';
  }
  .c-navigation--main .c-navigation__url--level-1 {
    transition: .2s;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 40px;
    color: white;
    width: 100%;
    background-color: #701734;
    padding: 0 12px;
    text-transform: uppercase;
  }
  .c-navigation--main .c-navigation__url--level-1:hover,
  .c-navigation--main .c-navigation__url--level-1.is-open,
  .c-navigation--main .c-navigation__url--level-1.sidearm-hover {
    background-color: #8b1e41;
  }
  .c-navigation--main .c-navigation__level-2 {
    transition: .5s;
    position: static;
    max-height: 0;
    width: 100%;
    opacity: 1;
    overflow: hidden;
  }
  .c-navigation--main .c-navigation__level-2.is-open {
    max-height: 1500px;
  }
  .c-navigation--main .c-navigation__separator {
    font-weight: 700;
    line-height: 40px;
    color: #8b1e41;
    width: 100%;
    padding: 0 24px;
    border-bottom: 1px solid #8b1e41;
    background-color: white;
  }
  .c-navigation--main .c-navigation__url--level-2 {
    line-height: 40px;
    color: #8b1e41;
    width: 100%;
    padding: 0 24px;
    border-bottom: 1px solid #8b1e41;
    background-color: white;
  }
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--main .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
.c-nav-sport {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9997;
}
.c-nav-sport.headroom--not-top {
  position: fixed;
  top: 62px;
}
@media screen and (min-width: 1024px) {
  .c-nav-sport.headroom--not-top {
    position: fixed;
    top: 72px;
  }
}
.c-navigation--sport ul {
  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 {
  padding: 0 12px 0 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
  margin: 0 0 0 32px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1::after {
  content: '/';
  display: inline-block;
  transform: translate(-50%, -50%);
  transition: .2s;
  position: absolute;
  top: 50%;
  right: -24px;
  font-size: 16px;
  color: white;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:last-child::after {
  display: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1::after {
  max-width: 100%;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2 {
  left: auto;
  right: 0;
  opacity: 1;
  transition: opacity .2s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  position: relative;
  font-size: 18px;
  line-height: 50px;
  color: white;
  margin: 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1::after {
  transition: 0.3s ease-in-out;
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  max-width: 0;
  height: 1px;
  background-color: white;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 auto 0 12px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport::after {
  display: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  font-size: 18px;
  font-weight: 500;
  color: white;
  margin: 0 24px 0 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  width: 300px;
  max-height: 350px;
  overflow-y: auto;
  background: white;
  padding: 12px;
  margin: 0;
  text-align: left;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2.is-open {
  left: auto;
  right: 0;
  opacity: 1;
  transition: 0s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-2.c-navigation__separator {
  font-size: 16px;
  font-weight: 700;
  margin: 12px 0 0;
  padding: 0 12px;
  color: #8b1e41;
  border-bottom: 1px solid #8b1e41;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  transition: .2s;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  color: #8b1e41;
  border-bottom: 1px solid #8b1e41;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover {
  background-color: whitesmoke;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  color: white;
  margin: 0 12px;
  text-decoration: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport {
  font-size: 18px;
  font-weight: 500;
  color: white;
  margin: 0 auto 0 0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport .c-navigation__sport-link {
  font-weight: 500;
  margin: 0 12px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport .c-navigation__sport-link::after {
  display: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
  color: white;
  margin: 0 12px;
  text-decoration: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 122px);
  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 {
  content: '\e012';
  font-family: sidearm_font_v2;
  font-style: normal;
  font-size: 18px;
  margin: 0 8px;
  display: block;
  transition: transform .2s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  content: '\e011';
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  transition: .2s;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 40px;
  padding: 0 12px;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 -1px 0 black;
  text-decoration: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.is-open {
  background-color: white;
  color: black;
}
.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;
  background-color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__separator {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #8b1e41;
  padding: 0 24px;
  box-shadow: inset 0 -1px 0 #8b1e41;
  text-transform: uppercase;
  background-color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #8b1e41;
  width: 100%;
  padding: 0 24px;
  box-shadow: inset 0 -1px 0 #8b1e41;
  text-decoration: none;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
html.stories-video-is-playing #topStories-section .c-stories .showcase-play-button,
html.stories-video-is-playing #topStories-section .c-stories button,
html.stories-video-is-playing #topStories-section .c-stories .c-stories__media:after,
html.stories-video-is-playing #topStories-section .c-stories .c-stories__ad {
  display: none !important;
}
#topStories-section {
  margin: 0 0 24px;
}
#topStories-section .c-stories__item {
  position: relative;
  background-color: white;
}
#topStories-section .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
}
#topStories-section .c-stories__media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#topStories-section .c-stories__title {
  margin: 0 0 12px;
}
#topStories-section .c-stories__url {
  transition: .2s;
  font-size: 31px;
  font-weight: 700;
  line-height: 38px;
  color: #333333;
  text-decoration: none;
}
#topStories-section .c-stories__url:hover {
  color: #8b1e41;
}
#topStories-section .c-stories__sport {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #333333;
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#topStories-section .c-stories__links ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
#topStories-section .c-stories__links ul li {
  position: relative;
  margin-right: 20px;
}
#topStories-section .c-stories__links ul li:last-child:after {
  display: none;
}
#topStories-section .c-stories__links ul li:after {
  content: '/';
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: -10px;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
#topStories-section .c-stories__links ul li a {
  transition: .2s;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
}
#topStories-section .c-stories__links ul li a:hover {
  color: #8b1e41;
}
#topStories-section .c-stories__ad {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 5;
}
#topStories-section .c-stories .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#topStories-section .c-stories--rotator-list .c-stories__item {
  position: relative;
  background-color: white;
}
#topStories-section .c-stories--rotator-list .c-stories__slider {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
#topStories-section .c-stories--rotator-list .c-stories__details {
  padding: 20px 0 72px;
}
#topStories-section .c-stories--rotator-list .c-stories__sport {
  padding: 0 24px;
}
#topStories-section .c-stories--rotator-list .c-stories__title {
  padding: 0 24px;
  margin: 0;
}
#topStories-section .c-stories--rotator-list .c-stories__links {
  padding: 0 24px;
}
#topStories-section .c-stories--rotator-list .c-stories__list-container {
  flex: 0 0 336px;
  -webkit-flex: 0 0 336px;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  background-color: white;
}
#topStories-section .c-stories--rotator-list .c-stories__list-container .c-stories__list-header {
  font-size: 28px;
  font-weight: 700;
  line-height: 87px;
  color: #333333;
  padding: 0 24px;
}
#topStories-section .c-stories--rotator-list .c-stories__list-container .c-stories__list-cta {
  padding: 0 24px;
  border-bottom: none;
}
#topStories-section .c-stories--rotator-list .c-stories__list-container .c-stories__list-cta a {
  font-size: 22px;
  font-weight: 700;
  line-height: 73px;
  color: #333333;
  text-decoration: none;
}
#topStories-section .c-stories--rotator-list .c-stories__list-container ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e7e7e7;
}
#topStories-section .c-stories--rotator-list .c-stories__list-container ul:hover .ps__scrollbar-y-rail {
  transition: 0.2s opacity;
  opacity: 1;
}
#topStories-section .c-stories--rotator-list .c-stories__list-container li {
  transition: .2s;
  border-bottom: 1px solid #e7e7e7;
  padding: 24px;
}
#topStories-section .c-stories--rotator-list .c-stories__list-container li.active {
  border-bottom: 2px solid #8b1e41;
}
#topStories-section .c-stories--rotator-list .c-stories__list-container li.active a {
  color: #8b1e41;
}
#topStories-section .c-stories--rotator-list .c-stories__list-container li .c-stories__sport {
  font-size: 16px;
  color: #8b1e41;
  margin-bottom: 8px;
  padding: 0;
}
#topStories-section .c-stories--rotator-list .c-stories__list-container li a {
  transition: .2s;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
}
#topStories-section .c-stories--rotator-list .c-stories__list-container li a:hover {
  color: #8b1e41;
}
#topStories-section .c-stories--rotator-list button.slick-prev,
#topStories-section .c-stories--rotator-list button.slick-next {
  transition: .2s;
  transform: translate(0, -50%);
  position: absolute;
  top: 40%;
  text-align: center;
  border-radius: 0;
  border: none;
  outline: none;
  font-size: 0;
  padding: 0;
  background-color: transparent;
  z-index: 3;
}
#topStories-section .c-stories--rotator-list button.slick-prev {
  transition: .2s;
  left: 12px;
}
#topStories-section .c-stories--rotator-list button.slick-prev:before {
  transition: .2s;
  content: '\e005';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 32px;
  color: white;
}
#topStories-section .c-stories--rotator-list button.slick-prev:hover:before {
  color: #8b1e41;
}
#topStories-section .c-stories--rotator-list button.slick-next {
  transition: .2s;
  right: 12px;
}
#topStories-section .c-stories--rotator-list button.slick-next:before {
  transition: .2s;
  content: '\e006';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 32px;
  color: white;
}
#topStories-section .c-stories--rotator-list button.slick-next:hover:before {
  color: #8b1e41;
}
#topStories-section .c-stories--slider .c-stories__item {
  position: relative;
}
#topStories-section .c-stories--slider .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
#topStories-section .c-stories--slider .c-stories__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#topStories-section .c-stories--slider .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#topStories-section .c-stories--slider .c-stories__details {
  background-color: white;
  padding: 12px;
}
#topStories-section .c-stories--slider .c-stories__title {
  padding: 0 0 12px;
  border-bottom: 2px solid #8b1e41;
}
#topStories-section .c-stories--slider .c-stories__sport {
  margin: 6px 0 12px;
}
#topStories-section .c-stories--slider .c-stories__url {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}
#topStories-section .c-stories--slider button.slick-prev,
#topStories-section .c-stories--slider button.slick-next {
  transition: .2s;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  top: calc((900vw) / 32);
  text-align: center;
  border-radius: 0;
  border: none;
  outline: none;
  font-size: 0;
  padding: 0;
  background-color: transparent;
  z-index: 3;
}
#topStories-section .c-stories--slider button.slick-prev {
  transition: .2s;
  left: 12px;
}
#topStories-section .c-stories--slider button.slick-prev:before {
  transition: .2s;
  content: '\e005';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 32px;
  color: white;
}
#topStories-section .c-stories--slider button.slick-prev:hover:before {
  color: #8b1e41;
}
#topStories-section .c-stories--slider button.slick-next {
  transition: .2s;
  right: 12px;
}
#topStories-section .c-stories--slider button.slick-next:before {
  transition: .2s;
  content: '\e006';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 32px;
  color: white;
}
#topStories-section .c-stories--slider button.slick-next:hover:before {
  color: #8b1e41;
}
@media screen and (min-width: 768px) {
  #topStories-section .c-stories__ad {
    position: absolute;
    bottom: 24px;
    left: auto;
    right: 24px;
  }
  #topStories-section .c-stories--slider .c-stories__details {
    padding: 24px;
  }
}
@media screen and (min-width: 1024px) {
  #topStories-section {
    margin: 24px 12px;
  }
  #topStories-section .c-stories--rotator-list .c-stories__details {
    position: relative;
    min-height: 200px;
  }
}
.c-events--story {
  border: 1px solid #e7e7e7;
  max-width: 350px;
}
.c-events--story .c-events__logo {
  flex: 0 0 60px;
  -webkit-flex: 0 0 60px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 60px;
}
.c-events--story .c-events__game {
  font-size: 16px;
  line-height: 24px;
}
.c-events--story .c-events__info {
  padding: 6px 12px;
  width: 100%;
  border-left: 1px solid #e7e7e7;
}
.c-events--story .c-events__next {
  font-weight: 700;
}
.c-events--story .c-events__date {
  font-weight: 700;
  color: #8b1e41;
}
.c-events--story .c-events__time {
  color: #8b1e41;
}
.c-events--story .c-events__cta {
  border-top: 1px solid #e7e7e7;
}
.c-events--story .c-events__cta a {
  transition: .2s;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  color: #8b1e41;
  line-height: 36px;
  padding: 0 6px;
  background-color: whitesmoke;
  text-align: center;
  text-decoration: none;
}
.c-events--story .c-events__cta a:first-child {
  box-shadow: inset -1px 0 0 #e7e7e7;
}
.c-events--story .c-events__cta a:hover {
  background-color: #8b1e41;
  color: white;
}
@media screen and (min-width: 1024px) {
  .c-events--story {
    display: flex;
    display: -webkit-flex;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 475px;
    border-left: none;
    border-bottom: none;
  }
  .c-events--story .c-events__game {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .c-events--story .c-events__cta {
    flex-direction: column;
    -webkit-flex-direction: column;
    flex: 0 0 140px;
    -webkit-flex: 0 0 140px;
    min-width: 1px;
    min-height: 1px;
    border-left: 1px solid #e7e7e7;
    border-top: none;
  }
  .c-events--story .c-events__cta a {
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    min-width: 1px;
    min-height: 1px;
    line-height: 30px;
    text-align: left;
  }
  .c-events--story .c-events__cta a:first-child {
    box-shadow: inset 0px -1px 0 #e7e7e7;
  }
}
#events-section {
  padding: 16px 0 60px;
  border-top: 4px solid #701734;
}
#events-section .sectionTitle {
  margin-bottom: 12px;
  padding: 0 12px;
}
#events-section .eventTabs {
  display: flex;
  display: -webkit-flex;
  order: 2;
  -webkit-order: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}
#events-section .eventTabs li {
  position: relative;
  transition: .2s;
  line-height: 24px;
  margin: 0 20px;
  text-align: center;
  text-decoration: none;
}
#events-section .eventTabs li:first-child::after {
  transform: translate(50%, 0);
  content: "/";
  position: absolute;
  bottom: 0;
  right: -20px;
  font-size: 24px;
  line-height: 1;
  color: #8b1e41;
}
#events-section .eventTabs li a {
  transition: .2s;
  display: block;
  font-size: 24px;
  color: #8b1e41;
  white-space: nowrap;
  outline: none;
  text-shadow: -0.25px -0.25px 0 transparent, 0.25px 0.25px transparent;
  text-transform: uppercase;
  text-decoration: none;
}
#events-section .eventTabs li.ui-state-active a {
  text-shadow: -0.25px -0.25px 0 black, 0.25px 0.25px black;
  color: black;
}
#events-section .eventTabs li:hover a {
  text-shadow: -0.25px -0.25px 0 black, 0.25px 0.25px black;
  color: black;
}
#events-section .sponsor {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  order: 1;
  -webkit-order: 1;
  margin: 0 0 18px;
  text-align: center;
}
#events-section .cta {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  order: 3;
  -webkit-order: 3;
  transition: .2s;
  font-size: 18px;
  color: #8b1e41;
  padding: 12px 0;
  text-decoration: none;
  text-align: center;
}
#events-section .cta i {
  position: relative;
  top: 2px;
  font-size: 24px;
}
#events-section .cta:hover {
  color: black;
}
#events-section .ui-tabs-panel {
  transition: .2s opacity;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  opacity: 1;
}
#events-section .ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  position: absolute;
  left: -9999px;
  opacity: 0;
}
#events-section .c-events--cards-boxy .slick-list {
  width: 100%;
}
#events-section .c-events--cards-boxy .slick-track {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  padding: 0 0 12px;
}
#events-section .c-events--cards-boxy .slick-slide {
  float: none;
  height: initial;
}
#events-section .c-events--cards-boxy .c-events__item {
  display: flex;
  display: -webkit-flex;
  font-size: 18px;
  margin: 0 12px;
  min-height: 353px;
}
#events-section .c-events--cards-boxy .c-events__header {
  font-size: 18px;
  color: white;
  height: 48px;
  line-height: 48px;
  background-color: #8b1e41;
  text-align: center;
}
#events-section .c-events--cards-boxy .c-events__date {
  font-weight: 700;
}
#events-section .c-events--cards-boxy .c-events__body {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 18px 24px;
  line-height: 30px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
#events-section .c-events--cards-boxy .c-events__logos {
  margin: 24px 0 10px;
}
#events-section .c-events--cards-boxy .c-events__logo {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}
#events-section .c-events--cards-boxy .c-events__logo--away {
  box-shadow: 1px 0 0 #e7e7e7;
}
#events-section .c-events--cards-boxy .c-events__logo img {
  height: 48px;
  margin-bottom: 10px;
}
#events-section .c-events--cards-boxy .c-events__score {
  font-weight: 700;
}
#events-section .c-events--cards-boxy .c-events__sport {
  font-weight: 700;
  text-transform: uppercase;
}
#events-section .c-events--cards-boxy .c-events__opponent {
  font-size: 16px;
}
#events-section .c-events--cards-boxy .c-events__location {
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  color: #767676;
}
#events-section .c-events--cards-boxy .c-events__media {
  list-style: none;
  margin: auto 0 0;
  padding: 0 24px 6px;
  border: 1px solid #e7e7e7;
  border-top: none;
}
#events-section .c-events--cards-boxy .c-events__media-item {
  margin: 0 6px;
}
#events-section .c-events--cards-boxy .c-events__media-link {
  transition: .2s;
  font-size: 28px;
  color: black;
}
#events-section .c-events--cards-boxy .c-events__media-link:hover {
  color: #8b1e41;
}
#events-section .c-events--cards-boxy button.slick-prev,
#events-section .c-events--cards-boxy button.slick-next {
  transition: .2s;
  position: absolute;
  bottom: -46px;
  font-size: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  background-color: transparent;
  color: black;
  border: none;
  outline: none;
  text-align: center;
  z-index: 3;
}
#events-section .c-events--cards-boxy button.slick-prev {
  transform: translate(calc(-50% - 18px), 0);
  transition: .2s;
  left: 50%;
}
#events-section .c-events--cards-boxy button.slick-prev:before {
  transition: .2s;
  content: '\e005';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 32px;
  line-height: 36px;
  color: #8b1e41;
}
#events-section .c-events--cards-boxy button.slick-prev:hover {
  color: black;
}
#events-section .c-events--cards-boxy button.slick-next {
  transform: translate(calc(50% + 18px), 0);
  transition: .2s;
  right: 50%;
}
#events-section .c-events--cards-boxy button.slick-next:before {
  transition: .2s;
  content: '\e006';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 32px;
  line-height: 36px;
  color: #8b1e41;
}
#events-section .c-events--cards-boxy button.slick-next:hover {
  color: black;
}
#events-section .c-events--cards-boxy .slick-dots {
  display: flex;
  display: -webkit-flex;
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: -40px;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}
#events-section .c-events--cards-boxy .slick-dots li {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  min-width: 1px;
  margin: 0;
}
#events-section .c-events--cards-boxy .slick-dots li.slick-active button {
  background-color: transparent;
}
#events-section .c-events--cards-boxy .slick-dots li button {
  font-size: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 12px;
  outline: none;
  border: 2px solid #8b1e41;
  background-color: #8b1e41;
  color: white;
  border-radius: 50%;
  margin: 0 12px;
  position: relative;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#events-section .c-events--cards-boxy .slick-dots li button:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  #events-section .sectionTitle {
    margin-bottom: 24px;
  }
  #events-section .eventTabs {
    order: 1;
    -webkit-order: 1;
  }
  #events-section .eventTabs li {
    margin: 0 40px 0 0;
  }
  #events-section .sponsor {
    flex: 0 0 150px;
    -webkit-flex: 0 0 150px;
    min-width: 1px;
    min-height: 1px;
    order: 2;
    -webkit-order: 2;
    margin: 0;
  }
  #events-section .cta {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    order: 3;
    -webkit-order: 3;
    margin: 0 0 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  #events-section {
    padding: 40px 0 84px;
  }
}
#awards-section {
  background-image: url("https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/fordham.sidearmsports.com/images/responsive_2019/aotw_bg.jpg");
  background-color: #701734;
  background-size: cover;
}
#awards-section .c-awards--slider .c-awards__title {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#awards-section .c-awards--slider .c-awards__media {
  order: 1;
  -webkit-order: 1;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin: 0 auto;
}
#awards-section .c-awards--slider .c-awards__text {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  order: 2;
  -webkit-order: 2;
  width: calc(100% - 24px);
  max-width: 577px;
  margin: 12px auto;
  position: relative;
  background-color: rgba(13, 0, 0, 0.65);
}
#awards-section .c-awards--slider .c-awards__text-left {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  padding: 12px;
}
#awards-section .c-awards--slider .c-awards__f img {
  height: 60px;
}
#awards-section .c-awards--slider .c-awards__text-right {
  padding: 0 12px;
  width: 100%;
}
#awards-section .c-awards--slider .c-awards__name {
  position: relative;
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: white;
  padding-bottom: 16px;
  text-decoration: none;
}
#awards-section .c-awards--slider .c-awards__name::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8b1e41;
  z-index: 1;
}
#awards-section .c-awards--slider .c-awards__name::after {
  transition: 0.3s ease-in-out;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 0;
  height: 1px;
  background-color: white;
  z-index: 2;
}
#awards-section .c-awards--slider .c-awards__name:hover::after {
  max-width: 100%;
}
#awards-section .c-awards--slider .c-awards__text--bottom {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: white;
  letter-spacing: 1px;
  margin: 0 0 16px;
  padding: 18px 0 0;
}
#awards-section .c-awards--slider .c-awards__text--bottom a {
  position: relative;
  color: white;
  text-decoration: none;
}
#awards-section .c-awards--slider .c-awards__text--bottom a::after {
  transition: 0.3s ease-in-out;
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  max-width: 0;
  height: 1px;
  background-color: white;
}
#awards-section .c-awards--slider .c-awards__text--bottom a:hover::after {
  max-width: 100%;
}
#awards-section .c-awards--slider .c-awards__sport {
  text-transform: uppercase;
}
#awards-section .c-awards--slider button {
  transition: .2s;
  font-size: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  background-color: transparent;
  color: black;
  border: none;
  outline: none;
  text-align: center;
  z-index: 3;
}
#awards-section .c-awards--slider button.c-awards__prev {
  transition: .2s;
}
#awards-section .c-awards--slider button.c-awards__prev:before {
  transition: .2s;
  content: '\e005';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 32px;
  line-height: 36px;
  color: white;
}
#awards-section .c-awards--slider button.c-awards__next {
  transition: .2s;
}
#awards-section .c-awards--slider button.c-awards__next:before {
  transition: .2s;
  content: '\e006';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 32px;
  line-height: 36px;
  color: white;
}
#awards-section .c-awards--slider button.c-awards__pause-play {
  transition: .2s;
}
#awards-section .c-awards--slider button.c-awards__pause-play:before {
  transition: .2s;
  content: '\e196';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 32px;
  line-height: 36px;
  color: white;
}
#awards-section .c-awards--slider button.c-awards__pause-play.slick-pause:before {
  content: '\e201';
}
@media screen and (min-width: 768px) {
  #awards-section .c-awards--slider .c-awards__media {
    order: 2;
    -webkit-order: 2;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex: 0 1 375px;
    -webkit-flex: 0 1 375px;
    min-width: 1px;
    min-height: 1px;
    margin: 0 auto;
  }
  #awards-section .c-awards--slider .c-awards__media img {
    height: 375px;
  }
  #awards-section .c-awards--slider .c-awards__text {
    order: 1;
    -webkit-order: 1;
    max-width: none;
    margin: 12px;
  }
}
@media screen and (min-width: 1280px) {
  #awards-section .c-awards--slider .c-awards__item-inner {
    align-items: center;
    -webkit-align-items: center;
  }
  #awards-section .c-awards--slider .c-awards__media {
    flex: 0 1 577px;
    -webkit-flex: 0 1 577px;
    min-width: 1px;
    min-height: 1px;
  }
  #awards-section .c-awards--slider .c-awards__media img {
    height: 577px;
  }
  #awards-section .c-awards--slider .c-awards__text {
    flex-direction: row;
    -webkit-flex-direction: row;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    position: relative;
    height: 312px;
    margin: 0 0 0 12px;
  }
  #awards-section .c-awards--slider .c-awards__text-left {
    position: relative;
    flex: 0 0 336px;
    -webkit-flex: 0 0 336px;
    min-width: 1px;
    min-height: 1px;
    height: 100%;
  }
  #awards-section .c-awards--slider .c-awards__f {
    position: absolute;
    top: 0;
    left: 0;
  }
  #awards-section .c-awards--slider .c-awards__f img {
    height: 312px;
  }
  #awards-section .c-awards--slider .c-awards__ads {
    position: absolute;
    bottom: 24px;
    right: 0;
  }
  #awards-section .c-awards--slider .c-awards__text-right {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    padding: 0 32px;
  }
}
#contentstream-section {
  position: relative;
  padding: 40px 0;
  background-image: url("https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/fordham.sidearmsports.com/images/responsive_2019/contentstream_bg.jpg");
  background-color: #701734;
  background-size: cover;
}
#contentstream-section .sectionTitle {
  border-bottom: 1px solid #8b1e41;
  padding-bottom: 24px;
}
#contentstream-section .sectionTitle .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-transform: uppercase;
}
#contentstream-section .c-contentstream__filter {
  list-style: none;
  padding: 0;
  margin: 18px 0 42px;
}
#contentstream-section .c-contentstream__filter-item {
  position: relative;
  margin-right: 30px;
}
#contentstream-section .c-contentstream__filter-item::after {
  transform: translate(50%, -50%);
  content: '/';
  position: absolute;
  top: 50%;
  right: -15px;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: white;
}
#contentstream-section .c-contentstream__filter-item:last-child::after {
  display: none;
}
#contentstream-section .c-contentstream__filter-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: relative;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#contentstream-section .c-contentstream__filter-button i {
  position: relative;
  top: 3px;
  font-size: 28px;
  line-height: 30px;
}
#contentstream-section .c-contentstream__filter-button i::before {
  margin: 0;
}
#contentstream-section .c-contentstream__filter-button::after {
  transition: 0.3s ease-in-out;
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  max-width: 0;
  height: 1px;
  background-color: white;
}
#contentstream-section .c-contentstream__filter-button.is-active::after {
  max-width: 100%;
}
#contentstream-section .c-contentstream__filter-button:hover::after {
  max-width: 100%;
}
#contentstream-section .c-contentstream__stream {
  margin: 0 -12px;
}
#contentstream-section .c-contentstream__item {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  line-height: 30px;
}
#contentstream-section .c-contentstream__item-inner {
  position: relative;
}
#contentstream-section .c-contentstream__media {
  display: block;
}
#contentstream-section .c-contentstream__media-image {
  display: block;
  width: 100%;
  height: auto;
}
#contentstream-section .c-contentstream__media-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
}
#contentstream-section .c-contentstream__media.aspect {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
#contentstream-section .c-contentstream__media.aspect .c-contentstream__media-image {
  position: absolute;
  top: 0;
  left: 0;
}
#contentstream-section .c-contentstream__media.video-is-playing .showcase-modal {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
#contentstream-section .c-contentstream__media:hover .c-contentstream__overlay {
  opacity: 1;
}
#contentstream-section .c-contentstream__body {
  background-color: white;
  padding: 18px 24px;
}
#contentstream-section .c-contentstream__text {
  margin-bottom: 36px;
}
#contentstream-section .c-contentstream__text a {
  color: #8b1e41;
}
#contentstream-section .c-contentstream__title {
  margin-bottom: 36px;
}
#contentstream-section .c-contentstream__date {
  color: #767676;
  font-size: 16px;
  line-height: 20px;
}
#contentstream-section .c-contentstream__icon {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 36px;
  height: 36px;
  font-size: 20px;
  color: white;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
}
#contentstream-section .c-contentstream__icon--twitter {
  background-color: #1f76d8;
}
#contentstream-section .c-contentstream__icon--facebook {
  background-color: #3b5999;
}
#contentstream-section .c-contentstream__icon--instagram {
  background-color: #e0294a;
}
#contentstream-section .c-contentstream__icon--youtube {
  background-color: #d0021b;
}
#contentstream-section .c-contentstream__icon--gallery {
  background-color: #8b1e41;
}
#contentstream-section .c-contentstream__overlay {
  transition: .2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}
#contentstream-section .c-contentstream__actions {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
#contentstream-section .c-contentstream__actions-item {
  margin-right: 12px;
}
#contentstream-section .c-contentstream__actions-link {
  transition: .2s;
  font-size: 28px;
  color: black;
}
#contentstream-section .c-contentstream__actions-link i::before {
  margin: 0;
}
#contentstream-section .c-contentstream__actions-link:hover {
  color: #8b1e41;
}
#contentstream-section .c-contentstream__meta {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contentstream-section .c-contentstream__meta-item {
  color: white;
  text-decoration: none;
}
#contentstream-section .load-more__button {
  transition: .2s;
  position: relative;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #8b1e41;
  letter-spacing: 1px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  margin-top: 24px;
  background-color: white;
  border: none;
  outline: none;
  text-align: center;
  text-transform: uppercase;
}
#contentstream-section .load-more__button:hover {
  background-color: #8b1e41;
  color: white;
}
@media screen and (min-width: 640px) {
  #contentstream-section .c-contentstream__item {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  #contentstream-section .c-contentstream__item {
    width: 33.333%;
  }
}
@media screen and (min-width: 1128px) {
  #contentstream-section .c-contentstream__item {
    width: 25%;
  }
}
.s-parallax {
  height: 500px;
  background-color: #8b1e41;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
}
.s-parallax .s-parallax__content {
  color: white;
  height: 100%;
}
.s-parallax .s-parallax__f img {
  height: 60px;
}
.s-parallax .s-parallax__text {
  font-size: 24px;
  line-height: 28px;
  padding: 0 12px;
}
.s-parallax .s-parallax__text-top {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.s-parallax .s-parallax__text-bottom {
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.social {
  background-color: #701734;
}
.social .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.social .ad {
  position: relative;
  margin: 0 12px;
}
.social .ad::after {
  transform: translate(50%, -50%);
  content: '/';
  position: absolute;
  top: 50%;
  right: -12px;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: white;
}
.social .ad:last-child::after {
  display: none;
}
.social .ad a {
  transition: .2s;
  display: block;
  font-size: 24px;
  line-height: 40px;
  color: white;
  text-align: center;
}
.social .ad span span {
  position: absolute;
  left: -9999px;
  background-color: black;
  color: white;
}
.socialBar {
  background-color: #8b1e41;
  border-top: 6px solid #701734;
  border-bottom: 6px solid #701734;
}
.socialBar .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.socialBar .ad {
  position: relative;
  margin: 0 20px;
}
.socialBar .ad::after {
  transform: translate(50%, -50%);
  content: '/';
  position: absolute;
  top: 50%;
  right: -20px;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: white;
}
.socialBar .ad:last-child::after {
  display: none;
}
.socialBar .ad a {
  transition: .2s;
  display: block;
  font-size: 28px;
  line-height: 50px;
  color: white;
  text-align: center;
}
.socialBar .ad span {
  position: absolute;
  left: -9999px;
  background-color: black;
  color: white;
}
.promos {
  margin-bottom: 48px;
}
.promos button {
  transition: .2s;
  position: absolute;
  bottom: -52px;
  font-size: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  background-color: transparent;
  color: black;
  border: none;
  outline: none;
  text-align: center;
  z-index: 3;
}
.promos button.slick-prev {
  transform: translate(calc(-50% - 18px), 0);
  transition: .2s;
  left: 50%;
}
.promos button.slick-prev:before {
  transition: .2s;
  content: '\e005';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 32px;
  line-height: 36px;
  color: #8b1e41;
}
.promos button.slick-prev:hover {
  color: black;
}
.promos button.slick-next {
  transform: translate(calc(50% + 18px), 0);
  transition: .2s;
  right: 50%;
}
.promos button.slick-next:before {
  transition: .2s;
  content: '\e006';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 32px;
  line-height: 36px;
  color: #8b1e41;
}
.promos button.slick-next:hover {
  color: black;
}
@media screen and (min-width: 1440px) {
  .promos .ads-container {
    padding: 0 12px;
  }
}
.sponsors {
  background-color: white;
  margin-bottom: 48px;
}
.sponsors .flex {
  display: block;
  padding: 24px 0;
  text-align: center;
}
.sponsors .flex .ads-container {
  width: 100%;
}
.sponsors .flex .ads-container .slick-track {
  margin: 0 auto;
}
.sponsors .flex .ads-container .ad.multi-ad {
  display: inline-block;
  margin: 0 12px;
}
.sponsors .flex .ads-container .ad.multi-ad img {
  vertical-align: middle;
  padding: 0px 0px;
  margin: 0 auto;
}
.sponsors button {
  transition: .2s;
  position: absolute;
  bottom: -52px;
  font-size: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  background-color: transparent;
  color: black;
  border: none;
  outline: none;
  text-align: center;
  z-index: 3;
}
.sponsors button.slick-prev {
  transform: translate(calc(-50% - 18px), 0);
  transition: .2s;
  left: 50%;
}
.sponsors button.slick-prev:before {
  transition: .2s;
  content: '\e005';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 32px;
  line-height: 36px;
  color: #8b1e41;
}
.sponsors button.slick-prev:hover {
  color: black;
}
.sponsors button.slick-next {
  transform: translate(calc(50% + 18px), 0);
  transition: .2s;
  right: 50%;
}
.sponsors button.slick-next:before {
  transition: .2s;
  content: '\e006';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 32px;
  line-height: 36px;
  color: #8b1e41;
}
.sponsors button.slick-next:hover {
  color: black;
}
#footerSponsors {
  background-color: whitesmoke;
  border-bottom: 1px solid #e7e7e7;
}
#footerSponsors .logosWrapper {
  padding: 36px 0;
}
#footerSponsors .logosWrapper > div {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
}
#footerSponsors .logosWrapper .logos--left {
  order: 2;
  -webkit-order: 2;
}
#footerSponsors .logosWrapper .logos--right {
  order: 1;
  -webkit-order: 1;
}
#footerSponsors .logosWrapper .logo {
  margin: 12px 0;
}
#footerSponsors .logosWrapper .logo a {
  position: relative;
  display: block;
}
#footerSponsors .logosWrapper .logo a img {
  padding: 12px;
  text-align: center;
}
#footerSponsors .logosWrapper .logo a:hover {
  cursor: pointer;
}
#footerSponsors .copy {
  font-size: 14px;
  color: #8b1e41;
}
@media screen and (min-width: 768px) {
  #footerSponsors .logosWrapper > div {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
  }
  #footerSponsors .logosWrapper .logos--left {
    order: 1;
    -webkit-order: 1;
  }
  #footerSponsors .logosWrapper .logos--right {
    order: 2;
    -webkit-order: 2;
  }
  #footerSponsors .logosWrapper .logo {
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  #footerSponsors .logosWrapper .logos--right .logo {
    margin: 0 24px;
  }
}
.main-footer {
  background-color: whitesmoke;
}
.superleaderboard {
  text-align: center;
}
.superleaderboard.top,
.superleaderboard.bottom {
  background-color: #333333;
  padding: 12px 0;
}
.superleaderboard.below-content {
  margin: 24px 0;
}
.superleaderboard .dfp-ad {
  text-align: center;
  margin: 0 auto;
}
.showcase-modal {
  transition: .2s;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  z-index: 10000;
}
.showcase-modal.video-is-playing {
  opacity: 1;
  pointer-events: all;
}
.showcase-modal__inner {
  max-width: 1280px;
  width: 100%;
}
.showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.showcase-modal__details {
  padding: 12px;
  color: white;
}
.showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #701734;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  background-color: #701734;
  transition: .25s;
}
.showcase-modal__close:hover {
  background: #701734;
  color: white;
}
.showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
