@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800&display=swap');
a.sidearm-skip-link,
#main-content_a {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #00447c;
  color: white;
}
a.sidearm-skip-link:link,
#main-content_a:link,
a.sidearm-skip-link:visited,
#main-content_a:visited {
  color: white;
}
a.sidearm-skip-link:focus {
  position: fixed;
  left: 0;
  z-index: 9999999;
}
/* Mixins */
/* .clearfix() in grid.less */
/* helper classes in grid.less */
body {
  font: 16px/1.4 "Montserrat", sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background-color: #eeeeee;
}
.hide-acc {
  position: absolute;
  left: -9999px;
  background-color: black;
  color: white;
}
.showcase-play-button,
.c-videos__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/usawaterpolo.org/images/responsive_2018/play_button.svg");
  background-size: contain;
  height: 36px;
  width: 24px;
  z-index: 100;
}
.row {
  max-width: 1440px;
}
.contentDiv_container {
  margin: 0 auto;
}
.contentDiv_container.headroom--not-top {
  margin: 70px auto 0;
}
.wide .contentDiv_container {
  max-width: 1440px;
  margin: 0 auto;
  background: white;
  padding: 12px;
}
html.mwpolo,
html.wwpolo,
html.mjwpolo,
html.wjwpolo,
html.mywpolo,
html.wywpolo,
html.mcwpolo,
html.wcwpolo,
html.mdwpolo,
html.wdwpolo {
  margin: 180px auto 0;
}
html.mwpolo #main-content-section,
html.wwpolo #main-content-section,
html.mjwpolo #main-content-section,
html.wjwpolo #main-content-section,
html.mywpolo #main-content-section,
html.wywpolo #main-content-section,
html.mcwpolo #main-content-section,
html.wcwpolo #main-content-section,
html.mdwpolo #main-content-section,
html.wdwpolo #main-content-section {
  margin: 0 0 0;
}
html:not(.index) {
  margin: 180px auto 0;
}
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes bounce {
  40% {
    transform: scale(1.4);-webkit-transform: scale(1.4);-moz-transform: scale(1.4);-ms-transform: scale(1.4);transform: scale(1.4);
  }
  60% {
    transform: scale(0.8);-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
  }
  80% {
    transform: scale(1.2);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);
  }
  100% {
    transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);
  }
}
.sidearm-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900000;
  height: 100%;
  background: #e9e9e9;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.sidearm-loading .sidearm-progress-bar > div {
  background-color: #00447c;
}
.sidearm-loading .sidearm-loading-progress {
  height: 120px;
  width: 100%;
}
.sidearm-loading .sidearm-loading-progress > div {
  margin: 12px 2px;
}
form[action*="/roster.aspx"] .sidearm-loading,
form[action*="/schedule.aspx"] .sidearm-loading,
form[action*="/archives.aspx"] .sidearm-loading,
form[action*="/sports/"] .sidearm-loading,
form[action*="/news/"] .sidearm-loading {
  display: none !important;
}
.c-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ef3e42;
  z-index: 9997;
  height: 30px;
}
.c-login__wrapper a {
  font-size: 16px;
  color: white;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-left: 48px;
  text-decoration: none;
}
.c-login__wrapper a:hover {
  text-decoration: underline;
}
.c-main-nav {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 9998;
}
.c-main-nav .header_logo {
  transform: translate(-696px, 0);
  -webkit-transform: translate(-696px, 0);
  -moz-transform: translate(-696px, 0);
  -ms-transform: translate(-696px, 0);
  -o-transform: translate(-696px, 0);
  position: absolute;
  top: -28px;
  left: 50%;
  z-index: 9999;
}
.c-main-nav .header_logo .main_logo {
  width: 106px;
}
.c-upper-nav {
  position: relative;
  width: 100%;
  background-color: #00447c;
  z-index: 9998;
  height: 40px;
}
.c-upper-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-upper-nav .c-navigation-upper .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-upper-nav .c-navigation-upper .c-navigation__level-1 {
  margin: 0;
}
.c-upper-nav .c-navigation-upper .c-navigation__item--level-1 {
  position: relative;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  padding: 0 12px;
  margin: 0 24px 0 0;
  text-align: center;
}
.c-upper-nav .c-navigation-upper .c-navigation__item--level-1:hover:nth-child(-n+4) .c-navigation__level-2,
.c-upper-nav .c-navigation-upper .c-navigation__item--level-1:focus:nth-child(-n+4) .c-navigation__level-2,
.c-upper-nav .c-navigation-upper .c-navigation__item--level-1.sidearm-hover:nth-child(-n+4) .c-navigation__level-2,
.c-upper-nav .c-navigation-upper .c-navigation__item--level-1.is-open:nth-child(-n+4) .c-navigation__level-2 {
  left: 0;
  transition: opacity .25s;
  opacity: 1;
}
.c-upper-nav .c-navigation-upper .c-navigation__item--level-1:hover:nth-child(n+5) .c-navigation__level-2,
.c-upper-nav .c-navigation-upper .c-navigation__item--level-1:focus:nth-child(n+5) .c-navigation__level-2,
.c-upper-nav .c-navigation-upper .c-navigation__item--level-1.sidearm-hover:nth-child(n+5) .c-navigation__level-2,
.c-upper-nav .c-navigation-upper .c-navigation__item--level-1.is-open:nth-child(n+5) .c-navigation__level-2 {
  left: initial;
  right: 0;
  transition: opacity .25s;
  opacity: 1;
}
.c-upper-nav .c-navigation-upper .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-upper-nav .c-navigation-upper .c-navigation__item--level-1:focus .c-navigation__url--level-1,
.c-upper-nav .c-navigation-upper .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1,
.c-upper-nav .c-navigation-upper .c-navigation__item--level-1.is-open .c-navigation__url--level-1 {
  text-decoration: none;
}
.c-upper-nav .c-navigation-upper .c-navigation__item--level-1:hover .c-navigation__url--level-1:after,
.c-upper-nav .c-navigation-upper .c-navigation__item--level-1:focus .c-navigation__url--level-1:after,
.c-upper-nav .c-navigation-upper .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1:after,
.c-upper-nav .c-navigation-upper .c-navigation__item--level-1.is-open .c-navigation__url--level-1:after {
  max-height: 4px;
}
.c-upper-nav .c-navigation-upper .c-navigation__url--level-1 {
  transition: .2s;
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: white;
  padding: 0;
  white-space: nowrap;
}
.c-upper-nav .c-navigation-upper .c-navigation__url--level-1:after {
  transition: .2s;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 0;
  background-color: #ef3e42;
}
.c-upper-nav .c-navigation-upper .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -9999px;
  opacity: 0;
  background-color: white;
  width: 300px;
  padding: 0;
}
.c-upper-nav .c-navigation-upper .c-navigation__level-2-inner {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0px auto;
  padding: 12px;
  width: 300px;
  max-height: 700px;
  overflow-y: auto;
}
.c-upper-nav .c-navigation-upper .c-navigation__column {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 0 12px;
}
.c-upper-nav .c-navigation-upper .c-navigation__item--level-2 {
  transition: .2s;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  padding: 0;
  color: #00447c;
}
.c-upper-nav .c-navigation-upper .c-navigation__item--level-2:hover .c-navigation__url--level-2 {
  text-decoration: underline;
}
.c-upper-nav .c-navigation-upper .c-navigation__separator {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #00447c;
}
.c-upper-nav .c-navigation-upper .c-navigation__separator:hover {
  background-color: transparent;
}
.c-upper-nav .c-navigation-upper .c-navigation__url--level-2 {
  font-size: 16px;
  margin: 0 0 0 12px;
  text-align: left;
}
.c-upper-nav .c-navigation-upper .c-navigation__url--level-2:first-child {
  margin-right: auto;
  margin-left: 0;
}
.c-upper-nav .c-navigation-upper .c-navigation__url--level-2:first-child:last-child {
  width: 100%;
}
.c-upper-nav .c-navigation-upper .c-navigation__url--level-2.news {
  display: none;
}
.c-search--popout {
  position: relative;
}
.c-search--popout fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.c-search--popout .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  transition: .2s;
  display: block;
  position: relative;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  color: #ffdd00;
  text-align: center;
}
.c-search--popout .c-search__toggle:hover {
  color: white;
}
.c-search--popout .c-search__popout {
  transition: opacity .2s;
  position: absolute;
  bottom: -36px;
  left: -99999px;
  opacity: 0;
}
.c-search--popout .c-search__popout.is-open {
  left: auto;
  right: 0;
  opacity: 1;
}
.c-search--popout .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  display: block;
  width: 90vw;
  max-width: 320px;
  height: 36px;
  padding: 0 12px;
  line-height: 36px;
  color: #00447c;
  background-color: white;
  border: 1px solid #00447c;
}
.c-search--popout .c-search__text::-webkit-input-placeholder {
  color: #00447c;
}
.c-search--popout .c-search__text::-moz-placeholder {
  color: #00447c;
}
.c-search--popout .c-search__text:-ms-input-placeholder {
  color: #00447c;
}
.c-search--popout .c-search__text:-moz-placeholder {
  color: #00447c;
}
.c-nav-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9997;
  background-color: rgba(0, 0, 0, 0.75);
}
.c-nav-wrapper .sponsor {
  flex: 0 0 150px;
  -webkit-flex: 0 0 150px;
  min-width: 1px;
  min-height: 1px;
  margin-right: 24px;
}
.c-nav-wrapper .row .small-12 {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.c-nav-wrapper .c-navigation__toggle {
  display: flex;
  display: -webkit-flex;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  font-size: 20px;
  font-weight: 700;
  color: white;
  line-height: 72px;
  padding: 0;
  text-align: center;
}
.c-nav-wrapper .c-navigation__toggle i {
  font-size: 28px;
}
.c-navigation {
  font-family: "Montserrat", sans-serif;
  width: 100%;
}
.c-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-navigation .c-navigation-desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation .c-navigation-desktop .c-navigation__level-1 {
  margin: 0;
}
.c-navigation .c-navigation-desktop .c-navigation__item--level-1 {
  font-size: 22px;
  line-height: 50px;
  height: 50px;
  padding: 0;
  margin: 0 0 0 24px;
}
.c-navigation .c-navigation-desktop .c-navigation__item--level-1.sports .c-navigation__item--level-2 .c-navigation__url--level-2 {
  font-size: 16px;
  text-transform: uppercase;
}
.c-navigation .c-navigation-desktop .c-navigation__item--level-1.sports .c-navigation__item--level-2 .c-navigation__url--level-2:first-child {
  margin-right: auto;
  margin-left: 0;
}
.c-navigation .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1,
.c-navigation .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1,
.c-navigation .c-navigation-desktop .c-navigation__item--level-1.is-open .c-navigation__url--level-1 {
  text-decoration: none;
}
.c-navigation .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1:after,
.c-navigation .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1:after,
.c-navigation .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1:after,
.c-navigation .c-navigation-desktop .c-navigation__item--level-1.is-open .c-navigation__url--level-1:after {
  max-height: 6px;
}
.c-navigation .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__level-2,
.c-navigation .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2,
.c-navigation .c-navigation-desktop .c-navigation__item--level-1.is-open .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation .c-navigation-desktop .c-navigation__url--level-1 {
  transition: .2s;
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: white;
  padding: 0;
  white-space: nowrap;
  text-transform: uppercase;
}
.c-navigation .c-navigation-desktop .c-navigation__url--level-1:after {
  transition: .2s;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 0;
  background-color: #ef3e42;
}
.c-navigation .c-navigation-desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -9999px;
  opacity: 0;
  background-color: #00447c;
  width: 100%;
  padding: 0;
}
.c-navigation .c-navigation-desktop .c-navigation__level-2-inner {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0px auto;
  padding: 30px 12px;
  width: 100%;
  max-width: 1416px;
  max-height: 700px;
  overflow-y: auto;
}
.c-navigation .c-navigation-desktop .c-navigation__column {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 0 12px;
}
.c-navigation .c-navigation-desktop .c-navigation__ad {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  margin: 12px 12px 0;
  line-height: 50px;
  text-align: left;
}
.c-navigation .c-navigation-desktop .c-navigation__item--level-2 {
  transition: .2s;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  padding: 0;
  color: white;
}
.c-navigation .c-navigation-desktop .c-navigation__item--level-2:hover .c-navigation__url--level-2 {
  color: #ef3e42;
}
.c-navigation .c-navigation-desktop .c-navigation__item--level-2:hover .c-navigation__social {
  color: #ef3e42;
}
.c-navigation .c-navigation-desktop .c-navigation__separator .separatorContainer {
  width: 100%;
}
.c-navigation .c-navigation-desktop .c-navigation__separator .separatorContainer .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
.c-navigation .c-navigation-desktop .c-navigation__separator .separatorContainer .description {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  border-bottom: 1px solid white;
  padding-bottom: 16px;
  margin-top: 6px;
  margin-bottom: 12px;
}
.c-navigation .c-navigation-desktop .c-navigation__separator:hover {
  background-color: transparent;
}
.c-navigation .c-navigation-desktop .c-navigation__url--level-2 {
  font-size: 16px;
  margin: 0 0 0 12px;
  text-align: left;
}
.c-navigation .c-navigation-desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
  margin-left: 0;
}
.c-navigation .c-navigation-desktop .c-navigation__url--level-2:first-child:last-child {
  width: 100%;
}
.c-navigation .c-navigation-desktop .c-navigation__url--level-2.navSpec {
  display: inline-block;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: white;
  margin: 0;
  text-transform: uppercase;
}
.c-navigation .c-navigation-desktop .c-navigation__url--level-2.news {
  display: none;
}
.c-navigation .c-navigation-desktop .c-navigation__url--level-2:hover {
  text-decoration: underline;
}
.c-navigation .c-navigation-desktop .c-navigation__social {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  visibility: hidden;
  font-size: 0 !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
}
.c-navigation .c-navigation-desktop .c-navigation__social[href] {
  visibility: visible;
}
.c-navigation .c-navigation-desktop .c-navigation__social:before {
  font-family: sidearm_font_v2;
  font-size: 16px;
  margin: 0;
}
.c-navigation .c-navigation-desktop .c-navigation__social.facebook:before {
  content: '\e040';
}
.c-navigation .c-navigation-desktop .c-navigation__social.twitter:before {
  content: '\e035';
}
.c-navigation .c-navigation-desktop .c-navigation__social.instagram:before {
  content: '\e044';
}
.c-navigation .c-navigation-desktop .c-navigation__social.tickets {
  display: none;
}
.c-navigation .c-navigation-desktop .c-navigation__social.tickets:before {
  content: '\e107';
}
.c-navigation .c-navigation-mobile {
  position: absolute;
  transition: .2s;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  background-color: white;
  overflow: hidden;
}
.c-navigation .c-navigation-mobile.is-open {
  max-height: calc(100vh - 102px);
  overflow: auto;
}
.c-navigation .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1:after {
  content: '\e012';
  transition: transform .2s;
  display: block;
  font-family: sidearm_font_v2;
  font-size: 20px;
  font-style: normal;
}
.c-navigation .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transition: transform .2s;
  transform: rotate(-180deg);
  color: white;
}
.c-navigation .c-navigation-mobile .c-navigation__item--trending .c-navigation__url--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  background-color: #00447c;
  color: white;
}
.c-navigation .c-navigation-mobile .c-navigation__item--trending .c-navigation__url--level-2:after {
  content: '\e012';
  transition: transform .2s;
  display: block;
  font-family: sidearm_font_v2;
  font-size: 20px;
  font-style: normal;
}
.c-navigation .c-navigation-mobile .c-navigation__item--trending .c-navigation__url--level-2.is-open:after {
  transition: transform .2s;
  transform: rotate(-180deg);
  color: white;
}
.c-navigation .c-navigation-mobile .c-navigation__item--trending .c-navigation__url--level-2-trending {
  background-color: #f7f7f7;
  color: #00447c;
}
.c-navigation .c-navigation-mobile .c-navigation__item--trending .c-navigation__url--level-2-trending:after {
  display: none;
}
.c-navigation .c-navigation-mobile .c-navigation__url--level-1 {
  transition: .2s;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  padding: 0 24px;
  color: #00447c;
  background-color: white;
  box-shadow: inset 0 -1px 0 #eeeeee;
  text-transform: uppercase;
  text-decoration: none;
}
.c-navigation .c-navigation-mobile .c-navigation__url--level-1:hover,
.c-navigation .c-navigation-mobile .c-navigation__url--level-1.is-open {
  color: white;
  background-color: #ef3e42;
}
.c-navigation .c-navigation-mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
  background-color: #eeeeee;
}
.c-navigation .c-navigation-mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.c-navigation .c-navigation-mobile .c-navigation__separator {
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  color: white;
  padding: 0 24px;
  box-shadow: inset 0 -1px 0 #eeeeee;
  background-color: #00447c;
  text-transform: uppercase;
}
.c-navigation .c-navigation-mobile .c-navigation__url--level-2 {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 60px;
  color: #00447c;
  width: 100%;
  padding: 0 24px;
  box-shadow: inset 0 -1px 0 #eeeeee;
  background-color: #f7f7f7;
  text-transform: uppercase;
  text-decoration: none;
}
.c-nav-sport {
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: 9997;
  background-color: #00447c;
}
.c-nav-sport .c-navigation__ad img {
  vertical-align: middle;
}
.c-nav-sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-nav-sport__wrapper:before {
  content: '';
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  height: 60px;
  background-color: #ef3e42;
}
.c-nav-sport__wrapper > .row {
  width: 100%;
  background-color: #00447c;
}
.c-nav-sport__wrapper:after {
  content: '';
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  height: 60px;
  background-color: #00447c;
}
.c-nav-sport .c-navigation--sport {
  position: relative;
  width: 100%;
  height: 60px;
}
.c-nav-sport .c-navigation--sport a {
  transition: .2s;
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: white;
  text-decoration: none;
}
.c-nav-sport .c-navigation--sport .c-navigation__level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.c-nav-sport .c-navigation--sport .c-navigation__item--level-1 {
  transition: .2s;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  margin: 0 24px;
  padding: 0;
  height: 60px;
  line-height: 60px;
}
.c-nav-sport .c-navigation--sport .c-navigation__item--level-1:after {
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  content: '';
  position: absolute;
  top: 50%;
  right: -24px;
  height: 24px;
  width: 1px;
  background-color: #ffdd00;
}
.c-nav-sport .c-navigation--sport .c-navigation__item--level-1.c-navigation__sport {
  position: relative;
  padding: 0 12px;
  margin: 0 auto 0 0;
  background-color: #ef3e42;
  margin-right: auto;
}
.c-nav-sport .c-navigation--sport .c-navigation__item--level-1.c-navigation__sport a {
  font-size: 24px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.c-nav-sport .c-navigation--sport .c-navigation__item--level-1.c-navigation__sport a:hover {
  color: white;
}
.c-nav-sport .c-navigation--sport .c-navigation__item--level-1.c-navigation__sport:after {
  display: none;
}
.c-nav-sport .c-navigation--sport .c-navigation__item--level-1.c-navigation__parent {
  position: relative;
}
.c-nav-sport .c-navigation--sport .c-navigation__item--level-1.c-navigation__additional .c-navigation__url--level-1 {
  color: white;
}
.c-nav-sport .c-navigation--sport .c-navigation__item--level-1.c-navigation__additional:after {
  display: none;
}
.c-nav-sport .c-navigation--sport .c-navigation__item--level-1:last-child:after {
  display: none;
}
.c-nav-sport .c-navigation--sport .c-navigation__item--level-1:hover .c-navigation__url--level-1 {
  color: white;
}
.c-nav-sport .c-navigation--sport .c-navigation__item--level-1:hover .c-navigation__url--level-1:after {
  max-height: 6px;
}
.c-nav-sport .c-navigation--sport .c-navigation__item--level-1:hover:not(.c-navigation__sport) .c-navigation__level-2 {
  left: auto;
  right: 0;
  opacity: 1;
}
.c-nav-sport .c-navigation--sport .c-navigation__url--level-1 {
  position: relative;
  font-size: 16px;
}
.c-nav-sport .c-navigation--sport .c-navigation__url--level-1:after {
  transition: .2s;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 0;
  background-color: #ef3e42;
}
.c-nav-sport .c-navigation--sport .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 900;
  opacity: 0;
  width: 300px;
  max-height: 350px;
  overflow-y: auto;
  background: white;
  padding: 12px;
  margin: 0;
  text-align: left;
}
.c-nav-sport .c-navigation--sport .c-navigation__item--level-2 {
  transition: .2s;
  position: relative;
  border: none;
  padding: 0;
}
.c-nav-sport .c-navigation--sport .c-navigation__item--level-2.c-navigation__separator {
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0 0;
  padding: 0 12px;
  color: #00447c;
  text-transform: uppercase;
}
.c-nav-sport .c-navigation--sport .c-navigation__item--level-2:hover a {
  text-decoration: underline;
}
.c-nav-sport .c-navigation--sport .c-navigation__url--level-2 {
  transition: .2s;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #00447c;
  line-height: 24px;
  padding: 8px 12px;
}
.c-nav-sport .c-navigation--sport .c-navigation__url--level-2:last-child {
  border-bottom: 1px solid white;
}
.c-nav-sport .c-navigation-mobile-sport-container {
  position: relative;
  width: 100%;
  height: 60px;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.c-nav-sport .c-navigation-mobile-sport-container a {
  text-decoration: none;
}
.c-nav-sport .c-navigation-mobile-sport-container > ul {
  display: flex;
  display: -webkit-flex;
}
.c-nav-sport .c-navigation-mobile-sport-container > ul > li {
  transition: .2s;
  position: relative;
  font-size: 16px;
  color: white;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0 12px;
  text-transform: none;
  text-decoration: none;
}
.c-nav-sport .c-navigation-mobile-sport-container > ul > li:after {
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  content: '';
  position: absolute;
  top: 50%;
  right: -12px;
  height: 24px;
  width: 1px;
  background-color: #ffdd00;
}
.c-nav-sport .c-navigation-mobile-sport-container > ul > li.more {
  color: white;
  cursor: pointer;
}
.c-nav-sport .c-navigation-mobile-sport-container > ul > li.more:before {
  transition: .2s;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 0;
  background-color: #ef3e42;
}
.c-nav-sport .c-navigation-mobile-sport-container > ul > li.more:hover:before {
  max-height: 6px;
}
.c-nav-sport .c-navigation-mobile-sport-container > ul > li.more:after {
  display: none;
}
.c-nav-sport .c-navigation-mobile-sport-container > ul > li > a {
  transition: .2s;
  padding: 0;
  color: white;
  text-decoration: none;
}
.c-nav-sport .c-navigation-mobile-sport-container > ul > li > a:after {
  transition: .2s;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 0;
  background-color: #ef3e42;
}
.c-nav-sport .c-navigation-mobile-sport-container > ul > li:hover a:after {
  max-height: 6px;
}
.c-nav-sport .c-navigation-mobile-sport-home {
  position: relative;
  line-height: 60px;
  padding: 0 12px;
  background-color: #ef3e42;
  margin-right: auto;
}
.c-nav-sport .c-navigation-mobile-sport-home a {
  font-size: 24px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
.c-nav-sport .c-navigation-mobile-sport-home .c-nav__ad img {
  vertical-align: middle;
}
.c-nav-sport .c-navigation-mobile-flyout-menu {
  transition: .3s;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9000;
  width: 100%;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.c-nav-sport .c-navigation-mobile-flyout-menu.opened {
  transition: .3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: calc(100vh - 142px);
  overflow: auto;
  display: inherit!important;
}
.c-nav-sport .c-navigation-mobile-flyout-menu .icn {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 42px;
  font-size: 20px;
  color: white;
  background: #00447c;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  text-align: center;
}
.c-nav-sport .c-navigation-mobile-flyout-menu .icn:before {
  display: block;
  color: white;
}
.c-nav-sport .c-navigation-mobile-flyout-menu .icn.opened {
  display: flex !important;
  -webkit-display: flex !important;
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul {
  width: 100%;
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li {
  position: relative;
  color: black;
  background: white;
  border-bottom: solid 1px #eeeeee;
  cursor: pointer;
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li:last-child {
  border-bottom: none;
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 11px 12px 9px 15px;
  color: #00447c;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li .c-navigation-flyout-menu-level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li .c-navigation-flyout-menu-level-2 li {
  position: relative;
  background: #f4f4f4;
  border-top: solid 1px #eeeeee;
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li .c-navigation-flyout-menu-level-2 li.c-nav__separator {
  color: white;
  background: #00447c;
  text-transform: uppercase;
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li .c-navigation-flyout-menu-level-2 li.c-nav__separator a,
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li .c-navigation-flyout-menu-level-2 li.c-nav__separator span {
  color: white;
  padding: 9px 12px 7px 15px;
  font-size: 16px;
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li .c-navigation-flyout-menu-level-2 a,
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li .c-navigation-flyout-menu-level-2 span {
  display: inline-block;
  width: 100%;
  padding: 9px 12px 7px 24px;
  color: #00447c;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li .c-navigation-flyout-menu-level-2.opened {
  transition: 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 1000px;
  overflow: hidden;
  display: inherit!important;
}
#heroVideos-section {
  pointer-events: none;
}
#heroVideos-section .videosContainer {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#heroVideos-section .videosContainer video,
#heroVideos-section .videosContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#heroVideos-section .videosContainer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
#heroVideos-section .c-hero {
  position: relative;
}
#heroVideos-section .c-hero__container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
}
#heroVideos-section .c-hero__details {
  pointer-events: all;
  transform: translate(calc(720px - 100%), 0);
  -webkit-transform: translate(calc(720px - 100%), 0);
  -moz-transform: translate(calc(720px - 100%), 0);
  -ms-transform: translate(calc(720px - 100%), 0);
  -o-transform: translate(calc(720px - 100%), 0);
  position: absolute;
  left: 50%;
  bottom: 200px;
  z-index: 2;
}
#heroVideos-section .c-hero__title {
  font-size: 80px;
  font-weight: 700;
  color: white;
  line-height: 1;
  margin-bottom: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}
#heroVideos-section .c-hero__url {
  transition: .2s;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #00447c;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.75);
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin: 0 12px;
  text-align: center;
  text-decoration: none;
}
#heroVideos-section .c-hero__url:hover {
  background-color: white;
}
html.stories-video-is-playing #topStories-section .c-stories .showcase-play-button,
html.stories-video-is-playing #topStories-section .c-stories button,
html.stories-video-is-playing #topStories-section .c-stories .c-stories__details,
html.stories-video-is-playing #topStories-section .c-stories .c-stories--thumbnails {
  display: none !important;
}
html.stories-video-is-playing #topStories-section .c-stories__media:after {
  display: none;
}
#topStories-section {
  position: relative;
}
#topStories-section .topStories-container {
  padding: 24px;
  background-color: white;
}
#topStories-section .c-stories__item {
  position: relative;
}
#topStories-section .c-stories__media {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
#topStories-section .c-stories__media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#topStories-section .c-stories__media:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: initial;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}
#topStories-section .c-stories__url {
  text-decoration: none;
}
#topStories-section .c-stories .showcase-play-button {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
}
#topStories-section .c-stories .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#topStories-section .c-stories__sponsor img {
  margin: 0 auto 12px;
}
#topStories-section .c-stories__details {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  padding: 0 60px 48px;
  max-width: 1296px;
  z-index: 2;
}
#topStories-section .c-stories__title {
  text-align: center;
}
#topStories-section .c-stories__url {
  transition: .2s;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
