@import "https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400;1,700&display=swap";
body {
  font: 14px/1.4 'Roboto', sans-serif;
  color: black;
  margin: 0;
  padding: 0;
}
.showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
  height: 70px;
  width: 70px;
  z-index: 100;
}
html.index .sidearm-icon::before,
html .main-header .sidearm-icon::before,
html .main-footer .sidearm-icon::before {
  margin: 0;
}
html.index i::before,
html .main-header i::before,
html .main-footer i::before {
  margin: 0;
}
/*Stories Video*/

.showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/*Mixins*/
main {
  min-height: 60vh;
}
/************************************************/

.row {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1488px;
}
.dark-blue {
  background-color: #00263a;
}
.c-navigation__logo-main {
  width: 87.95px;
  height: 75px;
}
@media (max-width: 765px) {
  .c-navigation__logo-main {
    width: 58.63px;
    height: 50.03px;
  }
}
body.main-nav {
  overflow: hidden;
}
/*******************/

header.main-header {
  position: fixed;
  z-index: 9999;
  background-color: white;
  width: 100%;
  left: 0;
  top: 0;
  transition: all .4s;
}
main.main-content-placeholder {
  margin-top: 235px;
}
@media (max-width: 1025px) {
  main.main-content-placeholder {
    margin-top: 136px;
  }
}
.sport main {
  margin-top: 286px;
}
@media (max-width: 1025px) {
  .sport main {
    margin-top: 187px;
  }
}
@media (min-width: 1025px) {
  .headroom--not-top header {
    top: -87px;
  }
  .headroom--not-top header .c-navigation--main .c-navigation__offcanvas {
    top: 100px;
    height: calc(100% - 100px);
  }
}
.s-side-ad {
  text-align: center;
}
@media (max-width: 1025px) {
  .s-side-ad {
    margin-bottom: 36px;
  }
}
/**********SCOREBOARD****************************/

