/*********************************************************/

body {
  font-family: Prompt;
}
/*********************************************/

/*Stories Video*/

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

/*********************************************************/

.container {
  max-width: 1472px;
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
}
.index .common-dfp {
  display: none;
}
.common-dfp {
  display: flex;
  justify-content: center;
  padding: 24px 0;
}
.main-header {
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
  z-index: 99;
}
.main-header__info-icons {
  display: flex;
}
.main-header__info-icons .ad {
  margin-right: 8px;
}
.main-header__info-icons .ad:last-of-type {
  margin-right: 0;
}
.main-header__info-icons .ads-container {
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.main-header__info-icons .icons-ad__link {
  font-size: 0;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  text-decoration: unset;
}
.main-header__info-icons .icons-ad__link .sidearm-icon {
  font-size: 1rem;
  line-height: 16px;
  height: 16px;
  width: 16px;
  color: black;
  transition: all .4s;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.main-header__info-icons .icons-ad__link:hover .sidearm-icon,
.main-header__info-icons .icons-ad__link:focus .sidearm-icon {
  color: #2f5ea1;
}
.main-header__separator {
  position: relative;
  margin: 0 16px;
  width: 12.5px;
  height: 18px;
}
.main-header__separator:before {
  content: "";
  background: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/msmcknights.com/images/responsive_2022/element_stripes.svg");
  background-size: contain;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}
.main-header__info-row {
  background-color: white;
  height: 40px;
}
.main-header__info-row .container {
  height: 100%;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .main-header__info-row {
    height: 37px;
  }
}
@media screen and (max-width: 767px) {
  .main-header__info-row {
    height: 34px;
  }
}
.main-header__info-text {
  font-family: Prompt;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  margin-left: auto;
  text-align: right;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-header__info-text span {
  font-family: Prompt;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .main-header__info-text span {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__info-text {
    justify-content: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__info-text {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .main-header__info-text {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.main-header__menu-row {
  background: #3469b3;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .main-header__menu-row {
    filter: drop-shadow(0px 1px 12px rgba(0, 0, 0, 0.08));
    z-index: 9;
  }
}
.main-header__logo {
  flex: 0 0 202px;
  -webkit-flex: 0 0 202px;
  min-width: 1px;
  min-height: 1px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .main-header__logo {
    flex: 0 0 120px;
    -webkit-flex: 0 0 120px;
    min-width: 1px;
    min-height: 1px;
  }
}
.main-header__logo-link {
  display: block;
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  z-index: 9999999999;
}
@media screen and (max-width: 1024px) {
  .main-header__logo-link {
    top: 51%;
  }
}
.main-header__logo-img {
  width: 202px;
}
@media screen and (max-width: 1024px) {
  .main-header__logo-img {
    width: 110px;
  }
}
.main-header__logo-img.hide {
  display: none;
}
.main-header__calendar-btn {
  text-transform: uppercase;
  height: 100%;
  color: white !important;
  background-color: #3469b3;
  transition: all .4s;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: unset;
  padding: 0 32px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main-header__calendar-btn {
    font-size: 0;
  }
}
.main-header__calendar-btn:hover,
.main-header__calendar-btn:focus {
  background: #2f5fa1;
}
.main-header__calendar-btn .sidearm-icon {
  font-size: 1.125rem;
  line-height: 18px;
  height: 18px;
  width: 18px;
  margin-left: 8px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main-header__calendar-btn .sidearm-icon {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__menu-row .container {
    padding-right: 0;
    padding-left: 32px;
  }
}
/***************************************/

.c-navigation-mobile .main-header__info-icons {
  display: flex;
}
.c-navigation-mobile .main-header__info-icons .ad {
  margin-right: 8px;
}
.c-navigation-mobile .main-header__info-icons .ad:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .c-navigation-mobile .main-header__info-icons .ad {
    margin-right: 32px;
  }
}
.c-navigation-mobile .main-header__info-icons .ads-container {
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.c-navigation-mobile .main-header__info-icons .icons-ad__link {
  font-size: 0;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  text-decoration: unset;
}
.c-navigation-mobile .main-header__info-icons .icons-ad__link .sidearm-icon {
  font-size: 1rem;
  line-height: 16px;
  height: 16px;
  width: 16px;
  color: black;
  transition: all .4s;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-navigation-mobile .main-header__info-icons .icons-ad__link .sidearm-icon {
    color: white;
  }
}
@media screen and (max-width: 1024px) {
  .c-navigation-mobile .main-header__info-icons .icons-ad__link:hover,
  .c-navigation-mobile .main-header__info-icons .icons-ad__link:focus {
    text-decoration: underline;
  }
}
.c-navigation-mobile .main-header__info-icons .icons-ad__link:hover .sidearm-icon,
.c-navigation-mobile .main-header__info-icons .icons-ad__link:focus .sidearm-icon {
  color: #2f5ea1;
}
@media screen and (max-width: 1024px) {
  .c-navigation-mobile .main-header__info-icons .icons-ad__link:hover .sidearm-icon,
  .c-navigation-mobile .main-header__info-icons .icons-ad__link:focus .sidearm-icon {
    color: white;
  }
}
@media screen and (max-width: 1024px) {
  .c-navigation-mobile .main-header__info-icons {
    height: 80px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
  }
}
/**************************************/

.main-navigation {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
/*******************************************************/

.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--main .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-family: Prompt;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: white;
  padding: 28px 32px;
  transition: all .4s;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.c-navigation--main .c-navigation__toggle .sidearm-icon {
  font-size: 1.125rem;
  line-height: 18px;
  height: 18px;
  width: 18px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  margin-left: 8px;
}
@media screen and (max-width: 1024px) {
  .c-navigation--main .c-navigation__toggle .sidearm-icon {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .c-navigation--main .c-navigation__toggle {
    margin-left: auto;
  }
}
.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: #2f5fa1;
}
@media screen and (max-width: 767px) {
  .c-navigation--main .c-navigation__toggle {
    padding: 31px 32px;
  }
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-1 {
  justify-content: flex-end;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1 {
  background: rgba(0, 0, 0, 0.1);
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover.c-navigation__parent:before,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover.c-navigation__parent:before,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus.c-navigation__parent:before {
  opacity: 1;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.c-navigation__parent:before {
  content: "";
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all .4s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1 {
  white-space: nowrap;
  padding: 28px 32px;
  font-family: Prompt;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  transition: all .4s;
  background: #3469b3;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  background-color: white;
  z-index: 99;
  overflow: auto;
  max-height: calc(100vh - 120px);
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2.is-open {
  left: 0;
  opacity: 1;
  transition: 0s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner {
  max-width: 1472px;
  padding-left: 16px;
  margin: auto;
  padding-right: 16px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner .flex {
  flex-wrap: wrap;
}
.c-navigation--main .c-navigation-desktop .c-navigation__column {
  flex: 0 1 50%;
}
.c-navigation--main .c-navigation-desktop .c-navigation__column:last-of-type {
  flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  min-width: 1px;
  min-height: 1px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__column:nth-of-type(2) {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 8px 16px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator),
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) {
  background: #3469b3;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__url--level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) .c-navigation__url--level-2 {
  color: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__url--level-2:first-of-type,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) .c-navigation__url--level-2:first-of-type {
  font-weight: 700;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__url--level-2:before,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) .c-navigation__url--level-2:before {
  width: 16.62px;
  margin-right: 8px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__social-separator,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:focus:not(.c-navigation__separator) .c-navigation__social-separator {
  background-color: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__separator {
  padding: 16px;
  font-family: Prompt;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  position: relative;
  text-transform: uppercase;
}
.c-navigation--main .c-navigation-desktop .c-navigation__separator:before {
  content: "";
  height: 24px;
  width: 16.62px;
  background: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/msmcknights.com/images/responsive_2022/element_stripes.svg");
  background-size: contain;
  margin-right: 8px;
  position: relative;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
  font-family: Prompt;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  position: relative;
  display: flex;
  align-items: center;
  transition: all .4s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child:last-child {
  width: 100%;
  margin-right: 0;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child:before {
  content: "";
  height: 24px;
  width: 16.62px;
  background: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/msmcknights.com/images/responsive_2022/element_stripes.svg");
  background-size: contain;
  margin-right: 8px;
  position: relative;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  transition: all .4s;
  margin-right: 0;
  width: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:hover,
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:focus {
  text-decoration: underline;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social-separator {
  height: 18px;
  width: 1px;
  background-color: #3469b3;
  margin-right: 8px;
  margin-left: 18px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social {
  width: 16px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  color: black;
  margin-left: 8px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social[href] {
  visibility: visible;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social::before {
  font-family: sidearm_font_v2;
  font-size: 1rem;
  line-height: 16px;
  width: 16px;
  height: 16px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.facebook::before {
  content: '\e041';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.twitter::before {
  content: '\e035';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.instagram::before {
  content: '\e044';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.tickets::before {
  content: '\e108';
}
.c-navigation--main .c-navigation-desktop .c-navigation__schedule-roster-news {
  width: 16px;
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
  visibility: visible;
  color: black;
  margin-left: 8px;
  font-size: 0;
}
.c-navigation--main .c-navigation-desktop .c-navigation__schedule-roster-news::before {
  font-family: sidearm_font_v2;
  font-size: 1rem;
  line-height: 16px;
  width: 16px;
  height: 16px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__schedule-roster-news.schedule::before {
  content: '\e197';
}
.c-navigation--main .c-navigation-desktop .c-navigation__schedule-roster-news.roster::before {
  content: '\e142';
}
.c-navigation--main .c-navigation-desktop .c-navigation__schedule-roster-news.news::before {
  content: '\e156';
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  background: #3469b3;
  z-index: 9999;
  height: 100vh;
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 117px);
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 114px);
  }
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-1 {
  justify-content: flex-end;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-1 {
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1::after {
  font-family: sidearm_font_v2;
  font-size: 1.125rem;
  content: '\e007';
  margin-left: 8px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1.is-open {
  background: #2f5fa1;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
  font-family: Prompt;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: white;
  text-transform: uppercase;
  padding: 28px 32px;
  background: #3469b3;
  transition: all .4s;
}
@media screen and (max-width: 1024px) {
  .c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
    font-family: Prompt;
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1:hover,
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1:focus {
  background: #2f5fa1;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2 {
  background-color: white;
  display: flex;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
  transition: all .4s;
  display: flex;
  align-items: center;
  padding-right: 32px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2:hover:not(.c-navigation__separator),
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2.sidearm-hover:not(.c-navigation__separator),
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2:focus:not(.c-navigation__separator) {
  background: #3469b3;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2:hover:not(.c-navigation__separator) .c-navigation__url--level-2,
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2.sidearm-hover:not(.c-navigation__separator) .c-navigation__url--level-2,
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2:focus:not(.c-navigation__separator) .c-navigation__url--level-2 {
  color: white;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2:hover .c-navigation__url--level-2:first-of-type:before,
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2.sidearm-hover .c-navigation__url--level-2:first-of-type:before,
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2:focus .c-navigation__url--level-2:first-of-type:before {
  width: 16.62px;
  margin-right: 8px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__separator {
  font-family: Prompt;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  padding: 16px 32px;
  display: block;
  color: black;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-navigation--main .c-navigation-mobile .c-navigation__separator {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-navigation--main .c-navigation-mobile .c-navigation__separator:before {
  content: "";
  width: 16.62px;
  height: 24px;
  background: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/msmcknights.com/images/responsive_2022/element_stripes.svg");
  background-size: contain;
  margin-right: 8px;
  position: relative;
  bottom: 2px;
  background-repeat: no-repeat;
  display: inline-block;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2 {
  font-family: Prompt;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  padding: 8px 32px;
  display: block;
  transition: all .4s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2:first-of-type {
  margin-right: auto;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2:hover,
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2:focus {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-navigation--main .c-navigation-mobile .c-navigation__url--level-2 {
    width: 100%;
  }
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2:first-of-type {
  display: flex;
  align-items: center;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2:first-of-type:before {
  content: "";
  height: 24px;
  width: 16.62px;
  background: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/msmcknights.com/images/responsive_2022/element_stripes.svg");
  background-size: contain;
  margin-right: 8px;
  position: relative;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  transition: all .4s;
  margin-right: 0;
  width: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.c-navigation--main .c-navigation-mobile .c-navigation__schedule-roster-news {
  width: 16px;
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
  visibility: visible;
  color: black;
  margin-left: 8px;
  padding: 0;
  margin-left: 8px;
  font-size: 0;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.c-navigation--main .c-navigation-mobile .c-navigation__schedule-roster-news::before {
  font-family: sidearm_font_v2;
  font-size: 1rem;
  line-height: 16px;
  width: 16px;
  height: 16px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__schedule-roster-news.schedule::before {
  content: '\e197';
}
.c-navigation--main .c-navigation-mobile .c-navigation__schedule-roster-news.roster::before {
  content: '\e142';
}
.c-navigation--main .c-navigation-mobile .c-navigation__schedule-roster-news.news::before {
  content: '\e156';
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--main .c-navigation-mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
/******************************************************************************/

.s-scoreboard {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .s-scoreboard {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    max-height: 0;
  }
  .s-scoreboard.open {
    max-height: calc(100vh - 117px);
    overflow: auto;
  }
}
.s-scoreboard .slick-prev,
.s-scoreboard .slick-next {
  position: absolute;
  left: 0;
  width: 32px;
  height: 100%;
  bottom: 0;
  font-size: 0;
  background-color: white;
  transition: all .4s;
  border: unset;
  box-shadow: inset -1px 1px 0px #e0e0e0, inset -1px -1px 0px #e0e0e0;
}
.s-scoreboard .slick-prev:hover,
.s-scoreboard .slick-next:hover,
.s-scoreboard .slick-prev:focus,
.s-scoreboard .slick-next:focus {
  background-color: #e8e8e8;
}
.s-scoreboard .slick-prev:before,
.s-scoreboard .slick-next:before {
  color: white;
  font-family: sidearm_font_v2;
  transition: all .4s;
  height: 18px;
  width: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  transition: all .4s;
  color: black;
  content: "\e005";
}
.s-scoreboard .slick-next {
  right: 0;
  left: unset;
  box-shadow: inset 1px 1px 0px #e0e0e0, inset -1px -1px 0px #e0e0e0;
}
.s-scoreboard .slick-next:before {
  content: "\e006";
}
.c-scoreboard--slider .slick-list {
  margin-left: 32px;
  margin-right: 32px;
  position: relative;
}
.c-scoreboard--slider .slick-track {
  display: flex;
  display: -webkit-flex;
}
.c-scoreboard--slider .c-scoreboard__header {
  padding: 16px;
  box-shadow: inset 0px -1px 0px #e0e0e0;
  position: relative;
}
.c-scoreboard--slider .c-scoreboard__body {
  padding: 16px;
}
.c-scoreboard--slider .c-scoreboard__header-row {
  display: flex;
  align-items: center;
}
.c-scoreboard--slider .c-scoreboard__separator {
  position: relative;
  margin: 0 8px;
  width: 11px;
  height: 16px;
}
.c-scoreboard--slider .c-scoreboard__separator:before {
  content: "";
  background: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/msmcknights.com/images/responsive_2022/element_stripes.svg");
  background-size: contain;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}
.c-scoreboard--slider .c-scoreboard__aside {
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .c-scoreboard--slider .c-scoreboard__aside {
    width: 173px;
  }
}
.c-scoreboard--slider .c-scoreboard__filter {
  position: relative;
}
.c-scoreboard--slider .c-scoreboard__filter:before {
  content: "\e033";
  height: 18px;
  width: 18px;
  position: absolute;
  top: 15px;
  right: 24px;
  color: white;
  z-index: 99;
  pointer-events: none;
  font-family: "sidearm_font_v2";
  font-size: 1.125rem;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .c-scoreboard--slider .c-scoreboard__filter {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
  }
}
.c-scoreboard--slider .c-scoreboard__filter-select {
  background-color: #3469b3;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: white;
  box-shadow: inset 0px 1px 0px #e0e0e0;
  padding: 32.25px 24px;
  padding-right: 50px;
  border: unset;
  border-radius: unset;
  transition: all .4s;
  -webkit-appearance: none;
}
@media screen and (max-width: 1024px) {
  .c-scoreboard--slider .c-scoreboard__filter-select {
    height: 100%;
    box-shadow: unset;
  }
}
.c-scoreboard--slider .c-scoreboard__filter-select:hover,
.c-scoreboard--slider .c-scoreboard__filter-select:focus,
.c-scoreboard--slider .c-scoreboard__filter-select.sidearm-hover {
  background: #2f5ea1;
}
@media screen and (max-width: 1024px) {
  .c-scoreboard--slider .c-scoreboard__filter-select {
    padding: 12px;
    text-align: center;
  }
}
.c-scoreboard--slider .c-scoreboard__calendar {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: white;
  padding: 32.25px 28.5px;
  background: #3469b3;
  text-decoration: unset;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.c-scoreboard--slider .c-scoreboard__calendar:hover,
.c-scoreboard--slider .c-scoreboard__calendar:focus,
.c-scoreboard--slider .c-scoreboard__calendar.sidearm-hover {
  background: #2f5ea1;
}
@media screen and (max-width: 1024px) {
  .c-scoreboard--slider .c-scoreboard__calendar {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (max-width: 1024px) {
  .c-scoreboard--slider .c-scoreboard__calendar {
    padding: 12px;
    text-align: center;
  }
}
.c-scoreboard--slider .c-scoreboard__calendar .sidearm-icon {
  font-size: 1.125rem;
  line-height: 18px;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.c-scoreboard--slider .c-scoreboard__list {
  position: relative;
}
.c-scoreboard--slider .c-scoreboard__item {
  box-shadow: inset -1px 0px 0px #e0e0e0, inset 0px 1px 0px #e0e0e0, inset 0px -1px 0px #e0e0e0;
}
@media screen and (max-width: 1024px) {
  .c-scoreboard--slider .c-scoreboard__item {
    box-shadow: inset 0px -1px 0px #e0e0e0;
  }
}
.c-scoreboard--slider .c-scoreboard__item.is-open .c-scoreboard__toggle {
  background: #3469b3 !important;
}
.c-scoreboard--slider .c-scoreboard__item.is-open .c-scoreboard__toggle:hover,
.c-scoreboard--slider .c-scoreboard__item.is-open .c-scoreboard__toggle:focus {
  background: #2f5fa1 !important;
}
.c-scoreboard--slider .c-scoreboard__item.is-open .c-scoreboard__toggle .sidearm-icon {
  transform: rotate(-45deg);
  color: white;
}
.c-scoreboard--slider .c-scoreboard__item:focus-within {
  box-shadow: inset 0px 0px 0px 1px cyan;
}
.c-scoreboard--slider .c-scoreboard__item.is-live .c-scoreboard__sport,
.c-scoreboard--slider .c-scoreboard__item.is-live .c-scoreboard__date {
  color: #3469b3;
}
.c-scoreboard--slider .c-scoreboard__item.is-live .c-scoreboard__time {
  font-family: Prompt;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #3469b3;
  text-transform: uppercase;
}
.c-scoreboard--slider .c-scoreboard__item.is-recent {
  background: #f9f9f9;
}
.c-scoreboard--slider .c-scoreboard__item.is-recent .c-scoreboard__toggle {
  background: #f9f9f9;
}
.c-scoreboard--slider .c-scoreboard__item.is-recent .c-scoreboard__time {
  font-family: Prompt;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  text-transform: uppercase;
}
.c-scoreboard--slider .c-scoreboard__sport {
  font-family: Prompt;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  margin-bottom: 4px;
}
.c-scoreboard--slider .c-scoreboard__date {
  font-family: Prompt;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
}
.c-scoreboard--slider .c-scoreboard__time {
  font-family: Prompt;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  text-transform: uppercase;
}
.c-scoreboard--slider .c-scoreboard__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #3469b3;
  width: 100%;
}
.c-scoreboard--slider .c-scoreboard__result-row {
  display: flex;
  align-items: center;
}
.c-scoreboard--slider .c-scoreboard__result-row:first-of-type {
  margin-bottom: 4px;
}
.c-scoreboard--slider .c-scoreboard__result-row:first-of-type .c-scoreboard__team-score {
  font-family: Prompt;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #3469b3;
}
.c-scoreboard--slider .c-scoreboard__team-logo-container {
  margin-right: 16px;
}
.c-scoreboard--slider .c-scoreboard__team-logo {
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.c-scoreboard--slider .c-scoreboard__team-name {
  font-family: Prompt;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-scoreboard--slider .c-scoreboard__team-score {
  font-family: Prompt;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-scoreboard--slider .c-scoreboard__team-score--win {
  font-family: Prompt;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #3469b3;
}
.c-scoreboard--slider .c-scoreboard__overlay {
  visibility: hidden;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.c-scoreboard--slider .c-scoreboard__overlay.is-open {
  visibility: visible;
}
.c-scoreboard--slider .c-scoreboard__media-item {
  margin-left: 16px;
}
.c-scoreboard--slider .c-scoreboard__media-link {
  color: white;
  font-size: 28px;
  line-height: 28px;
  width: 28px;
  height: 28px;
  color: white;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  transition: all .4s;
}
.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 {
  transform: scale(0.8);
}
.c-scoreboard--slider .c-scoreboard__toggle {
  height: calc(100% - 2px);
  width: 48px;
  right: 1px;
  bottom: 1px;
  position: absolute;
  padding: 0;
  border: unset;
  background-color: white;
  z-index: 9999;
  transition: all .4s;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.c-scoreboard--slider .c-scoreboard__toggle .sidearm-icon {
  color: #3469b3;
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  transform-origin: center;
}
.c-scoreboard--slider .c-scoreboard__toggle:hover,
.c-scoreboard--slider .c-scoreboard__toggle:focus,
.c-scoreboard--slider .c-scoreboard__toggle.sidearm-hover {
  background-color: #e8e8e8;
}
@media screen and (max-width: 1024px) {
  .c-scoreboard--slider {
    display: block;
  }
}
/***************************************************************************/

.s-awards {
  background: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/msmcknights.com/images/responsive_2022/parallax_img.jpg"), black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px 0;
}
@media screen and (min-width: 1025px) {
  .s-awards {
    background-attachment: fixed;
  }
}
.s-awards__row {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .s-awards__row {
    flex-wrap: wrap;
    justify-content: center;
    /* align-self: center;    <---- REMOVE */
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .s-awards__row {
    flex-direction: column;
  }
}
.s-awards__left {
  margin-right: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .s-awards__left {
    margin: 0 auto;
    margin-bottom: 16px;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    display: flex;
    justify-content: center;
    /* align-self: center;    <---- REMOVE */
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .s-awards__right {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    display: flex;
    justify-content: center;
    /* align-self: center;    <---- REMOVE */
    align-items: center;
  }
}
.s-awards__title {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 90px;
  letter-spacing: 0px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  padding-top: 96px;
  position: relative;
}
@media screen and (max-width: 1360px) {
  .s-awards__title {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 45px;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .s-awards__title {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 45px;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .s-awards__title {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 0;
    display: flex;
    align-items: center;
  }
}
.s-awards__title:before {
  background: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/msmcknights.com/images/responsive_2022/social_knights-wordmark.svg");
  height: 96px;
  width: 100%;
  content: "";
  position: absolute;
  background-size: contain;
  top: 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .s-awards__title:before {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .s-awards__title:before {
    height: 22px;
    position: unset;
    width: 113px;
    margin-right: 8px;
    display: inline-block;
  }
}
.s-awards__logo {
  width: 159px;
  height: 130px;
  margin-right: 32px;
}
@media screen and (max-width: 1360px) {
  .s-awards__logo {
    width: 96px;
    height: 78px;
  }
}
@media screen and (max-width: 767px) {
  .c-awards--standard {
    flex-direction: column;
  }
}
.c-awards--standard .c-awards__item {
  display: flex;
  display: -webkit-flex;
  position: relative;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .c-awards--standard .c-awards__item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.c-awards--standard .c-awards__item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .c-awards--standard .c-awards__item:last-of-type {
    margin-bottom: 0;
  }
}
.c-awards--standard .c-awards__item:last-child .c-awards__media-container {
  order: 1;
}
.c-awards--standard .c-awards__item:last-child .c-awards__details {
  order: 0;
  text-align: right;
}
.c-awards--standard .c-awards__details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(52, 105, 179, 0.75);
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-awards--standard .c-awards__name {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
  color: white;
  text-align: center;
  text-decoration: unset;
}
.c-awards--standard .c-awards__name:hover,
.c-awards--standard .c-awards__name:focus {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .c-awards--standard .c-awards__name {
    font-size: 1.6875rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-awards--standard .c-awards__name {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
  }
}
.c-awards--standard .c-awards__sport {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 1024px) {
  .c-awards--standard .c-awards__sport {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-awards--standard .c-awards__sport {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
  }
}
.c-awards--standard .c-awards__image {
  height: 368px;
  width: 276px;
}
/***************************************************************************/

.s-promo {
  padding-top: 16px;
  padding-bottom: 16px;
}
.s-promo .slick-slider {
  position: relative;
  padding-bottom: 58px;
}
.s-promo .slick-list {
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (max-width: 1024px) {
  .s-promo .slick-list {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.s-promo button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 42px;
  width: 42px;
  font-size: 0;
  background-color: unset;
  border: unset;
  background-color: white;
  transition: all .4s;
}
.s-promo button:before {
  color: white;
  font-family: sidearm_font_v2;
  transition: all .4s;
  height: 18px;
  width: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  transition: all .4s;
  color: black;
  content: "\e017";
}
.s-promo button:hover,
.s-promo button:focus {
  background-color: #e8e8e8;
}
.s-promo .slick-next {
  left: calc(50% + 50px);
}
.s-promo .slick-next:before {
  content: "\e006";
}
.s-promo .slick-prev {
  left: calc(50% - 50px);
}
.s-promo .slick-prev:before {
  content: "\e005";
}
.s-promo .slick-pause-play:before {
  content: "\e201";
}
.s-promo .slick-pause-play.slick-play:before {
  content: "\e196";
}
.s-promo img {
  margin: auto;
  padding: 0 8px;
}
@media screen and (max-width: 1024px) {
  .s-promo img {
    padding: 0;
  }
}
.s-contentstream {
  background: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/msmcknights.com/images/responsive_2022/parallax_img.jpg"), black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px 0;
}
@media screen and (max-width: 1024px) {
  .s-contentstream {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .s-contentstream {
    padding-bottom: 16px;
  }
}
.s-contentstream__row {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .s-contentstream__row {
    flex-wrap: wrap;
  }
}
.s-contentstream__col {
  flex: 0 1 33.3333%;
  -webkit-flex: 0 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
  margin-left: 8px;
  margin-right: 8px;
}
.s-contentstream__col:first-of-type {
  margin-left: 0;
}
.s-contentstream__col:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .s-contentstream__col {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin: 0;
    margin-bottom: 16px;
  }
}
.s-contentstream .slick-track {
  display: flex !important;
}
.s-contentstream .slick-slide {
  height: inherit !important;
}
.s-contentstream .slick-prev,
.s-contentstream .slick-next {
  height: 77px;
  width: 42px;
  box-shadow: inset 1px 0px 0px #e0e0e0, inset 0px 1px 0px #e0e0e0;
  position: absolute;
  bottom: 0;
  right: 0;
  color: black;
  border: unset;
  background-color: white;
  font-size: 0;
  transition: all .4s;
}
.s-contentstream .slick-prev:hover,
.s-contentstream .slick-next:hover,
.s-contentstream .slick-prev:focus,
.s-contentstream .slick-next:focus {
  background-color: #e8e8e8;
}
@media screen and (max-width: 1024px) {
  .s-contentstream .slick-prev:hover,
  .s-contentstream .slick-next:hover,
  .s-contentstream .slick-prev:focus,
  .s-contentstream .slick-next:focus {
    background-color: #2f5fa1;
  }
}
@media screen and (max-width: 767px) {
  .s-contentstream .slick-prev:hover,
  .s-contentstream .slick-next:hover,
  .s-contentstream .slick-prev:focus,
  .s-contentstream .slick-next:focus {
    background-color: #e8e8e8;
  }
}
@media screen and (max-width: 1024px) {
  .s-contentstream .slick-prev,
  .s-contentstream .slick-next {
    background-color: #3469b3;
    box-shadow: unset;
    bottom: 0;
    left: 50%;
    color: white;
    transform: translateX(-50%);
    height: 42px;
    width: 42px;
    left: calc(50% + 29px);
    right: unset;
  }
}
@media screen and (max-width: 767px) {
  .s-contentstream .slick-prev,
  .s-contentstream .slick-next {
    left: unset;
    right: 0;
    height: 77px;
    background-color: white;
    transform: unset;
    color: black;
    box-shadow: inset 1px 0px 0px #e0e0e0, inset 0px 1px 0px #e0e0e0;
  }
}
.s-contentstream .slick-prev:before,
.s-contentstream .slick-next:before {
  color: white;
  font-family: sidearm_font_v2;
  transition: all .4s;
  height: 18px;
  width: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  transition: all .4s;
  color: black;
  content: "\e006";
}
@media screen and (max-width: 1024px) {
  .s-contentstream .slick-prev:before,
  .s-contentstream .slick-next:before {
    color: white;
  }
}
@media screen and (max-width: 767px) {
  .s-contentstream .slick-prev:before,
  .s-contentstream .slick-next:before {
    color: black;
  }
}
.s-contentstream .slick-prev {
  right: 42px;
}
@media screen and (max-width: 1024px) {
  .s-contentstream .slick-prev {
    right: unset;
    left: calc(50% - 29px);
  }
}
@media screen and (max-width: 767px) {
  .s-contentstream .slick-prev {
    left: unset;
    right: 42px;
  }
}
.s-contentstream .slick-prev:before {
  content: "\e005";
}
.s-contentstream .sidearm-icon {
  height: 45px;
  width: 66px;
  background-color: #3469b3;
  color: white;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  transition: all .4s;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  margin-right: 16px;
}
.s-contentstream__title-row {
  margin-bottom: 16px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .s-contentstream__title-row {
    justify-content: center;
  }
}
.s-contentstream__title {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: 0px;
  text-align: left;
  color: white;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
}
.s-contentstream__title:before {
  background: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/msmcknights.com/images/responsive_2022/social_knights-wordmark.svg");
  height: 29px;
  width: 149px;
  content: "";
  margin-right: 8px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .s-contentstream__title:before {
    width: 113px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .s-contentstream__title {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
  }
}
.s-contentstream__list {
  margin-left: auto;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.s-contentstream__list a {
  font-size: 0;
  color: white;
  text-decoration: unset;
}
.s-contentstream__list a:hover .sidearm-icon,
.s-contentstream__list a:focus .sidearm-icon {
  background-color: #2f5ea1;
}
.s-contentstream__list li {
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .s-contentstream__list li {
    display: inherit;
  }
}
.s-contentstream__list li:last-of-type {
  margin-right: 0;
}
.s-contentstream__list li .sidearm-icon {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .s-contentstream__list {
    padding-left: 0;
    display: flex;
    justify-content: center;
    /* align-self: center;    <---- REMOVE */
    align-items: center;
  }
}
.s-contentstream .slick-slide img {
  width: 100%;
}
.c-twitter--slider {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-twitter--slider {
    padding-bottom: 58px;
  }
  .c-twitter--slider .slick-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (max-width: 767px) {
  .c-twitter--slider {
    padding-bottom: 0;
  }
  .c-twitter--slider .slick-list {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.c-twitter--slider .c-twitter__item {
  box-shadow: inset 1px 0px 0px #e0e0e0;
  background-color: white;
  position: relative;
  padding-bottom: 77px;
}
@media screen and (max-width: 1024px) {
  .c-twitter--slider .c-twitter__item {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-twitter--slider .c-twitter__item {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .c-twitter--slider .c-twitter__item-inner {
    overflow: auto;
    max-height: 469px;
    overflow: overlay;
  }
  .c-twitter--slider .c-twitter__item-inner::-webkit-scrollbar-track {
    border-radius: 7px;
    background-color: transparent;
  }
  .c-twitter--slider .c-twitter__item-inner::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
  }
  .c-twitter--slider .c-twitter__item-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5025);
    border: 1px solid rgba(255, 255, 255, 0.1475);
  }
}
.c-twitter--slider .c-twitter__text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .c-twitter--slider .c-twitter__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-twitter--slider .c-twitter__actions-link {
  text-decoration: underline;
  transition: all .4s;
}
.c-twitter--slider .c-twitter__actions-link:hover,
.c-twitter--slider .c-twitter__actions-link:focus,
.c-twitter--slider .c-twitter__actions-link.sidearm-hover {
  color: #2f5fa1;
}
.c-twitter--slider .c-twitter__user {
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 77px;
  box-shadow: inset 0px 1px 0px #e0e0e0;
  width: 100%;
  padding-right: 84px;
  background-color: white;
}
.c-twitter--slider .c-twitter__user-details {
  display: flex;
  align-items: center;
}
.c-twitter--slider .c-twitter__user-screen {
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: black;
  text-decoration: unset;
}
@media screen and (max-width: 767px) {
  .c-twitter--slider .c-twitter__user-screen {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-twitter--slider .c-twitter__user-screen:hover,
.c-twitter--slider .c-twitter__user-screen:focus {
  text-decoration: underline;
}
/***************************************************************/

.c-facebook--slider {
  height: 100%;
  background-color: white;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-facebook--slider {
    padding-bottom: 58px;
    background-color: unset;
  }
}
@media screen and (max-width: 767px) {
  .c-facebook--slider {
    padding-bottom: 0;
  }
}
.c-facebook--slider .slick-list,
.c-facebook--slider .slick-track {
  height: 100%;
}
.c-facebook--slider .c-facebook__item {
  box-shadow: inset 1px 0px 0px #e0e0e0;
  background-color: white;
  position: relative;
  padding-bottom: 77px;
}
@media screen and (max-width: 1024px) {
  .c-facebook--slider .c-facebook__item {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-facebook--slider .c-facebook__item {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .c-facebook--slider .c-facebook__item-inner {
    overflow: auto;
    max-height: 469px;
    overflow: overlay;
  }
  .c-facebook--slider .c-facebook__item-inner::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
  }
  .c-facebook--slider .c-facebook__item-inner::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
  }
  .c-facebook--slider .c-facebook__item-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5025);
    border: 1px solid rgba(255, 255, 255, 0.1475);
  }
}
.c-facebook--slider .c-facebook__body {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .c-facebook--slider .c-facebook__body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-facebook--slider .c-facebook__user {
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 77px;
  box-shadow: inset 0px 1px 0px #e0e0e0;
  width: 100%;
  padding-right: 84px;
}
.c-facebook--slider .c-facebook__user__info {
  display: flex;
  align-items: center;
}
.c-facebook--slider .c-facebook__user-screen-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: black;
  text-decoration: unset;
}
@media screen and (max-width: 767px) {
  .c-facebook--slider .c-facebook__user-screen-name {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-facebook--slider .c-facebook__user-screen-name:hover,
.c-facebook--slider .c-facebook__user-screen-name:focus,
.c-facebook--slider .c-facebook__user-screen-name.sidearm-hover {
  text-decoration: underline;
}
/************************************************************/

.c-instagram--slider {
  height: 100%;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .c-instagram--slider {
    padding-bottom: 58px;
    background-color: unset;
  }
}
@media screen and (max-width: 767px) {
  .c-instagram--slider {
    padding-bottom: 0;
  }
}
.c-instagram--slider .slick-list,
.c-instagram--slider .slick-track {
  height: 100%;
}
.c-instagram--slider .c-instagram__item {
  box-shadow: inset 1px 0px 0px #e0e0e0;
  background-color: white;
  padding-bottom: 77px;
}
@media screen and (max-width: 1024px) {
  .c-instagram--slider .c-instagram__item {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-instagram--slider .c-instagram__item {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.c-instagram--slider .c-instagram__link {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .c-instagram--slider .c-instagram__link {
    overflow: auto;
    max-height: 469px;
    overflow: overlay;
  }
  .c-instagram--slider .c-instagram__link::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
  }
  .c-instagram--slider .c-instagram__link::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
  }
  .c-instagram--slider .c-instagram__link::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5025);
    border: 1px solid rgba(255, 255, 255, 0.1475);
  }
}
.c-instagram--slider .c-instagram__link:hover img,
.c-instagram--slider .c-instagram__link:focus img {
  -webkit-filter: grayscale( 0.5 );
  filter: grayscale( 0.5 );
}
.c-instagram--slider .c-instagram__image {
  transition: all .4s;
}
.c-instagram--slider .c-instagram__overlay {
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 77px;
  box-shadow: inset 0px 1px 0px #e0e0e0;
  width: 100%;
  padding-right: 84px;
  display: flex;
  align-items: center;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .c-instagram--slider .c-instagram__overlay {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-instagram--slider .c-instagram__user-username {
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: black;
  text-decoration: unset;
}
@media screen and (max-width: 767px) {
  .c-instagram--slider .c-instagram__user-username {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-instagram--slider .c-instagram__user-username:hover,
.c-instagram--slider .c-instagram__user-username:focus,
.c-instagram--slider .c-instagram__user-username.sidearm-hover {
  text-decoration: underline;
}
/**********************************************************/

.s-dfp1,
.s-dfp2 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.s-dfp1 div,
.s-dfp2 div {
  margin: auto;
}
/*************************************************************/

.s-stories {
  padding: 0 16px;
}
@media screen and (max-width: 1024px) {
  .s-stories {
    padding: 0;
  }
}
.s-stories button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 42px;
  width: 42px;
  font-size: 0;
  background-color: unset;
  border: unset;
  transition: all .4s;
}
.s-stories button:hover,
.s-stories button:focus {
  background-color: #e8e8e8;
}
.s-stories button:before {
  color: white;
  font-family: sidearm_font_v2;
  transition: all .4s;
  height: 18px;
  width: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  transition: all .4s;
  color: black;
  content: "\e017";
}
.s-stories .slick-next {
  left: calc(50% + 50px);
}
.s-stories .slick-next:before {
  content: "\e006";
}
.s-stories .slick-prev {
  left: calc(50% - 50px);
}
.s-stories .slick-prev:before {
  content: "\e005";
}
.s-stories .slick-pause-play:before {
  content: "\e201";
}
.s-stories .slick-pause-play.slick-play:before {
  content: "\e196";
}
.c-stories--rotator-list.is-hidden {
  opacity: 0;
  /*  visibility: hidden;*/
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .c-stories--rotator-list {
    flex-wrap: wrap;
  }
}
.c-stories--rotator-list .c-stories__slider {
  flex: 1 1 1172px;
  -webkit-flex: 1 1 1172px;
  min-width: 1px;
  min-height: 1px;
  margin-right: 13px;
}
@media screen and (min-width: 1025px) {
  .c-stories--rotator-list .c-stories__slider {
    border: 1px solid #e0e0e0;
    border-top: unset;
  }
}
@media screen and (max-width: 1024px) {
  .c-stories--rotator-list .c-stories__slider {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    margin-right: 0;
  }
}
.c-stories--rotator-list .c-stories__item {
  position: relative;
}
.c-stories--rotator-list .c-stories__ad-row {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.c-stories--rotator-list .c-stories__archive a {
  display: inline-block;
  background: #3469b3;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: white !important;
  padding: 12px 24px;
  text-decoration: unset;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  transition: all .4s;
}
.c-stories--rotator-list .c-stories__archive a:hover,
.c-stories--rotator-list .c-stories__archive a:focus {
  background-color: #2f5fa1;
}
.c-stories--rotator-list .c-stories__archive a .sidearm-icon {
  margin-left: 8px;
  font-size: 1.125rem;
  line-height: 18px;
  height: 18px;
  width: 18px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .c-stories__media-container {
    margin-bottom: 26px;
  }
}
.c-stories--rotator-list .c-stories__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.c-stories--rotator-list .c-stories__media:before {
  background: linear-gradient(360deg, white 0%, rgba(255, 255, 255, 0) 70.98%);
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .c-stories__media:before {
    display: none;
  }
}
.c-stories--rotator-list .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-stories--rotator-list .c-stories__detail-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.c-stories--rotator-list .c-stories__teaser {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .c-stories--rotator-list .c-stories__teaser {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .c-stories__teaser {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-stories--rotator-list .c-stories__separator {
  position: relative;
  margin: 0 8px;
  width: 11px;
  height: 16px;
}
.c-stories--rotator-list .c-stories__separator:before {
  content: "";
  background: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/msmcknights.com/images/responsive_2022/element_stripes.svg");
  background-size: contain;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}
.c-stories--rotator-list .c-stories__details {
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  .c-stories--rotator-list .c-stories__details {
    padding: 16px;
  }
}
.c-stories--rotator-list .c-stories__date {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
}
@media screen and (max-width: 1024px) {
  .c-stories--rotator-list .c-stories__date {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .c-stories__date {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-stories--rotator-list .c-stories__sport {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
}
@media screen and (max-width: 1024px) {
  .c-stories--rotator-list .c-stories__sport {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .c-stories__sport {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-stories--rotator-list .c-stories__url {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  margin-bottom: 8px;
  text-decoration: unset;
  display: inline-block;
  transition: all .4s;
}
.c-stories--rotator-list .c-stories__url:hover,
.c-stories--rotator-list .c-stories__url:focus,
.c-stories--rotator-list .c-stories__url.sidearm-hover {
  color: #2f5fa1;
}
@media screen and (max-width: 1024px) {
  .c-stories--rotator-list .c-stories__url {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 45px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .c-stories__url {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-stories--rotator-list .c-stories__list-container {
  flex: 0 1 703px;
  -webkit-flex: 0 1 703px;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 1024px) {
  .c-stories--rotator-list .c-stories__list-container {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-stories--rotator-list .c-stories__list-item {
  height: 185.35px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  padding: 16px;
  box-shadow: inset 1px 0px 0px #e0e0e0, inset -1px -1px 0px #e0e0e0;
  transition: all .4s;
  cursor: pointer;
  position: relative;
}
.c-stories--rotator-list .c-stories__list-item:first-of-type {
  box-shadow: inset 1px 1px 0px #e0e0e0, inset -1px -1px 0px #e0e0e0;
}
@media screen and (min-width: 1025px) {
  .c-stories--rotator-list .c-stories__list-item {
    cursor: pointer;
  }
  .c-stories--rotator-list .c-stories__list-item.c-stories__active {
    background-color: #3469b3;
    box-shadow: unset;
  }
  .c-stories--rotator-list .c-stories__list-item.c-stories__active:before,
  .c-stories--rotator-list .c-stories__list-item.c-stories__active:after {
    opacity: 1;
  }
  .c-stories--rotator-list .c-stories__list-item.c-stories__active .c-stories__list-url,
  .c-stories--rotator-list .c-stories__list-item.c-stories__active .c-stories__list-sport {
    color: white;
    border-color: white;
  }
}
@media screen and (max-width: 1024px) {
  .c-stories--rotator-list .c-stories__list-item {
    height: unset;
    padding: 16px;
  }
}
.c-stories--rotator-list .c-stories__list-item:before {
  content: "";
  position: absolute;
  left: -32px;
  top: 0;
  width: 32px;
  height: 100%;
  background-color: #3469b3;
  opacity: 0;
  transition: all .4s;
}
.c-stories--rotator-list .c-stories__list-item:after {
  content: "";
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  height: 16px;
  width: 32px;
  left: -32px;
  bottom: -16px;
  transition: all .4s;
  opacity: 0;
  background-color: #2f5fa1;
}
.c-stories--rotator-list .c-stories__list-item:last-of-type:after {
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  bottom: 0;
  top: -16px;
}
@media screen and (min-width: 1025px) {
  .c-stories--rotator-list .c-stories__list-item:hover,
  .c-stories--rotator-list .c-stories__list-item:focus {
    background-color: #3469b3;
    box-shadow: unset;
  }
  .c-stories--rotator-list .c-stories__list-item:hover:before,
  .c-stories--rotator-list .c-stories__list-item:focus:before,
  .c-stories--rotator-list .c-stories__list-item:hover:after,
  .c-stories--rotator-list .c-stories__list-item:focus:after {
    opacity: 1;
  }
  .c-stories--rotator-list .c-stories__list-item:hover .c-stories__list-url,
  .c-stories--rotator-list .c-stories__list-item:focus .c-stories__list-url,
  .c-stories--rotator-list .c-stories__list-item:hover .c-stories__list-sport,
  .c-stories--rotator-list .c-stories__list-item:focus .c-stories__list-sport {
    color: white;
    border-color: white;
  }
}
.c-stories--rotator-list .c-stories__list-sport {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  padding-bottom: 8px;
  border-bottom: 1px solid #3469b3;
  margin-bottom: 8px;
  transition: all .4s;
}
@media screen and (max-width: 1024px) {
  .c-stories--rotator-list .c-stories__list-sport {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .c-stories__list-sport {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-stories--rotator-list .c-stories__list-url {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration: unset;
  color: black;
  transition: all .4s;
}
@media screen and (max-width: 1024px) {
  .c-stories--rotator-list .c-stories__list-url {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--rotator-list .c-stories__list-url {
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .c-stories--rotator-list .c-stories__list-url:hover,
  .c-stories--rotator-list .c-stories__list-url:focus,
  .c-stories--rotator-list .c-stories__list-url.sidearm-hover {
    text-decoration: underline;
  }
}
.s-sponsors {
  margin-bottom: 16px;
}
.s-sponsors .slick-slider {
  padding-bottom: 58px;
  overflow: hidden;
}
.s-sponsors .slick-list {
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (max-width: 1024px) {
  .s-sponsors .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.s-sponsors .slick-slide img {
  margin: auto;
}
.s-sponsors button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 42px;
  width: 42px;
  font-size: 0;
  background-color: unset;
  border: unset;
  transition: all .4s;
  background-color: white;
}
.s-sponsors button:hover,
.s-sponsors button:focus {
  background-color: #e8e8e8;
}
.s-sponsors button:before {
  color: white;
  font-family: sidearm_font_v2;
  transition: all .4s;
  height: 18px;
  width: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  transition: all .4s;
  color: black;
  content: "\e017";
}
.s-sponsors .slick-next {
  left: calc(50% + 50px);
}
.s-sponsors .slick-next:before {
  content: "\e006";
}
.s-sponsors .slick-prev {
  left: calc(50% - 50px);
}
.s-sponsors .slick-prev:before {
  content: "\e005";
}
.s-sponsors .slick-pause-play:before {
  content: "\e201";
}
.s-sponsors .slick-pause-play.slick-play:before {
  content: "\e196";
}
/***************************************************************/

.main-footer__logos {
  box-shadow: inset 0px 1px 0px #e0e0e0;
}
.main-footer__logos-link:hover img,
.main-footer__logos-link:focus img {
  transform: scale(0.8);
}
.main-footer__logos-link img {
  transition: all .4s;
}
.main-footer__logos li {
  height: 136px;
}
@media screen and (max-width: 767px) {
  .main-footer__logos li {
    flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    min-width: 1px !important;
    min-height: 1px !important;
    box-shadow: unset !important;
    height: unset;
  }
}
@media screen and (max-width: 767px) {
  .main-footer__logos ul {
    flex-wrap: wrap;
  }
}
.main-footer__logos--first ul {
  display: flex;
}
.main-footer__logos--first ul li {
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  padding: 16px;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .main-footer__logos--first ul li {
    height: 116px;
  }
}
.main-footer__logos--first ul li:last-of-type {
  box-shadow: inset 1px 0px 0px #e0e0e0;
}
@media screen and (max-width: 767px) {
  .main-footer__logos--first ul li:last-of-type {
    box-shadow: inset 0px 1px 0px #e0e0e0 !important;
  }
}
@media screen and (max-width: 767px) {
  .main-footer__logos--first ul li:last-of-type {
    height: 124px;
  }
}
@media screen and (max-width: 1024px) {
  .main-footer__logos--first ul li:first-of-type img {
    width: 263px;
  }
}
@media screen and (max-width: 767px) {
  .main-footer__logos--first ul li:first-of-type {
    height: 107px;
  }
}
.main-footer__logos--second {
  box-shadow: inset 0px 1px 0px #e0e0e0, inset 0px -1px 0px #e0e0e0;
}
.main-footer__logos--second ul {
  display: flex;
}
.main-footer__logos--second li {
  padding: 28px 24px;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  box-shadow: inset 1px 0px 0px #e0e0e0;
}
.main-footer__logos--second li:first-of-type {
  box-shadow: unset;
}
@media screen and (max-width: 1024px) {
  .main-footer__logos--second li:first-of-type img {
    width: 119px;
  }
}
.main-footer__logos--second li:first-of-type {
  flex: 0 1 284px;
  -webkit-flex: 0 1 284px;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 1024px) {
  .main-footer__logos--second li:first-of-type {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .main-footer__logos--second li:first-of-type {
    height: 107px;
  }
}
.main-footer__logos--second li:nth-of-type(2) {
  flex: 0 1 436px;
  -webkit-flex: 0 1 436px;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 1024px) {
  .main-footer__logos--second li:nth-of-type(2) {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (max-width: 1024px) {
  .main-footer__logos--second li:nth-of-type(2) img {
    width: 207.5px;
  }
}
@media screen and (max-width: 767px) {
  .main-footer__logos--second li:nth-of-type(2) {
    height: 104px;
    box-shadow: inset 0px 1px 0px #e0e0e0, inset 0px -1px 0px #e0e0e0 !important;
  }
}
.main-footer__logos--second li:nth-of-type(3) {
  flex: 0 1 436px;
  -webkit-flex: 0 1 436px;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 1024px) {
  .main-footer__logos--second li:nth-of-type(3) {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    min-width: 1px;
    min-height: 1px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-footer__logos--second li:nth-of-type(3) {
    height: 104px;
  }
}
.main-footer__logos--second li:nth-of-type(4) {
  flex: 0 1 284px;
  -webkit-flex: 0 1 284px;
  min-width: 1px;
  min-height: 1px;
}
@media screen and (max-width: 1024px) {
  .main-footer__logos--second li:nth-of-type(4) {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (max-width: 1024px) {
  .main-footer__logos--second li:nth-of-type(4) img {
    width: 109px;
  }
}
@media screen and (max-width: 767px) {
  .main-footer__logos--second li:nth-of-type(4) {
    height: 112px;
    box-shadow: inset 0px 1px 0px #e0e0e0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .main-footer .container {
    padding: 0;
  }
}
.main-footer__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  color: black;
}
.main-footer__text span {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
}
.main-footer__text-bottom {
  margin-top: 8px;
}
.index:not(.sport) .main-footer__logos--second li {
  flex: 0 0 33.3333% !important;
  -webkit-flex: 0 0 33.3333% !important;
  min-width: 1px !important;
  min-height: 1px !important;
}
@media screen and (max-width: 767px) {
  .index:not(.sport) .main-footer__logos--second li {
    flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    min-width: 1px !important;
    min-height: 1px !important;
  }
  .index:not(.sport) .main-footer__logos--second li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index:not(.sport) .main-footer__logos--second li:first-of-type {
    height: 107px;
    padding: 16px;
  }
  .index:not(.sport) .main-footer__logos--second li:first-of-type img {
    width: 119px;
  }
  .index:not(.sport) .main-footer__logos--second li:nth-of-type(2) {
    height: 104px;
    padding: 32px;
    box-shadow: inset 0px 1px 0px #e0e0e0, inset 0px -1px 0px #e0e0e0 !important;
  }
  .index:not(.sport) .main-footer__logos--second li:nth-of-type(2) img {
    width: 207.5px;
  }
  .index:not(.sport) .main-footer__logos--second li:nth-of-type(3) {
    height: 112px;
    padding: 16px;
  }
  .index:not(.sport) .main-footer__logos--second li:nth-of-type(3) img {
    width: 109px;
  }
}
body.mobile-menu-open,
body.main-nav,
body.sport-nav {
  overflow: hidden;
}
/****************************************************/

.sport-navigation {
  position: relative;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .sport-navigation.calendar-open {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .c-navigation--sport {
    padding-left: 0;
    padding-right: 0;
  }
}
.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__item-separator {
  margin-right: 16px;
  margin-left: 16px;
  width: 1px;
  height: 18px;
  background-color: #3469b3;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item-separator:last-of-type,
.c-navigation--sport.c-navigation--desktop .c-navigation__item-separator:first-of-type,
.c-navigation--sport.c-navigation--desktop .c-navigation__item-separator:nth-of-type(2) {
  display: none;
}
.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 {
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__additional:hover .sf-arrows-round-down,
.c-navigation--sport.c-navigation--desktop .c-navigation__additional:focus .sf-arrows-round-down {
  transform: rotate(-180deg);
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-right: auto !important;
  padding-left: 20.5px;
  position: relative;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  text-transform: uppercase;
  padding: 8px 0;
}
.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 {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1:before {
  content: "";
  left: 0;
  background: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/msmcknights.com/images/responsive_2022/element_stripes.svg");
  background-size: contain;
  background-size: cover;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1400px) {
  
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:last-of-type {
  margin-right: 0;
}
.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__item--level-1.c-navigation__parent:hover .c-navigation__url--level-1:before,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.c-navigation__parent:focus .c-navigation__url--level-1:before {
  transform: translateY(-50%) rotate(180deg);
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.c-navigation__parent .c-navigation__url--level-1 {
  position: relative;
  padding-right: 18px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.c-navigation__parent .c-navigation__url--level-1:before {
  font-family: sidearm_font_v2;
  content: '\e008';
  color: black;
  position: absolute;
  right: 0;
  font-size: 1.125rem;
  line-height: 18px;
  height: 18px;
  width: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .4s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  padding: 8px 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1:focus,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1: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;
  max-height: calc(100vh - 160px);
  overflow: auto;
  z-index: 99;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.12);
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2.is-open {
  left: auto;
  right: 0;
  opacity: 1;
  transition: 0s;
}
@media screen and (max-width: 1024px) {
  
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  color: black;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  padding: 8px 16px;
  background-color: white;
  transition: all .4s;
  border-bottom: 1px solid #555555;
}
.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: #2f5fa1;
  color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport {
  padding-left: 20.46px;
  position: relative;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  text-decoration: unset;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
    padding: 6.5px 0;
  }
}
.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__sport:before {
  content: "";
  left: 0;
  background: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/msmcknights.com/images/responsive_2022/element_stripes.svg");
  background-size: contain;
  background-size: cover;
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  padding: 8px 0;
  position: relative;
  padding-right: 18px;
  border: unset;
  background-color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle .sidearm-icon {
  height: 24px;
  width: 24px;
  line-height: 24px;
  font-size: 1.5rem;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle:before {
  font-family: sidearm_font_v2;
  content: '\e008';
  color: black;
  position: absolute;
  right: 0;
  font-size: 1.125rem;
  line-height: 18px;
  height: 18px;
  width: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .4s;
}
@media screen and (max-width: 767px) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
  }
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle.is-toggled:before {
  transform: translateY(-50%) rotate(180deg);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  height: 100vh;
  z-index: 999999;
  background: white;
  box-shadow: inset 0px 1px 0px #e0e0e0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 155px);
  overflow: auto;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 144px);
  }
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font_v2;
  content: '\e020';
  color: black;
  font-size: 0.75rem;
  content: '\e008';
  margin-left: 4px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: all .4s;
  font-size: 1.5rem;
  height: 24px;
  width: 24px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:hover:after,
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:focus:after {
  color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: translateY(-50%) rotate(-180deg);
  color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-1 {
  position: relative;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  color: black;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  display: block;
  padding: 8px 16px;
  text-decoration: unset;
  box-shadow: inset 0px 1px 0px #e0e0e0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:focus {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
  background-color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  color: black;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  display: block;
  padding: 8px 16px;
  text-decoration: unset;
  background-color: #2f5fa1;
  box-shadow: inset 0px 1px 0px #e0e0e0;
  color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:focus {
  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;
  }
}
.slick-disabled {
  cursor: not-allowed;
}
.slick-disabled:hover,
.slick-disabled:focus {
  background-color: white !important;
}
/***************************************************/

.c-search--overlay {
  height: 100%;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
@media screen and (max-width: 1024px) {
  
}
.c-search--overlay fieldset {
  border: none;
  display: block;
  margin: 0;
  width: 100%;
}
.c-search--overlay .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  padding: 31px 32px;
  transition: all .4s;
}
.c-search--overlay .c-search__toggle .sidearm-icon {
  font-size: 1.125rem;
  line-height: 18px;
  height: 18px;
  width: 18px;
  color: white;
  transition: all .4s;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-search--overlay .c-search__toggle .sidearm-icon {
    margin-left: 8px;
  }
}
.c-search--overlay .c-search__toggle:hover,
.c-search--overlay .c-search__toggle.is-toggled,
.c-search--overlay .c-search__toggle:focus,
.c-search--overlay .c-search__toggle.sidearm-hover {
  background: #2f5ea1;
}
@media screen and (max-width: 1024px) {
  .c-search--overlay .c-search__toggle {
    display: flex;
    align-items: center;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    padding: 28px 32px;
    width: 100%;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
  }
}
.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: 100vh;
  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: white;
  color: black;
}
.c-search--overlay .c-search__overlay.is-open .c-search__close span {
  position: relative;
  /*bottom:2px;*/

}
.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: black;
}
.c-search--overlay .c-search__submit[disabled] {
  cursor: not-allowed;
  background: #6f6f6f;
  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 {
  color: white;
  background: #2f5ea1;
}
.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;
}
/**************************************************/

.s-footer__bottom-container {
  max-width: 1518px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .s-footer__bottom-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .s-footer__bottom-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
h2.hide {
  color: black;
  background-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: 300px;
  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);
  }
}
.main-header {
  z-index: 99990;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .4s;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .main-header {
    position: fixed;
  }
}
.main-content-placeholder {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .main-content-placeholder {
    margin-top: 117px;
  }
}
@media screen and (max-width: 767px) {
  .main-content-placeholder {
    margin-top: 114px;
  }
}
.index.sport .main-content-placeholder {
  margin-top: 162px;
}
@media screen and (max-width: 1024px) {
  .index.sport .main-content-placeholder {
    margin-top: 154px;
  }
}
@media screen and (max-width: 767px) {
  .index.sport .main-content-placeholder {
    margin-top: 148px;
  }
}
@media screen and (min-width: 1025px) {
  .headroom--not-top .main-header__info-row {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border: unset;
  }
}
.headroom--not-top .main-header {
  position: fixed;
}
@media screen and (min-width: 1025px) {
  .headroom--not-top .main-header__logo-link {
    top: 50%;
  }
  .headroom--not-top .main-header__logo-link img.hide {
    display: block !important;
  }
  .headroom--not-top .main-header__logo-link img:not(.hide) {
    display: none;
  }
}
html:not(.index) .main-content-placeholder {
  margin-top: 156px;
  padding: 24px 24px 36px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1504px;
  margin: auto;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 156px;
}
@media screen and (max-width: 1024px) {
  
}
@media screen and (max-width: 1024px) {
  html:not(.index) .main-content-placeholder {
    margin-top: 156px;
  }
}
.headroom--not-top .c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  max-height: calc(100vh - 80px);
}
.headroom--not-top .c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  max-height: calc(100vh - 120px);
}
@media screen and (max-width: 1024px) {
  .headroom--not-top .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 71px);
  }
  .headroom--not-top .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 142px);
  }
}
@media screen and (max-width: 767px) {
  .headroom--not-top .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 71px);
  }
  .headroom--not-top .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 146px);
  }
}