#topStories-section .c-stories__url:hover {
  color: #ef3e42;
}
#topStories-section .c-stories__bottom {
  margin: 8px 0 12px;
}
#topStories-section .c-stories__date,
#topStories-section .c-stories__sport {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: white;
  padding-right: 24px;
  text-transform: uppercase;
}
#topStories-section .c-stories__date:after,
#topStories-section .c-stories__sport:after {
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  content: "|";
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 20px;
  font-weight: 500;
  color: white;
}
#topStories-section .c-stories__archives {
  font-size: 20px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
#topStories-section .c-stories__archives:hover {
  color: #ef3e42;
  text-decoration: underline;
}
#topStories-section .c-stories .c-stories--thumbnails {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#topStories-section .c-stories .c-stories--thumbnails .thumbnails ul {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#topStories-section .c-stories .c-stories--thumbnails .thumbnails ul li {
  flex: 0 0 16px;
  -webkit-flex: 0 0 16px;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  margin: 0 0 0 16px;
}
#topStories-section .c-stories .c-stories--thumbnails .thumbnails ul li button {
  transition: .2s;
  font-size: 0;
  color: black;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: white;
}
#topStories-section .c-stories .c-stories--thumbnails .thumbnails ul li button:hover {
  background-color: #ef3e42;
}
#topStories-section .c-stories .c-stories--thumbnails .thumbnails ul li.top-stories-active button {
  background-color: #ef3e42;
}
.sectionTitle {
  border: 1px solid #eeeeee;
  padding: 0 24px;
}
.sectionTitle .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 60px;
  color: #ef3e42;
  text-transform: uppercase;
  letter-spacing: 0.83px;
}
.sectionTitle .cta {
  transition: .2s;
  font-size: 16px;
  color: #00447c;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
.sectionTitle .cta i {
  font-size: 24px;
}
.sectionTitle .cta:hover {
  color: #ef3e42;
}
#main-content-section {
  margin: -150px 0 0;
}
#main-content-section .row {
  background-color: white;
}
.promo .ads-container .ad.multi-ad {
  display: inline-block;
  margin: 0 12px;
}
.promo .ads-container .ad.multi-ad img {
  vertical-align: middle;
  padding: 0px 0px;
  margin: 0 auto;
}
.promo--sport {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin: 24px 12px 0;
}
.promo--sport .ads-container .ad.multi-ad {
  display: inline-block;
  margin: 0 0 24px;
}
.promo--sport .ads-container .ad.multi-ad img {
  vertical-align: middle;
  padding: 0px 0px;
  margin: 0 auto;
}
.promo .slick-dots {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
.promo .slick-dots li {
  flex: 0 0 16px;
  -webkit-flex: 0 0 16px;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  margin: 0 8px;
}
.promo .slick-dots li button {
  transition: .2s;
  font-size: 0;
  color: black;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #eeeeee;
}
.promo .slick-dots li button:hover {
  background-color: #00447c;
  color: white;
}
.promo .slick-dots li.slick-active button {
  background-color: #00447c;
  color: white;
}
.promo button.slick-prev {
  transition: .2s;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  font-size: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: white;
  color: #00447c;
  border: none;
  outline: none;
  text-align: center;
  z-index: 3;
  transition: .2s;
  left: 12px;
}
.promo button.slick-prev:before {
  transition: .2s;
  content: '\e005';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 24px;
  line-height: 48px;
  color: #00447c;
}
.promo button.slick-prev:hover {
  background-color: #ef3e42;
}
.promo button.slick-next {
  transition: .2s;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  font-size: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: white;
  color: #00447c;
  border: none;
  outline: none;
  text-align: center;
  z-index: 3;
  transition: .2s;
  right: 12px;
}
.promo button.slick-next:before {
  transition: .2s;
  content: '\e006';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 24px;
  line-height: 48px;
  color: #00447c;
}
.promo button.slick-next:hover {
  background-color: #ef3e42;
}
#pressclips-section .c-pressclips--slider {
  padding: 24px 0;
}
#pressclips-section .c-pressclips--slider .c-pressclips__item {
  position: relative;
  padding: 0 12px;
  height: initial;
}
#pressclips-section .c-pressclips--slider .c-pressclips__item--inner {
  border: 1px solid #eeeeee;
  display: block;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  text-decoration: none;
}
#pressclips-section .c-pressclips--slider .c-pressclips__media {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#pressclips-section .c-pressclips--slider .c-pressclips__media img {
  width: 100%;
}
#pressclips-section .c-pressclips--slider .c-pressclips__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pressclips-section .c-pressclips--slider .c-pressclips__details {
  padding: 12px;
  background-color: white;
}
#pressclips-section .c-pressclips--slider .c-pressclips__title {
  margin-bottom: 8px;
}
#pressclips-section .c-pressclips--slider .c-pressclips__url {
  transition: .2s;
  font-size: 18px;
  font-weight: 700;
  color: #00447c;
  text-transform: uppercase;
  text-decoration: none;
}
#pressclips-section .c-pressclips--slider .c-pressclips__url:hover {
  color: #ef3e42;
}
#pressclips-section .c-pressclips--slider .c-pressclips__summary {
  font-size: 16px;
  color: black;
  line-height: 24px;
}
#pressclips-section .c-pressclips--slider .slick-dots {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  width: 100%;
}
#pressclips-section .c-pressclips--slider .slick-dots li {
  flex: 0 0 16px;
  -webkit-flex: 0 0 16px;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  margin: 0 8px;
}
#pressclips-section .c-pressclips--slider .slick-dots li button {
  transition: .2s;
  font-size: 0;
  color: black;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #eeeeee;
}
#pressclips-section .c-pressclips--slider .slick-dots li button:hover {
  background-color: #00447c;
  color: white;
}
#pressclips-section .c-pressclips--slider .slick-dots li.slick-active button {
  background-color: #00447c;
  color: white;
}
#more-stories-section {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin: 24px 12px 0;
}
#more-stories-section .c-stories {
  border: 1px solid #eeeeee;
  border-top: none;
}
#more-stories-section .c-stories__item {
  position: relative;
  margin: 0 24px;
  padding: 24px 0;
  border-bottom: 1px solid #eeeeee;
}
#more-stories-section .c-stories__title {
  margin-bottom: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#more-stories-section .c-stories__url {
  transition: .2s;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #00447c;
  text-decoration: none;
  letter-spacing: 0.83px;
}
#more-stories-section .c-stories__url:hover {
  color: #ef3e42;
}
#more-stories-section .c-stories__teaser {
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
}
#more-stories-section .c-stories__teaser a {
  transition: .2s;
  color: #00447c;
}
#more-stories-section .c-stories__teaser a:hover {
  color: #ef3e42;
}
#more-stories-section .load-more__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  transition: .2s;
  font-size: 16px;
  font-weight: 400;
  color: #00447c;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border: none;
  margin: 12px auto;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