.c-scoreboard--slider .slick-track {
  display: flex;
  display: -webkit-flex;
}
.c-scoreboard--slider .c-scoreboard__column--second {
  /*margin-left:auto;*/
  /*margin-right:12px;*/
  align-items: center;
  /*.flex-item(0 1);*/

}
.c-scoreboard--slider .c-scoreboard__column--first {
  align-items: center;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.c-scoreboard--slider .c-scoreboard__date-time {
  box-shadow: inset 1px 0px 0px #e0e0e0;
  padding-left: 12px;
  min-width: 47px;
  text-align: right;
  height: 100%;
  display: flex;
  justify-content: center;
  /* align-items: center;*/
  flex-direction: column;
}
.c-scoreboard--slider .c-scoreboard__aside {
  font-family: Oswald;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1px;
  text-align: left;
  color: black;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
}
.c-scoreboard--slider .c-scoreboard__list {
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}
.c-scoreboard--slider .c-scoreboard__list .slick-prev,
.c-scoreboard--slider .c-scoreboard__list .slick-next {
  width: 48px;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: white;
  box-shadow: inset -1px 0px 0px #e0e0e0, inset 1px 0px 0px #e0e0e0;
  border: unset;
  font-size: 0;
  transition: all .4s;
}
.c-scoreboard--slider .c-scoreboard__list .slick-prev:after,
.c-scoreboard--slider .c-scoreboard__list .slick-next:after {
  color: black;
  font: 400 1.5rem 'sidearm_font_v2';
  transition: all.4s;
}
.c-scoreboard--slider .c-scoreboard__list .slick-prev:hover,
.c-scoreboard--slider .c-scoreboard__list .slick-next:hover,
.c-scoreboard--slider .c-scoreboard__list .slick-prev:focus,
.c-scoreboard--slider .c-scoreboard__list .slick-next:focus,
.c-scoreboard--slider .c-scoreboard__list .slick-prev.sidearm-hover,
.c-scoreboard--slider .c-scoreboard__list .slick-next.sidearm-hover {
  background-color: #00263a;
}
.c-scoreboard--slider .c-scoreboard__list .slick-prev:hover:after,
.c-scoreboard--slider .c-scoreboard__list .slick-next:hover:after,
.c-scoreboard--slider .c-scoreboard__list .slick-prev:focus:after,
.c-scoreboard--slider .c-scoreboard__list .slick-next:focus:after,
.c-scoreboard--slider .c-scoreboard__list .slick-prev.sidearm-hover:after,
.c-scoreboard--slider .c-scoreboard__list .slick-next.sidearm-hover:after {
  color: white;
}
.c-scoreboard--slider .c-scoreboard__list .slick-prev.slick-disabled,
.c-scoreboard--slider .c-scoreboard__list .slick-next.slick-disabled {
  pointer-events: none;
  opacity: .5;
  cursor: not-allowed;
}
.c-scoreboard--slider .c-scoreboard__list .slick-next {
  right: 0;
}
.c-scoreboard--slider .c-scoreboard__list .slick-next:after {
  content: '\e006';
}
.c-scoreboard--slider .c-scoreboard__list .slick-prev {
  left: 0;
}
.c-scoreboard--slider .c-scoreboard__list .slick-prev:after {
  content: '\e005';
}
.c-scoreboard--slider .c-scoreboard__item {
  position: relative;
  padding-right: 48px;
  box-shadow: inset -1px 0px 0px #e0e0e0;
  padding-left: 24px;
  overflow: hidden;
  padding-top: 24px;
  padding-bottom: 24px;
}
.c-scoreboard--slider .c-scoreboard__item.openner {
  padding-right: 48px;
}
.c-scoreboard--slider .c-scoreboard__date,
.c-scoreboard--slider .c-scoreboard__time {
  font-family: Oswald;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9375rem;
  letter-spacing: 0px;
  text-align: right;
  text-transform: uppercase;
}
.c-scoreboard--slider .c-scoreboard__time {
  margin-top: 3px;
}
.c-scoreboard--slider .c-scoreboard__teams {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-scoreboard--slider .c-scoreboard__team-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-right: 12px;
}
.c-scoreboard--slider .c-scoreboard__team-name {
  font-family: Roboto;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.0188rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.c-scoreboard--slider .c-scoreboard__team-name--home {
  font-family: Roboto;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.125rem;
  letter-spacing: 0.0188rem;
  text-align: left;
  margin-bottom: 3px;
}
.c-scoreboard--slider .c-scoreboard__team-score {
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.30000001192092896px;
  text-align: left;
  margin-right: 12px;
  margin-left: 12px;
}
.c-scoreboard--slider .c-scoreboard__team-score:first-of-type {
  margin-bottom: 3px;
}
.c-scoreboard--slider .c-scoreboard__overlay {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: -300px;
  height: 100%;
  width: calc(100% - 37px);
  transition: all .4s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #00263a;
  display: flex;
  padding-left: 24px;
  /*justify-content: center;*/
  align-items: center;
}
.c-scoreboard--slider .c-scoreboard__overlay.is-open {
  visibility: visible;
  right: 36px;
}
.c-scoreboard--slider .c-scoreboard__media-item {
  margin-right: 24px;
}
.c-scoreboard--slider .c-scoreboard__media-item:last-of-type {
  margin-right: 0;
}
.c-scoreboard--slider .c-scoreboard__media-link {
  font-family: Oswald;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.0188rem;
  text-align: left;
  color: white;
  text-decoration: underline;
}
.c-scoreboard--slider .c-scoreboard__media-link:hover,
.c-scoreboard--slider .c-scoreboard__media-link:focus,
.c-scoreboard--slider .c-scoreboard__media-link.sidearm-hover {
  text-decoration: unset;
}
.c-scoreboard--slider .c-scoreboard__toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 36px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)), white;
  border: unset;
  font-size: 1.5rem;
  transition: all .4s;
  z-index: 99;
}
.c-scoreboard--slider .c-scoreboard__toggle.is-toggled {
  background-color: #00263a;
  color: white;
}
.c-scoreboard--slider .c-scoreboard__toggle.is-toggled .sf-ellipsis-vertical-minimal:before {
  content: '\e078';
}
.c-scoreboard--slider .c-scoreboard__toggle.is-toggled:hover,
.c-scoreboard--slider .c-scoreboard__toggle.is-toggled:focus,
.c-scoreboard--slider .c-scoreboard__toggle.is-toggled.sidearm-hover {
  background-color: #fafafa;
}
.c-scoreboard--slider .c-scoreboard__toggle.is-toggled:hover .sidearm-icon,
.c-scoreboard--slider .c-scoreboard__toggle.is-toggled:focus .sidearm-icon,
.c-scoreboard--slider .c-scoreboard__toggle.is-toggled.sidearm-hover .sidearm-icon {
  color: black;
}
.c-scoreboard--slider .c-scoreboard__toggle:hover,
.c-scoreboard--slider .c-scoreboard__toggle:focus,
.c-scoreboard--slider .c-scoreboard__toggle.sidearm-hover {
  background-color: #00263a;
  color: white;
}
/*********NAVIGATION***********************************/
.menu.dark-blue .row {
  max-width: 1464px;
  height: 100px;
  display: flex;
  align-items: center;
}
.menu.dark-blue .row > div {
  width: 100%;
}
.main-navigation {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.c-navigation--main {
  margin-left: 25px;
}
.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main .c-navigation__url {
  color: inherit;
  display: block;
  text-decoration: none;
}
.c-navigation--main .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  color: white;
  font-family: Oswald;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.0625rem;
  line-height: 1.3125rem;
  padding-right: 23px;
  padding-left: 24px;
  border-radius: 6px;
  transition: all .4s;
}
.c-navigation--main .c-navigation__toggle .sidearm-icon {
  font-size: 1.25rem;
  margin-right: 12px;
  color: white;
}
.c-navigation--main .c-navigation__toggle:hover,
.c-navigation--main .c-navigation__toggle.is-toggled,
.c-navigation--main .c-navigation__toggle:focus,
.c-navigation--main .c-navigation__toggle.sidearm-hover {
  background-color: white;
  color: #00263a;
}
.c-navigation--main .c-navigation__toggle:hover .sidearm-icon,
.c-navigation--main .c-navigation__toggle.is-toggled .sidearm-icon,
.c-navigation--main .c-navigation__toggle:focus .sidearm-icon,
.c-navigation--main .c-navigation__toggle.sidearm-hover .sidearm-icon {
  color: #00263a;
}
@media (max-width: 765px) {
  .c-navigation--main .c-navigation__toggle {
    margin-left: auto;
  }
}
@media (max-width: 1880px) {
  .c-navigation--main .c-navigation__level-2 {
    display: block !important;
  }
  .c-navigation--main .c-navigation__level-2 .c-navigation__list {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1025px) {
  .c-navigation--main .c-navigation__offcanvas {
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 187px;
    left: 0;
    width: 100%;
    height: calc(100vh - 187px);
    transform: translate(-500px, 0);
    transition: transform 0.25s;
    z-index: 999;
  }
  .c-navigation--main .c-navigation__offcanvas.is-open {
    transform: translate(0, 0);
  }
  .c-navigation--main .c-navigation__offcanvas.is-open .c-navigation__level-1 {
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.8);
  }
  .c-navigation--main .c-navigation__level-1 {
    overflow: auto;
    pointer-events: auto;
    width: 500px;
    height: 100%;
    max-height: calc(100vw - 187px);
    /*max-height:422px;*/
    background-color: white;
    padding-top: 24px;
    padding-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .c-navigation--main .c-navigation__item--level-1 {
    box-shadow: inset 0 -1px 0 #e0e0e0;
  }
  .c-navigation--main .c-navigation__item--level-1:hover .c-navigation__url--level-1,
  .c-navigation--main .c-navigation__item--level-1.is-open .c-navigation__url--level-1,
  .c-navigation--main .c-navigation__item--level-1:focus .c-navigation__url--level-1,
  .c-navigation--main .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1 {
    background-color: #00263a;
    color: white;
  }
  .c-navigation--main .c-navigation__item--level-1.is-open .c-navigation__level-2 {
    transform: translate3d(0, 0, 0);
  }
  .c-navigation--main .c-navigation__parent .c-navigation__url--level-1 {
    position: relative;
  }
  .c-navigation--main .c-navigation__parent .c-navigation__url--level-1::after {
    content: '\e006';
    font: 400 1.5rem/0 'sidearm_font_v2';
    position: absolute;
    top: 50%;
    right: 12px;
    transform: rotate(180deg);
    transition: transform 0.25s;
  }
  .c-navigation--main .c-navigation__parent .c-navigation__url--level-1.is-open::after {
    transform: rotate(0deg);
  }
  .c-navigation--main .c-navigation__url--level-1 {
    color: black;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 21px;
    border-radius: 6px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    transition: all .4s;
  }
  .c-navigation--main .c-navigation__level-2 {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 500px;
    max-width: calc(100vw - 500px);
    width: 100%;
    height: 100%;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.25s;
    z-index: -1;
    background-color: #5b6770;
    height: 100%;
    max-height: calc(100vw - 187px);
    /*max-height:422px;*/
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 49px;
  }
  .c-navigation--main .c-navigation__level-2 .c-navigation__list {
    flex: 0 1 50%;
    margin-left: 12px;
    margin-right: 12px;
  }
  .c-navigation--main .c-navigation__level-2 .c-navigation__list:first-of-type {
    margin-right: 12px;
    margin-left: 0;
  }
  .c-navigation--main .c-navigation__level-2 .c-navigation__list:last-of-type {
    margin-right: 0;
    margin-left: 12px;
  }
  .c-navigation--main .c-navigation__item--level-2 {
    display: flex;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    box-shadow: inset 0px -1px 0px #e0e0e0;
    transition: all .4s;
  }
  .c-navigation--main .c-navigation__item--level-2:hover:not(.c-navigation__separator),
  .c-navigation--main .c-navigation__item--level-2:focus:not(.c-navigation__separator),
  .c-navigation--main .c-navigation__item--level-2.sidearm-hover:not(.c-navigation__separator) {
    background-color: #00263a;
    border-radius: 6px;
  }
  .c-navigation--main .c-navigation__item--level-2:not(.c-navigation__separator) {
    padding-right: 24px;
    padding-left: 24px;
  }
  .c-navigation--main .c-navigation__item--level-2 .c-navigation__url-separator {
    margin-left: 6px;
    margin-right: 6px;
    color: white;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.0188rem;
  }
  .c-navigation--main .c-navigation__separator {
    color: white;
    font-family: Roboto;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6875rem;
    letter-spacing: 0.0188rem;
    text-align: left;
    padding-left: 24px;
  }
  .c-navigation--main .c-navigation__url--level-2 {
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: 0.0188rem;
    text-align: left;
    color: white;
  }
  .c-navigation--main .c-navigation__url--level-2:first-child {
    margin-right: auto;
  }
  .c-navigation--main .c-navigation__url--level-2:first-child:last-child {
    width: 100%;
    margin-right: 0;
  }
  .c-navigation--main .c-navigation__url--level-2.c-navigation__schedule-roster-news {
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.0188rem;
    text-align: left;
  }
  .c-navigation--main .c-navigation__url--level-2:hover,
  .c-navigation--main .c-navigation__url--level-2.is-open,
  .c-navigation--main .c-navigation__url--level-2.sidearm-hover,
  .c-navigation--main .c-navigation__url--level-2:focus {
    text-decoration: underline;
  }
}
.c-navigation--main .c-navigation__social {
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  font-size: 1.125rem;
}
.c-navigation--main .c-navigation__social[href] {
  visibility: visible;
}
.c-navigation--main .c-navigation__social::before {
  font-family: 'sidearm_font_v2';
}
.c-navigation--main .c-navigation__social.facebook::before {
  content: '\e040';
}
.c-navigation--main .c-navigation__social.twitter::before {
  content: '\e035';
}
.c-navigation--main .c-navigation__social.instagram::before {
  content: '\e044';
}
.c-navigation--main .c-navigation__social.tickets::before {
  content: '\e108';
}
@media (max-width: 1024px) {
  .c-navigation--main .c-navigation__offcanvas {
    position: absolute;
    left: 0;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    background: white;
    height: 100vh;
    top: 100px;
  }
  .c-navigation--main .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 100px);
    overflow: auto;
  }
  .headroom--not-top .c-navigation--main .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 0px);
  }
  .c-navigation--main .c-navigation__item--level-1 {
    box-shadow: inset 0px -1px 0px #e0e0e0;
  }
  .c-navigation--main .c-navigation__parent .c-navigation__url--level-1 {
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3125rem;
    letter-spacing: 0px;
    text-align: left;
  }
  .c-navigation--main .c-navigation__parent .c-navigation__url--level-1:after {
    content: '\e005';
    display: block;
    font-family: 'sidearm_font_v2';
    margin-left: 12px;
    transition: transform 0.25s;
    position: absolute;
    font-weight: 400;
    right: 24px;
    font-size: 1.5rem;
    transform: rotate(0deg);
  }
  .c-navigation--main .c-navigation__parent .c-navigation__url--level-1.is-open {
    background-color: #00263a;
    color: white;
  }
  .c-navigation--main .c-navigation__parent .c-navigation__url--level-1.is-open:after {
    transform: rotate(-180deg);
    color: white;
  }
  .c-navigation--main .c-navigation__url--level-1 {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
  }
  .c-navigation--main .c-navigation__level-2 {
    position: static;
    max-height: 0px;
    opacity: 1;
    width: 100%;
    overflow: hidden;
    transition: 1s;
    display: block;
  }
  .c-navigation--main .c-navigation__level-2.is-open {
    max-height: 1500px;
  }
  .c-navigation--main .c-navigation__item--level-2 {
    background: #5b6770;
    box-shadow: inset 0px -1px 0px #e0e0e0;
    background: #5b6770;
    box-shadow: inset 0px -1px 0px #e0e0e0;
  }
  .c-navigation--main .c-navigation__item--level-2:hover,
  .c-navigation--main .c-navigation__item--level-2.sidearm-hover,
  .c-navigation--main .c-navigation__item--level-2:focus {
    background: #00263a;
  }
  .c-navigation--main .c-navigation__item--level-2.c-navigation__separator {
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.30000001192092896px;
    text-align: left;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #5b6770;
    color: white;
    box-shadow: inset 0px -1px 0px #e0e0e0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .c-navigation--main .c-navigation__url-separator {
    margin-left: 6px;
    margin-right: 6px;
    color: white;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.30000001192092896px;
  }
  .c-navigation--main .c-navigation__url--level-2 {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 24px;
    padding-right: 24px;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.30000001192092896px;
    text-align: left;
    color: white;
  }
  .c-navigation--main .c-navigation__url--level-2:hover,
  .c-navigation--main .c-navigation__url--level-2.sidearm-hover,
  .c-navigation--main .c-navigation__url--level-2:focus {
    text-decoration: underline;
  }
  .c-navigation--main .c-navigation__url--level-2:first-of-type {
    margin-right: auto;
    font-weight: 500;
  }
  .c-navigation--main .c-navigation__social {
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) and (max-width: 765px) {
  .c-navigation--main .c-navigation {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #5b6770;
  }
}
@media (max-width: 765px) {
  .c-navigation--main .c-navigation__offcanvas {
    top: 100px;
  }
  .c-navigation--main .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 100px);
    overflow: auto;
  }
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--main .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
/******SEARCH******************/

