@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,900&display=swap');
/*Variables*/
/*Colors*/
/*Social Media Brand Colors*/
/*Fonts*/
/*Mixins*/
/*Utility Classes*/

.accessible-hide {
  position: absolute;
  top: -99999px;
  left: -99999px;
  display: block !important;
}
.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.color-white {
  color: white;
}
.color-gold {
  color: #c5b357;
}
.color-blue {
  color: #0a0f28;
}
/* Global Styles */

html .main-content-placeholder {
  padding-top: 48px;
}
html.sport .main-content-placeholder {
  padding-top: 24px;
}
html.wide:not(.custom) .main-content-placeholder {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  background-color: white;
}
a.sidearm-skip-link {
  position: absolute;
  top: 0;
  left: -99999px;
  color: #0a0f28;
  background-color: #c5b357;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: #0a0f28;
}
a.sidearm-skip-link:focus {
  position: fixed;
  z-index: 9999999;
  left: 0;
}
body {
  font: 14px/1.4 arial, sans-serif;
  margin: 0;
  padding: 0;
  padding-top: 100px;
  color: black;
  background: #0a0f28 url('../images/responsive/bg.jpg') no-repeat top center;
  background-attachment: fixed;
}
html.sport body {
  padding-top: 160px;
}
.row {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
button.showcase-play-button,
.showcase-play-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
button.showcase-play-button::-ms-expand,
.showcase-play-button::-ms-expand {
  display: none;
}
button.showcase-play-button:focus,
.showcase-play-button:focus {
  outline: thin dotted;
}
.showcase-play-button {
  font-size: 0;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  overflow: visible;
  width: 70px;
  height: 70px;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0;
  outline: 0;
  background-color: transparent;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
}
/*SLICK*/

.slick-slider {
  position: relative;
}
.slick-slider button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.slick-slider button::-ms-expand {
  display: none;
}
.slick-slider button:focus {
  outline: thin dotted;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 50px;
  color: white;
  height: 50px;
  font-size: 0;
  transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  overflow: hidden;
}
.slick-slider .slick-prev:after,
.slick-slider .slick-next:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '\e862';
  opacity: 1;
  color: white;
  background: rgba(0, 0, 0, 0.25);
  font-family: sidearm_font;
  font-size: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.slick-slider .slick-prev:hover:after,
.slick-slider .slick-next:hover:after {
  background: white;
  color: black;
}
.slick-slider .slick-next {
  right: 0;
  left: auto;
  bottom: 50%;
}
.slick-slider .slick-next:after {
  content: '\e861';
  opacity: 1;
}
.slick-slider .slick-disabled {
  opacity: 0;
}
.slick-slider .slick-dots {
  text-align: center;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-dots li {
  display: inline;
}
.slick-slider .slick-dots button {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  padding: 0;
  background: #152364;
  color: white;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slick-slider .slick-dots button:hover {
  background: #c5b357;
}
.slick-slider .slick-dots .slick-active button {
  background: #c5b357;
  color: black;
}
/****
HEADER
****/

.header-wrapper {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
}
.main-header {
  position: relative;
  height: 100px;
  border-bottom: solid 3px #152364;
  background: #0a0f28;
}
.main-header__logo {
  position: absolute;
  z-index: 700;
  top: 12px;
  left: 33px;
}
.main-header__row {
  padding: 0 12px 0 135px;
}
.sport-header {
  background: #c5b357;
}
.sport-header__row {
  padding: 0 0 0 156px;
}
@media all and (min-width: 1132px) {
  .sport-header__row {
    padding: 0 12px 0 156px;
  }
}
@media all and (min-width: 1200px) {
  .main-header__logo {
    transform: translate(-568px, 0);
    -webkit-transform: translate(-568px, 0);
    transform: translate(-568px, 0);
    z-index: 800;
    left: 50%;
  }
}
/****
SEARCH
****/

.c-search--popout {
  position: relative;
  z-index: 701;
}
.c-search--popout fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.c-search--popout .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 22px;
  display: block;
  width: 60px;
  height: 100px;
  color: white;
  border: solid 3px #152364;
  border-top: none;
  border-bottom: none;
  background: #0a0f28;
}
.c-search--popout .c-search__toggle::-ms-expand {
  display: none;
}
.c-search--popout .c-search__toggle:focus {
  outline: thin dotted;
}
.c-search--popout .c-search__toggle:hover {
  background: #152364;
}
.c-search--popout .c-search__popout {
  position: absolute;
  top: 100%;
  left: -99999px;
  transition: opacity 0.25s;
  opacity: 0;
}
.c-search--popout .c-search__popout.is-open {
  right: 0;
  left: auto;
  width: 300px;
  opacity: 1;
  background: white;
}
.c-search--popout .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  padding: 12px;
  color: black;
}
.c-search--popout .c-search__text::-ms-expand {
  display: none;
}
.c-search--popout .c-search__text:focus {
  outline: thin dotted;
}
/****
NAVIGATION
****/

.main-navigation {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-navigation--main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-navigation--main .c-navigation__url {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-navigation--main .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation--main .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1 {
  background: #152364;
}
.c-navigation--main .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--main .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2 {
  left: 0;
  transition: opacity 0.25s;
  opacity: 1;
}
.c-navigation--main .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  height: 97px;
  padding: 0 12px;
  text-transform: uppercase;
  color: white;
}
.c-navigation--main .c-navigation__level-2 {
  position: absolute;
  z-index: 799;
  top: 100%;
  left: -99999px;
  width: 100%;
  margin-top: -3px;
  opacity: 0;
  border-top: solid 3px #152364;
  background: white;
  max-height: calc(100vh - 110px);
  overflow: auto;
}
.c-navigation--main .c-navigation__level-2-inner {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  padding: 21px 12px 72px;
}
.c-navigation--main .c-navigation__column {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  padding: 0 12px;
}
.c-navigation--main .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 12px;
  border-bottom: solid 1px #eeeeee;
}
.c-navigation--main .c-navigation__item--level-2:hover {
  background: #0a0f28;
}
.c-navigation--main .c-navigation__item--level-2:hover .c-navigation__url--level-2 {
  color: white;
}
.c-navigation--main .c-navigation__item--level-2:hover .c-navigation__url--level-2:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #c5b357;
}
.c-navigation--main .c-navigation__separator {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  padding: 3px 0 7px;
  text-transform: uppercase;
  color: black;
  background: none;
  border-bottom: none;
}
.c-navigation--main .c-navigation__separator:hover {
  background: none;
}
.c-navigation--main .c-navigation__url--level-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 41px;
  color: black;
}
.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__social {
  overflow: hidden;
  width: 30px;
  height: 100%;
  white-space: nowrap;
}
.c-navigation--main .c-navigation__social:before {
  font-family: sidearm_font;
  margin-right: 30px;
}
.c-navigation--main .c-navigation__social.facebook:before {
  content: '\e805';
}
.c-navigation--main .c-navigation__social.twitter:before {
  content: '\e825';
}
.c-navigation--main .c-navigation__social.instagram:before {
  content: '\e811';
}
.c-navigation--main .c-navigation__social.tickets:before {
  content: '\e888';
}
.c-navigation--main .c-navigation__schedule-roster-news {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  margin-left: 14px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 22px;
  display: block;
  height: 100px;
  margin-left: auto;
  padding: 0 12px;
  color: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:focus {
  outline: thin dotted;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle span {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:hover {
  background: #152364;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:before {
  position: fixed;
  z-index: 799;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(10, 15, 40, 0.5);
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle.is-open:before {
  display: block;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle--offcanvas.is-open:before {
  display: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  position: absolute;
  top: 0;
  right: 0;
  overflow: auto;
  width: 300px;
  height: 100vh;
  background: #0a0f28;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 999;
  overflow: auto;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font;
  font-size: 20px;
  font-style: normal;
  display: block;
  margin-left: 10px;
  content: '\e830';
  transition: transform 0.25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: transform 0.25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1 {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  height: 55px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  overflow: hidden;
  width: 100%;
  max-height: 0px;
  transition: 1s;
  opacity: 1;
  border-top: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2.is-open ul {
  padding: 0 12px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__separator {
  padding-top: 8px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2 {
  padding: 4px 0;
}
.c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--sport .c-navigation__url {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-navigation--sport .c-navigation__item--level-1 {
  position: relative;
}
.c-navigation--sport .c-navigation__item--level-1:last-child .c-navigation__url--level-1:after {
  display: none;
}
.c-navigation--sport .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation--sport .c-navigation__item--level-1 .sidearm-hover .c-navigation__url--level-1 {
  color: white;
}
.c-navigation--sport .c-navigation__item--level-1:hover .c-navigation__url--level-1:after,
.c-navigation--sport .c-navigation__item--level-1 .sidearm-hover .c-navigation__url--level-1:after {
  color: #0a0f28;
}
.c-navigation--sport .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--sport .c-navigation__item--level-1 .sidearm-hover .c-navigation__level-2 {
  right: 0;
  left: auto;
  transition: opacity 0.25s;
  opacity: 1;
}
.c-navigation--sport .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  min-height: 60px;
  padding: 0 0 0 5px;
  color: #0a0f28;
}
.c-navigation--sport .c-navigation__url--level-1:after {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  content: '/';
  color: #0a0f28;
}
.c-navigation--sport .c-navigation__sport-home {
  margin-right: auto;
}
.c-navigation--sport .c-navigation__sport-home .c-navigation__url--level-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
  padding: 0;
  text-transform: uppercase;
}
.c-navigation--sport .c-navigation__sport-home .c-navigation__url--level-1:after {
  display: none;
}
.c-navigation--sport .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  min-width: 320px;
  padding: 12px 0;
  opacity: 0;
  background: white;
}
.c-navigation--sport .c-navigation__item--level-2 {
  padding: 0 12px;
}
.c-navigation--sport .c-navigation__item--level-2:last-child .c-navigation__url--level-2 {
  border-bottom: none;
}
.c-navigation--sport .c-navigation__url--level-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 40px;
  padding: 0 12px;
  color: #0a0f28;
  border-bottom: solid 1px #d8d8d8;
}
.c-navigation--sport .c-navigation__url--level-2:hover,
.c-navigation--sport .c-navigation__url--level-2.sidearm-hover {
  color: white;
  background: #0a0f28;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-home {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
  color: #0a0f28;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  height: 60px;
  padding: 0 12px;
  color: #0a0f28;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle:focus {
  outline: thin dotted;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  max-height: 0px;
  background: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  overflow: auto;
  max-height: calc(100vh - 160px);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  padding: 0 12px;
  border-bottom: solid 1px #d8d8d8;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:after {
  display: 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 {
  color: white;
  background: #0a0f28;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:hover:after,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.is-open:after {
  color: white;
}
.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;
  font-style: normal;
  display: block;
  margin-left: 12px;
  content: '\e834';
  transition: transform 0.25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: transform 0.25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  overflow: hidden;
  width: 100%;
  max-height: 0px;
  padding: 0;
  transition: max-height 0.5s;
  opacity: 1;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
/****
TAB CONTAINERS
****/

.top-tabs .row > .tab-section {
  display: block !important;
  width: 100%;
  transition: opacity 0.25s;
  opacity: 1;
}
.top-tabs .row > .tab-section[aria-hidden='true'] {
  transform: translate(-9999px, 0);
  -webkit-transform: translate(-9999px, 0);
  transform: translate(-9999px, 0);
  display: flex;
  display: -webkit-flex;
  width: 100%;
  height: 0;
  opacity: 0;
}
.top-tabs__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}
.top-tabs__nav:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.top-tabs__nav li {
  flex: 1 0 25%;
  -webkit-flex: 1 0 25%;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  text-align: center;
}
.top-tabs__nav li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 3px;
  content: '';
  background: #c5b357;
}
.top-tabs__nav li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 60px;
  text-align: center;
  text-decoration: none;
  color: white;
}
.top-tabs__nav li a .top-tabs__nav-text {
  display: none;
}
.top-tabs__nav li a .top-tabs__nav-icon {
  font-weight: 400;
}
.top-tabs__nav li a:hover {
  color: #0a0f28;
  background: white;
}
.top-tabs__nav li.ui-state-active {
  background: white;
}
.top-tabs__nav li.ui-state-active:after {
  display: block;
}
.top-tabs__nav li.ui-state-active a {
  color: #0a0f28;
}
@media all and (min-width: 768px) {
  .top-tabs__nav li a .top-tabs__nav-text {
    display: inline-block;
  }
  .tab-container {
    position: relative;
    height: calc((100vw - 24px) * .5625);
  }
  .tab-container .tab-inner {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .tab-container .tab-inner--more {
    padding: 24px;
  }
  .tab-container .tab-inner--twitter,
  .tab-container .tab-inner--video-player {
    width: 66.66667%;
  }
  .tab-container .tab-inner--facebook,
  .tab-container .tab-inner--video-list {
    right: 0;
    left: auto;
    width: 33.3333%;
  }
}
@media all and (min-width: 1200px) {
  .tab-container {
    height: 662px;
  }
}
/****
Stories
****/

.s-top-story {
  position: relative;
}
.s-top-story .c-stories--slider {
  background: black;
}
.s-top-story .c-stories--slider .c-stories__item {
  position: relative;
  background: black;
}
.s-top-story .c-stories--slider .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  background: url('../images/responsive/mainstory_default.jpg') center center no-repeat;
  background-size: cover;
}
.s-top-story .c-stories--slider .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-top-story .c-stories--slider .c-stories__details {
  padding: 24px 12px;
}
.s-top-story .c-stories--slider .c-stories__sport-date {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 7px 11px 5px;
  color: #0a0f28;
  background: #c5b357;
}
.s-top-story .c-stories--slider .c-stories__title {
  margin: 0;
}
.s-top-story .c-stories--slider .c-stories__url {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: white;
}
.s-top-story .c-stories--slider .c-stories__url:hover {
  color: #c5b357;
}
.s-top-story .c-stories__standings {
  position: relative;
  width: 100%;
  padding: 0;
  color: white;
  background: black;
  display: none;
}
.s-top-story .c-stories__standings-inner {
  padding: 14px 12px 0;
  background: rgba(0, 0, 0, 0.75);
}
.s-top-story .c-stories__standings-title {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 8px;
  text-transform: uppercase;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.s-top-story .c-stories__standings-item {
  flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  min-width: 1px;
  min-height: 1px;
  text-align: center;
  border-right: solid 1px #191919;
  background: black;
}
.s-top-story .c-stories__standings-item:last-child {
  border-right: none;
}
.s-top-story .c-stories__standings-item-title {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  padding: 23px 0 8px;
}
.s-top-story .c-stories__standings-item-record {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 20px;
}
.s-top-story .showcase-play-button {
  font-size: 0;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  overflow: visible;
  width: 70px;
  height: 70px;
  line-height: 70px;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0;
  outline: 0;
  color: white;
}
.s-top-story .showcase-play-button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '\e89f';
  font-family: sidearm_font;
  font-size: 36px;
  line-break: 70px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.s-top-story .showcase-play-button:hover:after {
  color: #c5b357;
}
.s-top-story .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.s-top-story .slick-dots {
  padding-bottom: 12px;
}
@media all and (min-width: 768px) {
  .s-top-story .c-stories--slider .c-stories__details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 44px 24px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
  }
  .s-top-story .c-stories--slider .c-stories__url {
    font-family: 'Roboto', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    font-style: normal;
  }
  html.sport .s-top-story .c-stories--slider .c-stories__details {
    padding: 44px 42.5% 44px 24px;
  }
  html.sport .s-top-story .c-stories__standings {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42.5%;
    padding: 0 24px;
    background: none;
  }
}
@media all and (min-width: 1024px) {
  .s-top-story .c-stories__standings .c-stories__standings-inner {
    padding: 26px 24px 0;
  }
}
.s-more-stories {
  background: white;
}
.s-more-stories .c-stories--list {
  position: relative;
  overflow: auto;
  height: 100%;
}
.s-more-stories .c-stories--list .c-stories__item {
  position: relative;
  padding: 12px 0;
  border-bottom: solid 1px #d8d8d8;
}
.s-more-stories .c-stories--list .c-stories__media-container {
  flex: 0 1 334px;
  -webkit-flex: 0 1 334px;
  min-width: 1px;
  min-height: 1px;
}
.s-more-stories .c-stories--list .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  background: url('../images/responsive/mainstory_default.jpg') center center no-repeat;
  background-size: cover;
}
.s-more-stories .c-stories--list .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-more-stories .c-stories--list .c-stories__details {
  flex: 0 1 794px;
  -webkit-flex: 0 1 794px;
  min-width: 1px;
  min-height: 1px;
}
.s-more-stories .c-stories--list .c-stories__details-inner {
  padding: 0 12px;
}
.s-more-stories .c-stories--list .c-stories__logo {
  flex: 0 0 48px;
  -webkit-flex: 0 0 48px;
  min-width: 1px;
  min-height: 1px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: solid 1px #d8d8d8;
  border-radius: 50%;
}
.s-more-stories .c-stories--list .c-stories__header {
  margin-bottom: 15px;
}
.s-more-stories .c-stories--list .c-stories__sport-date {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  padding-left: 12px;
  color: black;
}
.s-more-stories .c-stories--list .c-stories__title {
  margin: 0;
}
.s-more-stories .c-stories--list .c-stories__url {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.33333;
  text-decoration: none;
  color: black;
}
.s-more-stories .c-stories--list .c-stories__url:hover {
  color: #c5b357;
}
.s-more-stories .showcase-play-button {
  font-size: 0;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  overflow: visible;
  width: 70px;
  height: 70px;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0;
  outline: 0;
  color: white;
  line-height: 70px;
}
.s-more-stories .showcase-play-button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '\e89f';
  font-family: sidearm_font;
  font-size: 36px;
  line-break: 70px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.s-more-stories .showcase-play-button:hover:after {
  color: #c5b357;
}
.s-more-stories .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
@media all and (min-width: 768px) {
  .s-more-stories .c-stories--list .c-stories__url {
    font-family: 'Roboto', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    font-style: normal;
  }
}
/****
SOCIAL
*****/

.s-social {
  background: white;
}
.s-social__twitter {
  padding: 0;
}
.s-social__facebook {
  padding: 0px;
}
@media all and (min-width: 768px) {
  .s-social__twitter {
    height: 100%;
    padding: 24px 16px 24px 24px;
  }
  .s-social__facebook {
    height: 100%;
    padding: 24px 24px 24px 0px;
  }
}
/****
TWITTER
****/

.c-twitter--list {
  position: relative;
  overflow: auto;
  height: 100%;
  padding: 12px;
}
.c-twitter--list:before {
  font-family: sidearm_font;
  font-size: 26px;
  position: absolute;
  top: 7px;
  right: 11px;
  content: '\e825';
  color: #00aced;
}
.c-twitter--list .c-twitter__item {
  padding: 12px 12px 24px;
}
.c-twitter--list .c-twitter__user {
  margin-bottom: 14px;
}
.c-twitter--list .c-twitter__user-avatar {
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border: solid 1px #d8d8d8;
  border-radius: 50%;
}
.c-twitter--list .c-twitter__user-screen {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  color: #0a0f28;
  display: inline-block;
}
.c-twitter--list .c-twitter__user-screen:hover {
  color: #c5b357;
}
.c-twitter--list .c-twitter__body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.44;
  color: black;
}
.c-twitter--list .c-twitter__body a {
  text-decoration: none;
}
.c-twitter--list .c-twitter__body a:hover {
  color: #c5b357;
}
@media all and (min-width: 768px) {
  .c-twitter--list {
    padding: 0;
  }
}
/****
FACEBOOK
****/

.c-facebook--list {
  position: relative;
  overflow: auto;
  height: 100%;
  padding: 12px;
  background: #eeeeee;
}
.c-facebook--list:before {
  font-family: sidearm_font;
  font-size: 26px;
  position: absolute;
  top: 7px;
  right: 11px;
  content: '\e805';
  color: #3b5998;
}
.c-facebook--list .c-facebook__item {
  padding: 6px 12px;
}
.c-facebook--list .c-facebook__media {
  padding-bottom: 12px;
}
.c-facebook--list .c-facebook__body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.44;
  padding-bottom: 12px;
  color: black;
}
.c-facebook--list .c-facebook__body a {
  text-decoration: none;
}
.c-facebook--list .c-facebook__body a:hover {
  color: #c5b357;
}
.c-facebook--list .c-facebook__user {
  margin-bottom: 8px;
}
.c-facebook--list .c-facebook__user-logo {
  flex: 0 0 48px;
  -webkit-flex: 0 0 48px;
  min-width: 1px;
  min-height: 1px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border: solid 1px #d8d8d8;
  border-radius: 50%;
}
.c-facebook--list .c-facebook__user-screen-name {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #0a0f28;
}
.c-facebook--list .c-facebook__user-screen-name:hover {
  color: #c5b357;
}
@media all and (min-width: 768px) {
  .c-facebook--list {
    padding: 6px 0;
  }
  .c-facebook--list .c-facebook__item {
    padding: 6px 12px;
  }
  .c-facebook--list .c-facebook__item-inner {
    border-bottom: solid 1px #d8d8d8;
  }
}
/****
VIDEO
****/

.s-video {
  background: #0a0f28;
}
.s-video .slick-dots {
  padding-bottom: 12px;
}
.c-videos--slider .showcase-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.c-videos--slider .showcase-modal.video-is-playing {
  left: 0;
}
.c-videos--slider .showcase-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1200px;
  padding: 16px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
}
.c-videos--slider .showcase-modal__player {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.c-videos--slider .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  padding: 8px 12px;
  color: #0a0f28;
  background-color: #c5b357;
}
.c-videos--slider .showcase-modal__close::-ms-expand {
  display: none;
}
.c-videos--slider .showcase-modal__close:focus {
  outline: thin dotted;
}
.c-videos--slider .showcase-modal .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--slider .slick-track {
  display: flex;
  display: -webkit-flex;
}
.c-videos--slider .c-videos__item {
  display: flex;
  display: -webkit-flex;
  float: none;
  height: auto;
  background: #0a0f28;
}
.c-videos--slider .c-videos__media {
  padding-bottom: 56.25%;
}
.c-videos--slider .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--slider .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
}
.c-videos--slider .c-videos__play-btn::-ms-expand {
  display: none;
}
.c-videos--slider .c-videos__play-btn:focus {
  outline: thin dotted;
}
.c-videos--slider .c-videos__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 9px 12px 24px;
  border-top: solid 3px #c5b357;
}
.c-videos--slider .c-videos__details .c-videos__title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  color: white;
}
.c-videos--slider .c-videos__archive {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  color: #c5b357;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 8px;
}
.c-videos--slider .c-videos__archive:hover {
  color: white;
}
.c-videos--featured .c-videos__featured {
  height: 100%;
  padding: 24px;
}
.c-videos--featured .c-videos__featured-inner {
  height: 100%;
  background: #0a0f28;
}
.c-videos--featured .c-videos__featured-player {
  padding-bottom: 56.25%;
}
.c-videos--featured .c-videos__featured .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--featured .c-videos__featured-details {
  padding: 9px 24px 24px;
  border-top: solid 3px #c5b357;
}
.c-videos--featured .c-videos__featured-details .c-videos__title {
  font-family: 'Roboto', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  color: white;
}
.c-videos--featured .c-videos__list-wrapper {
  height: 100%;
  padding: 0 24px 24px;
}
.c-videos--featured .c-videos__list {
  position: relative;
  overflow: auto;
  height: 100%;
}
.c-videos--featured .c-videos__item {
  padding: 12px 0;
  border-bottom: solid 1px #d8d8d8;
}
.c-videos--featured .c-videos__item:hover {
  background: #eeeeee;
}
.c-videos--featured .c-videos__item.is-active {
  background: #eeeeee;
}
.c-videos--featured .c-videos__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 100%;
  text-align: left;
}
.c-videos--featured .c-videos__button::-ms-expand {
  display: none;
}
.c-videos--featured .c-videos__button:focus {
  outline: thin dotted;
}
.c-videos--featured .c-videos__media-container {
  flex: 1 1 100px;
  -webkit-flex: 1 1 100px;
  min-width: 1px;
  min-height: 1px;
  margin-right: 12px;
}
.c-videos--featured .c-videos__media {
  padding-bottom: 56.25%;
}
.c-videos--featured .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--featured .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
}
.c-videos--featured .c-videos__play-btn::-ms-expand {
  display: none;
}
.c-videos--featured .c-videos__play-btn:focus {
  outline: thin dotted;
}
.c-videos--featured .c-videos__details {
  flex: 1 1 240px;
  -webkit-flex: 1 1 240px;
  min-width: 1px;
  min-height: 1px;
}
.c-videos--featured .c-videos__title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.44;
  color: #0a0f28;
}
.c-videos--featured .c-videos__archive {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  color: #0a0f28;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 8px;
}
.c-videos--featured .c-videos__archive:hover {
  color: #c5b357;
}
@media all and (min-width: 768px) {
  .s-video {
    background: white;
  }
  .c-videos--featured .c-videos__featured {
    padding: 24px 8px 24px 24px;
  }
  .c-videos--featured .c-videos__list-wrapper {
    padding: 24px 24px 24px 16px;
  }
  .c-videos--featured .c-videos__list {
    padding-right: 12px;
  }
}
/****
EVENTS and AWARDS
****/