#more-stories-section .load-more__button:hover {
  color: #ef3e42;
}
#events-section {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin: 24px 12px 0;
}
#events-section .c-events--list-logos {
  border: 1px solid #eeeeee;
  border-top: none;
}
#events-section .c-events--list-logos .c-events__item {
  position: relative;
  height: 128px;
  border-bottom: 1px solid #eeeeee;
  line-height: 30px;
  background-color: white;
  overflow: hidden;
}
#events-section .c-events--list-logos .c-events__item.open .c-events__toggle {
  transition: .2s;
}
#events-section .c-events--list-logos .c-events__item.open .c-events__toggle i {
  color: #00447c;
}
#events-section .c-events--list-logos .c-events__item.open .c-events__overlay {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
#events-section .c-events--list-logos .c-events__item--inner {
  height: 100%;
  margin: 0 24px;
}
#events-section .c-events--list-logos .c-events__logos {
  padding: 0 24px 0 0;
}
#events-section .c-events--list-logos .c-events__logo img {
  width: 60px;
}
#events-section .c-events--list-logos .c-events__date {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
#events-section .c-events--list-logos .c-events__info {
  padding: 0 24px;
  border-right: 1px dotted #eeeeee;
  border-left: 1px dotted #eeeeee;
}
#events-section .c-events--list-logos .c-events__location--wrapper {
  color: #00447c;
  margin: 0 0 0 24px;
  height: 60px;
}
#events-section .c-events--list-logos .c-events__location {
  color: #00447c;
  text-transform: uppercase;
}
#events-section .c-events--list-logos .c-events__overlay {
  transition: .2s;
  transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  background-color: rgba(255, 255, 255, 0.95);
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  z-index: 2;
}
#events-section .c-events--list-logos .c-events__overlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#events-section .c-events--list-logos .c-events__overlay li {
  position: relative;
  margin: 0 12px;
}
#events-section .c-events--list-logos .c-events__overlay a {
  transition: .2s;
  position: relative;
  display: block;
  font-size: 28px;
  color: #ef3e42;
  background-color: transparent;
  text-decoration: none;
}
#events-section .c-events--list-logos .c-events__overlay a:first-child:before {
  content: none;
}
#events-section .c-events--list-logos .c-events__overlay a span {
  position: absolute;
  left: -9999px;
}
#events-section .c-events--list-logos .c-events__overlay a:hover {
  color: #00447c;
}
#events-section .c-events--list-logos .c-events__toggle {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transition: .2s;
  position: absolute;
  top: 24px;
  right: 20px;
  font-size: 24px;
  color: #ef3e42;
  height: auto;
  background-color: transparent;
  border: none;
  z-index: 3;
  padding: 0;
}
#events-section .c-events--list-logos .c-events__toggle i {
  transition: .2s;
  display: inline-block;
}
#events-section .c-events--list-logos .c-events__toggle span {
  position: absolute;
  left: -9999px;
}
#events-section .c-events--list-logos .c-events__toggle:hover {
  cursor: pointer;
}
#events-section .c-events--cards-boxy {
  margin: 24px -12px 0;
}
#events-section .c-events--cards-boxy .c-events__item {
  display: flex;
  display: -webkit-flex;
  position: relative;
  margin: 0 12px;
  background-color: white;
  border: 1px solid #eeeeee;
}
#events-section .c-events--cards-boxy .c-events__item.open .c-events__toggle {
  transition: .2s;
}
#events-section .c-events--cards-boxy .c-events__item.open .c-events__toggle i {
  color: #00447c;
}
#events-section .c-events--cards-boxy .c-events__item.open .c-events__overlay {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
#events-section .c-events--cards-boxy .c-events__dateTime {
  font-size: 18px;
  font-weight: 700;
  color: #323337;
}
#events-section .c-events--cards-boxy .c-events__body {
  font-size: 16px;
  color: #323337;
  padding: 12px 12px 48px;
  line-height: 30px;
}
#events-section .c-events--cards-boxy .c-events__logos {
  margin-bottom: 48px;
}
#events-section .c-events--cards-boxy .c-events__logos img {
  width: 60px;
}
#events-section .c-events--cards-boxy .c-events__opponent {
  height: 60px;
  margin-bottom: 48px;
  overflow: hidden;
}
#events-section .c-events--cards-boxy .c-events__location {
  color: #00447c;
  text-transform: uppercase;
}
#events-section .c-events--cards-boxy .c-events__result {
  font-weight: 700;
}
#events-section .c-events--cards-boxy .c-events__overlay {
  transition: .2s;
  transform: translate(0, 101%);
  -webkit-transform: translate(0, 101%);
  -moz-transform: translate(0, 101%);
  -ms-transform: translate(0, 101%);
  -o-transform: translate(0, 101%);
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 2;
}
#events-section .c-events--cards-boxy .c-events__overlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#events-section .c-events--cards-boxy .c-events__overlay li {
  position: relative;
  margin: 0 12px;
}
#events-section .c-events--cards-boxy .c-events__overlay a {
  transition: .2s;
  position: relative;
  display: block;
  font-size: 28px;
  color: #ef3e42;
  background-color: transparent;
  text-decoration: none;
}
#events-section .c-events--cards-boxy .c-events__overlay a:first-child:before {
  content: none;
}
#events-section .c-events--cards-boxy .c-events__overlay a span {
  position: absolute;
  left: -9999px;
}
#events-section .c-events--cards-boxy .c-events__overlay a:hover {
  color: #00447c;
}
#events-section .c-events--cards-boxy .c-events__toggle {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transition: .2s;
  position: absolute;
  bottom: 12px;
  left: 50%;
  font-size: 24px;
  color: #ef3e42;
  height: 24px;
  background-color: transparent;
  border: none;
  z-index: 3;
  padding: 0;
}
#events-section .c-events--cards-boxy .c-events__toggle i {
  transition: .2s;
  display: inline-block;
}
#events-section .c-events--cards-boxy .c-events__toggle span {
  position: absolute;
  left: -9999px;
}
#events-section .c-events--cards-boxy .c-events__toggle:hover {
  cursor: pointer;
}
#events-section .c-events--cards-boxy .slick-dots {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  list-style: none;
  margin: 12px 0;
  padding: 0;
  width: 100%;
}
#events-section .c-events--cards-boxy .slick-dots li {
  flex: 0 0 16px;
  -webkit-flex: 0 0 16px;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  margin: 0 8px;
}
#events-section .c-events--cards-boxy .slick-dots li button {
  transition: .2s;
  font-size: 0;
  color: black;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #eeeeee;
}
#events-section .c-events--cards-boxy .slick-dots li button:hover {
  background-color: #00447c;
  color: white;
}
#events-section .c-events--cards-boxy .slick-dots li.slick-active button {
  background-color: #00447c;
  color: white;
}
#events-section .c-events--cards-boxy button.slick-prev {
  transition: .2s;
  transform: translate(calc(-50% - 24px), 0);
  -webkit-transform: translate(calc(-50% - 24px), 0);
  -moz-transform: translate(calc(-50% - 24px), 0);
  -ms-transform: translate(calc(-50% - 24px), 0);
  -o-transform: translate(calc(-50% - 24px), 0);
  position: absolute;
  bottom: -60px;
  left: 50%;
  font-size: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: transparent;
  color: #00447c;
  border: none;
  outline: none;
  text-align: center;
  z-index: 3;
  transition: .2s;
}
#events-section .c-events--cards-boxy button.slick-prev:before {
  transition: .2s;
  content: '\e005';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 24px;
  line-height: 48px;
  color: #00447c;
}
#events-section .c-events--cards-boxy button.slick-next {
  transition: .2s;
  transform: translate(calc(-50% + 24px), 0);
  -webkit-transform: translate(calc(-50% + 24px), 0);
  -moz-transform: translate(calc(-50% + 24px), 0);
  -ms-transform: translate(calc(-50% + 24px), 0);
  -o-transform: translate(calc(-50% + 24px), 0);
  position: absolute;
  bottom: -60px;
  left: 50%;
  font-size: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: transparent;
  color: #00447c;
  border: none;
  outline: none;
  text-align: center;
  z-index: 3;
  transition: .2s;
}
#events-section .c-events--cards-boxy button.slick-next:before {
  transition: .2s;
  content: '\e006';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 24px;
  line-height: 48px;
  color: #00447c;
}
#events-section .load-more__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  transition: .2s;
  font-size: 16px;
  font-weight: 400;
  color: #00447c;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border: none;
  margin: 12px auto;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
