@import url('https://fonts.sidearmsports.com/sidearm/sidearm_font.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:400|Titillium+Web:400,400i,600,700');
/*Variables*/
/*Colors*/
/*Social Media Brand Colors*/
/*Fonts*/
/*Utility Classes*/

.accessible-hide {
  position: absolute;
  top: -99999px;
  left: -99999px;
  display: block !important;
}
.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.h-blue {
  color: #062359 !important;
}
.h-black {
  color: black !important;
}
.h-white {
  color: white !important;
}
/*Style*/

a.sidearm-skip-link {
  position: absolute;
  top: 0;
  left: -99999px;
  color: white;
  background-color: black;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: white;
}
a.sidearm-skip-link:focus {
  position: fixed;
  z-index: 9999999;
  left: 0;
}
html.wide:not(.custom) .main-content-placeholder {
  max-width: 1224px;
  margin: 0 auto;
  padding: 24px;
  background-color: white;
}
html:after {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #05183c url('../images/responsive/bg.png') no-repeat top center;
}
body {
  font: 16px/1.4 'Titillium Web', sans-serif;
  margin: 0;
  padding: 0;
  color: black;
  background: #05183c;
}
.row {
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
}
.row--narrow {
  max-width: 1176px;
}
.row--big-pad {
  padding-right: 12px;
  padding-left: 12px;
}
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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  color: white;
  background: 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;
}
button.showcase-play-button:after,
.showcase-play-button:after {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  font-family: sidearm_font;
  font-size: 30px;
  width: 100%;
  height: 100%;
  content: '\e89f';
  color: white;
  background: none;
}
button.showcase-play-button:hover,
.showcase-play-button:hover {
  background: #062359;
  -webkit-box-shadow: 6px 4px 0px 0px #0f44a6;
  -moz-box-shadow: 6px 4px 0px 0px #0f44a6;
  box-shadow: 6px 4px 0px 0px #0f44a6;
}
.showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*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 {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  font-size: 0;
  position: absolute;
  bottom: 50%;
  left: 0;
  overflow: hidden;
  width: 36px;
  height: 36px;
  color: white;
}
.slick-slider .slick-prev:after,
.slick-slider .slick-next:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 1;
  background: url('../site/assets/arrow-w.svg') center center no-repeat;
  background-size: 16px 16px;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  -webkit-box-shadow: 3px 1px 0px 0px #0f44a6;
  -moz-box-shadow: 3px 1px 0px 0px #0f44a6;
  box-shadow: 3px 1px 0px 0px #0f44a6;
}
.slick-slider .slick-prev:hover:after,
.slick-slider .slick-next:hover:after {
  color: black;
  background-color: #062359;
}
.slick-slider .slick-next {
  right: 0;
  bottom: 50%;
  left: auto;
}
.slick-slider .slick-next:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  content: '';
}
.slick-slider .slick-disabled {
  opacity: 0;
}
.slick-slider .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slick-slider .slick-dots li {
  display: inline;
}
.slick-slider .slick-dots button {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 0;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  padding: 0;
  color: transparent;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
}
.slick-slider .slick-dots button:hover {
  background: black;
}
.slick-slider .slick-dots .slick-active button {
  background: black;
}
/*BUTTON*/

.b-button,
button.b-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;
  font-family: 'Titillium Web', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 50px;
  padding: 0 90px;
  color: white;
  background: #0f43a5;
}
.b-button::-ms-expand,
button.b-button::-ms-expand {
  display: none;
}
.b-button:focus,
button.b-button:focus {
  outline: thin dotted;
}
.b-button:hover,
button.b-button:hover {
  color: #0f43a5;
  background: white;
}
/****
MAIN HEADER
****/

.main-header {
  position: relative;
  padding-bottom: 80px;
}
.main-header__tag {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  height: 40px;
  letter-spacing: 1.2px;
  color: white;
}
.main-header__tag a {
  flex: 0 0 80px;
  margin-left: 24px;
}
.main-header__sticky {
  position: absolute;
  z-index: 600;
  top: 0;
  left: 0;
  width: 100%;
}
.main-header__social .ads-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.main-header__social .ads-container .ad {
  margin-left: 16px;
}
.main-header__social .ads-container a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
  text-decoration: none;
  color: white;
}
.main-header__social .ads-container a .icon-instagram {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  display: inline-block;
}
.main-header__social .ads-container a .icon-youtube {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  display: inline-block;
}
.main-header__social .ads-container a span {
  position: absolute;
  top: -99999px;
  left: -99999px;
  display: block !important;
}
.main-header__social .ads-container a:hover {
  color: #b99c6b;
}
html.sport .main-header {
  padding-bottom: 140px;
}
html.headroom--not-top .main-header__sticky {
  position: fixed;
  top: 0;
}
@media all and (min-width: 1024px) {
  .main-header {
    padding-bottom: 92px;
  }
  .main-header__sticky {
    top: 144px;
  }
  html.sport .main-header {
    padding-bottom: 152px;
  }
  html.sport .main-header__sticky {
    top: 40px;
  }
  html.headroom--not-top .main-header__sticky {
    position: fixed;
    top: 0;
  }
}
/****
MEMBERS
****/