.event-tabs > .event-tabs__section {
  display: block !important;
  width: 100%;
  transition: opacity 0.25s;
  opacity: 1;
}
.event-tabs > .event-tabs__section[aria-hidden='true'] {
  transform: translate(-9999px, 0);
  -webkit-transform: translate(-9999px, 0);
  transform: translate(-9999px, 0);
  display: flex;
  display: -webkit-flex;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.event-tabs__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.event-tabs__nav li {
  position: relative;
  margin: 0 12px;
  margin-left: 24px;
  padding: 16px 0 9px;
  text-align: center;
}
.event-tabs__nav li:first-child {
  margin-left: 0;
}
.event-tabs__nav li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 3px;
  content: '';
  background: #c5b357;
}
.event-tabs__nav li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  text-decoration: none;
  color: white;
}
.event-tabs__nav li a:hover {
  color: #c5b357;
}
.event-tabs__nav li.ui-state-active:after {
  display: block;
}
.event-tabs__nav li.ui-state-active a {
  color: #c5b357;
}
.event-column {
  position: relative;
  z-index: 2;
}
.event-column:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.35);
  z-index: -1;
}
.event-column__header {
  padding: 21px 24px 16px;
}
.event-column__header h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin: 0;
  padding: 0 0 3px;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
.event-column__footer {
  padding: 11px 24px 61px;
}
.event-column__footer a {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  color: #c5b357;
}
.event-column__footer a:hover {
  color: white;
}
.event-tabs__section {
  padding: 0 12px;
}
.c-events--list-simple {
  background: white;
  position: relative;
}
.c-events--list-simple .c-events__no-data {
  padding: 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  color: #0a0f28;
  text-align: center;
}
.c-events--list-simple .c-events__item {
  padding: 11px 12px;
  border-bottom: solid 1px #d8d8d8;
}
.c-events--list-simple .c-events__item:nth-child(odd) {
  background: #eeeeee;
}
.c-events--list-simple .c-events__logo {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  padding-right: 24px;
}
.c-events--list-simple .c-events__logo .no-logo {
  max-width: 48px;
  max-height: 48px;
  opacity: 0.5;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.c-events--list-simple .c-events__text {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  overflow: hidden;
  max-width: 100%;
  text-align: center;
  color: black;
}
.c-events--list-simple .c-events__sport {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  color: #0a0f28;
}
.c-events--list-simple .c-events__opponent {
  width: 100%;
}
.c-events--list-simple .c-events__media {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-events--list-simple .c-events__media-item {
  font-size: 20px;
  padding: 0 5px;
}
.c-events--list-simple .c-events__media-link {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #0a0f28;
}
.c-events--list-simple .c-events__media-link:hover {
  color: #c5b357;
}
@media all and (min-width: 400px) {
  .event-column__header h2 {
    text-align: left;
  }
  .event-tabs__nav li {
    margin: 0 0 0 24px;
  }
  .c-events--list-simple .c-events__item {
    padding: 28px 20px 23px 28px;
  }
  .c-events--list-simple .c-events__text {
    text-align: left;
  }
  .c-events--list-simple .c-events__media {
    margin-left: auto;
  }
}
@media all and (min-width: 540px) {
  .c-events--list-simple .c-events__opponent {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media all and (min-width: 768px) {
  .event-tabs__section {
    padding: 0 24px;
  }
  .event-column {
    flex: 0 1 776px;
    -webkit-flex: 0 1 776px;
    min-width: 1px;
    min-height: 1px;
  }
  .c-events--list-simple {
    max-height: 635px;
    overflow: auto;
  }
}
/****
AWARDS
****/

.award-column {
  background: #0a0f28;
  padding: 0 12px;
}
.award-column__header {
  padding: 28px 0 37px;
  position: relative;
}
.award-column__header h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin: 0;
  padding: 0 0 3px;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
.award-column__header-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.award-column__ad .ad {
  padding-top: 14px;
}
.award-column__ad img {
  margin: 0 auto;
}
.award-column__ad .slick-dots {
  padding-top: 14px;
  padding-bottom: 10px;
}
.c-awards--slider {
  max-width: 250px;
  margin: 0 auto;
}
.c-awards--slider .c-awards__item {
  position: relative;
}
.c-awards--slider .c-awards__media {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-awards--slider .c-awards__text {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  border-bottom: solid 3px #c5b357;
  line-height: 1;
  padding: 24px 12px;
}
.c-awards--slider .c-awards__text a {
  text-decoration: none;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
.c-awards--slider .c-awards__text a div {
  padding: 2px 0;
}
.c-awards--slider .c-awards__text a:hover {
  color: #c5b357;
}
.c-awards--slider .slick-dots {
  padding-top: 14px;
  padding-bottom: 10px;
}
@media all and (min-width: 768px) {
  .award-column {
    flex: 0 1 400px;
    -webkit-flex: 0 1 400px;
    min-width: 1px;
    min-height: 1px;
    border-left: solid 3px #152364;
  }
}
/****
FOOTER
****/

.footer-sponsors {
  border-top: solid 3px #152364;
  background: #0a0f28;
}
.footer-sponsors .ads-container {
  padding: 45px 0 48px;
}
.footer-sponsors .ad {
  padding: 0 12px;
}
.footer-sponsors a {
  display: block;
  text-align: center;
}
.footer-sponsors a img {
  margin: 0 auto;
}
.main-footer {
  border-top: solid 3px #152364;
  background: #0a0f28;
}
.main-footer .s-common-footer {
  background: black;
}
.main-footer__row {
  padding: 35px 0 38px 0;
}
.main-footer__uni-logo {
  padding: 12px;
}
.main-footer__uni-text {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  margin-left: 0;
  text-align: center;
  color: white;
}
.main-footer__uni-text-links {
  padding-top: 4px;
  color: #c5b357;
}
.main-footer__uni-text-links a {
  text-decoration: none;
  color: #c5b357;
}
.main-footer__uni-text-links a:hover {
  color: white;
}
.main-footer__social .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 8px;
}
.main-footer__social .ads-container .ad {
  margin: 0 6px;
}
.main-footer__social .ads-container a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  color: white;
}
.main-footer__social .ads-container a .icon-youtube-play,
.main-footer__social .ads-container a .icon-ticket {
  font-size: 20px;
  display: block;
  padding-bottom: 2px;
}
.main-footer__social .ads-container a:hover {
  color: #c5b357;
}
.main-footer__social .ads-container span span {
  position: absolute;
  left: -9999px;
  top: -9999px;
  background: black;
  color: white;
}
.main-footer__logos {
  border-top: solid 1px #152364;
}
.main-footer__logo {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 24px 12px;
}
.main-footer__logo:nth-child(odd) {
  border-right: solid 1px #152364;
}
.main-footer__logo:first-child,
.main-footer__logo:nth-child(2) {
  border-bottom: solid 1px #152364;
}
@media all and (min-width: 768px) {
  .main-footer__uni-text {
    margin-left: 24px;
  }
  .main-footer__logo {
    padding: 42px 24px;
    border: none;
    border-right: solid 1px #152364;
  }
  .main-footer__logo:last-child {
    border-right: none;
  }
  .main-footer__social .ads-container {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-top: 0;
  }
  .main-footer__social .ads-container .ad {
    margin-right: 0;
    margin-left: 18px;
  }
}
.content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-ad .dfp-ad {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* perfect-scrollbar v0.7.0 */

.ps {
  overflow: hidden !important;
  -ms-touch-action: auto;
  touch-action: auto;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: #eeeeee;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  opacity: 0.9;
  background-color: #eeeeee;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  height: 11px;
  background-color: #999999;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  opacity: 1;
  background-color: #eeeeee;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  width: 5px;
  background-color: #eeeeee;
}
.ps > .ps__scrollbar-x-rail {
  position: absolute;
  bottom: 0px;
  display: none;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 6px;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  /* please don't change 'position' */
  opacity: 1;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  /* please don't change 'position' */
  background-color: #0a0f28;
}
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 6px;
}
.ps > .ps__scrollbar-y-rail {
  position: absolute;
  z-index: 30;
  right: 0;
  display: none;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 5px;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear, width 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear, width 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear, width 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear, width 0.2s linear;
  /* please don't change 'position' */
  opacity: 1;
  border-left: none;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y */
  width: 5px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  border-radius: 5px;
  /* please don't change 'position' */
  background-color: #d8d8d8;
}
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 10px;
}
.ps > .ps__scrollbar-y-rail:hover {
  width: 10px;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  opacity: 1;
  background-color: white;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  height: 6px;
  background-color: #0a0f28;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  opacity: 1;
  background-color: #eeeeee;
}
.ps-in-scrolling > .ps__scrollbar-y-rail {
  width: 10px;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  width: 10px;
  background-color: #eeeeee;
}
.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 1;
}
.ps:hover > .ps__scrollbar-x-rail:hover {
  opacity: 1;
  background-color: white;
}
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #0a0f28;
}
.ps:hover > .ps__scrollbar-y-rail:hover {
  opacity: 1;
  background-color: #eeeeee;
}
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #d8d8d8;
}
/****
ACCESSIBILITY
****/

h1.hide,
h2.hide,
h3.hide,
legend.accessible-hide {
  background: white;
  color: black;
}
a#main-content_a {
  color: black;
  background: white;
}