.main-header__search-icon {
  margin-left: auto;
}
.c-search--overlay fieldset {
  border: none;
  display: block;
  margin: 0;
  width: 100%;
}
.c-search--overlay .c-search__toggle {
  /*.appearance();*/
  display: block;
  width: 53px;
  height: 53px;
  font-size: 1.5rem;
  color: white;
  background-color: unset;
  border: unset;
  border-radius: 6px;
  transition: all .4s;
}
.c-search--overlay .c-search__toggle:hover,
.c-search--overlay .c-search__toggle:focus,
.c-search--overlay .c-search__toggle.sidearm-hover {
  background-color: white;
  color: #00263a;
}
.c-search--overlay .c-search__toggle:hover .sidearm-icon,
.c-search--overlay .c-search__toggle:focus .sidearm-icon,
.c-search--overlay .c-search__toggle.sidearm-hover .sidearm-icon {
  color: #00263a;
}
@media screen and (max-width: 1025px) {
  .c-search--overlay .c-search__toggle {
    font-size: 0;
    width: 66px;
    height: 53px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-right:72px;*/
  
  }
}
.c-search--overlay .c-search__toggle .sidearm-icon {
  font-size: 1.5rem;
  margin-left: 4px;
}
@media screen and (max-width: 1025px) {
  .c-search--overlay .c-search__toggle .sidearm-icon {
    margin-left: 0;
  }
}
.c-search--overlay .c-search__popout {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  transition: opacity .25s;
  width: 250px;
  height: 40px;
  background: black;
  line-height: 20px;
  padding: 10px 24px;
}
.c-search--overlay .c-search__popout .accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.c-search--overlay .c-search__overlay {
  background: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -99999px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
.c-search--overlay .c-search__overlay .accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.c-search--overlay .c-search__overlay.is-open {
  left: 0;
}
.c-search--overlay .c-search__overlay.is-open .c-search__text-wrap {
  opacity: 1;
  transform: none;
}
.c-search--overlay .c-search__overlay.is-open .c-search__close {
  visibility: visible;
  opacity: 1;
  transition: all .4s;
  border: 1px solid white;
}
.c-search--overlay .c-search__overlay.is-open .c-search__close:hover,
.c-search--overlay .c-search__overlay.is-open .c-search__close:focus,
.c-search--overlay .c-search__overlay.is-open .c-search__close.sidearm-hover {
  background-color: #00263a;
  color: white;
}
.c-search--overlay .c-search__text-wrap {
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  height: 72px;
  margin: 0 auto;
  max-width: 540px;
  display: flex;
  opacity: 0;
  transform: translateY(48px);
  transition: .25s .25s;
}
.c-search--overlay .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: #494949;
  padding: 0 24px;
  font-size: 1.5rem;
  transition: .25s;
  background: white;
}
.c-search--overlay .c-search__text::-webkit-input-placeholder {
  color: black;
}
.c-search--overlay .c-search__text::-moz-placeholder {
  color: black;
}
.c-search--overlay .c-search__text:-ms-input-placeholder {
  color: black;
}
.c-search--overlay .c-search__text:-moz-placeholder {
  color: black;
}
.c-search--overlay .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  transition: .25s;
  font-size: 1.5rem;
  width: 85px;
  background: #26262e;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffc72c;
}
.c-search--overlay .c-search__submit[disabled] {
  cursor: not-allowed;
  background: #444444;
  color: white;
}
.c-search--overlay .c-search__submit:not([disabled]):hover,
.c-search--overlay .c-search__submit:not([disabled]):focus,
.c-search--overlay .c-search__submit:not([disabled]).sidearm-hover {
  background: #e1251b;
}
.c-search--overlay .c-search__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid white;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  font-size: 1rem;
  transition: .25s;
}
@media (max-width: 765px) {
  .c-search--standard fieldset {
    border: none;
    margin: 0;
    padding: 0;
  }
  .c-search--standard .c-search__container {
    box-shadow: inset 0px -1px 0px #e0e0e0;
    padding-left: 15px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .c-search--standard .c-search__text {
    -webkit-appearance: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    background: rgba(0, 38, 58, 0.05);
    border-radius: 6px;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: calc(100% - 45px);
    margin-left: 10px;
  }
  .c-search--standard .c-search__text::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black;
  }
  .c-search--standard .c-search__text::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
  }
  .c-search--standard .c-search__text:-ms-input-placeholder {
    /* IE 10+ */
    color: black;
  }
  .c-search--standard .c-search__text:-moz-placeholder {
    /* Firefox 18- */
    color: black;
  }
  .c-search--standard .c-search__submit {
    -webkit-appearance: none;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    font-size: 24px;
    color: #333333;
  }
}
/******SPORT NAVIGATIOn*********/