#events-section .load-more__button:hover {
  color: #ef3e42;
}
#contentstream-section .c-contentstream__top {
  width: calc(100% - 24px);
  border: 1px solid #eeeeee;
  padding: 0 24px;
  margin: 24px 12px 12px;
}
#contentstream-section .c-contentstream__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 60px;
  color: #ef3e42;
  text-transform: uppercase;
  letter-spacing: 0.83px;
}
#contentstream-section .c-contentstream__filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contentstream-section .c-contentstream__filter-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  transition: .2s;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  color: #00447c;
  padding: 0;
  margin: 0 0 0 24px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
#contentstream-section .c-contentstream__filter-button.is-actice,
#contentstream-section .c-contentstream__filter-button:hover {
  color: #ef3e42;
}
#contentstream-section .c-contentstream__item {
  font-size: 16px;
  line-height: 24px;
  width: 33.333%;
  padding: 12px;
}
#contentstream-section .c-contentstream__item-inner {
  border: 1px solid #eeeeee;
  background-color: white;
}
#contentstream-section .c-contentstream__item--facebook .c-contentstream__icon {
  background-color: #3b5999;
}
#contentstream-section .c-contentstream__item--twitter .c-contentstream__icon {
  background-color: #1679ea;
}
#contentstream-section .c-contentstream__item--instagram .c-contentstream__icon {
  background-color: #e4405f;
}
#contentstream-section .c-contentstream__icon {
  font-size: 24px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  color: white;
}
#contentstream-section .c-contentstream__user {
  border-top: 1px solid #eeeeee;
  padding: 0;
  padding: 12px 0;
  margin: 0 24px;
}
#contentstream-section .c-contentstream__user-name {
  font-size: 16px;
  font-weight: 700;
  color: black;
}
#contentstream-section .c-contentstream__user-screen {
  font-size: 16px;
  font-weight: 400;
  color: #00447c;
  text-transform: uppercase;
  text-decoration: none;
}
#contentstream-section .c-contentstream__user-screen:hover {
  color: #ef3e42;
}
#contentstream-section .c-contentstream__media {
  display: block;
}
#contentstream-section .c-contentstream__media-image {
  display: block;
  width: 100%;
  height: auto;
}
#contentstream-section .c-contentstream__media-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
}
#contentstream-section .c-contentstream__media.aspect {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
#contentstream-section .c-contentstream__media.aspect .c-contentstream__media-image {
  position: absolute;
  top: 0;
  left: 0;
}
#contentstream-section .c-contentstream__media.video-is-playing .showcase-modal {
  left: 0;
}
#contentstream-section .c-contentstream__body {
  padding: 24px;
}
#contentstream-section .c-contentstream__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#contentstream-section .c-contentstream__text a {
  color: #00447c;
  text-decoration: none;
}
#contentstream-section .c-contentstream__text a:hover {
  color: #ef3e42;
}
#contentstream-section .c-contentstream__url {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
}
#contentstream-section .c-contentstream__actions {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
#contentstream-section .c-contentstream__actions-item {
  line-height: 1;
  font-size: 22px;
}
#contentstream-section .c-contentstream__actions-link {
  transition: .2s;
  color: #ef3e42;
  margin: 0 12px 0 0;
  text-decoration: none;
}
#contentstream-section .c-contentstream__actions-link:hover {
  color: #00447c;
}
#contentstream-section .load-more__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  transition: .2s;
  font-size: 16px;
  font-weight: 400;
  color: #00447c;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border: none;
  margin: 12px auto;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
