/****
VARIABLES
****/
h1.hide,
h2.hide,
label.hide {
  background: black;
  color: white;
}
/****
MIXINS
****/
/****
HELPER CLASSES
****/

.h-gutter-margin {
  margin-right: 8px;
  margin-left: 8px;
}
@media all and (min-width: 768px) {
  .h-gutter-margin {
    margin-right: 12px;
    margin-left: 12px;
  }
}
.h-gutter-padding {
  padding-right: 8px;
  padding-left: 8px;
}
@media all and (min-width: 768px) {
  .h-gutter-padding {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.h-reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.h-text-remove {
  text-indent: -9999px !important;
  text-align: left !important;
  display: inline-block;
  text-align: left !important;
  text-indent: -9999px !important;
  position: absolute;
  left: -9999px;
}
/****
GLOBAL
****/

a.sidearm-skip-link {
  position: absolute;
  top: 0;
  left: -99999px;
  color: #712d3d;
  background-color: #fdb913;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: #712d3d;
}
a.sidearm-skip-link:focus {
  position: fixed;
  z-index: 9999999;
  left: 0;
}
html:after {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: white url('../images/bg.jpg') no-repeat top center;
}
body {
  margin: 0;
  padding: 0;
  color: black;
  background: white url('../images/bg.jpg') no-repeat top center fixed;
  font: 18px/1.4 "Ubuntu", sans-serif;
}
.wide {
  background: white;
}
.wide .main-content-placeholder {
  background: white;
  max-width: 1440px;
  padding: 12px 12px 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
}
@media all and (min-width: 400px) {
  .wide .main-content-placeholder {
    margin-top: 110px;
  }
}
.sport .main-content-placeholder {
  margin-top: 105px;
}
@media all and (min-width: 400px) {
  .sport .main-content-placeholder {
    margin-top: 180px;
  }
}
.storypage {
  background: white;
}
.storypage body {
  background: white;
  line-height: 1.8;
}
.row {
  max-width: 1440px;
}
/****
SLICK UI
****/

.slick-slider {
  position: relative;
}
.slick-slider button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.slick-slider button.showcase-play-button {
  border-radius: 100%;
}
.slick-slider button.showcase-play-button {
  border: solid 12px white;
}
.slick-slider .slick-prev {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 80px;
  height: 80px;
  color: white;
  font-size: 0;
}
.slick-slider .slick-prev:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '\E835';
  opacity: 0.3;
  color: white;
  background: black;
  font-family: sidearm_font;
  font-size: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.slick-slider .slick-prev:hover:after {
  opacity: 1.0;
  color: #fdb913;
  background: #582931;
}
.slick-slider .slick-next {
  position: absolute;
  right: 0;
  bottom: 50%;
  color: white;
  width: 80px;
  height: 80px;
  font-size: 0;
}
.slick-slider .slick-next:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '\E836';
  opacity: 0.3;
  color: white;
  background: black;
  font-family: sidearm_font;
  font-size: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.slick-slider .slick-next:hover:after {
  opacity: 1.0;
  color: #fdb913;
  background: #582931;
}
.slick-slider .slick-dots {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-slider .slick-dots li {
  display: inline;
}
.slick-slider .slick-dots button {
  width: 16px;
  height: 16px;
  margin: 0 6px;
  padding: 0;
  border-radius: 50%;
  background: white;
  color: white;
  text-indent: -9999px !important;
  text-align: left !important;
  display: inline-block;
  text-align: left !important;
  text-indent: -9999px !important;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.slick-slider .slick-dots button:hover {
  background: #fdb913;
}
.slick-slider .slick-dots .slick-active button {
  background: #fdb913;
}
.b-outside-arrows button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.b-outside-arrows .slick-prev {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 80px;
  height: 80px;
  font-size: 0;
}
.b-outside-arrows .slick-prev:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '\E835';
  opacity: 0.3;
  color: white;
  background: black;
  font-family: sidearm_font;
  font-size: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.b-outside-arrows .slick-prev:hover:after {
  opacity: 1.0;
  color: #fdb913;
  background: #582931;
}
.b-outside-arrows .slick-next {
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 80px;
  height: 80px;
  font-size: 0;
}
.b-outside-arrows .slick-next:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '\E836';
  opacity: 0.3;
  color: white;
  background: black;
  font-family: sidearm_font;
  font-size: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.b-outside-arrows .slick-next:hover:after {
  opacity: 1.0;
  color: #fdb913;
  background: #582931;
}
/****
SHOWCASE
****/

.showcase-modal {
  display: none;
}
.showcase-modal.video-is-playing {
  position: fixed;
  z-index: 901;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.showcase-modal__player-inner {
  position: relative;
  width: 90%;
}
@media screen and (min-width: 540px) {
  .showcase-modal__player-inner {
    width: 60%;
  }
}
.showcase-modal__player {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 56.25%;
  border: solid 12px white;
  background: white;
}
.showcase-modal__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.showcase-modal__details {
  position: absolute;
  top: 16px;
  left: 16px;
  display: none;
  padding-right: 20px;
  padding-left: 10px;
  color: white;
  border-left: 6px solid #fdb913;
  line-height: 1.4;
}
.showcase-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-right: -10px;
  color: white;
  border: none;
  background: #582931;
  line-height: 40px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.showcase-modal__close span {
  display: block;
  width: 0;
  height: 0;
  text-indent: -9999px !important;
  text-align: left !important;
  display: inline-block;
  text-align: left !important;
  text-indent: -9999px !important;
}
.showcase-modal__close:hover {
  color: #582931;
  background: #fdb913;
}
.showcase-play-button {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: block;
  width: 90px;
  height: 90px;
  cursor: pointer;
  opacity: 0.4;
  border: solid 12px white;
  border-radius: 100%;
  background: none;
  font-size: 0px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.showcase-play-button:after {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 2px;
  display: block;
  width: 100%;
  height: 100%;
  content: '\E89F';
  text-align: center;
  color: white;
  font-family: "sidearm_font";
  font-size: 20px;
  line-height: 66px;
}
.showcase-play-button:hover {
  opacity: 1.0;
  background: #582931;
}
/****
HEADER
****/

.main-fixed-elements {
  position: fixed;
  z-index: 800;
  top: 0;
  left: 0;
  width: 100%;
}
.main-header {
  position: relative;
  z-index: 400;
  background: #582931;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.main-header__logo {
  position: absolute;
  z-index: 500;
  top: 11px;
  left: 48%;
  width: 80px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media all and (min-width: 400px) {
  .main-header__logo {
    width: auto;
  }
}
@media all and (min-width: 1128px) {
  .main-header__logo {
    z-index: 800;
  }
}
.main-header__search {
  position: initial;
  z-index: 609;
  height: 55px;
  margin-left: -8px;
  cursor: pointer;
  text-transform: uppercase;
  color: white;
  font-family: "Khand", sans-serif;
  font-size: 26px;
  font-weight: 700;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  order: 0;
  -webkit-order: 0;
}
@media all and (min-width: 1128px) {
  .main-header__search {
    font-size: 22px;
  }
}
@media all and (min-width: 1260px) {
  .main-header__search {
    font-size: 26px;
  }
}
.main-header__search-button {
  height: 100%;
  padding: 0 20px;
}
.main-header__search i {
  position: relative;
  color: #fdb913;
  font-size: 16px;
}
.main-header__search:hover {
  color: #582931;
  background: #fdb913;
}
.main-header__search:hover i {
  color: white;
}
.main-header__search .icon-cancel {
  display: none;
}
.main-header__search-container {
  position: absolute;
  left: -9999px;
  z-index: 500;
  z-index: 610;
  bottom: -110px;
  display: flex;
  width: 100%;
  height: 110px;
  padding-left: 12px;
  background: #fdb913;
}
.main-header__search-container .b-search__search-input {
  width: 200px;
}
.main-header__search-container .b-search__input-submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.main-header__search-container .b-search__input-submit {
  padding: 4px 12px;
  color: white;
  background: #582931;
}
.main-header__search-container .b-search__input-submit:hover {
  color: #fdb913;
}
.main-header__search.open {
  color: #582931;
  background: #fdb913;
}
.main-header__search.open i {
  color: #582931;
}
.main-header__search.open .icon-cancel {
  display: inline-block;
}
.main-header__search.open .icon-search {
  display: none;
}
.main-header__search.open .main-header__search-container {
  display: flex;
  left: 0;
}
@media all and (min-width: 1128px) {
  .main-header__search.open .main-header__search-container {
    left: auto;
    right: 100%;
  }
}
@media all and (min-width: 400px) {
  .main-header__search {
    height: 110px;
  }
}
@media all and (min-width: 540px) {
  .main-header__search {
    position: relative;
    border-right: 1px solid #4b232a;
  }
  .main-header__search .main-header__search-container {
    top: 110px;
    bottom: auto;
    width: 300px;
  }
}
@media all and (min-width: 768px) {
  .main-header__search {
    margin-left: -12px;
  }
}
@media all and (min-width: 1128px) {
  .main-header__search .main-header__search-container {
    top: 0;
    right: -300px;
    left: auto;
  }
}
@media all and (min-width: 1128px) {
  .main-header__search {
    margin-left: 0;
    border-left: 1px solid #4b232a;
    order: 1;
    -webkit-order: 1;
  }
  .main-header__search-button {
    padding: 0 12px;
  }
  .main-header__search .main-header__search-container {
    right: auto;
    left: -9999px;
  }
}
@media all and (min-width: 1360px) {
  .main-header__search-button {
    padding: 0 20px;
  }
}
/****
NAVIGATION
****/

.main-navigation {
  z-index: 700;
  order: 1;
  -webkit-order: 1;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
}
@media all and (min-width: 540px) {
  .main-navigation {
    z-index: 600;
  }
}
@media all and (min-width: 1128px) {
  .main-navigation {
    order: 0;
    -webkit-order: 0;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
  }
}
.main-navigation navigation-component {
  width: 100%;
}
.sport-navigation {
  position: relative;
  z-index: 300;
  width: 100%;
}
.c-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-nav__url {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-nav--main {
  z-index: 400;
}
.c-nav--main .c-nav__url--level-1 {
  text-transform: uppercase;
  color: white;
  font-family: "Khand", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
@media all and (min-width: 1260px) {
  .c-nav--main .c-nav__url--level-1 {
    font-size: 26px;
  }
}
.c-nav--main .c-nav__item--level-2:hover {
  background: #d8d9da;
}
.c-nav--main .c-nav__separator {
  text-transform: uppercase;
  color: #582931;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.c-nav--desktop .c-nav__level-1 {
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.c-nav--desktop .c-nav__item--level-1 {
  height: 110px;
  cursor: default;
  white-space: nowrap;
  border-left: 1px solid #4b232a;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.c-nav--desktop .c-nav__item--level-1:hover {
  background: #fdb913;
}
.c-nav--desktop .c-nav__item--level-1:hover .c-nav__url--level-1 {
  color: #582931;
}
.c-nav--desktop .c-nav__item--level-1:hover .c-nav__level-2 {
  z-index: 401;
  left: 12px;
  min-width: 72.5%;
  transition: opacity .25s;
  opacity: 1;
}
.c-nav--desktop .c-nav__item--level-1.sports .c-nav__item--level-2 {
  display: flex;
  display: -webkit-flex;
}
.c-nav--desktop .c-nav__item--level-1.sports .c-nav__item--level-2 .c-nav__url--level-2:first-child {
  margin-right: auto;
  margin-left: 0;
}
.c-nav--desktop .c-nav__item--level-1:nth-child(4) {
  margin-right: auto;
  border-right: solid 1px #4b232a;
}
.c-nav--desktop .c-nav__item--level-1:nth-child(n+5):hover .c-nav__level-2 {
  right: 0;
  left: auto;
}
.c-nav--desktop .c-nav__url--level-1 {
  padding: 0 20px;
  line-height: 110px;
}
@media all and (min-width: 1128px) {
  .c-nav--desktop .c-nav__url--level-1 {
    padding: 0 12px;
  }
}
@media all and (min-width: 1360px) {
  .c-nav--desktop .c-nav__url--level-1 {
    padding: 0 20px;
  }
}
.c-nav--desktop .c-nav__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  background-color: white;
}
.c-nav--desktop .c-nav__level-2 ul {
  margin: 12px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.c-nav--desktop .c-nav__level-2-inner {
  min-width: 320px;
  margin: 0px auto;
  padding: 37px 36px 24px 26px;
  background-color: white;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c-nav--desktop .c-nav__level-2-inner .c-nav__level-2-dropdown__ad {
  position: relative;
  margin: 12px 0;
}
.c-nav--desktop .c-nav__item--level-2 {
  padding: 0 12px;
  white-space: nowrap;
  border-bottom: 1px solid #d8d9da;
  font-size: 18px;
  line-height: 39px;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-nav--desktop .c-nav__item--level-2.c-nav__separator:hover {
  background-color: transparent !important;
}
.c-nav--desktop .c-nav__url--level-2 {
  display: block;
  text-decoration: none;
  color: #696767;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-nav--desktop .c-nav__url--level-2.c-nav__schedule-roster-news {
  margin: 0 4px;
  white-space: nowrap;
  font-weight: 400;
}
.c-nav--desktop .c-nav__url--level-2.c-nav__schedule-roster-news:after {
  content: ' /';
}
.c-nav--desktop .c-nav__url--level-2.c-nav__social {
  overflow: hidden;
  height: 30px;
  margin: 0 4px;
  padding: 0;
  text-align: center;
  border: none;
  font-size: 0;
  font-weight: 400;
}
.c-nav--desktop .c-nav__url--level-2.c-nav__social:before {
  font-family: sidearm_font;
  font-size: 18px;
}
.c-nav--desktop .c-nav__url--level-2.c-nav__social.facebook {
  order: 4;
  -webkit-order: 4;
}
.c-nav--desktop .c-nav__url--level-2.c-nav__social.facebook:before {
  content: '\e806';
  color: #696767;
}
.c-nav--desktop .c-nav__url--level-2.c-nav__social.facebook:after {
  content: '/';
}
.c-nav--desktop .c-nav__url--level-2.c-nav__social.twitter {
  order: 6;
  -webkit-order: 6;
  padding-left: 4px;
}
.c-nav--desktop .c-nav__url--level-2.c-nav__social.twitter:before {
  content: '\e825';
  color: #696767;
}
.c-nav--desktop .c-nav__url--level-2.c-nav__social.instagram {
  display: none;
}
.c-nav--desktop .c-nav__url--level-2.c-nav__social.instagram:before {
  content: '\e811';
  color: #696767;
}
.c-nav--desktop .c-nav__url--level-2.c-nav__social.tickets {
  display: none;
}
.c-nav--desktop .c-nav__url--level-2.c-nav__social.tickets:before {
  content: '\e829';
  color: #696767;
}
.c-nav--desktop .c-nav__social-divider {
  color: #696767;
  order: 5;
  -webkit-order: 5;
}
.c-nav--offcanvas {
  z-index: 900;
}
.c-nav--offcanvas .c-nav__mobile-menu {
  height: 55px;
  padding: 0 20px;
  cursor: pointer;
  text-transform: uppercase;
  color: white;
  font-family: "Khand", sans-serif;
  font-size: 26px;
  font-weight: 700;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-nav--offcanvas .c-nav__mobile-menu i {
  position: relative;
  color: #fdb913;
  font-size: 16px;
}
.c-nav--offcanvas .c-nav__mobile-menu:hover {
  color: #582931;
  background: #fdb913;
}
.c-nav--offcanvas .c-nav__mobile-menu:hover i {
  color: white;
}
@media all and (min-width: 400px) {
  .c-nav--offcanvas .c-nav__mobile-menu {
    height: 110px;
  }
}
@media all and (min-width: 540px) {
  .c-nav--offcanvas .c-nav__mobile-menu {
    border-left: 1px solid #4b232a;
  }
}
.c-nav--offcanvas .c-nav__off-canvas-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 300px;
  height: calc(100vh);
  padding-top: 55px;
  padding-bottom: 70px;
  background-color: #582931;
  font-size: 16px;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.c-nav--offcanvas .c-nav__off-canvas-menu .close-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  cursor: pointer;
  text-align: right;
  color: white;
  background-color: #35191e;
  font-size: 20px;
  line-height: 55px;
}
.c-nav--offcanvas .c-nav__off-canvas-menu-level-1 {
  position: relative;
  display: block;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.c-nav--offcanvas .c-nav__off-canvas-menu .c-nav__item--level-1 {
  border-bottom: 1px solid #35191e;
}
.c-nav--offcanvas .c-nav__off-canvas-menu .c-nav__url--level-1 {
  position: relative;
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: white;
  font-size: 18px;
}
.c-nav--offcanvas .c-nav__off-canvas-menu .c-nav__url--level-1:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\e832';
  color: white;
  font-family: sidearm_font;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.c-nav--offcanvas .c-nav__off-canvas-menu .c-nav__url--level-1:hover {
  color: #582931;
  background-color: #fdb913;
}
.c-nav--offcanvas .c-nav__off-canvas-menu .c-nav__url--level-1:hover:after {
  color: #582931;
}
.c-nav--offcanvas .c-nav__off-canvas-menu .c-nav__url--level-1.open {
  background-color: #fdb913;
}
.c-nav--offcanvas .c-nav__off-canvas-menu .c-nav__url--level-1.open:before {
  position: absolute;
  top: 50%;
  left: 10px;
  content: '\e833';
  color: #582931;
  font-family: sidearm_font;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.c-nav--offcanvas .c-nav__off-canvas-menu-level-2 {
  position: fixed;
  z-index: 99999;
  top: 50px;
  right: 0;
  overflow-y: auto;
  width: 280px;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.c-nav--offcanvas .c-nav__off-canvas-menu-level-2.open {
  padding: 0 0 126px 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.c-nav--offcanvas .c-nav__off-canvas-menu .c-nav__item--level-2.c-nav__separator {
  padding: 10px 20px;
  text-transform: uppercase;
  border-bottom: solid 1px #d8d9da;
  font-weight: 700;
}
.c-nav--offcanvas .c-nav__off-canvas-menu .c-nav__item--level-2.c-nav__separator:hover {
  background: none;
}
.c-nav--offcanvas .c-nav__off-canvas-menu .c-nav__url--level-2 {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #696767;
  border-bottom: 1px solid #d8d9da;
  font-size: 16px;
  font-weight: bold;
}
.c-nav--offcanvas .c-nav__off-canvas-menu.open {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.c-nav--sport {
  position: relative;
  z-index: 300;
  height: 50px;
  background-color: #fdb913;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
@media all and (min-width: 400px) {
  .c-nav--sport {
    height: 70px;
  }
}
.c-nav--sport > .row {
  height: 100%;
}
.c-nav--sport .c-nav__item--level-1 {
  position: relative;
  height: 70px;
  color: #582931;
  border: none;
  font-weight: 400;
  line-height: 70px;
}
.c-nav--sport .c-nav__item--level-1:hover .c-nav__level-2 {
  right: 0;
  left: auto;
}
.c-nav--sport .c-nav__item--level-1:hover .c-nav__url--level-1 {
  transition: .25s;
  color: white;
  background: #582931;
}
.c-nav--sport .c-nav__item--level-1:nth-child(4) {
  margin-right: 0;
  border-right: none;
}
.c-nav--sport .c-nav__item--level-1:nth-child(5):hover .c-nav__level-2 {
  right: 0;
  left: auto;
}
.c-nav--sport .c-nav__item--level-1.sport-home:hover .c-nav__url--level-1 {
  transition: .25s;
  color: white;
  background: #fdb913;
}
.c-nav--sport .c-nav__sport-home {
  margin-right: auto;
  margin-left: 0;
  color: #582931;
  font-family: "Khand", sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  display: -webkit-flex;
}
.c-nav--sport .c-nav__sport-home .ad {
  margin-left: 36px;
}
.c-nav--sport .c-nav__sport-home-link {
  text-decoration: none;
  text-transform: uppercase;
  color: inherit;
}
.c-nav--sport .c-nav__item--sport-links {
  margin-left: 20px;
  color: #696767;
  font-weight: 700;
}
.c-nav--sport .c-nav__item--sport-links:hover > a {
  transition: .25s;
  color: #582931;
}
.c-nav--sport .c-nav__url--sport-links {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-nav--sport .c-nav__more {
  cursor: pointer;
  color: #696767;
}
.c-nav--sport .c-nav__more > i:before {
  width: initial;
  margin: 0;
}
.c-nav--sport .c-nav__url--level-1 {
  padding: 0 12px;
  transition: .25s;
  color: #582931;
  line-height: 70px;
}
.c-nav--sport .c-nav__url--level-1:hover {
  transition: .25s;
  color: white;
  background: #582931;
}
.c-nav--sport .c-nav__url--level-1.is-open {
  color: #582931;
}
.c-nav--sport .c-nav__level-2 {
  min-width: 300px;
  padding: 20px;
  background-color: white;
  font-size: 16px;
  line-height: 36px;
}
.c-nav--sport .c-nav__item--level-2 {
  color: #696767;
  line-height: 36px;
}
.c-nav--sport .c-nav__item--level-2:hover {
  transition: .25s;
  background-color: #d8d9da;
}
.c-nav--sport .c-nav__item--level-2:hover .c-nav__url--level-2 {
  transition: .25s;
  color: #696767;
}
.c-nav--sport .c-nav__url--level-2 {
  display: block;
  padding: 0 8px;
}
.c-nav--sport.c-nav--mobile .c-nav__sport-links {
  padding: 0 20px;
}
.c-nav--sport.c-nav--mobile .c-nav__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  max-height: 0px;
  transition: .5s;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  line-height: 1.25;
}
.c-nav--sport.c-nav--mobile .c-nav__offcanvas.is-open {
  overflow: auto;
  max-height: calc(100vh - 200px);
  transition: .5s;
}
.c-nav--sport.c-nav--mobile .c-nav__level-1 {
  padding: 20px;
}
.c-nav--sport.c-nav--mobile .c-nav__item--level-1 {
  height: auto;
  margin: 0;
  border-bottom: solid 1px #696767;
  line-height: 45px;
}
.c-nav--sport.c-nav--mobile .c-nav__item--level-1:hover .c-nav__url--level-1 {
  color: #696767;
  background: #d8d9da;
}
.c-nav--sport.c-nav--mobile .c-nav__url--level-1 {
  padding: 4px;
  color: #696767;
  font-weight: 700;
  line-height: 45px;
}
.c-nav--sport.c-nav--mobile .c-nav__url--level-1.is-open {
  background: #d8d9da;
}
.c-nav--sport.c-nav--mobile .c-nav__url--sport-links {
  color: #582931;
  font-weight: 400;
}
.c-nav--sport.c-nav--mobile .c-nav__more-icon {
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-nav--sport.c-nav--mobile .c-nav__more-icon.is-open {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-nav--sport.c-nav--mobile .c-nav__level-2 {
  overflow: hidden;
  max-height: 0px;
  padding: 0;
}
.c-nav--sport.c-nav--mobile .c-nav__level-2.is-open {
  overflow: visible;
  max-height: initial;
}
.c-nav--sport.c-nav--mobile .c-nav__item--level-2:hover {
  background: none;
}
.c-nav--sport.c-nav--mobile .c-nav__item--level-2 .c-nav__url--level-2 {
  color: inherit;
}
.c-nav--sport.c-nav--mobile .c-nav__url--level-2 {
  padding: 4px 16px;
  transition: .25s;
  font-size: 16px;
  line-height: 40px;
}
.c-nav--sport.c-nav--mobile .c-nav__url--level-2:hover {
  transition: .25s;
  color: #696767;
}
/****
ADS
****/

.s-inside-leaderboard .ad {
  padding: 24px 0;
}
/****
STORIES
****/

.c-topstories .slick-dots button {
  color: black;
}
.s-stories__ad .ad {
  position: relative;
  text-align: center;
  z-index: 10;
  padding-bottom: 12px;
  background: black;
}
@media all and (min-width: 768px) {
  .s-stories__ad .ad {
    padding-bottom: 0;
    margin-top: -76px;
    background: none;
  }
}
.c-stories__item {
  position: relative;
}
.c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
}
.c-stories__media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-stories__media:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  content: '';
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}
@media all and (min-width: 768px) {
  .c-stories__media:after {
    display: none;
  }
}
.c-stories .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-stories .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: 10;
}
.c-stories__headline {
  margin: 0;
}
.c-stories__url {
  text-decoration: none;
}
.c-stories .slick-next {
  transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.c-stories .slick-prev {
  transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.c-stories .slick-dots {
  position: relative;
  width: 100%;
}
@media all and (min-width: 768px) {
  .c-stories .slick-dots {
    position: absolute;
    bottom: 100px;
  }
}
@media all and (min-width: 1024px) {
  .c-stories .slick-dots {
    bottom: 120px;
  }
}
.c-stories--cover {
  margin-top: 55px;
  padding-bottom: 8px;
  background: black;
}
@media all and (min-width: 400px) {
  .c-stories--cover {
    margin-top: 110px;
  }
}
@media all and (min-width: 768px) {
  .c-stories--cover {
    padding-bottom: 0;
  }
}
.c-stories--cover .c-stories__item {
  height: calc(100vh - 110px);
}
.c-stories--cover .c-stories__media-as-bg {
  height: calc(100vh - 110px);
  background: url('../images/mainstory_default.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.c-stories--cover .c-stories__media {
  background: url('../images/mainstory_default.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.c-stories--cover .c-stories__details {
  position: relative;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .c-stories--cover .c-stories__details {
    position: absolute;
    padding-bottom: 138px;
  }
}
@media all and (min-width: 1024px) {
  .c-stories--cover .c-stories__details {
    padding-bottom: 168px;
  }
}
.c-stories--cover .c-stories__url {
  position: relative;
  color: white;
  font-family: "Khand", sans-serif;
  font-weight: 300;
  font-size: 30px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media all and (min-width: 540px) {
  .c-stories--cover .c-stories__url {
    font-size: 50px;
  }
}
.c-stories--cover .c-stories__url:hover {
  color: #fdb913;
}
.c-stories--cover .c-stories__url:after {
  position: relative;
  right: -10px;
  bottom: 5px;
  display: inline-block;
  content: '\E861';
  color: #fdb913;
  font-family: sidearm_font;
  font-size: 28px;
}
.c-stories--cover .c-stories__gradient {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: url('../images/mainstory_gradient.png') bottom center repeat-x;
}
@media all and (min-width: 768px) {
  .c-stories--cover .c-stories__gradient {
    display: block;
  }
}
.sport .c-stories__item {
  height: calc(100vh - 180px);
}
.sport .c-stories__media-as-bg {
  height: calc(100vh - 180px);
}
.stories-video-is-playing .c-stories--cover .slick-dots {
  opacity: 0;
}
.stories-video-is-playing .c-stories--cover .slick-next {
  opacity: 0;
}
.stories-video-is-playing .c-stories--cover .slick-prev {
  opacity: 0;
}
@media all and (min-width: 768px) {
  .stories-video-is-playing .c-stories--cover .slick-dots {
    opacity: 1;
  }
  .stories-video-is-playing .c-stories--cover .slick-next {
    opacity: 1;
  }
  .stories-video-is-playing .c-stories--cover .slick-prev {
    opacity: 1;
  }
}
@media all and (min-width: 1024px) {
  
}
@media all and (max-width: 1024px) {
  .c-stories--cover .c-stories__item {
    height: initial;
  }
  .c-stories--cover .c-stories__media-as-bg {
    display: none;
  }
}
/****
EVENTS
****/

.s-events {
  padding: 106px 0 96px;
  background: white;
}
@media all and (max-width: 1024px) {
  .s-events {
    padding: 84px 0 48px;
  }
}
@media all and (max-width: 767px) {
  .s-events {
    padding: 58px 0 48px;
  }
}
.s-events__heading {
  margin: 0;
  color: #582931;
  text-align: center;
  font-family: "Khand", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}
.s-events__cal-link {
  padding-bottom: 5px;
}
.s-events__cal-link a {
  text-decoration: none;
  color: #696767;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.s-events__cal-link a:hover {
  color: #582931;
}
.c-scoreboard {
  position: relative;
  padding-top: 12px;
}
.c-scoreboard__list {
  position: relative;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.c-scoreboard__item {
  position: relative;
  overflow: hidden;
  background: white;
}
.c-scoreboard__details-top {
  height: 70px;
  color: white;
  background: #582931;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
}
.c-scoreboard__date {
  position: relative;
  height: 100%;
  padding: 0 10px 0 12px;
  text-transform: uppercase;
  color: #582931;
  background: #fdb913;
  font-family: "Khand", sans-serif;
  font-size: 26px;
  font-weight: 700;
}
@media all and (min-width: 400px) {
  .c-scoreboard__date {
    padding: 0 10px 0 24px;
  }
}
.c-scoreboard__date:after {
  position: absolute;
  top: 0;
  right: -70px;
  width: 0;
  height: 0;
  content: '';
  border-top: 70px solid #fdb913;
  border-right: 70px solid transparent;
}
.c-scoreboard__name {
  padding-right: 12px;
  text-transform: uppercase;
  color: white;
  font-family: "Khand", sans-serif;
  font-size: 26px;
  font-weight: 400;
}
@media all and (min-width: 400px) {
  .c-scoreboard__name {
    padding-right: 24px;
  }
}
.c-scoreboard__logo {
  width: 90px;
  height: 90px;
  padding: 10px;
  border: solid 1px #d8d9da;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media all and (min-width: 540px) {
  .c-scoreboard__logo {
    width: 130px;
    height: 130px;
    padding: 0;
  }
}
.c-scoreboard__atvs {
  z-index: 2;
  width: 40px;
  height: 40px;
  margin: 0 -13px;
  padding-bottom: 4px;
  color: white;
  border-radius: 50%;
  background: #582931;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
}
.c-scoreboard__details-bottom {
  padding: 24px 24px 0;
  border: solid 1px #d8d9da;
}
.c-scoreboard__details-bottom__logos {
  padding-bottom: 18px;
}
.c-scoreboard__details-bottom .c-scoreboard__name {
  overflow: hidden;
  padding: 0 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.c-scoreboard__details-bottom__location {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #582931;
  font-family: "Khand", sans-serif;
  font-size: 26px;
  font-weight: 400;
}
.c-scoreboard__details-bottom__time {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #696767;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.c-scoreboard__details-bottom__result {
  color: #696767;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.c-scoreboard__details-bottom__status {
  height: 77px;
}
.c-scoreboard__ctas {
  height: 63px;
  border: solid 1px #d8d9da;
  border-top: none;
}
.c-scoreboard__ctas-items {
  height: 100%;
}
.c-scoreboard__ctas-item {
  color: #696767;
}
.c-scoreboard__ctas-item a {
  text-decoration: none;
  text-transform: uppercase;
  color: #696767;
  font: "Ubuntu", sans-serif;
  font-size: 24px;
  font-weight: 400;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-scoreboard__ctas-item a:hover {
  color: #fdb913;
}
.c-scoreboard .slick-prev {
  width: 80px;
  height: 80px;
  position: relative;
  bottom: auto;
  margin: 16px 8px 0;
}
@media all and (min-width: 768px) {
  .c-scoreboard .slick-prev {
    margin: 24px 12px 0;
  }
}
.c-scoreboard .slick-next {
  width: 80px;
  height: 80px;
  position: relative;
  bottom: auto;
  margin: 16px 8px 0;
}
@media all and (min-width: 768px) {
  .c-scoreboard .slick-next {
    margin: 24px 12px 0;
  }
}
.c-scoreboard .slick-dots {
  width: 100%;
  padding-top: 24px;
  text-align: center;
}
.c-scoreboard .slick-dots button {
  padding: 0;
  background: #696767;
  overflow: hidden;
  line-height: 1;
}
.c-scoreboard .slick-dots button:hover {
  background: #582931;
}
.c-scoreboard .slick-dots .slick-active button {
  background: #582931;
}
.tix-link-btn {
  color: white !important;
}
/****
PROMO
****/

.s-promo .slick-prev {
  transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  color: black;
}
.s-promo .slick-prev:hover:after {
  background: #fdb913;
  color: #582931;
}
.s-promo .slick-next {
  transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  color: black;
}
.s-promo .slick-next:hover:after {
  background: #fdb913;
  color: #582931;
}
.s-promo .ad img {
  width: 100%;
}
/****
VIDEOS
****/

.s-videos {
  padding: 96px 0 88px;
  background: url('../images/video_pattern.png') top center repeat white;
}
@media all and (max-width: 1024px) {
  .s-videos {
    padding: 48px 0;
  }
}
.s-videos__heading {
  margin: 0;
  color: #582931;
  font-family: "Khand", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.s-videos__link {
  padding-bottom: 5px;
}
.s-videos__link a {
  text-decoration: none;
  color: #696767;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.s-videos__link a:hover {
  color: #582931;
}
.c-youtube__item {
  position: relative;
}
.c-youtube .c-youtube__image {
  background: #cccccc;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.c-youtube .c-youtube__image img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.c-youtube .c-youtube__image button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.c-youtube .c-youtube__image iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.c-youtube .c-youtube__title {
  color: white;
  font-family: "Khand", sans-serif;
  font-weight: 400;
  font-size: 26px;
}
.c-youtube .c-youtube__play {
  font-size: 18px;
  color: #fdb913;
  font-weight: 400;
}
.c-youtube .c-youtube__details {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  width: 100%;
  height: 100%;
  padding: 24px;
  background: rgba(0, 0, 0, 0.5);
}
.c-youtube .c-youtube__switch {
  position: absolute;
  z-index: 7;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #fdb913;
}
.c-youtube .c-youtube__switch i {
  position: relative;
  z-index: 4;
  display: block;
  overflow: hidden;
  margin: 2px;
  color: #fdb913;
  font-size: 14px;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-youtube .c-youtube__switch:before {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  content: '';
  color: #fdb913;
  border-top: 40px solid #582931;
  border-left: 40px solid transparent;
  font-family: 'sidearm_font';
  font-size: 18px;
  line-height: 24px;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-youtube .c-youtube__item--opened .c-youtube__details {
  display: flex;
  display: -webkit-flex;
}
.c-youtube .c-youtube__item--opened .c-youtube__switch:before {
  color: #582931;
  border-top-color: #fdb913;
}
.c-youtube .c-youtube__item--opened .c-youtube__switch .icon-plus {
  color: #582931;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-youtube .c-youtube__item--opened .c-youtube__image {
  filter: blur(6px);
}
.c-youtube .slick-dots {
  padding-top: 24px;
  width: 100%;
}
.c-youtube .slick-dots button {
  background: #696767;
}
.c-youtube .slick-dots button:hover {
  background: #582931;
}
.c-youtube .slick-dots .slick-active button {
  background: #582931;
}
.c-youtube__arrows .slick-prev {
  width: 80px;
  height: 80px;
  position: relative;
  bottom: auto;
  margin: 16px 8px 0;
}
@media all and (min-width: 768px) {
  .c-youtube__arrows .slick-prev {
    margin: 24px 12px 0;
  }
}
.c-youtube__arrows .slick-next {
  width: 80px;
  height: 80px;
  position: relative;
  bottom: auto;
  margin: 16px 8px 0;
}
@media all and (min-width: 768px) {
  .c-youtube__arrows .slick-next {
    margin: 24px 12px 0;
  }
}
.c-contentstream__arrows .slick-prev {
  width: 80px;
  height: 80px;
  position: relative;
  bottom: auto;
  margin: 16px 8px 0;
}
@media all and (min-width: 768px) {
  .c-contentstream__arrows .slick-prev {
    margin: 24px 12px 0;
  }
}
.c-contentstream__arrows .slick-next {
  width: 80px;
  height: 80px;
  position: relative;
  bottom: auto;
  margin: 16px 8px 0;
}
@media all and (min-width: 768px) {
  .c-contentstream__arrows .slick-next {
    margin: 24px 12px 0;
  }
}
/****
CONTENT STREAM
****/

.s-contentstream {
  background: url('../images/social_bg.jpg') bottom center no-repeat white;
  padding-bottom: 88px;
}
@media all and (max-width: 1024px) {
  .s-contentstream {
    padding-bottom: 48px;
  }
}
.s-contentstream__ad {
  background: white;
  text-align: center;
  border-top: solid 1px #d8d9da;
  border-bottom: solid 1px #d8d9da;
}
.s-contentstream__ad .ad {
  padding: 48px 0;
}
.s-contentstream__header {
  padding-top: 96px;
}
@media all and (max-width: 1024px) {
  .s-contentstream__header {
    padding-top: 48px;
  }
}
.s-contentstream__heading {
  margin: 0;
  color: #582931;
  font-family: "Khand", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.s-contentstream__social-links {
  padding-bottom: 5px;
}
.s-contentstream__link {
  padding-bottom: 5px;
  margin-left: 30px;
}
.s-contentstream__link a {
  text-decoration: none;
  color: #696767;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.s-contentstream__link a i {
  color: #582931;
}
.s-contentstream__link a:hover {
  color: #582931;
}
.s-contentstream__link a:hover i {
  color: #fdb913;
}
.s-contentstream-wrapper {
  padding-top: 12px;
}
.c-contentstream__container .c-contentstream__icon {
  position: absolute;
  z-index: 7;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  color: #fdb913;
}
.c-contentstream__container .c-contentstream__icon i {
  position: relative;
  z-index: 4;
  display: block;
  overflow: hidden;
  margin: 2px;
  color: #fdb913;
  font-size: 14px;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-contentstream__container .c-contentstream__icon:before {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  content: '';
  color: #fdb913;
  border-top: 40px solid #582931;
  border-left: 40px solid transparent;
  font-family: 'sidearm_font';
  font-size: 18px;
  line-height: 24px;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-contentstream__container .c-contentstream__story__media {
  min-height: 60px;
}
.c-contentstream__container .c-contentstream__instagram__image {
  width: 100%;
}
.c-contentstream__container .c-contentstream__twitter__inner {
  background: white;
  border: solid 1px #d8d9da;
  height: 0;
  padding-bottom: 100%;
}
.c-contentstream__container .c-contentstream__twitter__user {
  margin-top: auto;
}
.c-contentstream__container .c-contentstream__twitter__user-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
  border-radius: 50%;
}
.c-contentstream__container .c-contentstream__twitter__body {
  padding: 24px;
  position: absolute;
  top: 0;
  height: 100%;
}
.c-contentstream__container .c-contentstream__twitter__content {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #696767;
}
.c-contentstream__container .c-contentstream__twitter__content a {
  color: #582931;
}
@media all and (min-width: 1024px) {
  .c-contentstream__container .c-contentstream__twitter__content {
    font-size: 18px;
  }
}
.c-contentstream__container .c-contentstream__twitter__footer {
  padding: 16px 0;
}
.c-contentstream__container .c-contentstream__twitter__interaction {
  display: inline;
}
.c-contentstream__container .c-contentstream__twitter__interaction a {
  color: #582931;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-contentstream__container .c-contentstream__twitter__interaction a:hover {
  color: #fdb913;
}
.c-contentstream__container .c-contentstream__twitter__user-screenname {
  color: #582931;
  font-family: "Khand", sans-serif;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 16px;
}
.c-contentstream__container .c-contentstream__twitter__user-screenname:hover {
  color: #fdb913;
}
@media all and (min-width: 1024px) {
  .c-contentstream__container .c-contentstream__twitter__user-screenname {
    font-size: 18px;
  }
}
.c-contentstream__container .c-contentstream__youtube__media {
  padding-bottom: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.c-contentstream__container .c-contentstream__youtube__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-contentstream__container .c-contentstream__youtube__playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png') center center;
  background-size: contain;
  height: 80px;
  width: 80px;
  border: none;
  outline: none;
}
.c-contentstream__container .c-contentstream__ad .c-contentstream__item-inner {
  padding: 20px;
  margin: 0 auto;
}
.c-contentstream__container .slick-dots {
  padding-top: 24px;
  width: 100%;
}
.c-contentstream__container .slick-dots button {
  background: #696767;
}
.c-contentstream__container .slick-dots button:hover {
  background: #582931;
}
.c-contentstream__container .slick-dots .slick-active button {
  background: #582931;
}
/****
AWARDS
****/

.s-awards__top {
  height: 48px;
  border-top: solid 1px #d8d9da;
  border-bottom: solid 1px #d8d9da;
  background: url('../images/video_pattern.png') top center repeat white;
}
.c-awards--standard .c-awards__item {
  display: flex;
  display: -webkit-flex;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media all and (min-width: 768px) {
  .c-awards--standard .c-awards__item {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-awards--standard .c-awards__item:first-child {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  text-align: right;
}
@media all and (min-width: 768px) {
  .c-awards--standard .c-awards__item:first-child .c-awards__media {
    order: 1;
    -webkit-order: 1;
  }
}
.c-awards--standard .c-awards__item:first-child .c-awards__name {
  align-items: center;
  -webkit-align-items: center;
}
@media all and (min-width: 768px) {
  .c-awards--standard .c-awards__item:first-child .c-awards__name {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
}
.c-awards--standard .c-awards__text {
  padding: 0 12px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .c-awards--standard .c-awards__text {
    text-align: inherit;
  }
}
.c-awards--standard .c-awards__name {
  font-family: "Khand", sans-serif;
  font-size: 26px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin-top: 4px;
}
.c-awards--standard .c-awards__name:hover {
  color: #fdb913;
}
.c-awards--standard .c-awards__name span {
  overflow: hidden;
  display: block;
  width: 100%;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (min-width: 768px) {
  .c-awards--standard .c-awards__name {
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
}
.c-awards--standard .c-awards__sport {
  font-family: "Ubuntu", sans-serif;
  color: #fdb913;
  font-weight: 400;
  font-size: 16px;
  margin-top: 4px;
  text-decoration: none;
}
.c-awards--standard .c-awards__sport:hover {
  color: white;
}
.c-awards--standard .c-awards__header img {
  max-width: 60%;
}
@media all and (min-width: 1024px) {
  .c-awards--standard .c-awards__header {
    margin-bottom: -38px;
  }
  .c-awards--standard .c-awards__header img {
    max-width: 100%;
  }
}
.c-awards--standard .c-awards__heading {
  margin: 0;
  padding-top: 48px;
  color: white;
  font-family: "Khand", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.c-awards--standard .c-awards__item-row {
  width: 100%;
  padding: 12px 0 48px;
}
/****
Article
****/

.flex-wrap-large-down {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media all and (min-width: 1024px) {
  .flex-wrap-large-down {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
}
.article-wrapper.news {
  border-right: solid 1px #d8d9da;
  border-left: solid 1px #d8d9da;
}
@media all and (min-width: 1024px) {
  .article-wrapper.news {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
  }
}
@media all and (min-width: 1024px) {
  
}
.article-image-container img {
  width: 100%;
}
.article-image-container iframe {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-image.right {
  margin: 0 0 10px 10px;
}
.article-image.right .article-image-caption {
  padding: 5px;
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.article-share-links {
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
}
.article-share-links li {
  margin-right: 12px;
}
.article-share-links a {
  display: block;
  width: 34px;
  height: 26px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: white;
  background-color: #004f39;
  font-size: 14px;
  line-height: 26px;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.article-share-links a i:before {
  width: initial;
}
.article-share-links a span {
  position: absolute;
  left: -9999px;
}
.article-share-links a.article-share-facebook {
  background-color: #3b5998;
}
.article-share-links a.article-share-facebook:hover {
  background-color: #4c70ba;
}
.article-share-links a.article-share-twitter {
  background-color: #00aced;
}
.article-share-links a.article-share-twitter:hover {
  background-color: #21c2ff;
}
.article-share-links a.article-share-google {
  background-color: #dd4b39;
}
.article-share-links a.article-share-google:hover {
  background-color: #e47365;
}
.article-share-links a.article-share-pinterest {
  background-color: #bd081c;
}
.article-share-links a.article-share-pinterest:hover {
  background-color: #ee0a23;
}
.article-share-links a.article-share-email {
  background-color: #ff9c00;
}
.article-share-links a.article-share-email:hover {
  background-color: #ffb033;
}
.article-share-links a.article-share-print {
  background-color: #004f39;
}
.article-share-links a.article-share-print:hover {
  background-color: #00825e;
}
.article-share-links a.article-share-pinterest {
  background-color: #bd081c;
}
.article-share-links a.article-share-pinterest:hover {
  background-color: #ee0a23;
}
@media all and (min-width: 1024px) {
  .article-content {
    padding-right: 12px;
  }
}
.article-content header {
  padding: 24px;
  border-top: solid 1px #d8d9da;
  border-bottom: solid 1px #d8d9da;
}
@media all and (min-width: 1024px) {
  .article-content header {
    margin-right: -12px;
    padding: 48px;
  }
}
.article-body-content {
  padding: 12px;
  color: #696767;
}
@media all and (min-width: 540px) {
  .article-body-content {
    padding: 48px;
  }
}
.article-headline {
  font-family: "Khand", sans-serif;
  font-weight: 300;
  font-size: 44px;
  color: #582931;
  line-height: 1.2;
  margin: 0;
}
.article-subheadline {
  margin: 0;
}
.article-byline {
  margin: 0;
}
.article-sport-date {
  color: #696767;
}
.article-aside {
  width: 100%;
  border-right: solid 1px #d8d9da;
  border-left: solid 1px #d8d9da;
}
@media all and (min-width: 1024px) {
  .article-aside {
    flex: 0 0 360px;
    -webkit-flex: 0 0 360px;
    min-width: 1px;
    min-height: 1px;
    border-left: none;
  }
}
.article-aside__heading {
  color: #582931;
  border: solid 1px #d8d9da;
  border-left: none;
  border-right: none;
  position: relative;
  padding: 48px;
}
.article-aside__heading h3 {
  font-family: "Khand", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
.article__story-spot-ad {
  padding: 30px 0;
}
.article__leaderboard-ad .ad {
  padding: px;
}
.c-stories--related__list-item {
  padding: 48px;
  border-bottom: solid 1px #d8d9da;
}
.c-stories--related__list-title-url {
  margin: 0;
}
.c-stories--related__list-title-url a {
  color: #696767;
  text-decoration: none;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c-stories--related__list-title-url a:hover {
  color: #fdb913;
}
.c-stories--related__date {
  font-weight: 700;
  color: #582931;
}
/****
FOOTER
****/

.main-footer {
  background: white;
}
.main-footer__top {
  border-top: solid 1px #d8d9da;
  padding: 36px 0 48px;
}
.main-footer__top .ads-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.main-footer__top .ad {
  width: 50%;
  padding: 8px;
}
@media all and (min-width: 540px) {
  .main-footer__top .ad {
    width: 33.33333%;
  }
}
@media all and (min-width: 768px) {
  .main-footer__top .ad {
    width: 16.66667%;
    padding: 12px;
  }
}
.main-footer__top .ad img {
  margin: 0 auto;
}
.main-footer__bottom {
  padding: 94px 0 200px;
  border-top: solid 1px #d8d9da;
}
.main-footer__bottom-ads ads-component {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.main-footer__bottom-ads .ads-container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media all and (min-width: 1024px) {
  .main-footer__bottom-ads .ads-container {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}
.main-footer__bottom-ads .ad {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  text-align: center;
  margin: 0 12px;
}
.main-footer__bottom .logo {
  margin: 0 12px;
}
.main-footer__bottom .logo a:hover {
  cursor: pointer;
}
.main-footer__copyright-links {
  text-align: center;
  padding-top: 24px;
}
.main-footer__copyright-links a {
  color: #696767;
  text-decoration: none;
}
.main-footer__copyright-links a:hover {
  color: #fdb913;
}
@media all and (min-width: 1024px) {
  .main-footer__copyright-links {
    padding-top: 0;
    text-align: left;
  }
}
.main-footer__copyright {
  color: #582931;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
}
.main-footer__policy-links {
  font-family: "Ubuntu", sans-serif;
  color: black;
  font-size: 18px;
}
.main-footer__policy-link {
  color: #696767;
  text-decoration: none;
}
.main-footer__policy-link:link {
  color: #696767;
}
.main-footer__policy-link:visited {
  color: #696767;
}
.main-footer__policy-link:hover {
  color: #fdb913;
}
.main-footer__partner-link {
  width: 50%;
  margin: 12px 0;
  text-align: center;
}
@media all and (min-width: 768px) {
  .main-footer__partner-link {
    width: 25%;
  }
}
@media all and (min-width: 1024px) {
  .main-footer__partner-link {
    width: 20%;
    margin: 0;
  }
}
@media all and (min-width: 1128px) {
  .main-footer__partner-link {
    width: auto;
  }
}
/****
STICKY TICKER
****/

.sticky-ticker {
  transition: .3s;
  transform: translate(0, 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  position: fixed;
  height: 78px;
  z-index: 800;
  font-size: 16px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
.sticky-ticker .slick-prev {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 20px;
  height: 20px;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.sticky-ticker .slick-prev:after {
  content: '\E857';
  font-family: sidearm_font;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #582931;
}
.sticky-ticker .slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 20px;
  height: 20px;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.sticky-ticker .slick-next:after {
  content: '\E858';
  font-family: sidearm_font;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #582931;
}
.sticky-ticker .row {
  position: relative;
  display: flex;
  display: -webkit-flex;
}
.sticky-ticker__wrapper {
  background: #582931;
  height: 78px;
}
.sticky-ticker__control {
  flex: 0 0 130px;
  -webkit-flex: 0 0 130px;
  min-width: 1px;
  min-height: 1px;
  background: #fdb913;
}
.sticky-ticker__control:after {
  content: '';
  position: absolute;
  width: 1000px;
  height: 78px;
  top: 0;
  left: -1000px;
  background-color: #fdb913;
}
.sticky-ticker .twitter-control__title {
  font-family: "Khand", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #582931;
  padding-right: 8px;
  text-transform: uppercase;
}
.sticky-ticker .twitter-control__button {
  color: #582931;
  font-size: 14px;
  font-weight: 700;
  margin: 0 -4px;
}
.sticky-ticker .tweet-container {
  flex: 1 1 600px;
  -webkit-flex: 1 1 600px;
  min-width: 1px;
  min-height: 1px;
  margin-right: auto;
  position: relative;
  z-index: 799;
}
.sticky-ticker .tweet-container .twitter-list .tweet-item-container .twitter .tweet {
  display: flex;
  display: -webkit-flex;
}
.sticky-ticker .tweet-container .twitter-list .tweet-item-container .twitter .tweet i {
  color: #00aced;
  font-size: 20px;
  line-height: 78px;
}
.sticky-ticker .tweet-container .twitter-list .tweet-item-container .twitter .tweet i:before {
  margin: 0 20px;
}
.sticky-ticker .tweet-container .twitter-list .tweet-item-container .twitter .tweet .body {
  font-family: "Ubuntu", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 78px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sticky-ticker .tweet-container .twitter-list .tweet-item-container .twitter .tweet .body a {
  color: #fdb913;
}
.sticky-ticker .tweet-container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 78px solid #fdb913;
  border-right: 78px solid transparent;
  z-index: 800;
}
.sticky-ticker .sticky-ticker__social .icons-ad {
  display: inline-block;
  margin-left: 8px;
}
.sticky-ticker .sticky-ticker__social .icons-ad a {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  color: #582931;
  font-size: 18px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.sticky-ticker .sticky-ticker__social .icons-ad a:hover {
  background: #fdb913;
}
.sticky-ticker .sticky-ticker__social .icons-ad span {
  text-indent: -9999px !important;
  text-align: left !important;
  display: inline-block;
  text-align: left !important;
  text-indent: -9999px !important;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
html.sticky-leaderboard-is-hidden .c-sticky-leaderboard {
  transform: translate(0, 100%);
}
html.sticky-leaderboard-is-hidden .sticky-ticker {
  transform: translate(0, 0);
}
.c-sticky-leaderboard {
  transition: .3s;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  z-index: 1000;
}
.c-sticky-leaderboard .dfp-ad {
  margin: 0 auto;
}
#content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content-ad .dfp-ad {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main-footer__bottom-ads ads-component {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .main-footer__bottom-ads .ad {
    margin: 12px;
    flex: 1 0 calc(50% - 24px);
    -webkit-flex: 1 0 calc(50% - 24px);
    min-width: 1px;
    min-height: 1px;
  }
}
.sidearm-story-template-gen-1 .sidearm-story-template-header {
  z-index: 20;
}
/*countdown*/

#countdown-section {
  position: relative;
  bottom: 60px;
}
.countdown-container {
  min-height: 60px;
  background: #712d3d;
  width: 100%;
  color: white;
  display: flex;
  display: -webkit-flex;
  padding: 0 40px;
}
.countdown-container .title {
  text-transform: uppercase;
  padding: 6px 0;
  font: 38px/1 'Khand';
  font-style: italic;
}
.countdown-container .countdown-game-details {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.countdown-container .countdown-details {
  display: flex;
  display: -webkit-flex;
  width: 100%;
}
.countdown-container .opponent {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font: 25px/1 'Khand';
  margin: 0 35px;
}
.countdown-container .opponent .vsat {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 60px;
  margin: 0 20px;
}
.countdown-container .opponent .vsat:before {
  content: '';
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  width: 1px;
  height: 100%;
  background: white;
  margin: 4px  0;
}
.countdown-container .opponent .vsat:after {
  content: '';
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  width: 1px;
  background: white;
  margin: 4px 0 ;
}
.countdown-container .game-media {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.countdown-container .game-media > a {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 60px;
  -webkit-flex-wrap: nowrap;
  padding: 0 20px 0 10px;
  margin-left: 20px;
  position: relative;
  margin-right: -40px;
  text-decoration: none;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #fdb913;
  color: #712d3d;
  font: 30px/1.3 'Khand';
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
}
.countdown-container .game-media > a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 60px solid #fdb913;
  position: absolute;
  top: 0;
  left: -20px;
  border-left: 20px solid transparent;
}
.countdown-container .game-media > a:after {
  content: none;
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid #fdb913;
  position: absolute;
  top: 0;
  right: -20px;
  border-right: 20px solid transparent;
}
.countdown-container .countdown-details-countdown {
  margin-left: auto;
  display: flex;
  display: -webkit-flex;
}
.countdown-container .countdown-details-promo {
  margin-right: 20px;
}
.countdown-container .time {
  font: 30px/1.3 'Khand';
  color: #712d3d;
  font-weight: 700;
}
.countdown-container .timeWrapper {
  height: 60px;
  width: 45px;
  padding: 5px 0;
  background: white;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  font-weight: 300;
  font-size: 13px;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #712d3d;
  text-transform: uppercase;
  margin: 0 15px;
  position: relative;
}
.countdown-container .timeWrapper:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 60px solid white;
  position: absolute;
  top: 0;
  left: -20px;
  border-left: 20px solid transparent;
}
.countdown-container .timeWrapper:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid white;
  position: absolute;
  top: 0;
  right: -20px;
  border-right: 20px solid transparent;
}
@media screen and (max-width: 1405px) {
  .countdown-container .title {
    font: 30px/1 'Khand';
  }
}
@media screen and (max-width: 1255px) {
  .countdown-container {
    max-width: 750px;
    margin: 0 auto;
    padding: 20px;
  }
  .countdown-container .countdown-details {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .countdown-container .timeWrapper:first-child:before {
    content: none;
  }
  .countdown-container .timeWrapper:first-child {
    margin-left: 0px;
    padding-left: 10px;
    width: 55px;
  }
  .countdown-container .game-media > a {
    margin-right: 0px;
  }
  .countdown-container .countdown-details-countdown {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .countdown-container .countdown-game-details {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media screen and (max-width: 720px) {
  .main-header__logo {
    left: 50%;
  }
  .countdown-container {
    margin-bottom: -25px;
  }
  .countdown-container .countdown-details-countdown {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }
  .countdown-container .game-media > a:after {
    content: '';
  }
  .countdown-container .timeWrapper:first-child {
    width: 40px;
    margin-left: 15px;
    padding-left: 0;
  }
  .countdown-container .timeWrapper:first-child:before {
    content: '';
  }
  .countdown-details-countdown > * {
    margin: 20px 0;
  }
  .countdown-container .game-media > a {
    margin-left: 0;
  }
  .countdown-container .countdown-game-details {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
  }
  .countdown-container .countdown-details-promo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .countdown-container .countdown-details-promo {
    margin-right: 0px;
  }
}