.sport-navigation__row {
  background-color: #5b6770;
  padding-top: 12px;
  padding-bottom: 12px;
}
.sport-navigation__row .row {
  max-width: 1464px;
}
.c-navigation--sport .c-navigation__mobile-item-separator {
  color: white;
  margin-left: 6px;
  margin-right: 6px;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.0188rem;
  text-align: left;
}
.c-navigation--sport .c-navigation__mobile-item-separator:first-of-type {
  display: none;
}
.c-navigation--sport .c-navigation__mobile-item-separator:nth-of-type(3) {
  display: none;
}
.c-navigation--sport .c-navigation__mobile-item-separator:last-of-type {
  display: none;
}
.c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__additional .c-navigation__url--level-1 {
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
  letter-spacing: 0.0188rem;
  text-align: left;
  cursor: pointer;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-1 {
  position: relative;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__level-2,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2 {
  left: auto;
  right: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.0188rem;
  text-align: left;
  color: white;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1:hover,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1:focus,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1.sidearm-hover {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-right: auto;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  text-decoration: none;
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
  letter-spacing: 0.0188rem;
  text-align: left;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1:hover,
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1:focus,
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1.sidearm-hover {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  overflow: auto;
  width: 350px;
  background-color: white;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2.is-open {
  left: auto;
  right: 0;
  opacity: 1;
  transition: 0s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-2 {
  box-shadow: inset 0px -1px 0px #eeeeee;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  padding: 10px 24px;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.0188rem;
  text-align: left;
  color: black;
  transition: all .4s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:focus,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2.sidearm-hover {
  background-color: #00263a;
  color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  text-decoration: none;
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
  letter-spacing: 0.0188rem;
  text-align: left;
  color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:focus,
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link.sidearm-hover {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
  letter-spacing: 0.0188rem;
  text-align: left;
  color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle:focus,
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle.sidearm-hover {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  height: 100vh;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 151px);
  overflow: auto;
  background-color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font_v2;
  content: '\e012';
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-1 {
  box-shadow: inset 0px -1px 0px #e0e0e0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  font-family: Roboto;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3125rem;
  letter-spacing: 0px;
  text-align: left;
  text-decoration: unset;
}
.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,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:focus,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.sidearm-hover {
  color: white;
  background-color: #00263a;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  padding: 0;
  opacity: 1;
  position: static;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-2 {
  background: #5b6770;
  box-shadow: inset 0px -1px 0px #e0e0e0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.30000001192092896px;
  text-align: left;
  color: white;
  text-decoration: unset;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:focus,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2.sidearm-hover {
  text-decoration: underline;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
/******************** SOCIAL ICONS */

.main-navigation .ads-container {
  display: inline-block;
  width: 100%;
  background-color: white;
}
@media (min-width: 1025px) {
  .main-navigation .ads-container {
    padding-left: 35.5px;
    padding-top: 16px;
    max-width: 500px;
  }
}
@media (max-width: 1025px) {
  .main-navigation .ads-container {
    display: flex;
    justify-content: center;
    /* align-self: center;    <---- REMOVE */
    align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.main-navigation .icons-ad__label {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.main-navigation .icons-ad__link:hover .sidearm-icon {
  color: #0047bb;
}
.main-navigation .sidearm-icon {
  font-size: 1.5rem;
  color: black;
  transition: all .4s;
}
.main-navigation .ad {
  margin-right: 34.22px;
  transition: all .4s;
}
.main-navigation .ad:last-of-type {
  margin-right: 0;
}
@media (min-width: 1025px) {
  .main-navigation .ad {
    display: inline-block;
  }
}
.main-navigation .ad:hover,
.main-navigation .ad:focus,
.main-navigation .ad.sidearm-hover {
  text-decoration: underline;
}
/***********************************/

.section__row {
  flex-direction: row;
}
@media (max-width: 1025px) {
  .section__row {
    flex-direction: column;
  }
}
@media (min-width: 1026px) {
  .section__column.column--first {
    flex: 1 1 77.5%;
    -webkit-flex: 1 1 77.5%;
    min-width: 1px;
    min-height: 1px;
    margin-right: 12px;
  }
}
@media (min-width: 1026px) {
  .section__column.column--second {
    flex: 1 0 300px;
    -webkit-flex: 1 0 300px;
    min-width: 1px;
    min-height: 1px;
    margin-left: 12px;
  }
}
@media (max-width: 1025px) {
  .section__column.column--second {
    margin-top: 36px;
  }
}
/**************/

.s-quick-links {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 1px solid #e0e0e0;
}
.s-quick-links__title {
  font-family: Oswald;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.125rem;
  letter-spacing: 0px;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  background-color: #00263a;
  color: white;
}
@media (max-width: 765px) {
  .s-quick-links__title {
    font-size: 1.3125rem;
    line-height: 2.4375rem;
    letter-spacing: 0rem;
    text-align: center;
    padding-left: 0;
  }
}
.s-quick-links .ad:not(:last-of-type) .icons-ad__link {
  box-shadow: inset 0px -1px 0px #e0e0e0;
}
.s-quick-links .icons-ad__link {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  color: black;
  text-decoration: unset;
  position: relative;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.30000001192092896px;
  text-align: left;
}
.s-quick-links .icons-ad__link:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00263a;
  transition: .33s;
}
.s-quick-links .icons-ad__link:hover:after,
.s-quick-links .icons-ad__link:focus:after,
.s-quick-links .icons-ad__link.sidearm-hover:after {
  width: 100%;
}
.s-quick-links .icons-ad__link:hover .sidearm-icon,
.s-quick-links .icons-ad__link:focus .sidearm-icon,
.s-quick-links .icons-ad__link.sidearm-hover .sidearm-icon {
  transform: translateX(4px);
}
.s-quick-links .sidearm-icon {
  margin-right: 9px;
  color: black;
  font-size: 1.125rem;
  transition: all .33s;
  display: inline-block;
}
@media (max-width: 1025px) {
  .s-quick-links {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
/*********COUNTDOWN*******************************/

.s-game-day__title {
  font-family: Oswald;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.125rem;
  letter-spacing: 0px;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  background-color: #00263a;
  color: white;
}
@media (max-width: 765px) {
  .s-game-day__title {
    font-size: 1.3125rem;
    line-height: 2.4375rem;
    text-align: center;
    padding-left: 0;
  }
}
.c-countdown--horizontal .c-countdown__logos {
  justify-content: center;
}
.c-countdown--horizontal .c-countdown__logo img {
  height: 60px;
  width: 60px;
  object-fit: cover;
}
.c-countdown--horizontal .c-countdown__indicator {
  margin-left: 24px;
  margin-right: 24px;
  font-family: Oswald;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.9375rem;
  letter-spacing: 0px;
  text-align: left;
  color: black;
}
.c-countdown--horizontal .c-countdown__sport {
  font-family: Roboto;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.125rem;
  letter-spacing: 0.0188rem;
  text-align: left;
  color: black;
}
.c-countdown--horizontal .c-countdown__opponent {
  font-family: Roboto;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.0188rem;
  text-align: left;
  color: black;
}
.c-countdown--horizontal .c-countdown__date-time {
  font-family: Oswald;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: right;
}
.c-countdown--horizontal .c-countdown__time {
  justify-content: space-around;
}
.c-countdown--horizontal .c-countdown__time-item {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  min-width: 25%;
  justify-content: center;
}
.c-countdown--horizontal .c-countdown__time-item:first-of-type {
  box-shadow: inset 1px 0px 0px #e0e0e0, inset -1px -1px 0px #e0e0e0;
}
.c-countdown--horizontal .c-countdown__time-item:nth-of-type(2) {
  box-shadow: inset -1px -1px 0px #e0e0e0;
}
.c-countdown--horizontal .c-countdown__time-item:nth-of-type(3) {
  box-shadow: inset -1px -1px 0px #e0e0e0;
}
.c-countdown--horizontal .c-countdown__time-item:nth-of-type(4) {
  box-shadow: inset -1px -1px 0px #e0e0e0;
}
.c-countdown--horizontal .c-countdown__time-value {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.30000001192092896px;
  text-align: left;
  color: #00263a;
}
.c-countdown--horizontal .c-countdown__time-label {
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.30000001192092896px;
  text-align: left;
  color: black;
  margin-left: 10px;
}
.c-countdown--horizontal .c-countdown__time-label abbr {
  border-bottom: none;
  text-decoration: none;
}
.c-countdown--horizontal .c-countdown__row.row--first-row {
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: inset 1px 0px 0px #e0e0e0, inset -1px -1px 0px #e0e0e0;
}
.c-countdown--horizontal .c-countdown__row.row--second-row {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  box-shadow: inset 1px 0px 0px #e0e0e0, inset -1px -1px 0px #e0e0e0;
}
.c-countdown--horizontal .c-countdown__row.row--second-row .c-countdown__column {
  flex: 0 0 35%;
  -webkit-flex: 0 0 35%;
  min-width: 1px;
  min-height: 1px;
}
.c-countdown--horizontal .c-countdown__row.row--second-row .c-countdown__column:first-of-type {
  flex: 0 0 65%;
  -webkit-flex: 0 0 65%;
  min-width: 1px;
  min-height: 1px;
}
.c-countdown--horizontal .c-countdown__row.row--fourth-row {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  box-shadow: inset 1px 0px 0px #e0e0e0, inset -1px -1px 0px #e0e0e0;
}
.c-countdown--horizontal .c-countdown__link-item {
  padding-left: 12px;
  padding-right: 12px;
}
.c-countdown--horizontal .c-countdown__link-href {
  font-family: Oswald;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1px;
  text-align: left;
  color: black;
  text-transform: uppercase;
}
.c-countdown--horizontal .c-countdown__link-href:hover,
.c-countdown--horizontal .c-countdown__link-href:focus,
.c-countdown--horizontal .c-countdown__link-href.sidearm-hover {
  text-decoration: unset;
}
/***********STORIES*********************/

.c-stories__status {
  font-family: Roboto;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.0188rem;
  text-align: left;
  color: #111111;
}
.c-stories__game-triangle {
  color: #0047bb;
  font-size: 0.625rem;
  margin-left: 6px;
  margin-right: 18px;
}
.c-stories__game-triangle--hide {
  opacity: 0;
}
.c-stories__game {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  box-shadow: inset 0px -1px 0px #e0e0e0, inset 0px 0px 0px #e0e0e0;
}
@media (max-width: 765px) {
  .c-stories__game {
    width: 100%;
    position: relative;
  }
}
.c-stories__game-container {
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.c-stories__game-score {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.30000001192092896px;
  text-align: left;
  color: #111111;
}
.c-stories__game-team-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-right: 12px;
}
.c-stories__headlines {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media (max-width: 765px) {
  .c-stories__headlines {
    justify-content: center;
    margin-bottom: 31px;
    margin-top: 31px;
  }
  .c-stories__headlines--bottom-archive {
    margin-top: 24px;
    margin-bottom: 0;
  }
}
.c-stories__headline {
  font-family: Oswald;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8125rem;
  letter-spacing: 0px;
  text-align: left;
  color: black;
}
@media (max-width: 765px) {
  .c-stories__headline {
    font-family: Oswald;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-stories__archive {
  margin-left: auto;
}
@media (max-width: 765px) {
  .c-stories__archive {
    margin: unset;
  }
}
.c-stories__archive-btn {
  color: white !important;
  font-family: Oswald;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3125rem;
  letter-spacing: 0.0625rem;
  text-align: left;
  background: #00263a;
  border-radius: 6px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: unset;
  display: inline-block;
  transition: all .4s;
}
.c-stories__archive-btn:hover,
.c-stories__archive-btn:focus,
.c-stories__archive-btn.sidearm-hover {
  background-color: #0047bb;
}
.c-stories--list .c-stories__url:hover,
.c-stories--list .c-stories__url:focus,
.c-stories--list .c-stories__url.sidearm-hover {
  text-decoration: underline;
  color: #0047bb;
}
.c-stories--list .c-stories__list--second-list {
  flex-wrap: wrap;
}
.c-stories--list .c-stories__list--second-list .c-stories__image {
  max-width: 156px;
  height: 156px;
  object-fit: cover;
}
@media (max-width: 765px) {
  .c-stories--list .c-stories__list--second-list .c-stories__image {
    height: 100px;
    max-width: 100px;
  }
}
@media (max-width: 765px) {
  .c-stories--list .c-stories__list--second-list .c-stories__item:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
.c-stories--list .c-stories__item {
  position: relative;
  flex: 1 1 49%;
  -webkit-flex: 1 1 49%;
  min-width: 1px;
  min-height: 1px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 1025px) {
  .c-stories--list .c-stories__item {
    flex: 1 1 48%;
    -webkit-flex: 1 1 48%;
    min-width: 1px;
    min-height: 1px;
  }
}
.c-stories--list .c-stories__item:nth-child(even) {
  margin-left: 6px;
}
.c-stories--list .c-stories__item:nth-child(odd) {
  margin-right: 6px;
}
.c-stories--list .c-stories__item:nth-of-type(1),
.c-stories--list .c-stories__item:nth-of-type(2) {
  margin-bottom: 12px;
}
@media (max-width: 765px) {
  .c-stories--list .c-stories__item {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-stories--list .c-stories__item:nth-child(even),
  .c-stories--list .c-stories__item:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-stories--list .c-stories__item--first-item {
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  margin: 0 !important;
}
.c-stories--list .c-stories__item--first-item .c-stories__item-mark {
  position: absolute;
  top: 0;
  left: 24px;
  z-index: 99;
}
@media (max-width: 765px) {
  .c-stories--list .c-stories__item--first-item .c-stories__item-mark {
    left: 0;
  }
}
.c-stories--list .c-stories__item--first-item .c-stories__item-mark-container {
  position: relative;
  background-color: #0047bb;
  width: 42px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
  height: 65px;
  position: relative;
}
.c-stories--list .c-stories__item--first-item .c-stories__item-mark-container .sidearm-icon {
  font-size: 1.125rem;
  color: white;
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
}
.c-stories--list .c-stories__item--first-item .c-stories__image {
  max-height: 628px;
}
.c-stories--list .c-stories__item--first-item .c-stories__details {
  padding: 24px;
}
.c-stories--list .c-stories__item--first-item .c-stories__title {
  font-family: Oswald;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 12px;
}
@media (max-width: 1025px) {
  .c-stories--list .c-stories__item--first-item .c-stories__title {
    font-family: Oswald;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5625rem;
    letter-spacing: 0.125rem;
    text-align: left;
  }
}
@media (max-width: 765px) {
  .c-stories--list .c-stories__item--first-item .c-stories__title {
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
  }
}
.c-stories--list .c-stories__item--first-item .c-stories__title:hover,
.c-stories--list .c-stories__item--first-item .c-stories__title:focus,
.c-stories--list .c-stories__item--first-item .c-stories__title.sidearm-hover {
  text-decoration: underline;
}
.c-stories--list .c-stories__item--first-item .c-stories__media {
  padding-bottom: 56.25%;
}
.c-stories--list .c-stories__media-container {
  flex: 1 0 156px;
  -webkit-flex: 1 0 156px;
  min-width: 1px;
  min-height: 1px;
}
@media (max-width: 765px) {
  .c-stories--list .c-stories__media-container {
    flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    min-width: 1px;
    min-height: 1px;
  }
}
.c-stories--list .c-stories__media {
  position: relative;
  padding-bottom: 156px;
  overflow: hidden;
  height: 0;
}
@media (max-width: 765px) {
  .c-stories--list .c-stories__media {
    padding-bottom: 100px;
  }
}
.c-stories--list .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-stories--list .c-stories__details {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 36px;
  padding-top: 36px;
  background-color: white;
}
@media (max-width: 1180px) {
  .c-stories--list .c-stories__details {
    padding: 24px;
  }
}
@media (max-width: 1025px) {
  .c-stories--list .c-stories__details {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (max-width: 765px) {
  .c-stories--list .c-stories__details {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
.c-stories--list .c-stories__sub-title {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #5b6770;
}
.c-stories--list .c-stories__title {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.30000001192092896px;
  text-align: left;
  color: black;
}
@media (max-width: 1025px) {
  .c-stories--list .c-stories__title {
    font-family: Oswald;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: 0.0625rem;
    text-align: left;
  }
}
@media (max-width: 765px) {
  .c-stories--list .c-stories__title {
    font-family: Oswald;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: left;
  }
}
.c-stories--list .c-stories__url {
  text-decoration: none;
}
.c-stories--list .c-stories__date-sport {
  font-family: Oswald;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 12px;
  color: #111111;
}
@media (max-width: 1025px) {
  .c-stories--list .c-stories__date-sport {
    color: #5b6770;
  }
}
@media (max-width: 765px) {
  .c-stories--list .c-stories__date-sport {
    color: #111111;
  }
}
.c-stories--list .c-stories__date {
  text-transform: uppercase;
}
.c-stories--list .c-stories__date-separator {
  font-family: Oswald;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  margin-left: 6px;
  margin-right: 6px;
  color: #0047bb;
}
/*********************************/

.s-events__inner .ui-tabs-panel[aria-hidden="true"] {
  display: block !important;
  overflow: hidden;
  height: 0;
}
.s-events__inner .ui-tabs-panel {
  overflow: initial;
}
.s-events__inner .ui-tabs-panel {
  overflow: auto;
  width: 100%;
  height: auto;
}
.s-events {
  padding-top: 48px;
  /*padding-bottom:48px;*/
  margin-top: 36px;
  margin-bottom: 48px;
  min-height: 499px;
  background: linear-gradient(261.94deg, rgba(0, 71, 186, 0.3) 0%, rgba(0, 71, 186, 0.1) 56.2%), linear-gradient(98.06deg, rgba(0, 71, 187, 0.675) 0%, rgba(0, 71, 187, 0.225) 56.2%), url(@{s3_bucket}/responsive_2022/images/parallax_bg_desktop.jpg);
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1026px) {
  .s-events {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1025px) {
  .s-events {
    background: linear-gradient(261.94deg, rgba(0, 71, 186, 0.3) 0%, rgba(0, 71, 186, 0.1) 56.2%), linear-gradient(98.06deg, rgba(0, 71, 187, 0.675) 0%, rgba(0, 71, 187, 0.225) 56.2%), url(@{s3_bucket}/responsive_2022/images/parallax_bg_desktop.jpg);
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 1025px) {
  .s-events {
    margin-bottom: 36px;
    min-height: 552px;
    padding-top: 36px;
    margin-top: 0;
  }
  .s-events .row {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 765px) {
  .s-events {
    padding-top: 43px;
    min-height: 617px;
    margin-top: 0;
  }
}
.s-events__header {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 765px) {
  .s-events__header {
    flex-direction: column;
  }
}
@media (max-width: 1025px) {
  .s-events__header {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.s-events__title {
  font-family: Oswald;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8125rem;
  letter-spacing: 0px;
  text-align: center;
  color: white;
}
@media (max-width: 1025px) {
  .s-events__title {
    font-size: 1.5rem;
    line-height: 2.8125rem;
    position: relative;
    top: 4px;
  }
}
@media (max-width: 765px) {
  .s-events__title {
    font-size: 21px;
    line-height: 39px;
    letter-spacing: 0px;
    top: unset;
    position: relative;
  }
}
.s-events__tabs {
  margin-left: auto;
}
@media (max-width: 765px) {
  .s-events__tabs {
    margin: auto;
    margin-top: 19px;
  }
}
.s-events__tabs-item:not(:last-of-type) {
  margin-right: 12px;
}
.s-events__tabs-item .sidearm-icon {
  font-size: 1.125rem;
  color: white;
  opacity: 1 !important;
}
.s-events__tabs-item.ui-tabs-active .s-events__tabs-link {
  color: #00263a !important;
  background-color: white;
  border-color: white;
}
.s-events__tabs-item.ui-tabs-active .s-events__tabs-link .sidearm-icon {
  color: #00263a !important;
}
@media (min-width: 766px) {
  .s-events__tabs-item.ui-tabs-active .s-events__tabs-link span:last-of-type {
    opacity: 1;
  }
  .s-events__tabs-item.ui-tabs-active .s-events__tabs-link span:first-of-type {
    opacity: 0;
  }
}
.s-events__tabs-link {
  font-family: Oswald;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: 0.0625rem;
  text-align: left;
  background: rgba(0, 38, 58, 0.3);
  border: 1px solid #0047bb;
  box-sizing: border-box;
  border-radius: 6px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  display: inline-block;
  color: white !important;
  text-decoration: unset;
  transition: all .4s;
  position: relative;
  /* &:before{
            display:inline-block;
            position: absolute;
            font-weight: 700;
            visibility:visible;
            content: attr('data-text');
        }*/

}
.s-events__tabs-link span {
  transition: all .1s;
}
.s-events__tabs-link span:not(.sidearm-icon):last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  transform: translate(-50%, -50%);
  opacity: 0;
  font-family: Oswald;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.0625rem;
}
.s-events__tabs-link:hover,
.s-events__tabs-link:focus,
.s-events__tabs-link.sidearm-hover {
  color: #00263a !important;
  background-color: white;
  border-color: white;
}
@media (min-width: 766px) {
  .s-events__tabs-link:hover span:last-of-type,
  .s-events__tabs-link:focus span:last-of-type,
  .s-events__tabs-link.sidearm-hover span:last-of-type {
    opacity: 1;
  }
  .s-events__tabs-link:hover span:first-of-type,
  .s-events__tabs-link:focus span:first-of-type,
  .s-events__tabs-link.sidearm-hover span:first-of-type {
    opacity: 0;
  }
}
.s-events__tabs-link:hover .sidearm-icon,
.s-events__tabs-link:focus .sidearm-icon,
.s-events__tabs-link.sidearm-hover .sidearm-icon {
  color: #00263a !important;
}
.c-events--cards-boxy {
  margin-top: 24px;
  position: relative;
}
@media (max-width: 1025px) {
  .c-events--cards-boxy {
    margin-bottom: 77px;
  }
}
.c-events--cards-boxy .slick-prev,
.c-events--cards-boxy .slick-next {
  background: rgba(0, 38, 58, 0.3);
  border: 1px solid #0047bb;
  box-sizing: border-box;
  border-radius: 6px;
  height: 53px;
  width: 53px;
  position: absolute;
  bottom: -77px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  transition: all .4s;
}
.c-events--cards-boxy .slick-prev:after,
.c-events--cards-boxy .slick-next:after {
  content: '';
  display: block;
  font-weight: 400;
  font-size: 24px;
  color: white;
  font-family: 'sidearm_font_v2';
  transition: all .4s;
}
.c-events--cards-boxy .slick-prev:hover,
.c-events--cards-boxy .slick-next:hover,
.c-events--cards-boxy .slick-prev:focus,
.c-events--cards-boxy .slick-next:focus,
.c-events--cards-boxy .slick-prev.sidearm-hover,
.c-events--cards-boxy .slick-next.sidearm-hover {
  background-color: white;
}
.c-events--cards-boxy .slick-prev:hover:after,
.c-events--cards-boxy .slick-next:hover:after,
.c-events--cards-boxy .slick-prev:focus:after,
.c-events--cards-boxy .slick-next:focus:after,
.c-events--cards-boxy .slick-prev.sidearm-hover:after,
.c-events--cards-boxy .slick-next.sidearm-hover:after {
  color: #00263a;
}
.c-events--cards-boxy .slick-prev {
  left: calc(50% - 26.5px - 6px);
}
.c-events--cards-boxy .slick-prev:after {
  content: '\e005';
}
.c-events--cards-boxy .slick-next {
  left: calc(50% + 26.5px + 6px);
}
.c-events--cards-boxy .slick-next:after {
  content: '\e006';
}
.c-events--cards-boxy .slick-list {
  width: 100%;
}
.c-events--cards-boxy .slick-track {
  display: flex;
}
.c-events--cards-boxy .c-events__item {
  display: flex;
  display: -webkit-flex;
  margin-right: 12px;
  margin-left: 12px;
  /*min-height:350px;*/
  background-color: #f2f2f2;
  /*min-width:~"calc((100% - 96px) / 5)";
            flex-grow:1;*/
  height: auto;
}
@media (max-width: 1025px) {
  .c-events--cards-boxy .c-events__item {
    margin-right: 6px;
    margin-left: 6px;
  }
}
.c-events--cards-boxy .c-events__header {
  background: #00263a;
  padding: 12px;
  text-align: center;
}
.c-events--cards-boxy .c-events__date {
  font-family: Roboto;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.0188rem;
  text-align: left;
  color: white;
}
.c-events--cards-boxy .c-events__date-time-divider {
  font-family: Roboto;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.0188rem;
  text-align: left;
  color: white;
  margin-left: 10px;
  margin-right: 10px;
}
.c-events--cards-boxy .c-events__time {
  font-family: Roboto;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.0188rem;
  text-align: left;
  color: white;
  text-align: center;
}
.c-events--cards-boxy .c-events__body {
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #f2f2f2;
  /*box-shadow: inset 0px -1px 0px #E0E0E0;*/

}
.c-events--cards-boxy .c-events__body--result {
  padding-top: 36px;
  padding-bottom: 36px;
}
.c-events--cards-boxy .c-events__logos {
  flex-direction: column;
}
.c-events--cards-boxy .c-events__logo {
  box-shadow: inset 0px -1px 0px #0047bb;
  margin-bottom: 12px;
}
.c-events--cards-boxy .c-events__logo img {
  height: 60px;
  width: 60px;
  object-fit: contain;
  margin-bottom: 12px;
}
.c-events--cards-boxy .c-events__logo--live img {
  height: 60px;
  width: 48px;
  padding-bottom: 12px;
}
.c-events--cards-boxy .c-events__logo-container:first-of-type {
  margin-right: 24px;
}
.c-events--cards-boxy .c-events__logo-container:last-of-type {
  margin-left: 24px;
}
.c-events--cards-boxy .c-events__logo--result img {
  height: 48px;
  width: 48px;
}
.c-events--cards-boxy .c-events__opponent-row {
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: inset 0px 1px 0px #e0e0e0;
  padding-left: 24px;
  padding-right: 24px;
}
.c-events--cards-boxy .c-events__opponent-indicator {
  font-family: Oswald;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  margin-right: 6px;
}
.c-events--cards-boxy .c-events__opponent--live {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.30000001192092896px;
  text-align: center;
  color: black;
}
.c-events--cards-boxy .c-events__indicator {
  margin-bottom: 12px;
  font-family: Oswald;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9375rem;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  text-transform: uppercase;
}
.c-events--cards-boxy .c-events__sport {
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.0188rem;
  text-align: left;
  color: white;
  margin-bottom: 3px;
  text-align: center;
}
@media (max-width: 1025px) {
  .c-events--cards-boxy .c-events__sport {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: 0.0188rem;
  }
}
@media (max-width: 765px) {
  .c-events--cards-boxy .c-events__sport {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: 0.0188rem;
  }
}
.c-events--cards-boxy .c-events__result {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.30000001192092896px;
  text-align: center;
  color: black;
}
.c-events--cards-boxy .c-events__team-score {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.30000001192092896px;
  text-align: center;
  color: black;
  margin-top: 12px;
  text-align: center;
}
.c-events--cards-boxy .c-events__media {
  flex-wrap: wrap;
  background-color: white;
}
.c-events--cards-boxy .c-events__media-item {
  flex-grow: 1;
  min-width: calc(25%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), white;
  height: 53px;
}
.c-events--cards-boxy .c-events__media-item:first-of-type .c-events__media-link {
  box-shadow: inset 0px 1px 0px #e0e0e0;
}
.c-events--cards-boxy .c-events__media-link {
  font-size: 0.875rem;
  color: black;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  transition: all .4s;
  box-shadow: inset 1px 0px 0px #e0e0e0, inset 0px 1px 0px #e0e0e0;
}
.c-events--cards-boxy .c-events__media-link .sidearm-icon {
  font-size: 24px;
}
.c-events--cards-boxy .c-events__media-link:hover,
.c-events--cards-boxy .c-events__media-link:focus,
.c-events--cards-boxy .c-events__media-link.sidearm-hover {
  color: white;
  background-color: #00263a;
}
.c-contentstream {
  overflow-anchor: none;
  position: relative;
}
.c-contentstream__top {
  justify-content: center;
  align-items: center;
}
.c-contentstream__top-header {
  font-family: Oswald;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8125rem;
  letter-spacing: 0px;
  text-align: center;
  color: #00263a;
  margin-bottom: 12px;
}
@media (max-width: 765px) {
  .c-contentstream__top-header {
    font-family: Oswald;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0px;
    text-align: center;
    height: 53px;
  }
}
@media (max-width: 1025px) {
  .c-contentstream__top {
    margin-bottom: 21px;
  }
}
@media (max-width: 765px) {
  .c-contentstream__top {
    flex-direction: column;
  }
}
.c-contentstream__date,
.c-contentstream__date-separator {
  font-family: Oswald;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9375rem;
  letter-spacing: 0px;
  text-align: left;
  color: white;
  text-transform: uppercase;
}
.c-contentstream__date-separator {
  margin-left: 6px;
  margin-right: 6px;
}
.c-contentstream__symbol .sidearm-icon {
  color: white;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.c-contentstream__filter {
  margin-left: auto;
}
@media (max-width: 765px) {
  .c-contentstream__filter {
    margin: auto;
    margin-top: 12px;
  }
}
.c-contentstream__filter-item:not(:last-of-type) {
  margin-right: 12px;
}
.c-contentstream__filter-item:first-of-type span.sidearm-icon {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.c-contentstream__filter-item:not(:first-of-type) span:not(.sidearm-icon) {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.c-contentstream__filter-item span:not(.sidearm-icon) {
  font-family: Oswald;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3125rem;
  letter-spacing: 0.0625rem;
  text-align: left;
}
.c-contentstream__filter-item span.sidearm-icon {
  font-size: 18px;
}
.c-contentstream__filter-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 65px;
  height: 53px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  border: 1px solid #e0e0e0;
  transition: all .4s;
}
.c-contentstream__filter-button:hover,
.c-contentstream__filter-button:focus,
.c-contentstream__filter-button.sidearm-hover,
.c-contentstream__filter-button.is-active {
  background: #00263a;
  color: white;
  border-color: #00263a;
}
.c-contentstream__filter-button:hover .sidearm-icon,
.c-contentstream__filter-button:focus .sidearm-icon,
.c-contentstream__filter-button.sidearm-hover .sidearm-icon,
.c-contentstream__filter-button.is-active .sidearm-icon {
  color: white;
}
.c-contentstream__filter .sidearm-icon {
  font-size: 18px;
  color: black;
  transition: all .4s;
}
.c-contentstream__stream {
  margin-left: -12px;
  margin-right: -12px;
}
.c-contentstream__item {
  width: 33.33333%;
  padding: 12px;
}
@media (max-width: 1025px) {
  .c-contentstream__item {
    width: 50%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 765px) {
  .c-contentstream__item {
    width: 100%;
  }
}
.c-contentstream__item-inner {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  background-color: white;
}
.c-contentstream__item--facebook .c-contentstream__media {
  padding: 0;
  padding-top: 12px;
}
.c-contentstream__user {
  background: #00263a;
  padding-left: 24px;
  padding-right: 24px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
}
.c-contentstream__user-image {
  height: 24px;
  width: 24px;
  border-radius: 100%;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-right: 6px;
}
.c-contentstream__user-screen {
  font-family: Oswald;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: white !important;
  text-decoration: unset;
}
.c-contentstream__user-screen:hover,
.c-contentstream__user-screen :focus {
  text-decoration: underline;
}
.c-contentstream__media {
  display: block;
  padding: 24px 23px;
}
.c-contentstream__media-image {
  display: block;
  width: 100%;
  height: auto;
}
.c-contentstream__media-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
}
.c-contentstream__media.aspect {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.c-contentstream__media.aspect .c-contentstream__media-image {
  position: absolute;
  top: 0;
  left: 0;
}
.c-contentstream__media.video-is-playing .showcase-modal {
  opacity: 1;
  left: 0;
  pointer-events: all;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
}
.c-contentstream__body {
  padding: 24px;
}
.c-contentstream__text {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.30000001192092896px;
  text-align: left;
  color: black;
}
.c-contentstream__text a {
  color: #0047bb;
}
.c-contentstream .showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
  transform: scale(0.85);
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.c-contentstream .showcase-modal__inner {
  padding: 16px;
  background: white;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-contentstream .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.c-contentstream .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #081f2d;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.c-contentstream .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-contentstream .load-more__container {
  margin-top: 12px;
}
@media (max-width: 765px) {
  .c-contentstream .load-more__container {
    margin-top: 21px;
  }
}
.c-contentstream .load-more__button {
  background-color: #00263a;
  color: white;
  border: unset;
  background: #00263a;
  border-radius: 6px;
  font-family: Oswald;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3125rem;
  letter-spacing: 0.0625rem;
  text-align: left;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  display: inline-block;
  transition: all .4s;
}
.c-contentstream .load-more__button:hover,
.c-contentstream .load-more__button:focus,
.c-contentstream .load-more__button.sidearm-hover {
  text-decoration: underline;
  color: white;
  background-color: #0047bb;
}
/****************************/

.s-slide-ad {
  position: relative;
  margin-bottom: 77px;
}
.s-slide-ad img {
  width: 100%;
}
.s-slide-ad button {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 6px;
  height: 53px;
  width: 53px;
  position: absolute;
  bottom: -77px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .4s;
  color: black;
  font-size: 0;
  background-color: white;
}
.s-slide-ad button.slick-prev {
  left: calc(50% - 65px);
}
.s-slide-ad button.slick-prev:after {
  content: '\e005';
}
@media (max-width: 765px) {
  
}
.s-slide-ad button.slick-next {
  left: calc(50% + 65px);
}
.s-slide-ad button.slick-next:after {
  content: '\e006';
}
@media (max-width: 765px) {
  
}
.s-slide-ad button.slick-pause-play:after {
  content: '\e201';
}
.s-slide-ad button.slick-pause-play.slick-play:after {
  content: '\e196';
}
.s-slide-ad button:hover,
.s-slide-ad button:focus,
.s-slide-ad button.sidearm-hover {
  background: #00263a;
  border: 1px solid #e0e0e0;
  color: white;
}
.s-slide-ad button:hover:after,
.s-slide-ad button:focus:after,
.s-slide-ad button.sidearm-hover:after {
  color: white;
}
.s-slide-ad button:after {
  content: '';
  display: block;
  font-weight: 400;
  font-size: 24px;
  color: black;
  font-family: 'sidearm_font_v2';
  transition: all .4s;
}
/*****************************/

.s-parallax {
  margin-top: 48px;
  margin-bottom: 48px;
  min-height: 300px;
  background-size: cover;
  background-image: url(@{s3_bucket}/responsive_2022/images/parallax_bg_desktop.jpg);
  /*
    @media (max-width: 1025px){
        margin-top:36px;
        margin-bottom:36px;
        //background: linear-gradient(0deg, rgba(0, 38, 58, 0), rgba(0, 38, 58, 0)), url(@{s3_bucket}/responsive_2022/images/parallax_tablet.jpg);
        background-image:url(@{s3_bucket}/responsive_2022/images/parallax_tablet.jpg);
        background-size: cover;
        background-position: center;
    }
    @media (max-width: 1025px){
        background-image:url(@{s3_bucket}/responsive_2022/images/parallax_mobile.jpg);
        
    }*/

}
@media (min-width: 1026px) {
  .s-parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.s-parallax__image {
  background-image: url(@{s3_bucket}/responsive_2022/images/parallax_desktop.png);
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-position: center;
}
@media (max-width: 1025px) {
  .s-parallax {
    background-position: center;
    margin-bottom: 36px;
    margin-top: 36px;
  }
}
@media (max-width: 765px) {
  .s-parallax {
    margin-bottom: 43px;
  }
}
@media (max-width: 765px) {
  .s-parallax {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
/**************************/

.s-galleries .row {
  max-width: 1464px;
}
@media (max-width: 1025px) {
  .c-galleries--panels {
    flex-direction: column;
  }
}
.c-galleries--panels .c-galleries__first-col {
  flex: 1 1 49.15%;
  -webkit-flex: 1 1 49.15%;
  min-width: 1px;
  min-height: 1px;
}
.c-galleries--panels .c-galleries__first-col .c-galleries__item:before {
  content: "";
  background: linear-gradient(360deg, #325262 7%, rgba(252, 252, 252, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
}
.c-galleries--panels .c-galleries__first-col .c-galleries__details {
  padding: 24px;
  width: 100%;
  padding-bottom: 24.81px;
  z-index: 99;
}
.c-galleries--panels .c-galleries__first-col .c-galleries__title {
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
  text-align: left;
  color: white;
  background: rgba(50, 82, 98, 0.22);
}
.c-galleries--panels .c-galleries__first-col .c-galleries__date {
  font-family: Oswald;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  color: white;
  text-transform: uppercase;
  background: rgba(50, 82, 98, 0.22);
}
.c-galleries--panels .c-galleries__first-col .c-galleries__date-separator {
  margin-left: 6px;
  margin-right: 6px;
  color: white;
  font-family: Oswald;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  color: white;
  background: rgba(50, 82, 98, 0.22);
}
.c-galleries--panels .c-galleries__first-col .c-galleries__detail-row {
  margin-bottom: 12px;
}
.c-galleries--panels .c-galleries__first-col .c-galleries__sport {
  font-family: Oswald;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  color: white;
  text-transform: uppercase;
  background: rgba(50, 82, 98, 0.22);
}
.c-galleries--panels .c-galleries__first-col .c-galleries__link-btn {
  font-family: Oswald;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: 0.0625rem;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 24px;
  padding-right: 24px;
  background: #00263a;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 6px;
  color: white;
  max-height: 53px;
  margin-top: auto;
  transition: all .4s;
  text-decoration: unset;
}
.c-galleries--panels .c-galleries__first-col .c-galleries__link-btn:hover,
.c-galleries--panels .c-galleries__first-col .c-galleries__link-btn:focus {
  background-color: #0047bb;
}
@media (max-width: 1025px) {
  .c-galleries--panels .c-galleries__first-col {
    margin-bottom: 24px;
  }
}
.c-galleries--panels .c-galleries__second-col {
  flex: 1 1 50.85%;
  -webkit-flex: 1 1 50.85%;
  min-width: 1px;
  min-height: 1px;
  padding-left: 24px;
  flex-wrap: wrap;
}
@media (max-width: 1025px) {
  .c-galleries--panels .c-galleries__second-col {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    padding-left: 0;
  }
}
.c-galleries--panels .c-galleries__second-col .c-galleries__item {
  overflow: hidden;
  max-height: 189px;
  /*max-width:336px;*/

}
.c-galleries--panels .c-galleries__second-col .c-galleries__item:nth-child(even) {
  padding-left: 12px;
}
.c-galleries--panels .c-galleries__second-col .c-galleries__item:nth-child(even) .c-galleries__details {
  left: 12px;
  right: 0;
}
.c-galleries--panels .c-galleries__second-col .c-galleries__item:nth-child(even) .c-galleries__oppener {
  right: 0;
}
.c-galleries--panels .c-galleries__second-col .c-galleries__item:nth-child(odd) {
  padding-right: 12px;
}
.c-galleries--panels .c-galleries__second-col .c-galleries__item:nth-child(odd) .c-galleries__details {
  left: 0;
  right: 12px;
}
.c-galleries--panels .c-galleries__second-col .c-galleries__item:nth-child(odd) .c-galleries__oppener {
  right: 12px;
}
.c-galleries--panels .c-galleries__second-col .c-galleries__item:first-of-type,
.c-galleries--panels .c-galleries__second-col .c-galleries__item:nth-of-type(2) {
  margin-bottom: 24px;
}
@media (max-width: 1025px) {
  .c-galleries--panels .c-galleries__second-col .c-galleries__item {
    overflow: unset;
    max-height: unset;
    margin-bottom: 24px;
    max-width: calc((100% - 24px) / 2);
  }
  .c-galleries--panels .c-galleries__second-col .c-galleries__item:nth-child(even) {
    margin-left: 12px;
    padding-left: 0;
  }
  .c-galleries--panels .c-galleries__second-col .c-galleries__item:nth-child(even) .c-galleries__details {
    left: 0;
    right: 0;
    min-height: 200px;
  }
  .c-galleries--panels .c-galleries__second-col .c-galleries__item:nth-child(odd) {
    margin-right: 12px;
    padding-right: 0;
  }
  .c-galleries--panels .c-galleries__second-col .c-galleries__item:nth-child(odd) .c-galleries__details {
    left: 0;
    right: 0;
    min-height: 200px;
  }
}
.c-galleries--panels .c-galleries__second-col .c-galleries__item:hover .c-galleries__details,
.c-galleries--panels .c-galleries__second-col .c-galleries__item:focus .c-galleries__details,
.c-galleries--panels .c-galleries__second-col .c-galleries__item.sidearm-hover .c-galleries__details {
  bottom: 0;
}
.c-galleries--panels .c-galleries__second-col .c-galleries__item:hover .c-galleries__oppener,
.c-galleries--panels .c-galleries__second-col .c-galleries__item:focus .c-galleries__oppener,
.c-galleries--panels .c-galleries__second-col .c-galleries__item.sidearm-hover .c-galleries__oppener {
  background: white;
}
.c-galleries--panels .c-galleries__second-col .c-galleries__item:hover .c-galleries__oppener .sidearm-icon,
.c-galleries--panels .c-galleries__second-col .c-galleries__item:focus .c-galleries__oppener .sidearm-icon,
.c-galleries--panels .c-galleries__second-col .c-galleries__item.sidearm-hover .c-galleries__oppener .sidearm-icon {
  color: black;
}
.c-galleries--panels .c-galleries__second-col .c-galleries__item:hover .c-galleries__oppener .sidearm-icon:before,
.c-galleries--panels .c-galleries__second-col .c-galleries__item:focus .c-galleries__oppener .sidearm-icon:before,
.c-galleries--panels .c-galleries__second-col .c-galleries__item.sidearm-hover .c-galleries__oppener .sidearm-icon:before {
  content: '\e078';
}
.c-galleries--panels .c-galleries__second-col .c-galleries__media {
  padding-bottom: 56.25%;
}
.c-galleries--panels .c-galleries__second-col .c-galleries__details {
  height: 100%;
  background: rgba(0, 38, 58, 0.9);
  padding: 24px;
  bottom: -999px;
  transition: all .4s;
}
@media (max-width: 1025px) {
  .c-galleries--panels .c-galleries__second-col .c-galleries__details {
    position: relative;
    height: unset;
    bottom: 0;
    background-color: white;
    box-shadow: inset 1px 0px 0px #e0e0e0, inset -1px -1px 0px #e0e0e0;
  }
}
.c-galleries--panels .c-galleries__second-col .c-galleries__title {
  font-family: Oswald;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 1px;
  text-align: left;
  color: white;
  margin-top: 12px;
}
@media (max-width: 1025px) {
  .c-galleries--panels .c-galleries__second-col .c-galleries__title {
    color: #111111;
  }
}
.c-galleries--panels .c-galleries__second-col .c-galleries__sport,
.c-galleries--panels .c-galleries__second-col .c-galleries__date,
.c-galleries--panels .c-galleries__second-col .c-galleries__date-separator {
  font-family: Oswald;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9375rem;
  letter-spacing: 0px;
  text-align: left;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 1025px) {
  .c-galleries--panels .c-galleries__second-col .c-galleries__sport,
  .c-galleries--panels .c-galleries__second-col .c-galleries__date,
  .c-galleries--panels .c-galleries__second-col .c-galleries__date-separator {
    color: #111111;
  }
}
.c-galleries--panels .c-galleries__second-col .c-galleries__date-separator {
  margin-left: 6px;
  margin-right: 6px;
}
@media (max-width: 1025px) {
  .c-galleries--panels .c-galleries__second-col .c-galleries__date-separator {
    color: #0047bb;
  }
}
.c-galleries--panels .c-galleries__second-col .c-galleries__link-btn {
  display: inline-block;
  font-family: Oswald;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: 0.0625rem;
  text-align: left;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 24px;
  padding-right: 24px;
  background: #00263a;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 6px;
  margin-top: 24px;
  transition: all .4s;
  text-decoration: unset;
}
.c-galleries--panels .c-galleries__second-col .c-galleries__link-btn:hover,
.c-galleries--panels .c-galleries__second-col .c-galleries__link-btn:focus {
  background-color: #0047bb;
}
.c-galleries--panels .c-galleries__item {
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  min-width: 1px;
  min-height: 1px;
}
.c-galleries--panels .c-galleries__item:first-child {
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  min-width: 1px;
  min-height: 1px;
}
.c-galleries--panels .c-galleries__link {
  display: block;
  text-decoration: unset;
  color: white;
}
.c-galleries--panels .c-galleries__link:hover,
.c-galleries--panels .c-galleries__link:focus,
.c-galleries--panels .c-galleries__link.sidearm-hover {
  text-decoration: underline;
  color: white;
}
.c-galleries--panels .c-galleries__media {
  padding-bottom: 57.65%;
  height: 0;
  overflow: hidden;
}
.c-galleries--panels .c-galleries__picture img,
.c-galleries--panels .c-galleries__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-galleries--panels .c-galleries__details {
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-galleries--panels .c-galleries__oppener {
  position: absolute;
  right: 12px;
  bottom: 0;
  width: 53px;
  height: 53px;
  box-shadow: inset 1px 1px 0px #e0e0e0;
  border-radius: 6px 0px 0px 0px;
  background: rgba(0, 38, 58, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-galleries--panels .c-galleries__oppener .sidearm-icon {
  font-size: 1.5rem;
  color: white;
  transition: all .4s;
}
@media (max-width: 1025px) {
  .c-galleries--panels .c-galleries__oppener {
    display: none;
  }
}
/*****************************/

.c-galleries--slider {
  padding-bottom: 77px;
}
.c-galleries--slider .c-galleries__link {
  display: block;
  text-decoration: none;
}
.c-galleries--slider .c-galleries__link:hover,
.c-galleries--slider .c-galleries__link:focus {
  text-decoration: underline;
}
.c-galleries--slider .c-galleries__media {
  padding-bottom: 56.25%;
  position: relative;
}
.c-galleries--slider .c-galleries__image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.c-galleries--slider .c-galleries__details {
  position: relative;
  bottom: 0;
  background-color: white;
  box-shadow: inset 1px 0px 0px #e0e0e0, inset -1px -1px 0px #e0e0e0;
  padding: 24px;
}
.c-galleries--slider .c-galleries__link-btn {
  display: inline-block;
  font-family: Oswald;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: 0.0625rem;
  text-align: left;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 24px;
  padding-right: 24px;
  background: #003057;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 6px;
  margin-top: 24px;
  transition: all .4s;
  text-decoration: unset;
}
.c-galleries--slider .c-galleries__link-btn:hover,
.c-galleries--slider .c-galleries__link-btn:focus {
  background-color: #0047bb;
}
.c-galleries--slider .c-galleries__date,
.c-galleries--slider .c-galleries__date-separator,
.c-galleries--slider .c-galleries__sport {
  font-family: Oswald;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9375rem;
  letter-spacing: 0px;
  text-align: left;
  color: #111111;
}
.c-galleries--slider .c-galleries__date-separator {
  margin-left: 6px;
  margin-right: 6px;
  color: #0047bb;
}
.c-galleries--slider .c-galleries__title {
  font-family: Oswald;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 1px;
  text-align: left;
  color: #111111;
  margin-top: 12px;
}
.c-galleries--slider button {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 6px;
  height: 53px;
  width: 53px;
  position: absolute;
  bottom: -77px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .4s;
  color: black;
  font-size: 0;
  background-color: white;
  transition: all .4s;
}
.c-galleries--slider button:after {
  content: '';
  display: block;
  font-weight: 400;
  font-size: 24px;
  color: black;
  font-family: 'sidearm_font_v2';
  transition: all .4s;
}
.c-galleries--slider button:hover,
.c-galleries--slider button:focus,
.c-galleries--slider button.sidearm-hover {
  background: #00263a;
  color: white;
}
.c-galleries--slider button:hover:after,
.c-galleries--slider button:focus:after,
.c-galleries--slider button.sidearm-hover:after {
  color: white;
}
.c-galleries--slider .slick-prev {
  left: calc(50% - 26.5px - 6px);
}
.c-galleries--slider .slick-prev:after {
  content: '\e005';
}
.c-galleries--slider .slick-next {
  left: calc(50% + 26.5px + 6px);
}
.c-galleries--slider .slick-next:after {
  content: '\e006';
}
.c-galleries__headlines {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 1025px) {
  .c-galleries__headlines {
    margin-bottom: 24px;
  }
}
@media (max-width: 765px) {
  .c-galleries__headlines {
    margin-bottom: 31px;
    justify-content: center;
  }
}
.c-galleries__headlines--bottom-headline {
  margin: 0;
  margin-top: 24px;
}
.c-galleries__headlines--bottom-headline .c-galleries__archive {
  margin: auto;
}
.c-galleries__archive {
  margin-left: auto;
  text-align: center;
}
.c-galleries__archive-btn {
  color: white !important;
  font-family: Oswald;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: 0.0625rem;
  text-align: left;
  background: #00263a;
  border-radius: 6px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: unset;
  display: inline-block;
  transition: all .4s;
  text-decoration: unset;
}
.c-galleries__archive-btn:hover,
.c-galleries__archive-btn:focus {
  background-color: #0047bb;
}
.c-galleries__headline {
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0px;
  text-align: center;
  color: #00263a;
}
@media (max-width: 1025px) {
  .c-galleries__headline {
    font-family: Oswald;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0px;
    text-align: center;
  }
}
@media (max-width: 765px) {
  .c-galleries__headline {
    font-family: Oswald;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0px;
    text-align: center;
  }
}
/****************************/

.s-videos {
  padding-bottom: 48px;
}
.s-videos .row {
  max-width: 1464px;
}
@media (max-width: 1025px) {
  .s-videos {
    padding-bottom: 0;
  }
}
.c-videos__archive {
  margin-left: auto;
}
.c-videos__archive-btn {
  color: white !important;
  font-family: Oswald;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: 0.0625rem;
  text-align: left;
  background: #003057;
  border-radius: 6px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: unset;
  display: inline-block;
  transition: all .4s;
}
.c-videos__archive-btn:hover,
.c-videos__archive-btn:focus,
.c-videos__archive-btn.sidearm-hover {
  text-decoration: underline;
  color: white;
  background-color: #0047bb;
}
.c-videos__headlines {
  /*justify-content: center;*/
  align-items: center;
  margin-bottom: 24px;
}
.c-videos__headlines .sidearm-icon {
  font-size: 24px;
  color: black;
  margin-right: 14.5px;
}
@media (max-width: 765px) {
  .c-videos__headlines {
    justify-content: center;
    margin-bottom: 31px;
  }
  .c-videos__headlines--bottom-archive {
    margin-top: 24px;
    margin-bottom: 0;
  }
  .c-videos__headlines--bottom-archive .c-videos__archive {
    margin: auto;
  }
}
.c-videos__headline {
  font-family: Oswald;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8125rem;
  letter-spacing: 0px;
  text-align: center;
  color: #00263a;
}
@media (max-width: 765px) {
  .c-videos__headline {
    font-family: Oswald;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0px;
    text-align: center;
  }
}
@media (max-width: 1025px) {
  .c-videos--featured {
    flex-wrap: wrap;
  }
}
.c-videos--featured .c-videos__featured {
  flex: 1 1 33.32%;
  -webkit-flex: 1 1 33.32%;
  min-width: 1px;
  min-height: 1px;
}
@media (max-width: 1025px) {
  .c-videos--featured .c-videos__featured {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
.c-videos--featured .c-videos__featured-player {
  padding-bottom: 56.25%;
}
.c-videos--featured .c-videos__featured .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--featured .c-videos__featured-details {
  padding: 24px;
  background-color: white;
  box-shadow: inset 1px 0px 0px #e0e0e0, inset -1px -1px 0px #e0e0e0;
}
.c-videos--featured .c-videos__featured .c-videos__title {
  font-family: Oswald;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: 0.125rem;
  text-align: left;
  color: black;
  margin-top: 12px;
}
@media (max-width: 1025px) {
  .c-videos--featured .c-videos__featured .c-videos__title {
    font-family: Oswald;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5625rem;
    letter-spacing: 0.125rem;
    text-align: left;
  }
}
.c-videos--featured .c-videos__featured .c-videos__date {
  font-family: Oswald;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9375rem;
  letter-spacing: 0px;
  text-align: left;
  color: #5b6770;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}
.c-videos--featured .c-videos__list {
  flex: 1 1 33.3333%;
  -webkit-flex: 1 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
  padding-left: 24px;
  max-height: 503px;
  overflow: auto;
  /* Track */

  /* Handle */

  /* Handle on hover */

}
@media (max-width: 1025px) {
  .c-videos--featured .c-videos__list {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    margin-top: 22px;
    padding-left: 0;
  }
}
@media (max-width: 765px) {
  .c-videos--featured .c-videos__list {
    margin-top: 24px;
  }
}
.c-videos--featured .c-videos__list::-webkit-scrollbar {
  width: 12px;
}
.c-videos--featured .c-videos__list::-webkit-scrollbar-track {
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
}
.c-videos--featured .c-videos__list::-webkit-scrollbar-thumb {
  background: #0047bb;
}
.c-videos--featured .c-videos__list::-webkit-scrollbar-thumb:hover {
  background: #00263a;
}
.c-videos--featured .c-videos__item {
  padding: 46px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: white;
  box-shadow: inset 0px -1px 0px #e0e0e0;
  transition: all .4s;
}
.c-videos--featured .c-videos__item .sidearm-icon {
  color: #0047bb;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
.c-videos--featured .c-videos__item.is-active {
  background: #f2f2f2;
}
.c-videos--featured .c-videos__item.is-active .sidearm-icon {
  color: #111111;
}
.c-videos--featured .c-videos__item:hover,
.c-videos--featured .c-videos__item:focus,
.c-videos--featured .c-videos__item.sidearm-hover {
  background: #f2f2f2;
}
.c-videos--featured .c-videos__item:hover .sidearm-icon,
.c-videos--featured .c-videos__item:focus .sidearm-icon,
.c-videos--featured .c-videos__item.sidearm-hover .sidearm-icon {
  color: #111111;
}
@media (max-width: 1025px) {
  .c-videos--featured .c-videos__item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.c-videos--featured .c-videos__media-container {
  flex: 1 1 72%;
  -webkit-flex: 1 1 72%;
  min-width: 1px;
  min-height: 1px;
}
.c-videos--featured .c-videos__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.c-videos--featured .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-videos--featured .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 100%;
  /*background-image:url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');*/
  background-size: contain;
  background: rgba(0, 0, 0, 0.5);
  border: 1px dashed rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  transition: all .4s;
}
.c-videos--featured .c-videos__play-btn .sidearm-icon {
  font-size: 60px;
  color: white;
}
.c-videos--featured .c-videos__play-btn:hover,
.c-videos--featured .c-videos__play-btn:focus {
  background-color: #00263a;
}
.c-videos--featured .c-videos__details {
  flex: 1 1 66.6667%;
  -webkit-flex: 1 1 66.6667%;
  min-width: 1px;
  min-height: 1px;
}
.c-videos--featured .c-videos__date {
  font-family: Oswald;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.c-videos--featured .c-videos__title {
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: left;
  color: #111111;
}
@media (max-width: 1025px) {
  .c-videos--featured .c-videos__title {
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
  }
}
@media (max-width: 765px) {
  .c-videos--featured .c-videos__title {
    font-family: Oswald;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    letter-spacing: 1px;
    text-align: left;
  }
}
/********************/

.s-sponsors {
  margin-top: 48px;
  padding-bottom: 77px;
  margin-bottom: 48px;
}
@media (max-width: 1025px) {
  .s-sponsors {
    margin-bottom: 36px;
    margin-top: 36px;
  }
}
.s-sponsors .slick-slide img {
  margin: auto;
}
.s-sponsors button {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 6px;
  height: 53px;
  width: 53px;
  position: absolute;
  bottom: -77px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .4s;
  color: black;
  font-size: 0;
  background-color: white;
}
.s-sponsors button:after {
  content: '';
  display: block;
  font-weight: 400;
  font-size: 24px;
  color: #111111;
  font-family: 'sidearm_font_v2';
  transition: all .4s;
}
.s-sponsors button.slick-prev {
  left: calc(50% - 65px);
}
.s-sponsors button.slick-prev:after {
  content: '\e005';
}
.s-sponsors button.slick-next {
  left: calc(50% + 65px);
}
.s-sponsors button.slick-next:after {
  content: '\e006';
}
.s-sponsors button.slick-pause-play:after {
  content: '\e201';
}
.s-sponsors button.slick-pause-play.slick-play:after {
  content: '\e196';
}
.s-sponsors button:hover,
.s-sponsors button:focus,
.s-sponsors button.sidearm-hover {
  background-color: #00263a;
}
.s-sponsors button:hover:after,
.s-sponsors button:focus:after,
.s-sponsors button.sidearm-hover:after {
  color: white;
}
/**************************/

.s-gallery-ad {
  margin-top: 48px;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 1025px) {
  .s-gallery-ad {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
@media (max-width: 765px) {
  .s-gallery-ad {
    margin-bottom: 43px;
  }
}
.footer-logos {
  max-width: 1416px;
}
.main-footer {
  box-shadow: inset 0px 1px 0px #e0e0e0;
}
@media (max-width: 765px) {
  .main-footer {
    box-shadow: unset;
  }
}
.s-footer__logos-item {
  flex: 1 1 472px;
  -webkit-flex: 1 1 472px;
  min-width: 1px;
  min-height: 1px;
  justify-content: center;
  align-items: center;
  height: 128px;
}
@media (max-width: 765px) {
  .s-footer__logos-item {
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    min-width: 1px;
    min-height: 1px;
    box-shadow: inset 0px -1px 0px #e0e0e0, inset 1px 0px 0px #e0e0e0;
  }
  .s-footer__logos-item:last-of-type {
    box-shadow: inset 1px 0px 0px #e0e0e0, inset -1px -1px 0px #e0e0e0;
  }
}
@media (max-width: 765px) {
  .s-footer__logos-item:first-of-type {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    border: 1px solid #e0e0e0;
    box-shadow: unset;
  }
}
.s-footer__logos {
  box-shadow: inset 0px -1px 0px #e0e0e0;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 765px) {
  .s-footer__logos {
    padding: 0;
    box-shadow: unset;
  }
}
.s-footer__logos-image {
  transition: all .4s;
}
.s-footer__logos-image:hover,
.s-footer__logos-image:focus,
.s-footer__logos-image.sidearm-hover {
  transform: scale(1.1);
}
@media (max-width: 765px) {
  .s-footer__logos-list {
    flex-wrap: wrap;
  }
}
.c-common-footer {
  max-width: 1460px;
  margin: auto;
}
.c-events__no-data,
.c-galleries__no-data,
.c-videos__no-data {
  color: white;
}
h2.hide {
  background-color: black;
  color: white;
}
.navigation-loaded .logo-loader {
  display: none;
}
.logo-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  background: #222222;
  top: 0;
  left: 0;
}
.logo-loader__logo img {
  width: 175px;
  animation: grow-shrink 5s ease-in-out infinite;
}
.logo-loader--grow-shrink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in-out 3.5s;
}
@keyframes grow-shrink {
  0% {
    opacity: 0.1;
    transform: scale(0.5);
  }
  25% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.1;
    transform: scale(0.5);
  }
  75% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.1;
    transform: scale(0.5);
  }
}
html:not(.index) .main-content-placeholder {
  max-width: 1464px;
  padding: 24px 24px 36px;
  margin-left: auto;
  margin-right: auto;
}
.dfp-ad .sidearm-dfp-ad {
  margin: 0 auto;
}