#contentstream-section .load-more__button:hover {
  color: #ef3e42;
}
#videos-section {
  margin: 0 12px;
}
#videos-section .c-videos .slick-track {
  display: flex;
  display: -webkit-flex;
}
#videos-section .c-videos__list {
  padding: 12px 0;
  margin: 0 -12px;
}
#videos-section .c-videos__item {
  display: flex;
  display: -webkit-flex;
  float: none;
  padding: 12px;
  height: initial;
}
#videos-section .c-videos__item--inner {
  border: 1px solid #eeeeee;
  display: block;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  text-decoration: none;
}
#videos-section .c-videos__media {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#videos-section .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#videos-section .c-videos__image img {
  width: 100%;
}
#videos-section .c-videos__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 24px;
  background-color: white;
}
#videos-section .c-videos__title {
  transition: .2s;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #00447c;
  margin-bottom: 8px;
  cursor: pointer;
}
#videos-section .c-videos__title:hover {
  color: #ef3e42;
}
#videos-section .c-videos__views {
  font-size: 16px;
  color: black;
}
#videos-section .c-videos .slick-dots {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  width: 100%;
}
#videos-section .c-videos .slick-dots li {
  flex: 0 0 16px;
  -webkit-flex: 0 0 16px;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  margin: 0 8px;
}
#videos-section .c-videos .slick-dots li button {
  transition: .2s;
  font-size: 0;
  color: black;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #eeeeee;
}
#videos-section .c-videos .slick-dots li button:hover {
  background-color: #00447c;
  color: white;
}
#videos-section .c-videos .slick-dots li.slick-active button {
  background-color: #00447c;
  color: white;
}
.sponsors .row {
  background-color: white;
}
.sponsors .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 -12px;
}
.sponsors .ads-container .ad.multi-ad {
  display: inline-block;
  margin: 0 12px;
}
.sponsors .ads-container .ad.multi-ad img {
  vertical-align: middle;
  padding: 0px 0px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .sponsors .ads-container {
    margin: 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .sponsors .ads-container .ad.multi-ad {
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    min-width: 1px;
    min-height: 1px;
    margin: 0;
  }
}
@media (max-width: 540px) {
  .sponsors .ads-container {
    display: block;
  }
  .sponsors .ads-container .ad.multi-ad {
    text-align: center;
  }
}
.footerSponsors .row {
  background-color: white;
}
.footerSponsors .sponsorsContainer {
  padding: 0 0 24px;
}
.footerSponsors .sponsorsLeft {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.footerSponsors .sponsorsLeft .ads-container .ad.multi-ad {
  margin: 0 12px;
}
.footerSponsors .sponsorsLeft .ads-container .ad.multi-ad img {
  vertical-align: middle;
  padding: 0;
  margin: 0 auto;
}
.footerSponsors .sponsorsLeft .sponsorsTop .ads-container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.footerSponsors .sponsorsLeft .sponsorsTop .ads-container .ad.multi-ad {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  text-align: center;
}
.footerSponsors .sponsorsBottom {
  margin-top: 5px;
}
.footerSponsors .sponsorsRight {
  flex: 0 0 300px;
  -webkit-flex: 0 0 300px;
  min-width: 1px;
  min-height: 1px;
  margin: 0 12px;
}
.footerSponsors .slick-dots {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
.footerSponsors .slick-dots li {
  flex: 0 0 16px;
  -webkit-flex: 0 0 16px;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  margin: 0 8px;
}
.footerSponsors .slick-dots li button {
  transition: .2s;
  font-size: 0;
  color: black;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #eeeeee;
}
.footerSponsors .slick-dots li button:hover {
  background-color: #00447c;
  color: white;
}
.footerSponsors .slick-dots li.slick-active button {
  background-color: #00447c;
  color: white;
}
.footerSponsors button.slick-prev {
  transition: .2s;
  transform: translate(calc(-50% - 24px), 0);
  -webkit-transform: translate(calc(-50% - 24px), 0);
  -moz-transform: translate(calc(-50% - 24px), 0);
  -ms-transform: translate(calc(-50% - 24px), 0);
  -o-transform: translate(calc(-50% - 24px), 0);
  position: absolute;
  bottom: -60px;
  left: 50%;
  font-size: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: transparent;
  color: #00447c;
  border: none;
  outline: none;
  text-align: center;
  z-index: 3;
  transition: .2s;
}
.footerSponsors button.slick-prev:before {
  transition: .2s;
  content: '\e005';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 24px;
  line-height: 48px;
  color: #00447c;
}
.footerSponsors button.slick-next {
  transition: .2s;
  transform: translate(calc(-50% + 24px), 0);
  -webkit-transform: translate(calc(-50% + 24px), 0);
  -moz-transform: translate(calc(-50% + 24px), 0);
  -ms-transform: translate(calc(-50% + 24px), 0);
  -o-transform: translate(calc(-50% + 24px), 0);
  position: absolute;
  bottom: -60px;
  left: 50%;
  font-size: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: transparent;
  color: #00447c;
  border: none;
  outline: none;
  text-align: center;
  z-index: 3;
  transition: .2s;
}
.footerSponsors button.slick-next:before {
  transition: .2s;
  content: '\e006';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 24px;
  line-height: 48px;
  color: #00447c;
}
#footer {
  background-color: #00447c;
  color: white;
  padding: 60px 0;
  font-size: 18px;
  text-align: center;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .logosWrapper {
  margin-bottom: 12px;
}
#footer .vertDivider {
  width: 1px;
  height: 140px;
  margin: 0 36px;
  background-color: white;
}
#footer .info {
  margin: 36px 0;
}
#footer .logo.sidearm {
  filter: invert(96%) sepia(100%) saturate(18%) hue-rotate(250deg) brightness(103%) contrast(107%);
}
#privacy {
  font-size: 18px;
  font-weight: 400;
  color: white;
  background-color: #ef3e42;
  text-align: center;
  padding: 20px 0;
}
#privacy a {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: white;
  text-decoration: none;
}
#privacy a:hover {
  text-decoration: underline;
}
.showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.75);
}
.showcase-modal .showcase-modal__player-inner {
  padding: 16px;
  background: white;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.showcase-modal .showcase-modal__player-inner--full {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  background: none;
}
.showcase-modal .showcase-modal__player-inner--full .showcase-modal__player {
  padding: 0;
}
.showcase-modal .showcase-modal__player {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.showcase-modal .showcase-modal__watch {
  font-size: 16px;
  color: #ef3e42;
  margin-top: 12px;
}
.showcase-modal .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  border: none;
  background: #ef3e42;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.showcase-modal .showcase-modal__close span {
  position: absolute;
  left: -9999px;
}
.showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.showcase-modal.video-is-playing {
  left: 0;
}
.article-wrapper {
  max-width: 1440px;
  background-color: white;
  padding: 12px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .c-main-nav .header_logo {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    left: 24px;
  }
  #heroVideos-section .c-hero__details {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    left: initial;
    right: 24px;
    bottom: 100px;
  }
  #main-content-section {
    margin: 0;
  }
}
@media screen and (max-width: 1280px) {
  .c-nav-sport .c-navigation--sport .c-navigation__item--level-1 {
    margin: 0 12px;
  }
  .c-nav-sport .c-navigation--sport .c-navigation__item--level-1:after {
    right: -12px;
  }
}
@media screen and (max-width: 1128px) {
  #more-stories-section {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin: 24px 0 0;
    padding: 0 12px;
  }
  #more-stories-section .c-stories__teaser {
    max-height: 72px;
  }
}
@media screen and (max-width: 1024px) {
  html.sport body #heroVideos-section {
    margin-top: 162px;
  }
  html:not(.index) {
    margin: 162px auto 0;
  }
  html:not(.index):not(.sport) {
    margin: 102px auto 0;
  }
  .c-login__wrapper a {
    margin-left: 24px;
  }
  .c-nav-wrapper {
    background-color: #00447c;
  }
  .c-navigation {
    width: auto;
  }
  .c-main-nav .header_logo {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .c-main-nav .header_logo .main_logo {
    width: 64px;
  }
  .c-nav-sport {
    top: 102px;
    border-top: 1px solid #eeeeee;
  }
  #search-btn {
    margin-left: auto;
  }
  .c-search--popout .c-search__popout {
    bottom: -50px;
  }
  .c-search--popout .c-search__toggle {
    font-size: 28px;
  }
  #heroVideos-section {
    margin-top: 102px;
  }
  #heroVideos-section .c-hero__title {
    font-size: 60px;
    margin-bottom: 24px;
  }
  #heroVideos-section .c-hero__url {
    width: 140px;
    font-size: 16px;
  }
  #heroVideos-section .c-hero__details {
    bottom: 24px;
  }
  #topStories-section .topStories-container {
    padding: 24px 24px 0;
  }
  #topStories-section .c-stories__details {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    left: 0;
    position: relative;
    padding: 24px 0;
  }
  #topStories-section .c-stories__url {
    font-size: 30px;
    line-height: 36px;
    color: black;
  }
  #topStories-section .c-stories__date,
  #topStories-section .c-stories__sport,
  #topStories-section .c-stories__archives {
    font-size: 14px;
    padding-right: 12px;
    color: black;
  }
  #topStories-section .c-stories__date:after,
  #topStories-section .c-stories__sport:after {
    font-size: 14px;
    right: 6px;
    color: black;
  }
  #topStories-section .c-stories__media:after {
    display: none;
  }
  #more-stories-section .c-stories__title {
    white-space: normal;
  }
  #contentstream-section .c-contentstream__stream {
    margin: 0;
  }
  #contentstream-section .c-contentstream__filter-button {
    font-size: 20px;
    padding: 0;
    margin: 0 0 0 12px;
  }
  #contentstream-section .c-contentstream__filter-button span {
    display: none;
  }
  #contentstream-section .c-contentstream__item {
    width: 50%;
  }
  #contentstream-section .load-more__button {
    width: calc(100% - 24px);
  }
  .footerSponsors .sponsorsLeft .sponsorsTop .ads-container .ad.multi-ad {
    flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    min-width: 1px;
    min-height: 1px;
    margin: 0;
    padding: 12px;
  }
  .footerSponsors .sponsorsRight {
    margin: 12px 12px 0;
  }
}
@media screen and (max-width: 767px) {
  #heroVideos-section .c-hero__title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  #heroVideos-section .c-hero__details {
    left: 0;
    width: 100%;
    text-align: center;
  }
  #heroVideos-section .c-hero__url {
    height: 30px;
    line-height: 30px;
    width: 120px;
    font-size: 14px;
    margin: 0 6px;
  }
  #events-section .c-events--list-logos .c-events__location--wrapper {
    margin: 0;
    width: 20px;
  }
  #events-section .c-events--list-logos .c-events__toggle {
    top: 50%;
    right: 0;
  }
  .promo button {
    width: 48px;
    height: 48px;
  }
  .promo button.slick-prev:before,
  .promo button.slick-next:before {
    line-height: 48px;
    font-size: 24px;
  }
  .showcase-modal .showcase-modal__player-inner {
    width: calc(100% - 24px);
    padding: 12px;
  }
  .sponsorsContainer {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .footerSponsors .sponsorsRight {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin: 12px 0;
  }
  .footerSponsors .sponsorsRight img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .sectionTitle {
    padding: 0 12px;
  }
  .sectionTitle .title,
  #contentstream-section .c-contentstream__title {
    font-size: 20px;
  }
  #topStories-section .c-stories__details {
    padding: 12px 0;
  }
  #topStories-section .c-stories__url {
    font-size: 18px;
    line-height: 24px;
  }
  #pressclips-section .c-pressclips--slider .c-pressclips__summary {
    font-size: 14px;
  }
  #events-section .c-events--list-logos .c-events__item {
    height: auto;
    font-size: 14px;
  }
  #events-section .c-events--list-logos .c-events__item--inner {
    margin: 0 12px;
  }
  #events-section .c-events--list-logos .c-events__logos {
    padding: 0 12px 0 0;
  }
  #events-section .c-events--list-logos .c-events__logo img {
    width: 48px;
  }
  #events-section .c-events--list-logos .c-events__info {
    padding: 6px 12px;
  }
  #events-section .c-events--list-logos .c-events__date {
    font-size: 14px;
  }
  #more-stories-section .load-more__button,
  #events-section .load-more__button {
    margin: 0 auto;
  }
  #contentstream-section .load-more__button {
    margin: 0 auto 12px;
  }
  #contentstream-section .c-contentstream__top {
    padding: 0 12px;
  }
  #contentstream-section .c-contentstream__body,
  #videos-section .c-videos__details {
    padding: 12px;
  }
  #contentstream-section .c-contentstream__user {
    margin: 0 12px;
  }
  #more-stories-section .c-stories__item {
    margin: 0 12px;
    padding: 12px 0;
  }
  #more-stories-section .c-stories__teaser {
    font-size: 14px;
  }
  #contentstream-section .c-contentstream__item {
    width: 100%;
  }
  #privacy {
    font-size: 14px;
  }
  #privacy a {
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  #events-section .c-events--cards-boxy {
    margin: 24px -12px 60px;
  }
  .footerSponsors .sponsorsLeft .sponsorsTop .ads-container .ad.multi-ad {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .footerSponsors .sponsorsBottom {
    margin: 24px 0 60px;
  }
}
@media screen and (max-width: 400px) {
  #events-section .c-events--list-logos .c-events__item--inner {
    margin: 0 0 0 12px;
  }
  #events-section .c-events--list-logos .c-events__logos {
    display: none;
  }
  #events-section .c-events--list-logos .c-events__info {
    border: none;
    padding: 0 12px 0 0;
  }
  #heroVideos-section .c-hero__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .c-login__wrapper a {
    font-size: 14px;
  }
}
.content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-ad .dfp-ad {
    margin: 24px auto;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-menu-open #social-intents-tab-chat {
    position: relative;
    z-index: -1;
  }
}
/*countdown*/