.s-members {
  position: relative;
  display: none;
  background: #04183c;
}
.s-members.is-open {
  display: block;
}
.c-members__logo {
  padding: 12px;
}
.c-members__logo img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-members__logo:hover img {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.c-members__item.uncw {
  order: 6;
  -webkit-order: 6;
}
.c-members__item.nu {
  order: 7;
  -webkit-order: 7;
}
.c-members__item.towson {
  order: 8;
  -webkit-order: 8;
}
.c-members__item.william_mary {
  order: 9;
  -webkit-order: 9;
}
.c-members.c-members--desktop {
  height: 102px;
}
.c-members.c-members--mobile {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  position: absolute;
  z-index: 600;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 12px 0;
  background: #04183c;
}
.c-members.c-members--mobile .c-members__item {
  flex: 1 0 25%;
  -webkit-flex: 1 0 25%;
  min-width: 1px;
  min-height: 1px;
  padding: 12px;
}
@media all and (min-width: 768px) {
  .c-members.c-members--mobile {
    height: auto;
  }
  .c-members.c-members--mobile .c-members__item {
    flex: 1 0 20%;
    -webkit-flex: 1 0 20%;
    min-width: 1px;
    min-height: 1px;
  }
}
@media all and (min-width: 1024px) {
  .s-members {
    display: block;
    height: auto;
    border: solid 1px #0f44a6;
    border-right: none;
    border-left: none;
  }
}
/****
NAVIGATION
****/

.main-navigation {
  background: white;
}
.c-navigation--main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-navigation--main.c-navigation--desktop {
  max-width: 1200px;
  margin: 0 auto;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-navigation--main.c-navigation--desktop .c-navigation__logo {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 176px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__logo svg {
  width: 100%;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:nth-child(4) .c-navigation__url--level-1:after {
  display: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:nth-child(4) {
  margin-right: auto;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1 {
  color: white;
  background: #062359;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2 {
  z-index: 700;
  left: 0;
  transition: opacity 0.25s;
  opacity: 1;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  position: relative;
  height: 92px;
  padding: 0 8px;
  color: #062359;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1:after {
  -webkit-transform: translate(1px, -50%);
  transform: translate(1px, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 23px;
  content: '';
  background: #d8d8d8;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  overflow: auto;
  width: 100%;
  max-height: calc(100vh - 100px);
  opacity: 0;
  background: url('../images/responsive/dropdown_bg.jpg') center center no-repeat #05183c;
  background-size: cover;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2-inner {
  max-width: 1224px;
  margin: 0 auto;
  padding: 48px 0 72px ;
}
.c-navigation--main.c-navigation--desktop .c-navigation__column {
  flex: 1 1 33.3333%;
  -webkit-flex: 1 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
  padding: 0 24px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 0 16px 0 12px;
  border-bottom: solid 1px #0f44a6;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:hover {
  background: white;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:hover .c-navigation__url--level-2 {
  color: #062359;
}
.c-navigation--main.c-navigation--desktop .c-navigation__separator {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  min-height: 44px;
  text-transform: uppercase;
  color: #d8d8d8;
}
.c-navigation--main.c-navigation--desktop .c-navigation__separator:hover {
  color: #d8d8d8;
  background: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  min-height: 44px;
  color: white;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:first-child:last-child {
  width: 100%;
  margin-right: 0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__schedule-roster-news {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  margin-left: 30px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social {
  overflow: hidden;
  width: 30px;
  height: 100%;
  white-space: nowrap;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social:before {
  font-family: sidearm_font;
  margin-right: 30px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.facebook:before {
  content: '\e805';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.twitter:before {
  content: '\e825';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.instagram:before {
  content: '\e811';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.tickets:before {
  content: '\e888';
}
.c-navigation--main.c-navigation--mobile {
  padding-right: 22px;
  background: #062359;
}
.c-navigation--main.c-navigation--mobile .c-navigation__social .ads-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  padding: 12px 0;
}
.c-navigation--main.c-navigation--mobile .c-navigation__social .ads-container .ad {
  margin-left: 16px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__social .ads-container a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
  text-decoration: none;
  color: #062359;
}
.c-navigation--main.c-navigation--mobile .c-navigation__social .ads-container a .icon-instagram {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  display: inline-block;
}
.c-navigation--main.c-navigation--mobile .c-navigation__social .ads-container a .icon-youtube {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  display: inline-block;
}
.c-navigation--main.c-navigation--mobile .c-navigation__social .ads-container a span {
  position: absolute;
  top: -99999px;
  left: -99999px;
  display: block !important;
}
.c-navigation--main.c-navigation--mobile .c-navigation__social .ads-container a:hover {
  color: #b99c6b;
}
.c-navigation--main.c-navigation--mobile .c-navigation__members-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;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  width: 36px;
  height: 80px;
  margin-left: 10px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__members-toggle::-ms-expand {
  display: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__members-toggle:focus {
  outline: thin dotted;
}
.c-navigation--main.c-navigation--mobile .c-navigation__members-toggle svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 20px;
  fill: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__members-toggle span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 20px;
  display: none;
  color: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__members-toggle:hover svg {
  fill: #b99c6b;
}
.c-navigation--main.c-navigation--mobile .c-navigation__members-toggle:hover span {
  color: #b99c6b;
}
.c-navigation--main.c-navigation--mobile .c-navigation__members-toggle.is-open span {
  display: block;
}
.c-navigation--main.c-navigation--mobile .c-navigation__members-toggle.is-open svg {
  display: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__watch-link {
  margin-top: 2px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__watch-link svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 28px;
  fill: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__watch-link:hover svg {
  fill: #b99c6b;
}
.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;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: auto;
  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:before {
  position: fixed;
  z-index: 799;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  content: '';
  background: rgba(255, 255, 255, 0);
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle.is-open:before {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle--offcanvas {
  width: 100%;
  text-align: left;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:hover {
  background: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:hover .c-navigation__toggle-icon {
  width: 22px;
  background: #062359;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:hover .c-navigation__toggle-icon:after,
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:hover .c-navigation__toggle-icon:before {
  background: #062359;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:hover .c-navigation__toggle-icon:after {
  width: 22px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle--offcanvas {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  height: 55px;
  padding: 0 12px;
  text-transform: uppercase;
  color: #062359;
  background: #eeeeee;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle--offcanvas i {
  font-weight: 400;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle--offcanvas:hover {
  color: #062359;
  background: #eeeeee;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle-icon {
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  position: absolute;
  top: 39px;
  left: 28px;
  width: 15px;
  height: 2px;
  content: '';
  background: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle-icon:before {
  position: absolute;
  top: -6px;
  left: 0;
  width: 22px;
  height: 2px;
  content: '';
  background: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle-icon:after {
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 7px;
  height: 2px;
  content: '';
  background: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__logo {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 102px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__logo svg {
  width: 100%;
}
.c-navigation--main.c-navigation--mobile .c-navigation__logo svg use {
  fill: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  overflow: auto;
  width: 300px;
  height: 100vh;
  background: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  -webkit-transform: none;
  transform: none;
  overflow: auto;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  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 {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: transform 0.25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  min-height: 50px;
  padding: 4px 12px;
  text-decoration: none;
  color: #062359;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1:hover,
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1.is-open,
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1.sidearm-hover {
  color: white;
  background: #062359;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  overflow: hidden;
  width: 100%;
  max-height: 0px;
  transition: 1s;
  opacity: 1;
  background: url('../images/responsive/dropdown_bg.jpg') center center no-repeat #05183c;
  background-size: cover;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2 {
  padding: 0 12px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__separator {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  min-height: 44px;
  margin: 0 4px;
  text-transform: uppercase;
  color: #d8d8d8;
  border-bottom: solid 1px #0f44a6;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  min-height: 44px;
  padding: 4px;
  text-decoration: none;
  color: white;
  border-bottom: solid 1px #0f44a6;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2:hover,
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2.is-open,
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2.sidearm-hover {
  color: #062359;
  background: white;
}
@media all and (min-width: 1176px) {
  .c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 {
    padding: 0 21px;
  }
}
@media all and (min-width: 1260px) {
  .c-navigation--main.c-navigation--desktop .c-navigation__column {
    flex: 0 1 33.3333%;
    -webkit-flex: 0 1 33.3333%;
    min-width: 1px;
    min-height: 1px;
  }
}
.sport-navigation {
  background: url('../images/responsive/sport-bg.png') top center no-repeat #b99c6b;
}
.c-navigation--sport {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
}
.c-navigation--sport ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.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:hover .c-navigation__url--level-1,
.c-navigation--sport .c-navigation__item--level-1 .sidearm-hover .c-navigation__url--level-1 {
  color: #b99c6b;
  background: #062359;
}
.c-navigation--sport .c-navigation__item--level-1:hover .c-navigation__url--level-1 svg use,
.c-navigation--sport .c-navigation__item--level-1 .sidearm-hover .c-navigation__url--level-1 svg use {
  fill: #b99c6b;
}
.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;
  color: white;
  background: #062359;
}
.c-navigation--sport .c-navigation__url--level-1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 60px;
  padding: 0 7px;
  color: #062359;
}
.c-navigation--sport .c-navigation__more {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
}
.c-navigation--sport .c-navigation__more svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 12px;
  margin-left: 15px;
}
.c-navigation--sport .c-navigation__more svg use {
  fill: #062359;
}
.c-navigation--sport .c-navigation__sport-home {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-right: auto;
}
.c-navigation--sport .c-navigation__sport-home .c-navigation__url--level-1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  color: #062359;
}
.c-navigation--sport .c-navigation__sport-home .c-navigation__url--level-1:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #7e6a47;
}
.c-navigation--sport .c-navigation__sport-logo {
  margin: 0 23px;
}
.c-navigation--sport .c-navigation__level-2 {
  position: absolute;
  z-index: 600;
  top: 100%;
  left: -99999px;
  min-width: 300px;
  padding: 10px 0 24px;
  opacity: 0;
}
.c-navigation--sport .c-navigation__item--level-2 {
  padding: 0 12px;
}
.c-navigation--sport .c-navigation__url--level-2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  padding: 8px 12px;
  color: white;
  border-bottom: solid 1px #0f44a6;
}
.c-navigation--sport .c-navigation__url--level-2:hover,
.c-navigation--sport .c-navigation__url--level-2.sidearm-hover {
  color: #062359;
  background: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-logo {
  margin: 0 23px 0 0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-home-link {
  font-family: 'Titillium Web', sans-serif;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  height: 60px;
  text-transform: uppercase;
  color: #062359;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-home-link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #7e6a47;
}
.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;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 60px;
  padding: 0 7px;
  color: #062359;
}
.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__toggle svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 12px;
  margin-left: 15px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle svg use {
  fill: #062359;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle.is-open svg {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  max-height: 0px;
  background: #b99c6b;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  overflow: auto;
  max-height: calc(100vh - 150px);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  color: #062359;
}
.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 {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: transform 0.25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  padding: 0 12px;
}
.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: #b99c6b;
  background: #062359;
}
.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;
  background: #062359;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 ul {
  padding: 10px 0 24px;
}
html.sport .c-navigation--main.c-navigation--mobile .c-navigation__members-toggle {
  display: none;
}
.c-navigation__flo-logo-mobile {
  width: 100%;
  display: flex;
  justify-content: center;
}
.c-navigation__flo-logo-mobile a {
  width: 80px;
}
/****
SEARCH
****/

.b-search .b-search__icon {
  -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-size: 20px;
  cursor: pointer;
  height: 80px;
  color: white;
  padding: 0 0 0 8px;
}
.b-search .b-search__icon::-ms-expand {
  display: none;
}
.b-search .b-search__icon:focus {
  outline: thin dotted;
}
.b-search .b-search__icon:hover {
  color: #b99c6b;
}
.b-search .b-search__label {
  position: absolute;
  top: -99999px;
  left: -99999px;
}
.b-search--popout .b-search__container {
  position: absolute;
  top: -9999px;
  left: -99999px;
  width: 300px;
  opacity: 0;
}
.b-search--popout .b-search__search-input {
  width: 100%;
}
.b-search--popout.open .b-search__container {
  top: 100%;
  right: 0;
  left: auto;
  opacity: 1;
  z-index: 701;
}
.b-search .b-search__search-input {
  width: 100%;
  padding: 12px;
}
.b-search .b-search__input-text {
  width: 100%;
}
@media all and (min-width: 1024px) {
  .b-search .b-search__icon {
    height: 92px;
    color: #062359;
    padding: 0 8px;
  }
  .b-search .b-search__icon:hover {
    color: white;
    background: #062359;
  }
  .b-search .b-search__search-input {
    background: #062359;
  }
}
@media all and (min-width: 1176px) {
  .b-search .b-search__icon {
    padding: 0 20px;
  }
}
/****
SECTION HEADERS
****/

.section-header {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding: 24px;
}
.section-header svg {
  width: 87px;
  height: 28px;
  margin: 0 24px 0 0;
}
.section-header__title {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 0 0 3px 0;
  text-transform: uppercase;
  color: #062359;
}
.section-header__title a {
  text-decoration: none;
  color: #062359;
}
.section-header__title a:hover {
  color: #b99c6b;
}
.section-header__link {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: auto;
  text-decoration: none;
  color: #062359;
}
.section-header__link:hover {
  color: #b99c6b;
}
.section-header--social .section-header__title {
  color: white;
}
.section-header--events {
  padding: 12px;
}
@media all and (min-width: 768px) {
  .section-header--events {
    padding: 24px;
  }
}
/****
STORIES
****/

.c-stories--slider {
  border-bottom: solid 3px #b99c6b;
  background: #04183c;
}
.c-stories--slider .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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  color: white;
  background: none;
}
.c-stories--slider .showcase-play-button::-ms-expand {
  display: none;
}
.c-stories--slider .showcase-play-button:focus {
  outline: thin dotted;
}
.c-stories--slider .showcase-play-button:after {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  font-family: sidearm_font;
  font-size: 30px;
  width: 100%;
  height: 100%;
  content: '\e89f';
  color: white;
  background: none;
}
.c-stories--slider .showcase-play-button:hover {
  background: #062359;
  -webkit-box-shadow: 6px 4px 0px 0px #0f44a6;
  -moz-box-shadow: 6px 4px 0px 0px #0f44a6;
  box-shadow: 6px 4px 0px 0px #0f44a6;
}
.c-stories--slider .c-stories__item {
  position: relative;
}
.c-stories--slider .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  background: url('../images/responsive/mainstory_image_default.jpg') center center no-repeat #062359;
  background-size: cover;
}
.c-stories--slider .c-stories__media:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.c-stories--slider .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-stories--slider .c-stories__details {
  padding: 20px 24px 70px;
}
.c-stories--slider .c-stories__title {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 0 0 7px 0;
}
.c-stories--slider .c-stories__url {
  text-decoration: none;
  color: white;
}
.c-stories--slider .c-stories__url:hover {
  color: #b99c6b;
}
.c-stories--slider .c-stories__link:after {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 10px 4px;
  content: '';
  border-radius: 50%;
  background: #b99c6b;
}
.c-stories--slider .c-stories__link:last-child:after {
  display: none;
}
.c-stories--slider .c-stories__link a {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: white;
}
.c-stories--slider .c-stories__link a:hover {
  color: #b99c6b;
}
.c-stories--slider .showcase-video-player {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-stories--slider button.slick-prev,
.c-stories--slider button.slick-next {
  -webkit-transform: none;
  transform: none;
  position: absolute;
  top: auto;
  right: 18px;
  bottom: 18px;
  left: auto;
}
.c-stories--slider button.slick-prev {
  right: 54px;
}
@media all and (min-width: 1024px) {
  .s-top-stories {
    padding: 24px 0 72px;
  }
  .c-stories--slider {
    margin: 0 24px;
    border-bottom: none;
  }
  .c-stories--slider .c-stories__media:after {
    display: none;
  }
  .c-stories--slider .c-stories__details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 24px 24px 48px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  }
  .c-stories--slider .c-stories__title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    font-style: normal;
  }
}
/****
SCOREBOARDS
*****/

.scoreboards {
  padding: 0;
}
.scoreboards__events {
  position: relative;
}
.styled-select {
  position: relative;
  width: 100%;
}
.styled-select select {
  -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: 'Titillium Web', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 57px;
  width: 100%;
  height: 60px;
  padding: 0 84px 0 24px;
  color: white;
  border-bottom: solid 3px #0f43a5;
  background: #04183c;
}
.styled-select select::-ms-expand {
  display: none;
}
.styled-select select:focus {
  outline: thin dotted;
}
.styled-select select:hover {
  background: #0f43a5;
}
.styled-select:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  content: '';
  pointer-events: none;
  background: url('../site/assets/arrow-w.svg') center center no-repeat #0f43a5;
  background-size: 12px 12px;
}
@media all and (min-width: 1024px) {
  .scoreboards {
    padding: 0 24px 72px 24px;
  }
  .scoreboards__events {
    min-height: 476px;
  }
  .scoreboards__standings {
    padding-left: 12px;
  }
}
/****
EVENTS
****/

.s-events {
  position: fixed;
  z-index: 900;
  top: 0;
  left: -9999px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background: white;
}
.s-events .section-header,
.s-events .c-events__filters,
.s-events .c-events__item {
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
}
.s-events.is-open {
  left: 0;
  transition: opacity  0s 0.4s;
  opacity: 1;
}
.s-events.is-open .section-header {
  -webkit-transform: none;
  transform: none;
  transition: opacity 0.4s 0.5s, transform 0.4s 0.5s;
  opacity: 1;
}
.s-events.is-open .c-events__filters {
  -webkit-transform: none;
  transform: none;
  transition: opacity 0.4s 0.5s, transform 0.4s 0.5s;
  opacity: 1;
}
.s-events.is-open .c-events__item {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.s-events.is-open .c-events__item:first-child {
  transition: opacity 0.4s 0.8s, transform 0.4s 0.8s;
}
.s-events.is-open .c-events__item:nth-child(2) {
  transition: opacity 0.3s 1.1s, transform 0.3s 1.1s;
}
.s-events.is-open .c-events__item:nth-child(3) {
  transition: opacity 0.2s 1.3s, transform 0.2s 1.3s;
}
.s-events.is-open .c-events__item:nth-child(4) {
  transition: opacity 0.1s 1.5s, transform 0.1s 1.5s;
}
.s-events.is-open .c-events__item:nth-child(5) {
  transition: opacity 0.1s 1.6s, transform 0.1s 1.6s;
}
.s-events__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;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  font-weight: 400;
  position: fixed;
  z-index: 899;
  right: 24px;
  bottom: 24px;
  width: 70px;
  height: 70px;
  transition: transform 0.3s, background-color 0.7s 0.5s;
  color: white;
  border-radius: 50%;
  background: #0f43a5;
  box-shadow: 0 0.188rem 0.25rem rgba(0, 0, 0, 0.4);
}
.s-events__button::-ms-expand {
  display: none;
}
.s-events__button:focus {
  outline: thin dotted;
}
.s-events__button:focus {
  outline: none;
}
.s-events__button .s-events__button-opened {
  display: none;
}
.s-events__button .s-events__button-closed {
  display: block;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  padding-bottom: 4px;
  width: 100%;
}
.s-events__button.is-open {
  -webkit-transform: scale(40);
  transform: scale(40);
  transition: none;
  transition: transform 0.7s;
  background: white;
}
.s-events__button.is-open .s-events__button-opened {
  display: none;
}
.s-events__button.is-open .s-events__button-closed {
  display: none;
}
.c-events__filters .c-events__selectWrapper {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  position: relative;
}
.c-events__no-data {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  padding: 24px;
  text-align: center;
  color: #333333;
}
.c-events--list-logos {
  position: relative;
  height: calc(100vh - 120px);
}
.c-events--list-logos .no-logo {
  width: 60px;
  height: 19px;
  opacity: 0.3;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.c-events--list-logos .c-events__item {
  padding: 16px 0;
  border-bottom: solid 1px #d8d8d8;
}
.c-events--list-logos .c-events__indicator {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  margin: 0 8px;
  color: black;
}
.c-events--list-logos .c-events__sport {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  color: #062359;
}
.c-events--list-logos .c-events__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 8px 0;
}
.c-events--list-logos .c-events__date {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  color: black;
}
.c-events--list-logos .c-events__media {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  overflow: hidden;
}
.c-events--list-logos .c-events__media-item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.c-events--list-logos .c-events__media-item:first-child {
  margin-right: 6px;
}
.c-events--list-logos .c-events__media-item:last-child {
  margin-left: 7px;
}
.c-events--list-logos .c-events__media-link {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 20px;
  color: #062359;
}
.c-events--list-logos .c-events__media-link:hover {
  color: #b99c6b;
}
.c-events__more {
  padding: 24px 0;
  background: #062258;
}
@media all and (min-width: 768px) {
  .s-events {
    -webkit-transform: none;
    transform: none;
    position: relative;
    z-index: 50;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    opacity: 1;
    background: white;
  }
  .s-events__button {
    display: none;
  }
  .s-events .section-header,
  .s-events .c-events__filters,
  .s-events .c-events__item {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  .c-events--list-logos {
    height: auto;
  }
  .c-events--list-logos .c-events__item {
    height: 108px;
    padding: 0;
  }
  .c-events--list-logos .c-events__details {
    padding: 0;
  }
  .c-events--list-logos .c-events__indicator {
    margin: 0 20px;
  }
  .c-events--list-logos .c-events__logos {
    margin-right: 60px;
    margin-left: 24px;
  }
  .c-events--list-logos .c-events__media {
    margin-right: 21px;
  }
  .c-events--list-logos .c-events__media-item {
    width: 30px;
  }
}
@media all and (min-width: 1024px) {
  .s-events {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 12px);
    height: 100%;
    background: white;
  }
  .c-events--list-logos {
    position: absolute;
    top: 144px;
    left: 0;
    overflow: auto;
    width: 100%;
    height: calc(100% - 144px);
  }
}
/****
STANDINGS
****/

.s-standings {
  background: white;
}
.c-standings__link {
  height: 50px;
  border-top: solid 1px #d8d8d8;
}
.c-standings__link a {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #062359;
}
.c-standings__link a:hover {
  color: #b99c6b;
}
.c-standings .standings-table__standing {
  height: 40px;
  border-top: solid 1px #d8d8d8;
}
.c-standings .standings-table__standing:nth-child(even) {
  background: #eeeeee;
}
.c-standings .standings-table__standing--colgroup {
  height: 40px;
  margin-left: 24px;
}
.c-standings .standings-table__standing-item {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  flex: 0 0 66px;
  -webkit-flex: 0 0 66px;
  min-width: 1px;
  min-height: 1px;
  margin-left: 32px;
  color: black;
}
.c-standings .standings-table__standing-item:first-child {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 0 auto 0 24px;
}
.c-standings .standings-table__standing-item:first-child a {
  text-decoration: none;
  color: #062359;
}
/****
SOCIAL
****/

.social-zone {
  position: relative;
  padding: 19px 0 0;
  border: solid 1px #0f43a5;
  border-right: none;
  border-left: none;
  background: url('../images/responsive/social-bg.png') center center;
  background-size: cover;
}
.social-zone:before,
.social-zone:after {
  -webkit-transform: translate(0, -33px);
  transform: translate(0, -33px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  content: '';
  background: rgba(4, 23, 57, 0);
  background: -moz-linear-gradient(top, rgba(4, 23, 57, 0) 0%, #041739 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4, 23, 57, 0)), color-stop(100%, #041739));
  background: -webkit-linear-gradient(top, rgba(4, 23, 57, 0) 0%, #041739 100%);
  background: -o-linear-gradient(top, rgba(4, 23, 57, 0) 0%, #041739 100%);
  background: -ms-linear-gradient(top, rgba(4, 23, 57, 0) 0%, #041739 100%);
  background: linear-gradient(to bottom, rgba(4, 23, 57, 0) 0%, #041739 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#041739', endColorstr='#041739', GradientType=0);
}
.social-zone:after {
  -webkit-transform: translate(0, 33px);
  transform: translate(0, 33px);
  top: auto;
  bottom: 0;
  background: #041739;
  background: -moz-linear-gradient(top, #041739 0%, rgba(4, 23, 57, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #041739), color-stop(100%, rgba(4, 23, 57, 0)));
  background: -webkit-linear-gradient(top, #041739 0%, rgba(4, 23, 57, 0) 100%);
  background: -o-linear-gradient(top, #041739 0%, rgba(4, 23, 57, 0) 100%);
  background: -ms-linear-gradient(top, #041739 0%, rgba(4, 23, 57, 0) 100%);
  background: linear-gradient(to bottom, #041739 0%, rgba(4, 23, 57, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#041739', endColorstr='#041739', GradientType=0);
}
@media all and (min-width: 768px) {
  .social-zone {
    padding: 0;
  }
}
@media all and (min-width: 1024px) {
  .social-zone {
    padding: 42px 0 56px;
  }
}
/****
VIDEOS
****/

.c-videos--slider {
  padding-bottom: 18px;
}
.c-videos--slider .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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  color: white;
  background: none;
}
.c-videos--slider .showcase-play-button::-ms-expand {
  display: none;
}
.c-videos--slider .showcase-play-button:focus {
  outline: thin dotted;
}
.c-videos--slider .showcase-play-button:after {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  font-family: sidearm_font;
  font-size: 30px;
  width: 100%;
  height: 100%;
  content: '\e89f';
  color: white;
  background: none;
}
.c-videos--slider .showcase-play-button:hover {
  background: #062359;
  -webkit-box-shadow: 6px 4px 0px 0px #0f44a6;
  -moz-box-shadow: 6px 4px 0px 0px #0f44a6;
  box-shadow: 6px 4px 0px 0px #0f44a6;
}
.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: #062359;
  background-color: #b99c6b;
}
.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;
  display: -ms-flexbox;
}
.c-videos--slider .slick-prev,
.c-videos--slider .slick-next {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  margin-top: 18px;
  opacity: 0.45;
}
.c-videos--slider .slick-prev:hover,
.c-videos--slider .slick-next:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.c-videos--slider .slick-prev:hover:after,
.c-videos--slider .slick-next:hover:after {
  background-color: transparent;
}
.c-videos--slider .c-videos__list {
  text-align: center;
}
.c-videos--slider .c-videos__item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  position: relative;
  float: none;
  height: auto;
  margin: 0 12px;
  border-bottom: solid 3px #0f43a5;
}
.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__details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 24px 24px 18px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
.c-videos--slider .c-videos__title {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: white;
}
@media all and (min-width: 1024px) {
  .c-videos--slider .slick-prev,
  .c-videos--slider .slick-next {
    margin-top: 10px;
  }
}
/****
INSTAGRAM
****/

.c-instagram--slider {
  padding-bottom: 18px;
  text-align: center;
}
.c-instagram--slider .slick-track {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  text-align: left;
}
.c-instagram--slider .slick-prev,
.c-instagram--slider .slick-next {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  margin-top: 18px;
  opacity: 0.45;
}
.c-instagram--slider .slick-prev:hover,
.c-instagram--slider .slick-next:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.c-instagram--slider .slick-prev:hover:after,
.c-instagram--slider .slick-next:hover:after {
  background-color: transparent;
}
.c-instagram--slider .c-instagram__item {
  height: auto;
  margin: 0 12px;
  border-bottom: solid 3px #0f43a5;
  background: #05183c;
}
.c-instagram--slider .c-instagram__item-inner {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.c-instagram--slider .c-instagram__link {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-instagram--slider .c-instagram__link img {
  width: 100%;
}
.c-instagram--slider .c-instagram__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 22px 24px;
  color: white;
  background: rgba(4, 24, 60, 0.85);
}
.c-instagram--slider .c-instagram__user-picture {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  border: solid 2px #0f43a5;
  border-radius: 50%;
}
.c-instagram--slider .c-instagram__user-username {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-instagram--slider .c-instagram__icon {
  font-size: 18px;
  margin-left: auto;
  color: #b99c6b;
}
@media all and (min-width: 1024px) {
  .c-instagram--slider .slick-prev,
  .c-instagram--slider .slick-next {
    margin-top: 10px;
  }
}
/****
TWITTER
****/

.c-twitter--slider {
  padding-bottom: 18px;
  text-align: center;
}
.c-twitter--slider .slick-prev,
.c-twitter--slider .slick-next {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  margin-top: 18px;
  opacity: 0.45;
}
.c-twitter--slider .slick-prev:hover,
.c-twitter--slider .slick-next:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.c-twitter--slider .slick-prev:hover:after,
.c-twitter--slider .slick-next:hover:after {
  background-color: transparent;
}
.c-twitter--slider .slick-track {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  text-align: left;
}
.c-twitter--slider .c-twitter__item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  height: auto;
  margin: 0 12px;
  padding: 24px 24px 17px;
  color: white;
  border-bottom: solid 3px #0f43a5;
  background: #05183c;
}
.c-twitter--slider .c-twitter__item.is-open .c-twitter__media-container {
  display: block;
}
.c-twitter--slider .c-twitter__media-container {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(4, 24, 60, 0.85);
}
.c-twitter--slider .c-twitter__media {
  width: 100%;
  height: 100%;
}
.c-twitter--slider .c-twitter__media-image {
  max-height: 100%;
  margin: auto;
}
.c-twitter--slider .c-twitter__view-media {
  -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: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding: 10px 0;
  color: #b99c6b;
}
.c-twitter--slider .c-twitter__view-media::-ms-expand {
  display: none;
}
.c-twitter--slider .c-twitter__view-media:focus {
  outline: thin dotted;
}
.c-twitter--slider .c-twitter__view-media:hover {
  text-decoration: underline;
}
.c-twitter--slider .c-twitter__view-media--close {
  position: absolute;
  top: 0;
  right: 10px;
}
.c-twitter--slider .c-twitter__user-image {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  border: solid 2px #0f43a5;
  border-radius: 50%;
}
.c-twitter--slider .c-twitter__user-screen {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  color: white;
}
.c-twitter--slider .c-twitter__user-screen:hover {
  color: #b99c6b;
}
.c-twitter--slider .c-twitter__user-icon {
  font-size: 22px;
  margin-right: -3px;
  margin-left: auto;
  color: #b99c6b;
}
.c-twitter--slider .c-twitter__body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  padding-top: 18px;
  color: white;
}
.c-twitter--slider .c-twitter__body a {
  text-decoration: none;
  color: #b99c6b;
}
.c-twitter--slider .c-twitter__body a:hover {
  text-decoration: underline;
}
.c-twitter--slider .c-twitter__actions {
  margin-top: auto;
}
.c-twitter--slider .c-twitter__actions-item {
  padding-right: 24px;
}
.c-twitter--slider .c-twitter__actions-link {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  color: white;
}
.c-twitter--slider .c-twitter__actions-link:hover {
  color: #b99c6b;
}
@media all and (min-width: 1024px) {
  .c-twitter--slider .slick-prev,
  .c-twitter--slider .slick-next {
    margin-top: 10px;
  }
}
/****
FOOTER
****/

.main-footer {
  border-bottom: solid 3px #b99c6b;
  background: #062258;
}
.main-footer__home {
  height: 136px;
  background: #05183c;
}
.main-footer__home-link {
  display: block;
  width: 126px;
}
.main-footer__home-link svg {
  width: 126px;
  height: 41px;
}
.main-footer__logos {
  border: solid 1px #0f43a5;
  border-right: none;
  border-left: none;
  background: #05183c;
}
.main-footer__logo {
  padding: 28px 20px;
  border-right: solid 1px #0f43a5;
  width: 50%;
}
.main-footer__logo:first-child {
  border-bottom: solid 1px #0f43a5;
}
.main-footer__logo:nth-child(2) {
  border-right: none;
  border-bottom: solid 1px #0f43a5;
}
.main-footer__logo:nth-child(4) {
  border-right: none;
}
.main-footer__logo:last-child {
  border-right: none;
  width: 100%;
  border-top: solid 1px #0f43a5;
}
.main-footer__text {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  padding: 54px 12px 58px;
  color: white;
}
.main-footer__links {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  padding-top: 13px;
  color: #b99c6b;
}
.main-footer__links a {
  text-decoration: none;
  color: #b99c6b;
}
.main-footer__links a:hover {
  color: white;
}
@media all and (min-width: 1024px) {
  .main-footer__home {
    height: 122px;
    border-bottom: solid 1px #0f43a5;
  }
  .main-footer__logos {
    border-top: none;
    background: none;
  }
  .main-footer__logo {
    padding: 20px;
    width: 16%;
  }
  .main-footer__logo:first-child {
    border-bottom: none;
  }
  .main-footer__logo:nth-child(2) {
    border-right: solid 1px #0f43a5;
    border-bottom: none;
  }
  .main-footer__logo:nth-child(4) {
    border-right: solid 1px #0f43a5;
  }
  .main-footer__logo:last-child {
    width: 20%;
    border-top: none;
  }
  .main-footer__text {
    padding: 42px 12px 72px;
  }
}
/****
PROMOS
****/

.p-header-promo .ad {
  text-align: center;
}
.p-header-promo .ad a {
  display: inline-block;
  margin: 24px;
  text-align: center;
}
.p-sport-rotator img {
  margin: 0 auto;
}
.p-promo-rotator,
.p-sport-rotator {
  position: relative;
}
.p-promo-rotator button.slick-prev,
.p-sport-rotator button.slick-prev,
.p-promo-rotator button.slick-next,
.p-sport-rotator button.slick-next {
  -webkit-transform: none;
  transform: none;
  position: absolute;
  top: auto;
  right: 18px;
  bottom: 18px;
  left: auto;
}
.p-promo-rotator button.slick-prev:after,
.p-sport-rotator button.slick-prev:after,
.p-promo-rotator button.slick-next:after,
.p-sport-rotator button.slick-next:after {
  background-image: url(../site/assets/arrow-b.svg);
}
.p-promo-rotator button.slick-prev:hover:after,
.p-sport-rotator button.slick-prev:hover:after,
.p-promo-rotator button.slick-next:hover:after,
.p-sport-rotator button.slick-next:hover:after {
  background-color: white;
}
.p-promo-rotator button.slick-prev,
.p-sport-rotator button.slick-prev {
  right: 54px;
}
@media all and (min-width: 1024px) {
  .p-promo-rotator,
  .p-sport-rotator {
    margin-bottom: 72px;
  }
}
@media all and (min-width: 1176px) {
  .p-promo-rotator button.slick-prev,
  .p-sport-rotator button.slick-prev,
  .p-promo-rotator button.slick-next,
  .p-sport-rotator button.slick-next {
    -webkit-transform: translate(570px, 0);
    transform: translate(570px, 0);
    right: 50%;
  }
  .p-promo-rotator button.slick-prev,
  .p-sport-rotator button.slick-prev {
    -webkit-transform: translate(534px, 0);
    transform: translate(534px, 0);
    right: 50%;
  }
}
.p-standings-ad .ad a {
  display: block;
  padding: 24px 0 32px 46px;
  text-align: center;
}
.p-footer-sponsor .ad {
  text-align: center;
}
.p-footer-sponsor .ad a {
  display: inline-block;
  padding: 48px 0;
}
.p-footer-sponsor img {
  margin: 0 auto;
}
/****
LIVE NOW
****/

.liveNowContainer {
  line-height: 60px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 0 12px;
  background: #eeeeee;
}
.liveNowContainer.active {
  height: 60px;
}
.liveNowContainer .c-livenow__wrapper {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  height: 60px;
  text-align: right;
}
.liveNowContainer .slick-list {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  width: 100%;
}
.liveNowContainer .livenowbutton {
  font-family: 'Titillium Web', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
  text-transform: uppercase;
  color: black;
}
.liveNowContainer .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 50%;
  background-color: #e64b3b;
}
.liveNowContainer .c-livenow__item {
  -webkit-transition: 0.35s;
  transition: 0.35s;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  width: 100%;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  padding-right: 0;
  text-align: left;
  opacity: 0;
}
.liveNowContainer .c-livenow__item.slick-slide {
  -webkit-transition: 0.35s;
  transition: 0.35s;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  opacity: 1;
}
.liveNowContainer .c-livenow__item i {
  display: inline-block;
  width: 8px;
  margin: 0;
  margin-right: 2px;
}
.liveNowContainer .c-livenow__item i:before {
  margin: 0;
}
.liveNowContainer .c-livenow__item .info {
  margin-right: 6px;
}
.liveNowContainer .c-livenow__item .c-livenow__media-links a {
  font-weight: 600;
  margin-right: 8px;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
}
.liveNowContainer .c-livenow__item .c-livenow__media-links a:hover {
  color: #062359;
}
.liveNowContainer .c-livenow__item .c-livenow__media-links a:before {
  font-family: sidearm_font;
  margin-right: 4px;
  content: '\e861';
}
.liveNowContainer .ring-container {
  display: inline-block;
  margin-right: 12px;
}
.liveNowContainer .ringring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  -webkit-animation: pulsate 1.35s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.0;
  border: 3px solid #e64b3b;
  -webkit-border-radius: 26px;
}
.liveNowContainer .slash {
  margin: 0 ;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
@media all and (min-width: 768px) {
  .liveNowContainer .livenowbutton {
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
  }
  .liveNowContainer .c-livenow__wrapper {
    padding: 0 24px;
  }
}
/****
ARTICLE
****/

html .s-body-content {
  background: white;
  max-width: 1224px;
  margin: 0 auto;
  padding-top: 24px;
}
html .article__media-row {
  margin-bottom: 48px;
  margin-top: 36px;
}
html .article-image-container {
  background: url('../images/responsive/mainstory_image_default.jpg') center center no-repeat black;
  background-size: cover;
  height: 0;
  padding-bottom: 56.25%;
}
html .article-image-container img {
  min-width: 100%;
}
html .article-content {
  background: white;
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: black;
}
html .article-body-content {
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: black;
}
html .article-wrapper {
  padding-top: 100px;
  padding-bottom: 24px;
}
@media all and (min-width: 1024px) {
  html .article-wrapper {
    padding-bottom: 72px;
    padding-top: 60px;
  }
}
html .article-datesport {
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: black;
  text-transform: uppercase;
}
html .article-sport {
  color: #062359;
  display: inline-block;
  padding-right: 6px;
}
html .article-headline {
  font-family: 'Titillium Web', sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  color: black;
  text-transform: uppercase;
  margin: 0;
}
@media all and (min-width: 540px) {
  html .article-headline {
    font-family: 'Titillium Web', sans-serif;
    font-size: 34px;
    font-weight: 700;
    font-style: normal;
  }
}
html .article-share-links {
  margin: 0;
  padding: 16px 0 4px 0;
  list-style: none;
}
html .article-share-links li {
  margin-right: 10px;
}
html .article-share-links a {
  display: inline-block;
  height: 21px;
  padding: 0 9px 0 6px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  color: white;
  background-color: #004f39;
  font-family: 'Titillium Web', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 21px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
html .article-share-links a i:before {
  width: initial;
}
html .article-share-links a.article-share-facebook {
  background-color: #3b5998;
}
html .article-share-links a.article-share-facebook:hover {
  background-color: #4c70ba;
}
html .article-share-links a.article-share-twitter {
  background-color: #00aced;
}
html .article-share-links a.article-share-twitter:hover {
  background-color: #21c2ff;
}
html .article-share-links a.article-share-google {
  background-color: #dd4b39;
}
html .article-share-links a.article-share-google:hover {
  background-color: #e47365;
}
html .article-share-links a.article-share-pinterest {
  background-color: #bd081c;
}
html .article-share-links a.article-share-pinterest:hover {
  background-color: #ee0a23;
}
html .article-share-links a.article-share-email {
  background-color: #ff9c00;
}
html .article-share-links a.article-share-email:hover {
  background-color: #ffb033;
}
html .article-share-links a.article-share-print {
  background-color: #004f39;
}
html .article-share-links a.article-share-print:hover {
  background-color: #00825e;
}
html .article-share-links a.article-share-pinterest {
  background-color: #bd081c;
}
html .article-share-links a.article-share-pinterest:hover {
  background-color: #ee0a23;
}
html .s-aside-content {
  margin-bottom: 36px;
}
@media all and (min-width: 1024px) {
  html .s-aside-content {
    margin-bottom: 0;
  }
}
.c-stories--related__wrapper {
  border: solid 1px #d8d8d8;
}
.c-stories--related h4 {
  margin: 0;
  padding: 0;
  line-height: 24px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: black;
  text-transform: uppercase;
  padding: 24px 24px 12px;
  border-bottom: solid 1px #d8d8d8;
}
.c-stories--related__list-items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-stories--related__list-title-url {
  padding: 14px 24px 0 ;
  display: block;
}
.c-stories--related__list-title-url a {
  text-decoration: none;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #062359;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-stories--related__list-title-url a:hover {
  color: #b99c6b;
}
.c-stories--related__date {
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: black;
  line-height: 16px;
  padding: 0 24px  24px;
  border-bottom: solid 1px #d8d8d8;
}
.c-stories--related__date span {
  white-space: nowrap;
}
.c-stories--related__sport {
  color: #062359;
}
.c-stories--related__list-item:last-child .c-stories--related__date {
  border-bottom: none;
}
/* 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: #dedede;
}
.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: #dedede;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  width: 6px;
  background-color: #c4c4c4;
}
.ps > .ps__scrollbar-x-rail {
  position: absolute;
  bottom: 0px;
  display: none;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
  -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: 0;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  bottom: 2px;
  /* 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: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  /* please don't change 'position' */
  background-color: #aaaaaa;
}
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}
.ps > .ps__scrollbar-y-rail {
  -webkit-transform: scaleY(0.95);
  transform: scaleY(0.95);
  position: absolute;
  right: 5px;
  display: none;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 6px;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear, width 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear, width 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear, width 0.2s ease-in-out;
  transition: background-color 0.2s linear, opacity 0.2s linear, width 0.2s ease-in-out;
  /* please don't change 'position' */
  opacity: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y */
  width: 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: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  /* please don't change 'position' */
  background-color: #c4c4c4;
}
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active {
  width: 11px;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  opacity: 0.9;
  background-color: #eeeeee;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  height: 11px;
  background-color: #999999;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  opacity: 1;
  background-color: #dedede;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  width: 11px;
  background-color: #c4c4c4;
}
.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 1;
}
.ps:hover > .ps__scrollbar-x-rail:hover {
  opacity: 0.9;
  background-color: #eeeeee;
}
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999999;
}
.ps:hover > .ps__scrollbar-y-rail:hover {
  width: 11px;
  opacity: 1;
  background-color: #dedede;
}
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #c4c4c4;
}
/****
ACCESSIBILITY
****/

h1.hide,
h2.hide {
  color: black;
  background: white;
}
.content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-ad .dfp-ad {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