.countdown-container {
  height: 90px;
  background: white;
  width: calc(100% - 24px);
  color: #ef3e42;
  display: flex;
  display: -webkit-flex;
  border: 1px solid #eeeeee;
  margin: 24px auto 0;
}
.countdown-container .title {
  text-transform: uppercase;
  padding: 6px 0;
  font: 30px/1 'Montserrat';
  font-weight: bold;
}
.countdown-container .countdown-game-details {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.countdown-container .countdown-details {
  display: flex;
  display: -webkit-flex;
  width: 100%;
}
.countdown-container .opponent {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font: 16px/1 'Montserrat';
  margin: 0 24px;
}
.countdown-container .opponent .vsat {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
  margin: 0 24px;
}
.countdown-container .opponent .vsat span {
  display: block;
  color: black;
}
.countdown-container .opponent .logo img {
  max-width: 60px;
  max-height: 60px;
}
.countdown-container .game-media {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.countdown-container .game-media > a {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 60px;
  -webkit-flex-wrap: nowrap;
  padding: 0 20px 0 10px;
  margin-left: 20px;
  position: relative;
  margin-right: -40px;
  text-decoration: none;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #e5e5e5;
  color: #00447c;
  font: 30px/1.3 'Montserrat';
  text-transform: uppercase;
}
.countdown-container .countdown-details-countdown {
  margin-left: auto;
  display: flex;
  display: -webkit-flex;
}
.countdown-container .countdown-details-promo {
  margin-right: 24px;
  z-index: 999;
}
.countdown-container .countdown-details-promo .ad {
  margin-left: 24px;
}
.countdown-container .time {
  font: 30px/1.3 'Montserrat';
  color: #ef3e42;
  font-weight: 700;
}
.countdown-container .timeWrapper {
  height: 100%;
  width: 80px;
  padding: 6px;
  border-left: 1px solid #eeeeee;
  background: white;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  font-weight: 300;
  font-size: 14px;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: black;
  text-transform: uppercase;
  position: relative;
}
.countdown-container .timeWrapper:last-of-type {
  border-right: 1px solid #eeeeee;
}
@media screen and (max-width: 1140px) {
  .countdown-container {
    height: auto;
  }
  .countdown-container .countdown-details {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .countdown-container .game-media > a {
    margin-right: 0px;
  }
  .countdown-container .countdown-details-countdown .opponent {
    flex-direction: row;
    justify-content: center;
    margin: 0;
  }
  .countdown-container .countdown-details-countdown .countdown-details-countdown-time {
    width: 50%;
    flex: 0 0 50%;
  }
  .countdown-container .countdown-details-countdown .countdown-details-countdown-time .timeWrapper {
    width: 25%;
  }
  .countdown-container .countdown-details-countdown .countdown-details-countdown-time .timeWrapper:first-of-type {
    border-left: 0;
  }
  .countdown-container .countdown-details-countdown .opponent {
    width: 50%;
    flex: 0 0 50%;
  }
  .countdown-container .countdown-details-countdown {
    border-top: 1px solid #eeeeee;
    height: 90px;
    width: 100%;
  }
  .countdown-container .countdown-game-details {
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .countdown-container .countdown-details-countdown {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    height: auto;
  }
  .countdown-container .countdown-game-details {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
  }
  .countdown-container .countdown-details-countdown .countdown-details-countdown-time {
    height: 70px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    flex: 0 0 auto;
  }
  .countdown-container .countdown-details-countdown .countdown-details-countdown-time .timeWrapper {
    width: 25%;
  }
  .countdown-container .countdown-details-countdown .countdown-details-countdown-time .timeWrapper:last-of-type {
    border-right: 0;
  }
  .countdown-container .countdown-details-promo {
    margin-bottom: 18px;
  }
  .countdown-container .countdown-details-countdown .opponent {
    padding: 24px;
    flex: 0 0 auto;
  }
}
.sidearm-story-template .sidearm-story-template-player-details dd.sidearm-story-template-player-class {
  display: none;
}
#below-stories-promo {
  z-index: 2;
}
#below-stories-promo .ad {
  padding: 24px 12px 0;
}
.usopc-text {
  text-align: center;
  font-size: 0.875rem;
  padding: 24px 12px 0;
}
