@import url("https://fonts.sidearmsports.com/sidearm/sidearm_font.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i');
@import url("/site/fonts/stylesheet.css");
/*Mixins*/
/*Colors*/
/*Social Media Brand Colors*/
/*Fonts*/
/*Utility Classes*/

.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mar-none {
  margin: 0;
}
.mar-top-none {
  margin-top: none;
}
.mar-right-none {
  margin-right: none;
}
.mar-bottom-none {
  margin-bottom: none;
}
.mar-left-none {
  margin-left: none;
}
.mar-auto {
  margin: auto;
}
.mar-top-auto {
  margin-top: auto;
}
.mar-right-auto {
  margin-right: auto;
}
.mar-bottom-auto {
  margin-bottom: auto;
}
.mar-left-auto {
  margin-left: auto;
}
.mar-centered {
  margin-left: auto;
  margin-right: auto;
}
.accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
}
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #13294b;
  color: #7bafd4;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: #7bafd4;
}
a.sidearm-skip-link:focus {
  position: fixed;
  left: 0;
  z-index: 9999999;
}
.row {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.row.pad {
  padding-left: 12px;
  padding-right: 12px;
}
.row.no-pad {
  max-width: 1416px;
}
.s-index-header {
  margin-bottom: 16px;
  line-height: 1;
}
.s-index-header h2 {
  color: #13294b;
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 62px;
  text-transform: uppercase;
  margin: 0 12px 0 0;
  font-weight: 400;
}
.s-index-header .sponsor.sponsor-adjust {
  position: relative;
  top: -5px;
}
.s-index-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: inline-flex;
  display: -webkit-inline-flex;
  height: 39px;
  line-height: 35px;
  color: #13294b !important;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Champion HTF Featherweight', sans-serif;
  transition: .25s;
}
.s-index-button::-ms-expand {
  display: none;
}
.s-index-button:hover,
.s-index-button.is-active {
  transition: .25s;
}
.s-index-button:before {
  content: "";
  display: block;
  width: 29px;
  height: 39px;
  background: url('/images/blue_left_cap.png') no-repeat;
}
.s-index-button:after {
  content: "";
  display: block;
  width: 29px;
  height: 39px;
  background: url('/images/blue_right_cap.png') no-repeat;
}
.s-index-button > span {
  border-top: 2px solid #13294b;
  border-bottom: 2px solid #13294b;
  background-color: #7bafd4;
  padding: 0 12px;
  display: inline-block;
  height: 39px;
  line-height: 38px;
}
.s-index-button:hover:before {
  background-image: url('/images/blue_left_cap_b.png');
  transition: .25s;
}
.s-index-button:hover:after {
  background-image: url('/images/blue_right_cap_b.png');
  transition: .25s;
}
.s-index-button:hover > span {
  background-color: #13294b;
  border-color: #7bafd4;
  color: #7bafd4;
  transition: .25s;
}
.s-index-button--white {
  color: white !important;
}
.s-index-button--white:before {
  background-image: url('/images/open_white_left_cap.png');
}
.s-index-button--white:after {
  background-image: url('/images/open_white_right_cap.png');
}
.s-index-button--white > span {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  background: none;
}
.s-index-button--white:hover,
.s-index-button--white.is-active {
  color: #13294b !important;
}
.s-index-button--white:hover:before,
.s-index-button--white.is-active:before {
  background-image: url('/images/fill_white_leftt_cap.png');
}
.s-index-button--white:hover:after,
.s-index-button--white.is-active:after {
  background-image: url('/images/fill_white_right_cap.png');
}
.s-index-button--white:hover > span,
.s-index-button--white.is-active > span {
  background-color: white;
  border-color: white;
}
html.index {
  overflow-x: hidden;
  overflow-y: auto;
}
html.index .s-leaderboard-top .ad,
html.index .s-leaderboard-top .dfp-ad {
  margin-bottom: 0;
}
html.sport body {
  padding-top: 234px;
}
html.stickied .main-header {
  position: fixed;
  top: -79px;
}
html.stickied .main-navigation__logo {
  -webkit-transform: translateX(-54px);
  transform: translateX(-54px);
  -webkit-transform: translateX(-54px);
  transform: translateX(-54px);
  transition: .25s;
}
html.stickied .main-navigation__logo > img {
  -webkit-transform: scale(0.49) translate(32px, 79px);
  transform: scale(0.49) translate(32px, 79px);
  -webkit-transform: scale(0.49) translate(32px, 79px);
  transform: scale(0.49) translate(32px, 79px);
}
html.storypage body {
  background-position-y: -385px;
}
html.header-active .s-leaderboard-top {
  background: none;
}
html.wide:not(.storypage):not(.sportfile) .main-content-placeholder {
  max-width: 1416px;
  margin: 0 auto;
  padding: 36px 36px 160px;
  background-color: white;
}
html.wide:not(.storypage):not(.sportfile) .main-content-placeholder .s-leaderboard-top {
  margin: -36px -36px 24px;
  padding-top: 24px;
}
html.wide:not(.storypage):not(.sportfile) .main-content-placeholder .s-leaderboard-top .ad,
html.wide:not(.storypage):not(.sportfile) .main-content-placeholder .s-leaderboard-top .dfp-ad {
  margin-top: 0;
}
body {
  font: 16px/1.25 'Montserrat', sans-serif;
  color: #2c2a29;
  margin: 0;
  padding: 160px 0 0;
  background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='1438.78' viewBox='0 0 2000 1438.78'%3E%3Cpath class='cls-1' d='M0,1250.77L-0.183-209.446l2002.1-2.562L2002,1250.77,999.333,1438.78Z' style='fill: %237bafd4;'/%3E%3C/svg%3E") no-repeat top center;
}
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 400;
}
.main-header-top {
  height: 79px;
  background-color: white;
}
.main-header-top > .row {
  height: 100%;
  padding-left: 284px;
}
.main-header-top__ads .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-header-top__ads a {
  display: block;
  width: 62px;
  height: 41px;
  color: #13294b;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  position: relative;
  transition: .25s;
}
.main-header-top__ads a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 62px;
  height: 41px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='41' viewBox='0 0 62 41'%3E%3Cpath id='diamond_copy_7' data-name='diamond copy 7' class='cls-1' d='M1428.88,19L1460,39.5,1428.88,60l-30.87-20.5Z' transform='translate%28-1398 -19%29' style='fill: %237bafd4;'/%3E%3C/svg%3E%0A");
  z-index: 2;
  transition: .25s;
}
.main-header-top__ads a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  width: 62px;
  height: 40px;
  background: url('/images/social_doted_diamond.png') no-repeat;
  z-index: 1;
}
.main-header-top__ads a i {
  position: relative;
  z-index: 2;
}
.main-header-top__ads a span {
  position: absolute;
  left: -99999px;
  top: -9999px;
}
.main-header-top__ads a:hover {
  color: #7bafd4;
  transition: .25s;
}
.main-header-top__ads a:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='41' viewBox='0 0 62 41'%3E%3Cpath id='diamond_copy_7' data-name='diamond copy 7' class='cls-1' d='M1428.88,19L1460,39.5,1428.88,60l-30.87-20.5Z' transform='translate%28-1398 -19%29' style='fill: %2313294b;'/%3E%3C/svg%3E%0A");
  transition: .25s;
}
.main-header-top__ads .ad:first-child a:after {
  display: none;
}
.main-navigation {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  background-color: #13294b;
  height: 81px;
}
.main-navigation__logo {
  height: 160px;
  width: 120px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -708px;
  transition: .25s;
  z-index: 500;
}
.main-navigation__logo:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 2000px;
  height: 160px;
  background-color: white;
}
.main-navigation__logo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 131px;
  height: 180px;
  background: url('/images/nav_logo_endcap.png') no-repeat;
  pointer-events: none;
}
.main-navigation__logo > img {
  display: block;
  position: absolute;
  top: 20px;
  left: -1px;
  z-index: 1;
  max-width: none;
  transition: .25s;
}
.main-navigation__logo-mobile {
  display: none;
  position: absolute;
  top: 79px;
  left: 0;
  height: 81px;
  background-color: white;
  padding: 0 12px;
  line-height: 81px;
  z-index: 500;
}
.main-navigation__logo-mobile:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  border-left: 81px solid white;
  border-bottom: 81px solid transparent;
}
.main-navigation__logo-mobile img {
  vertical-align: middle;
}
.main-navigation .b-search {
  margin: 0 36px;
  position: relative;
}
.main-navigation .b-search__icon {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 30px;
  color: #7bafd4;
  line-height: 80px;
  transition: .25s;
}
.main-navigation .b-search__icon::-ms-expand {
  display: none;
}
.main-navigation .b-search__icon:hover {
  color: white;
  transition: .25s;
}
.main-navigation .b-search__container {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 235px;
  height: 50px;
}
.main-navigation .b-search__container input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  color: #7bafd4;
  background-color: #13294b;
}
.main-navigation .b-search__container input[type="text"]::-ms-expand {
  display: none;
}
.main-navigation .b-search__container input[type="text"]::-webkit-input-placeholder {
  color: #7bafd4;
}
.main-navigation .b-search__container input[type="text"]::-moz-placeholder {
  color: #7bafd4;
}
.main-navigation .b-search__container input[type="text"]:-ms-input-placeholder {
  color: #7bafd4;
}
.main-navigation .b-search__container input[type="text"]:-moz-placeholder {
  color: #7bafd4;
}
.main-navigation .b-search.is-open .b-search__container {
  left: auto;
  right: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation > .row {
  height: 100%;
}
.c-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation .c-navigation__url {
  color: inherit;
  display: block;
  text-decoration: none;
}
.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
}
.c-navigation--desktop .c-navigation__level-2-sponsor {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-navigation--main {
  position: relative;
  z-index: 400;
  height: 81px;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-navigation--main .c-navigation__level-1 {
  padding-left: 255px;
}
.c-navigation--main .c-navigation__item--level-1 {
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 32px;
  color: #7bafd4;
  height: 81px;
  line-height: 81px;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  white-space: nowrap;
}
.c-navigation--main .c-navigation__item--level-1:before,
.c-navigation--main .c-navigation__item--level-1:after {
  content: "";
  display: block;
  width: 22px;
  height: 14px;
  margin: 0 4px;
  opacity: 0;
  transition: .25s;
}
.c-navigation--main .c-navigation__item--level-1:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.97' height='14' viewBox='0 0 21.97 14'%3E%3Cpath id='Rectangle_1291_copy_4' data-name='Rectangle 1291 copy 4' class='cls-1' d='M1229.03,5098.77l11.05,7-11.05,7.01-10.95-7.01Z' transform='translate%28-1218.09 -5098.78%29' style='fill:%23fff;'/%3E%3C/svg%3E%0A");
}
.c-navigation--main .c-navigation__item--level-1:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.97' height='14' viewBox='0 0 21.97 14'%3E%3Cpath id='Rectangle_1291_copy_4' data-name='Rectangle 1291 copy 4' class='cls-1' d='M1229.03,5098.77l11.05,7-11.05,7.01-10.95-7.01Z' transform='translate%28-1218.09 -5098.78%29' style='fill:%23fff;'/%3E%3C/svg%3E%0A");
}
.c-navigation--main .c-navigation__item--level-1:hover:before,
.c-navigation--main .c-navigation__item--level-1:hover:after {
  opacity: 1;
  transition: .25s;
}
.c-navigation--main .c-navigation__item--level-1:hover .c-navigation__url--level-1 {
  color: white;
  transition: .25s;
}
.c-navigation--main .c-navigation__level-2 {
  width: 100%;
  background-color: white;
  white-space: normal;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-transform: initial;
  padding-bottom: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.c-navigation--main .c-navigation__level-2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: url('/images/dropdown_shadow_repeater.png') repeat-x top center;
}
.c-navigation--main .c-navigation__level-2-inner {
  max-width: 1440px;
  padding: 12px;
  margin: 0 auto;
}
.c-navigation--main .c-navigation__column {
  flex: 1 1 25%;
  -webkit-flex: 1 1 25%;
  min-width: 1px;
  min-height: 1px;
  padding-top: 40px;
  position: relative;
}
.c-navigation--main .c-navigation__item--level-2 {
  color: #13294b;
  line-height: 1.25;
  text-transform: initial;
  padding: 6px 26px;
  position: relative;
}
.c-navigation--main .c-navigation__item--level-2:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 22px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13.969' viewBox='0 0 22 13.969'%3E%3Cpath id='Rectangle_1291_copy_8' data-name='Rectangle 1291 copy 8' class='cls-1' d='M1382.95,428.867l11.05,6.982-11.05,6.983-10.96-6.983Z' transform='translate%28-1372 -428.875%29' style='fill: %237bafd4;'/%3E%3C/svg%3E%0A");
  opacity: 0;
  transition: .25s;
}
.c-navigation--main .c-navigation__item--level-2:hover:before {
  opacity: 1;
  transition: .25s;
}
.c-navigation--main .c-navigation__separator {
  color: #13294b;
  text-transform: uppercase;
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 32px;
  padding: 0 26px;
  position: absolute;
  top: 0;
  left: 0;
}
.c-navigation--main .c-navigation__separator:before {
  display: none;
}
.c-navigation--main .c-navigation__separator ~ .c-navigation__separator {
  position: static;
  margin: 10px 0;
}
.c-navigation--main .c-navigation__url--level-2 {
  color: black;
  transition: .25s;
}
.c-navigation--main .c-navigation__url--level-2:first-child:not(:last-child) {
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 25px;
  color: #13294b;
}
.c-navigation--main .c-navigation__url--level-2:hover {
  text-decoration: underline;
}
.c-navigation--main .c-navigation__sport-links a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  color: black !important;
}
.c-navigation--main .c-navigation__social {
  width: 30px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.c-navigation--main .c-navigation__social:before {
  font-family: sidearm_font;
  margin-right: 30px;
}
.c-navigation--main .c-navigation__social.facebook {
  display: none;
}
.c-navigation--main .c-navigation__social.twitter:before {
  content: '\e825';
}
.c-navigation--main .c-navigation__social.instagram:before {
  content: '\e811';
}
.c-navigation--main .c-navigation__social.tickets {
  opacity: 0;
  pointer-events: none;
  position: relative;
  left: -99999px;
}
.c-navigation--main .c-navigation__social.tickets[href] {
  opacity: 1;
  pointer-events: initial;
  left: 0;
}
.c-navigation--main .c-navigation__social.tickets:before {
  content: '\e888';
}
.c-navigation--main .c-navigation__level-2-sponsor {
  border-top: 1px dashed #7bafd4;
  padding-top: 24px;
  height: 74px;
}
.c-navigation--main .c-navigation__level-2-sponsor img {
  vertical-align: top;
}
.c-navigation--main .c-navigation__toggle {
  color: #7bafd4;
  font-size: 30px;
  transition: .25s;
}
.c-navigation--main .c-navigation__toggle:hover {
  color: white;
  transition: .25s;
}
.c-navigation--main .c-navigation__toggle ~ .b-search {
  margin: 0 24px;
  order: 1;
  -webkit-order: 1;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-1 {
  padding: 20px;
}
.c-navigation--sport {
  position: relative;
  z-index: 300;
  background-color: #a2aaad;
  height: 74px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.c-navigation--sport .c-navigation__level-1 {
  padding-left: 272px;
}
.c-navigation--sport .c-navigation__item--level-1 {
  line-height: 74px;
  color: #13294b;
  margin-left: 20px;
  position: relative;
}
.c-navigation--sport .c-navigation__item--level-1:hover .c-navigation__url--level-1 {
  color: white;
  transition: .25s;
}
.c-navigation--sport .c-navigation__item--level-1:hover .c-navigation__level-2 {
  left: auto;
  right: 0;
}
.c-navigation--sport .c-navigation__url--level-1 {
  transition: .25s;
}
.c-navigation--sport .c-navigation__sport-home {
  color: #13294b;
  text-transform: uppercase;
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 32px;
  margin-right: auto;
  margin-left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.c-navigation--sport .c-navigation__sport-home .sponsor {
  margin-left: 10px;
}
.c-navigation--sport .c-navigation__sport-home .sponsor a,
.c-navigation--sport .c-navigation__sport-home .sponsor picture {
  height: 50px;
  display: block;
}
.c-navigation--sport .c-navigation__sport-home .sponsor img {
  vertical-align: top;
}
.c-navigation--sport .c-navigation__sport-home-link {
  text-decoration: none;
  color: #13294b;
}
.c-navigation--sport .c-navigation__level-2 {
  background-color: white;
  width: 300px;
  padding: 20px;
  line-height: 1.25;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.c-navigation--sport .c-navigation__item--level-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: black;
}
.c-navigation--sport .c-navigation__url--level-2 {
  padding: 4px 0 4px 26px;
  position: relative;
  transition: .25s;
}
.c-navigation--sport .c-navigation__url--level-2:hover {
  color: #7bafd4;
  transition: .25s;
}
.c-navigation--sport .c-navigation__url--level-2:hover:before {
  opacity: 1;
  transition: .25s;
}
.c-navigation--sport .c-navigation__url--level-2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13.969' viewBox='0 0 22 13.969'%3E%3Cpath id='Rectangle_1291_copy_8' data-name='Rectangle 1291 copy 8' class='cls-1' d='M1382.95,428.867l11.05,6.982-11.05,6.983-10.96-6.983Z' transform='translate%28-1372 -428.875%29' style='fill: %237bafd4;'/%3E%3C/svg%3E%0A");
  opacity: 0;
  transition: .25s;
}
.c-navigation--sport .c-navigation__sport-links {
  line-height: 60px;
}
.c-navigation--sport .c-navigation__additional {
  cursor: pointer;
  transition: .25s;
}
.c-navigation--sport .c-navigation__additional:hover {
  color: #13294b;
  transition: .25s;
}
.c-navigation--sport.c-navigation--mobile {
  height: 60px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.open {
  max-height: calc(100vh - 155px);
}
.c-navigation--mobile > .row {
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}
.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  background-color: white;
}
.c-navigation--mobile .c-navigation__offcanvas.open {
  max-height: calc(100vh - 81px);
  overflow: auto;
}
.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  cursor: pointer;
}
.c-navigation--mobile .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--mobile .c-navigation__url:hover,
.c-navigation--mobile .c-navigation__url.open {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-navigation--mobile .c-navigation__level-1 {
  padding: 12px 0 24px;
}
.c-navigation--mobile .c-navigation__item--level-1 {
  color: #13294b;
  line-height: 1.25;
  display: block;
  margin: 0;
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 25px;
  padding: 0;
  text-transform: uppercase;
  height: initial;
  white-space: normal;
}
.c-navigation--mobile .c-navigation__item--level-1:before,
.c-navigation--mobile .c-navigation__item--level-1:after {
  display: none;
}
.c-navigation--mobile .c-navigation__item--level-1:hover {
  background: none;
}
.c-navigation--mobile .c-navigation__item--level-1 .c-navigation__url--level-1 {
  color: inherit;
}
.c-navigation--mobile .c-navigation__url--level-1 {
  margin: 0;
  border-right: none;
  line-height: 1;
  height: initial;
  border-bottom: 1px solid #a2aaad;
}
.c-navigation--mobile .c-navigation__url--level-1:before {
  display: none;
}
.c-navigation--mobile .c-navigation__url--level-1:hover,
.c-navigation--mobile .c-navigation__url--level-1.open {
  color: #7bafd4 !important;
}
.c-navigation--mobile .c-navigation__url--level-1 > span {
  display: block;
  padding: 8px 12px;
}
.c-navigation--mobile .c-navigation__item-parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  width: 100%;
}
.c-navigation--mobile .c-navigation__item-parent .c-navigation__url--level-1:after {
  content: '\e864';
  font-family: sidearm_font;
  margin-left: auto;
  display: block;
  font-weight: 400;
  width: 48px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #7bafd4;
  color: white;
}
.c-navigation--mobile .c-navigation__level-2 {
  max-height: 0px;
  overflow: hidden;
  width: auto;
  padding: 0;
  border: none;
  box-shadow: none;
}
.c-navigation--mobile .c-navigation__level-2.open {
  max-height: initial;
}
.c-navigation--mobile .c-navigation__level-2 > ul {
  padding: 12px 0;
}
.c-navigation--mobile .c-navigation__separator {
  position: static;
  font-size: 20px;
}
.c-navigation--mobile .c-navigation__url--level-2 {
  padding: 6px 12px;
  text-transform: none;
}
.c-navigation--mobile .c-navigation__url--level-2:before {
  display: none;
}
.c-navigation--mobile .c-navigation__url--level-2:hover {
  background: none;
  color: #7bafd4;
}
.main-content-placeholder {
  position: relative;
}
.s-leaderboard-top {
  background-color: #7bafd4;
}
.s-leaderboard-top .ad,
.s-leaderboard-top .dfp-ad {
  margin: 24px auto;
}
.s-topstories {
  padding: 24px 0;
  position: relative;
  margin-bottom: 36px;
}
.s-topstories.grid-open .s-topstories__grid {
  display: block;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.s-topstories.grid-open .c-stories--slider .c-stories__media {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}
.s-topstories.grid-open .c-stories--slider .c-stories__details {
  opacity: 0;
}
.s-topstories__container {
  background-color: black;
}
.s-topstories__grid {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(19, 41, 75, 0.6) url('/images/story_grid_bg.jpg') no-repeat center center;
}
.s-topstories__grid stories-component {
  width: 100%;
  display: block;
}
.s-topstories__controls {
  position: absolute;
  bottom: 48px;
  right: 60px;
  z-index: 10;
}
.s-topstories__controls .s-index-button {
  margin-left: 12px;
}
.s-topstories .c-stories__item {
  position: relative;
  background-color: black;
}
.s-topstories .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
}
.s-topstories .c-stories__media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-topstories .c-stories .showcase-play-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
  z-index: 3;
}
.s-topstories .c-stories .showcase-play-button::-ms-expand {
  display: none;
}
.s-topstories .c-stories .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.s-topstories .c-stories__headline {
  margin: 0;
}
.s-topstories .c-stories__url {
  text-decoration: none;
}
.s-topstories .c-stories--slider .slick-track {
  display: flex;
  display: -webkit-flex;
}
.s-topstories .c-stories--slider .c-stories__item {
  float: none;
  height: initial;
}
.s-topstories .c-stories--slider .c-stories__media:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url('/images/main_story_image_repeater.png') repeat-x bottom left;
}
.s-topstories .c-stories--slider .c-stories__media .sponsor {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
.s-topstories .c-stories--slider .c-stories__media .sponsor img {
  position: static;
  width: initial;
  height: initial;
}
.s-topstories .c-stories--slider .c-stories__details {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  padding: 0 40px;
}
.s-topstories .c-stories--slider .c-stories__title {
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 62px;
  text-transform: uppercase;
}
.s-topstories .c-stories--slider .c-stories__url {
  color: white;
  text-decoration: none;
  transition: .25s;
}
.s-topstories .c-stories--slider .c-stories__url:hover {
  color: #7bafd4;
  transition: .25s;
}
.s-topstories .c-stories--slider .c-stories__links {
  width: 50%;
}
.s-topstories .c-stories--slider .c-stories__link-url {
  color: white;
  text-decoration: none;
  transition: .25s;
}
.s-topstories .c-stories--slider .c-stories__link-url:hover {
  color: #7bafd4;
  transition: .25s;
}
.s-topstories .c-stories--slider .c-stories__link-divider {
  color: #7bafd4;
  margin: 0 8px;
}
.s-topstories .c-stories--slider .slick-prev,
.s-topstories .c-stories--slider .slick-next {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 74px;
  height: 53px;
  background: url('/images/story_rotator_arrow.png') no-repeat;
  color: #13294b;
}
.s-topstories .c-stories--slider .slick-prev::-ms-expand,
.s-topstories .c-stories--slider .slick-next::-ms-expand {
  display: none;
}
.s-topstories .c-stories--slider .slick-prev:before,
.s-topstories .c-stories--slider .slick-next:before {
  font-family: sidearm_font;
  font-size: 22px;
  position: absolute;
  top: 0;
  line-height: 53px;
  transition: .25s;
}
.s-topstories .c-stories--slider .slick-prev:hover,
.s-topstories .c-stories--slider .slick-next:hover {
  color: white;
  transition: .25s;
}
.s-topstories .c-stories--slider .slick-prev {
  left: 40px;
}
.s-topstories .c-stories--slider .slick-prev:before {
  left: 30px;
  content: '\e833';
}
.s-topstories .c-stories--slider .slick-next {
  right: 40px;
}
.s-topstories .c-stories--slider .slick-next:before {
  right: 30px;
  content: '\e832';
}
.s-topstories .c-stories--slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 60px;
  left: 48px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.s-topstories .c-stories--slider .slick-dots li {
  position: relative;
  margin-right: 12px;
}
.s-topstories .c-stories--slider .slick-dots li:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
  -webkit-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
  width: 26px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25.5px' height='18.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb%28123, 175, 212%29' stroke-width='1px' stroke-dasharray='4, 2' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M12.141,0.509 L24.508,8.774 L12.790,17.501 L0.505,8.774 L12.141,0.509 Z'/%3E%3C/svg%3E");
}
.s-topstories .c-stories--slider .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: relative;
  z-index: 1;
  width: 24px;
  height: 17px;
  color: white;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.688' height='16.594' viewBox='0 0 23.688 16.594'%3E%3Cpath id='diamond_copy_12' data-name='diamond copy 12' class='cls-1' d='M351.489,993.415l12.207,8.065L352.13,1010l-12.125-8.52Z' transform='translate%28-340 -993.406%29' style='fill: %23fff; fill-rule: evenodd;' /%3E%3C/svg%3E%0A");
  transition: .25s;
}
.s-topstories .c-stories--slider .slick-dots li button::-ms-expand {
  display: none;
}
.s-topstories .c-stories--slider .slick-dots li.slick-active button,
.s-topstories .c-stories--slider .slick-dots li button:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='19' viewBox='0 0 26 19'%3E%3Cpath id='diamond_copy_14' data-name='diamond copy 14' class='cls-1' d='M386.641,993.009l12.367,8.261L387.29,1010l-12.285-8.73Z' transform='translate%28-374 -992%29' style='fill: %2313294b; stroke: %23fff; stroke-width: 2px; fill-rule: evenodd;' /%3E%3C/svg%3E%0A");
  transition: .25s;
}
.s-topstories .c-stories--slider .slick-dots li:last-child:after {
  display: none;
}
.s-topstories .c-stories--grid {
  margin: 0 -12px;
}
.s-topstories .c-stories--grid .c-stories__item {
  margin: 12px;
  flex: 0 0 calc(25% - 24px);
  -webkit-flex: 0 0 calc(25% - 24px);
  min-width: 1px;
  min-height: 1px;
  display: block;
  position: relative;
  text-decoration: none;
  color: white;
  transition: .25s;
}
.s-topstories .c-stories--grid .c-stories__item:hover {
  color: #7bafd4;
}
.s-topstories .c-stories--grid .c-stories__media {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-topstories .c-stories--grid .c-stories__media > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-topstories .c-stories--grid .c-stories__media:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/images/main_story_grid_gradient.png') repeat-x bottom left;
}
.s-topstories .c-stories--grid .c-stories__title {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  min-height: 48px;
  padding: 0 24px;
  text-transform: uppercase;
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 20px;
}
.s-featured .c-stories .slick-track {
  display: flex;
  display: -webkit-flex;
}
.s-featured .c-stories__item {
  margin: 0 12px;
  color: white;
  text-decoration: none;
  float: none;
  height: initial;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.s-featured .c-stories__item:hover .c-stories__title {
  color: #7bafd4;
  transition: .25s;
}
.s-featured .c-stories__item:hover .c-stories__media > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: .25s;
}
.s-featured .c-stories__media {
  position: relative;
  overflow: hidden;
}
.s-featured .c-stories__media > img {
  transition: .25s;
}
.s-featured .c-stories__details {
  background-color: #13294b;
  padding: 20px 24px;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-featured .c-stories__title {
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  transition: .25s;
}
.s-featured .c-stories__byline {
  color: #7bafd4;
  margin-top: auto;
}
.s-scoreboard {
  padding-bottom: 192px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.s-scoreboard:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 190px solid #7bafd4;
  border-left: 51vw solid transparent;
  border-right: 51vw solid transparent;
}
.s-scoreboard:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 190px solid white;
  border-left: 51vw solid transparent;
  border-right: 51vw solid transparent;
}
.s-scoreboard results-component {
  display: block;
  flex: 1 1 16.6667%;
  -webkit-flex: 1 1 16.6667%;
  min-width: 1px;
  min-height: 1px;
}
.s-scoreboard events-component {
  display: block;
  flex: 1 1 83.3333%;
  -webkit-flex: 1 1 83.3333%;
  min-width: 1px;
  min-height: 1px;
}
.s-scoreboard .c-events--scoreboard,
.s-scoreboard .c-scoreboard {
  height: 100%;
  text-align: center;
}
.s-scoreboard .c-events--scoreboard .slick-track,
.s-scoreboard .c-scoreboard .slick-track {
  display: flex;
  display: -webkit-flex;
}
.s-scoreboard .c-events--scoreboard .c-events__item,
.s-scoreboard .c-scoreboard .c-events__item,
.s-scoreboard .c-events--scoreboard .c-scoreboard__item,
.s-scoreboard .c-scoreboard .c-scoreboard__item {
  margin: 0 12px;
  border: 1px solid #7bafd4;
  float: none;
  height: initial;
  text-align: center;
  background-color: white;
  display: flex;
  display: -webkit-flex;
  font-size: 18px;
  flex: 1 1 16.6667%;
  -webkit-flex: 1 1 16.6667%;
  min-width: 1px;
  min-height: 1px;
}
.s-scoreboard .c-events--scoreboard .c-events__item.at,
.s-scoreboard .c-scoreboard .c-events__item.at,
.s-scoreboard .c-events--scoreboard .c-scoreboard__item.at,
.s-scoreboard .c-scoreboard .c-scoreboard__item.at {
  border: 1px solid #a2aaad;
}
.s-scoreboard .c-events--scoreboard .c-events__item.at .c-events__top,
.s-scoreboard .c-scoreboard .c-events__item.at .c-events__top,
.s-scoreboard .c-events--scoreboard .c-scoreboard__item.at .c-events__top,
.s-scoreboard .c-scoreboard .c-scoreboard__item.at .c-events__top {
  background-color: #a2aaad;
}
.s-scoreboard .c-events--scoreboard .c-events__item.at .c-events__media,
.s-scoreboard .c-scoreboard .c-events__item.at .c-events__media,
.s-scoreboard .c-events--scoreboard .c-scoreboard__item.at .c-events__media,
.s-scoreboard .c-scoreboard .c-scoreboard__item.at .c-events__media {
  background-color: #a2aaad;
}
.s-scoreboard .c-events--scoreboard .c-events__top,
.s-scoreboard .c-scoreboard .c-events__top,
.s-scoreboard .c-events--scoreboard .c-scoreboard__top,
.s-scoreboard .c-scoreboard .c-scoreboard__top {
  background-color: #7bafd4;
  padding: 20px 12px 48px;
  position: relative;
  overflow: hidden;
}
.s-scoreboard .c-events--scoreboard .c-events__top:before,
.s-scoreboard .c-scoreboard .c-events__top:before,
.s-scoreboard .c-events--scoreboard .c-scoreboard__top:before,
.s-scoreboard .c-scoreboard .c-scoreboard__top:before {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  border-left: 200px solid white;
  border-top: 40px solid transparent;
  bottom: 0;
}
.s-scoreboard .c-events--scoreboard .c-events__top:after,
.s-scoreboard .c-scoreboard .c-events__top:after,
.s-scoreboard .c-events--scoreboard .c-scoreboard__top:after,
.s-scoreboard .c-scoreboard .c-scoreboard__top:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  border-right: 200px solid white;
  border-top: 40px solid transparent;
  bottom: 0;
}
.s-scoreboard .c-events--scoreboard .c-events__sport,
.s-scoreboard .c-scoreboard .c-events__sport,
.s-scoreboard .c-events--scoreboard .c-scoreboard__sport,
.s-scoreboard .c-scoreboard .c-scoreboard__sport {
  color: #13294b;
  text-transform: uppercase;
  font-size: 32px;
  font-family: 'Champion HTF Featherweight', sans-serif;
}
.s-scoreboard .c-events--scoreboard .c-events__date-time,
.s-scoreboard .c-scoreboard .c-events__date-time,
.s-scoreboard .c-events--scoreboard .c-scoreboard__date-time,
.s-scoreboard .c-scoreboard .c-scoreboard__date-time {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-scoreboard .c-events--scoreboard .c-events__body,
.s-scoreboard .c-scoreboard .c-events__body,
.s-scoreboard .c-events--scoreboard .c-scoreboard__body,
.s-scoreboard .c-scoreboard .c-scoreboard__body {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-scoreboard .c-events--scoreboard .c-events__details,
.s-scoreboard .c-scoreboard .c-events__details,
.s-scoreboard .c-events--scoreboard .c-scoreboard__details,
.s-scoreboard .c-scoreboard .c-scoreboard__details {
  padding: 20px 12px 24px;
}
.s-scoreboard .c-events--scoreboard .c-events__logo,
.s-scoreboard .c-scoreboard .c-events__logo,
.s-scoreboard .c-events--scoreboard .c-scoreboard__logo,
.s-scoreboard .c-scoreboard .c-scoreboard__logo {
  margin: 20px 0 4px;
}
.s-scoreboard .c-events--scoreboard .c-events__indicator,
.s-scoreboard .c-scoreboard .c-events__indicator,
.s-scoreboard .c-events--scoreboard .c-scoreboard__indicator,
.s-scoreboard .c-scoreboard .c-scoreboard__indicator {
  width: 119px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  background: url('/images/cal_icon_bg.png') no-repeat center center;
  color: #13294b;
  text-transform: uppercase;
  margin: 12px auto 22px;
}
.s-scoreboard .c-events--scoreboard .c-events__opponent,
.s-scoreboard .c-scoreboard .c-events__opponent,
.s-scoreboard .c-events--scoreboard .c-scoreboard__opponent,
.s-scoreboard .c-scoreboard .c-scoreboard__opponent {
  margin-bottom: 4px;
}
.s-scoreboard .c-events--scoreboard .c-events__media,
.s-scoreboard .c-scoreboard .c-events__media,
.s-scoreboard .c-events--scoreboard .c-scoreboard__media,
.s-scoreboard .c-scoreboard .c-scoreboard__media {
  background-color: #7bafd4;
  padding: 40px 12px 20px;
  height: 84px;
  position: relative;
  overflow: hidden;
  margin-top: 12px;
}
.s-scoreboard .c-events--scoreboard .c-events__media:before,
.s-scoreboard .c-scoreboard .c-events__media:before,
.s-scoreboard .c-events--scoreboard .c-scoreboard__media:before,
.s-scoreboard .c-scoreboard .c-scoreboard__media:before {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  border-right: 300px solid white;
  border-bottom: 60px solid transparent;
  bottom: calc(100% - 20px);
}
.s-scoreboard .c-events--scoreboard .c-events__media:after,
.s-scoreboard .c-scoreboard .c-events__media:after,
.s-scoreboard .c-events--scoreboard .c-scoreboard__media:after,
.s-scoreboard .c-scoreboard .c-scoreboard__media:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  border-left: 300px solid white;
  border-bottom: 60px solid transparent;
  bottom: calc(100% - 20px);
}
.s-scoreboard .c-events--scoreboard .c-events__media a,
.s-scoreboard .c-scoreboard .c-events__media a,
.s-scoreboard .c-events--scoreboard .c-scoreboard__media a,
.s-scoreboard .c-scoreboard .c-scoreboard__media a {
  color: #13294b;
  text-decoration: none;
  transition: .25s;
}
.s-scoreboard .c-events--scoreboard .c-events__media a:hover,
.s-scoreboard .c-scoreboard .c-events__media a:hover,
.s-scoreboard .c-events--scoreboard .c-scoreboard__media a:hover,
.s-scoreboard .c-scoreboard .c-scoreboard__media a:hover {
  color: white;
  transition: .25s;
}
.s-scoreboard .c-events--scoreboard .slick-prev,
.s-scoreboard .c-scoreboard .slick-prev,
.s-scoreboard .c-events--scoreboard .slick-next,
.s-scoreboard .c-scoreboard .slick-next {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  vertical-align: top;
  font-size: 0;
  display: inline-block;
  margin: 24px 6px 0;
  width: 48px;
  height: 48px;
  position: relative;
  background-color: #7bafd4;
  color: #13294b;
}
.s-scoreboard .c-events--scoreboard .slick-prev::-ms-expand,
.s-scoreboard .c-scoreboard .slick-prev::-ms-expand,
.s-scoreboard .c-events--scoreboard .slick-next::-ms-expand,
.s-scoreboard .c-scoreboard .slick-next::-ms-expand {
  display: none;
}
.s-scoreboard .c-events--scoreboard .slick-prev:hover,
.s-scoreboard .c-scoreboard .slick-prev:hover,
.s-scoreboard .c-events--scoreboard .slick-next:hover,
.s-scoreboard .c-scoreboard .slick-next:hover {
  background-color: #13294b;
  color: #7bafd4;
  transition: .25s;
}
.s-scoreboard .c-events--scoreboard .slick-prev:before,
.s-scoreboard .c-scoreboard .slick-prev:before,
.s-scoreboard .c-events--scoreboard .slick-next:before,
.s-scoreboard .c-scoreboard .slick-next:before {
  font-family: sidearm_font;
  position: absolute;
  top: 0;
  line-height: 48px;
  font-size: 30px;
}
.s-scoreboard .c-events--scoreboard .slick-prev:before,
.s-scoreboard .c-scoreboard .slick-prev:before {
  content: '\e833';
  left: 17px;
}
.s-scoreboard .c-events--scoreboard .slick-next:before,
.s-scoreboard .c-scoreboard .slick-next:before {
  content: '\e832';
  right: 17px;
}
.s-scoreboard .c-scoreboard--new .c-scoreboard__item {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-scoreboard .c-events--list .c-events__item {
  border: 1px solid #7bafd4;
  margin: 12px;
  flex: 0 0 calc(50% - 24px);
  -webkit-flex: 0 0 calc(50% - 24px);
  min-width: 1px;
  min-height: 1px;
}
.s-scoreboard .c-events--list .c-events__item.at {
  border: 1px solid #a2aaad;
}
.s-scoreboard .c-events--list .c-events__item.at .c-events__top {
  background-color: #a2aaad;
}
.s-scoreboard .c-events--list .c-events__item.at .c-events__media {
  background-color: #a2aaad;
}
.s-scoreboard .c-events--list .c-events__top {
  width: 180px;
  background-color: #7bafd4;
  padding: 20px 12px;
  position: relative;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.s-scoreboard .c-events--list .c-events__top-divider {
  color: white;
}
.s-scoreboard .c-events--list .c-events__logo {
  padding: 20px;
}
.s-scoreboard .c-events--list .c-events__sport {
  color: #13294b;
  text-transform: uppercase;
  font-size: 32px;
  font-family: 'Champion HTF Featherweight', sans-serif;
}
.s-scoreboard .c-events--list .c-events__details {
  padding: 20px 12px 24px;
  text-align: center;
}
.s-scoreboard .c-events--list .c-events__indicator {
  width: 119px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  background: url('/images/cal_icon_bg.png') no-repeat center center;
  color: #13294b;
  text-transform: uppercase;
  margin: 12px auto;
}
.s-scoreboard .c-events--list .c-events__media {
  background-color: #7bafd4;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.s-scoreboard .c-events--list .c-events__media a {
  color: #13294b;
  text-decoration: none;
  transition: .25s;
}
.s-scoreboard .c-events--list .c-events__media a:hover {
  color: white;
  transition: .25s;
}
.s-scoreboard .load-more__container {
  margin-top: 12px;
}
.s-weather {
  position: relative;
  z-index: 1;
  margin-bottom: -80px;
}
.s-weather__header {
  display: inline-block;
  position: relative;
  padding-bottom: 60px;
}
.s-weather__header .sponsor {
  position: absolute;
  bottom: 0;
  right: 28px;
}
.s-weather .c-weather {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 20px;
  color: black;
}
.s-weather .c-weather__temperature--f {
  color: #13294b;
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 48px;
  text-transform: uppercase;
}
.s-weather .c-weather__temperature-divider {
  margin: 0 4px;
}
.s-weather .c-weather__icon {
  filter: grayscale(100%) brightness(70%);
  -webkit-filter: grayscale(100%) brightness(70%);
}
.s-weather .c-weather__location {
  margin-top: 6px;
}
.s-countdown {
  position: relative;
  z-index: 1;
}
.s-countdown .s-countdown-wrapper {
  margin-bottom: -135px;
}
.s-countdown__header-ads .ad {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.s-countdown__header-ads a {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: inline-flex;
  display: -webkit-inline-flex;
  height: 39px;
  line-height: 35px;
  color: #13294b !important;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Champion HTF Featherweight', sans-serif;
  transition: .25s;
  margin-left: 12px;
}
.s-countdown__header-ads a::-ms-expand {
  display: none;
}
.s-countdown__header-ads a:hover,
.s-countdown__header-ads a.is-active {
  color: white !important;
  transition: .25s;
}
.s-countdown__header-ads a:before {
  content: "";
  display: block;
  width: 29px;
  height: 39px;
  background: url('/images/blue_left_cap.png') no-repeat;
}
.s-countdown__header-ads a:after {
  content: "";
  display: block;
  width: 29px;
  height: 39px;
  background: url('/images/blue_right_cap.png') no-repeat;
}
.s-countdown__header-ads a > span {
  border-top: 2px solid #13294b;
  border-bottom: 2px solid #13294b;
  background-color: #7bafd4;
  padding: 0 12px;
}
.s-countdown .c-countdown {
  font-size: 18px;
}
.s-countdown .c-countdown__logo {
  margin-right: 20px;
}
.s-countdown .c-countdown__opponent {
  color: #13294b;
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}
.s-countdown .c-countdown__item {
  margin-top: 10px;
}
.s-countdown .c-countdown__time-wrapper {
  margin: 0 6px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.s-countdown .c-countdown__time {
  width: 60px;
  height: 60px;
  border: 1px solid #a2aaad;
  text-align: center;
  line-height: 58px;
  color: #13294b;
  font-family: 'Champion HTF Featherweight', sans-serif;
  color: #13294b;
  line-height: 58px;
  font-size: 32px;
}
.s-countdown .c-countdown__label {
  margin-top: 4px;
}
.s-promo-rotator {
  background-color: #13294b;
  position: relative;
  padding-top: 190px;
  overflow: hidden;
}
.s-promo-rotator:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 190px solid white;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}
.s-promo-rotator > .row {
  background-color: #13294b;
}
.s-promo-rotator .slick-prev,
.s-promo-rotator .slick-next {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 74px;
  height: 53px;
  background: url('/images/promo_rotator_arrow.png') no-repeat;
  color: white;
  transition: .25s;
}
.s-promo-rotator .slick-prev::-ms-expand,
.s-promo-rotator .slick-next::-ms-expand {
  display: none;
}
.s-promo-rotator .slick-prev:before,
.s-promo-rotator .slick-next:before {
  font-family: sidearm_font;
  font-size: 22px;
  position: absolute;
  top: 0;
  line-height: 53px;
  transition: .25s;
}
.s-promo-rotator .slick-prev:hover,
.s-promo-rotator .slick-next:hover {
  background: url('/images/promo_rotator_arrow_hover.png') no-repeat;
  color: #13294b;
  transition: .25s;
}
.s-promo-rotator .slick-prev {
  left: 0;
}
.s-promo-rotator .slick-prev:before {
  left: 30px;
  content: '\e833';
}
.s-promo-rotator .slick-next {
  right: 0;
}
.s-promo-rotator .slick-next:before {
  right: 30px;
  content: '\e832';
}
.s-promo-rotator .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #13294b;
  padding: 12px;
}
.s-promo-rotator .slick-dots li {
  position: relative;
  margin-right: 12px;
}
.s-promo-rotator .slick-dots li:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
  -webkit-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
  width: 26px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25.5px' height='18.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb%28123, 175, 212%29' stroke-width='1px' stroke-dasharray='4, 2' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M12.141,0.509 L24.508,8.774 L12.790,17.501 L0.505,8.774 L12.141,0.509 Z'/%3E%3C/svg%3E");
}
.s-promo-rotator .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: relative;
  z-index: 1;
  width: 24px;
  height: 17px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.688' height='16.594' viewBox='0 0 23.688 16.594'%3E%3Cpath id='diamond_copy_12' data-name='diamond copy 12' class='cls-1' d='M351.489,993.415l12.207,8.065L352.13,1010l-12.125-8.52Z' transform='translate%28-340 -993.406%29' style='fill: %23fff; fill-rule: evenodd;' /%3E%3C/svg%3E%0A");
  transition: .25s;
}
.s-promo-rotator .slick-dots li button::-ms-expand {
  display: none;
}
.s-promo-rotator .slick-dots li.slick-active button,
.s-promo-rotator .slick-dots li button:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='19' viewBox='0 0 26 19'%3E%3Cpath id='diamond_copy_14' data-name='diamond copy 14' class='cls-1' d='M386.641,993.009l12.367,8.261L387.29,1010l-12.285-8.73Z' transform='translate%28-374 -992%29' style='fill: %2313294b; stroke: %23fff; stroke-width: 2px; fill-rule: evenodd;' /%3E%3C/svg%3E%0A");
  transition: .25s;
}
.s-promo-rotator .slick-dots li:last-child:after {
  display: none;
}
.s-awards {
  min-height: 270px;
  padding-bottom: 192px;
  position: relative;
  overflow: hidden;
}
.s-awards:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 190px solid #7bafd4;
  border-left: 51vw solid transparent;
  border-right: 51vw solid transparent;
}
.s-awards:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 190px solid white;
  border-left: 51vw solid transparent;
  border-right: 51vw solid transparent;
}
.s-awards__header {
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  z-index: 1;
}
.s-awards__header-endcap {
  padding: 24px 10px;
}
.s-awards__header-text {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-awards__header .sponsor {
  margin-top: 20px;
}
.s-awards .c-awards__position {
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 20px;
}
.s-awards .c-awards__name {
  text-decoration: none;
  color: #13294b;
  transition: .25s;
}
.s-awards .c-awards__name:hover {
  color: black;
  transition: .25s;
}
.s-awards .c-awards__fname {
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 32px;
}
.s-awards .c-awards__lname {
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 48px;
}
.s-awards .c-awards__sport {
  font-size: 18px;
}
.s-awards .c-awards--desktop .c-awards__item {
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  min-width: 1px;
  min-height: 1px;
  padding: 0 0 0 120px;
  text-align: right;
  position: relative;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.s-awards .c-awards--desktop .c-awards__item:first-child {
  padding: 0 120px 0 0;
  text-align: left;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.s-awards .c-awards--desktop .c-awards__item:first-child .c-awards__details {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  left: auto;
  right: 120px;
  padding: 12px 0 12px 170px;
}
.s-awards .c-awards--desktop .c-awards__item:first-child .c-awards__details:before {
  left: 100%;
  right: auto;
  border-right: none;
  border-left: 120px solid #7bafd4;
}
.s-awards .c-awards--desktop .c-awards__item:last-child:not(:first-child) .c-awards__details:after {
  content: "";
  display: block;
  width: 241px;
  height: 220px;
  background: url('/images/aotw_dotted_diamond.png') no-repeat;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.s-awards .c-awards--desktop .c-awards__media {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  z-index: 1;
}
.s-awards .c-awards--desktop .c-awards__media:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/images/aotw_bottom_fade_repeater.png') repeat-x bottom left;
}
.s-awards .c-awards--desktop .c-awards__details {
  height: 220px;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  text-transform: uppercase;
  color: black;
  background-color: #7bafd4;
  position: absolute;
  bottom: 92px;
  width: calc(100% - 320px);
  left: 120px;
  padding: 12px 170px 12px 0;
}
.s-awards .c-awards--desktop .c-awards__details:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  border-right: 120px solid #7bafd4;
  border-top: 110px solid transparent;
  border-bottom: 110px solid transparent;
}
.s-awards .c-awards--slider {
  position: relative;
  z-index: 1;
}
.s-awards .c-awards--slider .c-awards__item {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.s-awards .c-awards--slider .c-awards__media {
  position: relative;
}
.s-awards .c-awards--slider .c-awards__media:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/images/aotw_bottom_fade_repeater.png') repeat-x bottom left;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.s-awards .c-awards--slider .c-awards__media:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/images/aotw_bottom_fade_repeater.png') repeat-x bottom left;
}
.s-awards .c-awards--slider .c-awards__media img {
  margin: 0 auto;
}
.s-awards .c-awards--slider .c-awards__details {
  background-color: #7bafd4;
  padding: 24px;
  margin: 0 60px;
  text-align: center;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  bottom: 60px;
}
.s-awards .c-awards--slider .c-awards__details:before {
  content: "";
  display: block;
  width: 48px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='220' viewBox='0 0 47 220'%3E%3Cpath id='container' class='cls-1' d='M1120,3472.02v220L1073,3582Z' transform='translate%28-1073 -3472.03%29' style='fill:%237bafd4;'/%3E%3C/svg%3E%0A");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
.s-awards .c-awards--slider .c-awards__details:after {
  content: "";
  display: block;
  width: 48px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='220' viewBox='0 0 47 220'%3E%3Cpath id='container' class='cls-1' d='M1073,3692.01v-220l47,110.02Z' transform='translate%28-1073 -3472%29' style='fill: %237bafd4;'/%3E%3C/svg%3E%0A");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top left;
}
.s-awards .c-awards--slider .slick-prev,
.s-awards .c-awards--slider .slick-next {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 74px;
  height: 53px;
  background: url('/images/story_rotator_arrow.png') no-repeat;
}
.s-awards .c-awards--slider .slick-prev::-ms-expand,
.s-awards .c-awards--slider .slick-next::-ms-expand {
  display: none;
}
.s-awards .c-awards--slider .slick-prev:before,
.s-awards .c-awards--slider .slick-next:before {
  font-family: sidearm_font;
  font-size: 22px;
  color: #13294b;
  position: absolute;
  top: 0;
  line-height: 53px;
  transition: .25s;
}
.s-awards .c-awards--slider .slick-prev:hover:before,
.s-awards .c-awards--slider .slick-next:hover:before {
  color: white;
  transition: .25s;
}
.s-awards .c-awards--slider .slick-prev {
  left: 40px;
}
.s-awards .c-awards--slider .slick-prev:before {
  left: 30px;
  content: '\e833';
}
.s-awards .c-awards--slider .slick-next {
  right: 40px;
}
.s-awards .c-awards--slider .slick-next:before {
  right: 30px;
  content: '\e832';
}
.s-facilities {
  position: relative;
  padding-bottom: 100px;
}
.s-facilities:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 193px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='192.81' viewBox='0 0 2000 192.81'%3E%3Cpath id='divider' class='cls-1' d='M0.188,2157.78L0.005,697.291l2001.915-2.562L2002,2157.78,999.427,2345.83Z' transform='translate%280 -2154%29' style='fill: %23fff; stroke: %237bafd4; stroke-width: 2px; fill-rule: evenodd;'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.s-facilities .facility-rotator {
  position: relative;
  z-index: 1;
}
.s-facilities .facility-images {
  position: relative;
}
.s-facilities .facility-images:before {
  content: "";
  display: block;
  width: 100%;
  height: 187px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='187' viewBox='0 0 2000 187'%3E%3Cpath id='Shape_2413_copy_2' data-name='Shape 2413 copy 2' class='cls-1' d='M0,3342l1000,187.01L2000,3342v187.01H0V3342Z' transform='translate%280 -3342%29' style='fill: %23fff; fill-rule: evenodd;'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
  pointer-events: none;
}
.s-facilities .facility-title {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1440px;
  color: #13294b;
  margin-top: 60px;
  font-family: 'Champion HTF Featherweight', sans-serif;
  text-transform: uppercase;
  font-size: 62px;
  line-height: 1;
  text-decoration: none;
}
.s-facilities .facility-title .sponsor {
  margin-left: 10px;
}
.s-facilities .facility-title .sponsor img {
  vertical-align: top;
}
.s-facilities .facility-description {
  font-size: 18px;
  margin: 12px auto;
  padding: 0 12px;
  max-width: 900px;
  text-align: center;
}
.s-facilities .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  z-index: 1;
}
.s-facilities .slick-dots li {
  margin: 0 7px;
  position: relative;
}
.s-facilities .slick-dots li:before {
  content: "";
  display: block;
  width: 25px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
  -webkit-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='17.62' viewBox='0 0 25 17.62'%3E%3Cpath id='diamond_copy_21' data-name='diamond copy 21' class='cls-1' d='M980.637,3700.01L993,3708.27,981.287,3717,969,3708.27Z' transform='translate%28-968.5 -3699.88%29' style='fill: none; stroke: %2313294b; stroke-width: 1px; stroke-dasharray: 4 2; fill-rule: evenodd;'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.s-facilities .slick-dots li:last-child:before {
  display: none;
}
.s-facilities .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 0;
  width: 24px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.688' height='16.59' viewBox='0 0 23.688 16.59'%3E%3Cpath id='diamond_copy_21' data-name='diamond copy 21' class='cls-1' d='M964.487,3700.41l12.205,8.07L965.129,3717l-12.124-8.52Z' transform='translate%28-953 -3700.41%29' style='fill: %237bafd4;'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  transition: .25s;
  background-size: contain;
}
.s-facilities .slick-dots li button::-ms-expand {
  display: none;
}
.s-facilities .slick-dots li.slick-active button,
.s-facilities .slick-dots li button:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='19' viewBox='0 0 26 19'%3E%3Cpath id='diamond_copy_21' data-name='diamond copy 21' class='cls-1' d='M999.634,3700.01l12.366,8.26-11.72,8.73L988,3708.27Z' transform='translate%28-987 -3699%29' style='fill: %2313294b; stroke: %237bafd4; stroke-width: 2px; fill-rule: evenodd;'/%3E%3C/svg%3E%0A");
  transition: .25s;
}
.s-videos {
  padding: 60px 0;
}
.s-videos .c-videos--featured .c-videos__featured {
  flex: 1 1 66.6667%;
  -webkit-flex: 1 1 66.6667%;
  min-width: 1px;
  min-height: 1px;
}
.s-videos .c-videos--featured .c-videos__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-videos .c-videos--featured .c-videos__player .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-videos .c-videos--featured .c-videos__now-playing {
  height: 184px;
  text-transform: uppercase;
}
.s-videos .c-videos--featured .c-videos__now-playing-header {
  background-color: #7bafd4;
  padding: 20px 12px 20px 36px;
  color: #13294b;
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 32px;
  position: relative;
  max-width: 150px;
}
.s-videos .c-videos--featured .c-videos__now-playing-header:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  border-left: 20px solid #7bafd4;
  border-top: 92px solid transparent;
  border-bottom: 92px solid transparent;
}
.s-videos .c-videos--featured .c-videos__now-playing-details {
  padding: 24px 54px;
}
.s-videos .c-videos--featured .c-videos__now-playing-title {
  color: #13294b;
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 48px;
}
.s-videos .c-videos--featured .c-videos__now-playing-date {
  font-size: 18px;
}
.s-videos .c-videos--featured .c-videos__list {
  flex: 1 1 33.3333%;
  -webkit-flex: 1 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
  margin-left: 24px;
}
.s-videos .c-videos--featured .c-videos__item {
  border-bottom: 1px solid #7bafd4;
  padding: 24px 0;
  cursor: pointer;
  transition: .25s;
}
.s-videos .c-videos--featured .c-videos__item:first-child {
  border-top: 1px solid #7bafd4;
}
.s-videos .c-videos--featured .c-videos__item:hover {
  color: #13294b;
  transition: .25s;
}
.s-videos .c-videos--featured .c-videos__item.is-active .c-videos__title {
  opacity: 0;
  transition: .25s;
}
.s-videos .c-videos--featured .c-videos__item.is-active .c-videos__current {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .25s .3s;
}
.s-videos .c-videos--featured .c-videos__media > img {
  border: 2px solid #7bafd4;
}
.s-videos .c-videos--featured .c-videos__title {
  padding: 0 24px;
}
.s-videos .c-videos--featured .c-videos__current {
  width: calc(100% - 30px);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  height: 41px;
  line-height: 41px;
  background-color: #13294b;
  color: white;
  text-transform: uppercase;
  text-align: right;
  padding-right: 60px;
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.s-videos .c-videos--featured .c-videos__current-icon {
  position: absolute;
  left: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 62px;
  height: 41px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='41' viewBox='0 0 62 41'%3E%3Cpath id='diamond_copy_2' data-name='diamond copy 2' class='cls-1' d='M1676.87,4414.01l31.15,20.5-31.15,20.5-30.88-20.5Z' transform='translate%28-1646 -4414%29' style='fill:%23a2aaad;'/%3E%3C/svg%3E%0A");
  line-height: 41px;
  color: #13294b;
  font-size: 20px;
  text-align: center;
}
.s-videos .c-videos--grid {
  font-size: 18px;
  margin: 0 -12px;
}
.s-videos .c-videos--grid .c-videos__item {
  margin: 0 12px;
  padding: 20px 0;
  flex: 0 0 calc(50% - 24px);
  -webkit-flex: 0 0 calc(50% - 24px);
  min-width: 1px;
  min-height: 1px;
  cursor: pointer;
  transition: .25s;
}
.s-videos .c-videos--grid .c-videos__item:hover {
  color: #7bafd4;
  transition: .25s;
}
.s-videos .c-videos--grid .c-videos__media {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-videos .c-videos--grid .c-videos__media > img {
  border: 2px solid #7bafd4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-videos .c-videos--grid .c-videos__title {
  padding-top: 20px;
}
.s-videos .showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.s-videos .showcase-modal__player-inner {
  padding: 16px;
  background: white;
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 1200px;
}
.s-videos .showcase-modal__player-inner--full {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  background: none;
}
.s-videos .showcase-modal__player-inner--full__player {
  padding: 0;
}
.s-videos .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-videos .showcase-modal__close {
  border: none;
  background: #13294b;
  color: #7bafd4;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.s-videos .showcase-modal__close span {
  position: absolute;
  left: -9999px;
}
.s-videos .showcase-modal__details {
  color: #13294b;
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.s-videos .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-videos .showcase-modal.video-is-playing {
  left: 0;
}
.s-contentstream {
  padding: 60px 0 160px;
  background-color: #7bafd4;
}
.s-contentstream .c-contentstream__header {
  color: #13294b;
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 62px;
  text-transform: uppercase;
  margin: 0 12px 0 0;
  font-weight: 400;
}
.s-contentstream .c-contentstream__filter > li {
  color: #13294b;
}
.s-contentstream .c-contentstream__filter > li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: #13294b;
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.s-contentstream .c-contentstream__filter > li button::-ms-expand {
  display: none;
}
.s-contentstream .c-contentstream__filter > li.is-active:before,
.s-contentstream .c-contentstream__filter > li.is-active:after {
  opacity: 1;
}
.s-contentstream .c-contentstream__filter > li .icon-th-large {
  font-size: 15px;
  position: relative;
  top: -3px;
}
.s-contentstream .c-contentstream__filter > li:before {
  content: "";
  display: block;
  width: 22px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='14' viewBox='0 0 22 14'%3E%3Cpath id='Rectangle_1291_copy_4' data-name='Rectangle 1291 copy 4' class='cls-1' d='M1229.03,5098.77l11.05,7-11.05,7.01-10.95-7.01Z' transform='translate%28-1218.09 -5098.78%29' style='fill:white;'/%3E%3C/svg%3E%0A");
  opacity: 0;
  margin: 0 3px;
}
.s-contentstream .c-contentstream__filter > li:after {
  content: "";
  display: block;
  width: 22px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='14' viewBox='0 0 22 14'%3E%3Cpath id='Rectangle_1291_copy_4' data-name='Rectangle 1291 copy 4' class='cls-1' d='M1229.03,5098.77l11.05,7-11.05,7.01-10.95-7.01Z' transform='translate%28-1218.09 -5098.78%29' style='fill:white;'/%3E%3C/svg%3E%0A");
  opacity: 0;
  margin: 0 3px;
}
.s-contentstream .c-contentstream__stream {
  margin-bottom: 36px;
}
.s-contentstream .c-contentstream__item {
  width: 25%;
  padding: 12px;
}
.s-contentstream .c-contentstream__item-inner {
  position: relative;
  border: 2px solid #13294b;
  background-color: white;
  overflow: hidden;
}
.s-contentstream .c-contentstream__instagram-item__link {
  display: block;
  text-decoration: none;
}
.s-contentstream .c-contentstream__instagram-item__link:hover .c-contentstream__flag {
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  transition: .2s;
}
.s-contentstream .c-contentstream__instagram-item__link:hover .c-contentstream__instagram__overlay {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  transition: .35s .2s;
}
.s-contentstream .c-contentstream__instagram-item__link:hover .c-contentstream__instagram__overlay .c-contentstream__flag {
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  transition: 0s;
}
.s-contentstream .c-contentstream__instagram__overlay {
  position: absolute;
  bottom: 12px;
  right: 0;
  background-color: white;
  height: 40px;
  line-height: 40px;
  padding: 0 24px 0 54px;
  -webkit-transform: translateX(calc(100% + 35px));
  transform: translateX(calc(100% + 35px));
  -webkit-transform: translateX(calc(100% + 35px));
  transform: translateX(calc(100% + 35px));
  transition: .35s;
}
.s-contentstream .c-contentstream__instagram__overlay .c-contentstream__flag {
  right: 100%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  transition: 0s;
}
.s-contentstream .c-contentstream__instagram__user-picture {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #13294b;
  margin-right: 6px;
}
.s-contentstream .c-contentstream__instagram__user-name {
  color: #13294b;
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 20px;
}
.s-contentstream .c-contentstream__instagram .c-contentstream__flag {
  transition: .2s .35s;
}
.s-contentstream .c-contentstream__gallery-item-link {
  display: block;
  text-decoration: none;
  color: black;
}
.s-contentstream .c-contentstream__gallery-item-link:hover .c-contentstream__gallery__overlay {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  transition: .25s;
}
.s-contentstream .c-contentstream__gallery__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  padding: 16px 20px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: .25s;
}
.s-contentstream .c-contentstream__gallery__title {
  color: #13294b;
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 20px;
  margin-bottom: 4px;
}
.s-contentstream .c-contentstream__gallery .c-contentstream__flag {
  bottom: 100%;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  color: white;
}
.s-contentstream .c-contentstream__twitter .c-contentstream__item-inner {
  padding-bottom: 60px;
}
.s-contentstream .c-contentstream__twitter .c-contentstream__flag {
  width: 62px;
  height: 41px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='41' viewBox='0 0 62 41'%3E%3Cpath id='diamond_copy_7' data-name='diamond copy 7' class='cls-1' d='M1428.88,19L1460,39.5,1428.88,60l-30.87-20.5Z' transform='translate%28-1398 -19%29' style='fill: %237bafd4;'/%3E%3C/svg%3E%0A");
  color: #13294b;
  line-height: 41px;
}
.s-contentstream .c-contentstream__twitter__media {
  position: relative;
}
.s-contentstream .c-contentstream__twitter__media .c-contentstream__flag {
  width: 73px;
  height: 53px;
  background-image: url('/images/contentstream_flag_blue.png');
  color: #13294b;
  line-height: 53px;
}
.s-contentstream .c-contentstream__twitter__header {
  padding: 20px;
  border-bottom: 1px dashed #7bafd4;
  line-height: 1;
}
.s-contentstream .c-contentstream__twitter__user-image {
  border: 3px solid #7bafd4;
  width: 36px;
  height: 36px;
  margin-right: 12px;
}
.s-contentstream .c-contentstream__twitter__user-name {
  color: #13294b;
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.s-contentstream .c-contentstream__twitter__user-screenname {
  text-decoration: none;
  color: black;
  transition: .25s;
}
.s-contentstream .c-contentstream__twitter__user-screenname:hover {
  color: #7bafd4;
  transition: .25s;
}
.s-contentstream .c-contentstream__twitter__body {
  color: black;
  line-height: 1.375;
  padding: 20px 20px 16px;
}
.s-contentstream .c-contentstream__twitter__body a {
  color: black;
  text-decoration: none;
  transition: .25s;
}
.s-contentstream .c-contentstream__twitter__body a:hover {
  color: #7bafd4;
  transition: .25s;
}
.s-contentstream .c-contentstream__twitter__actions {
  padding: 0 20px;
}
.s-contentstream .c-contentstream__twitter__actions a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  transition: .25s;
}
.s-contentstream .c-contentstream__twitter__actions a:hover {
  color: #7bafd4;
  transition: .25s;
}
.s-contentstream .c-contentstream__twitter__actions .icon-heart {
  font-size: 15px;
}
.s-contentstream .c-contentstream__ad {
  color: #13294b;
  text-transform: uppercase;
}
.s-contentstream .c-contentstream__ad .c-contentstream__item-inner {
  padding: 20px 20px 12px;
}
.s-contentstream .c-contentstream__ad-container {
  height: 250px;
  width: 300px;
  margin-left: -5px;
  overflow: hidden;
}
.s-contentstream .c-contentstream__flag {
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 73px;
  height: 53px;
  background: url('/images/contentstream_flag_dblue.png');
  color: white;
  text-align: center;
  line-height: 53px;
}
.main-footer-sponsors__angles {
  position: relative;
  z-index: 1;
  top: -190px;
  margin-bottom: -190px;
  pointer-events: none;
}
.main-footer-sponsors__angles .main-footer-sponsors__angle {
  width: 50%;
  position: relative;
  overflow: hidden;
  height: 190px;
  pointer-events: none;
}
.main-footer-sponsors__angles .main-footer-sponsors__angle--left:before {
  border-left: 1000px solid #13294b;
  border-top: 190px solid transparent;
  right: 0;
}
.main-footer-sponsors__angles .main-footer-sponsors__angle--right:before {
  border-right: 1000px solid #13294b;
  border-top: 190px solid transparent;
  left: 0;
}
.main-footer-sponsors__angles .main-footer-sponsors__angle:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
.main-footer-sponsors {
  background-color: #13294b;
  position: relative;
}
.main-footer-sponsors .ad {
  margin: 60px 12px;
  text-align: center;
}
.main-footer-sponsors .ad img {
  display: inline;
}
.main-footer-bottom {
  background-color: #7bafd4;
  color: #13294b;
  padding-bottom: 60px;
}
.main-footer-bottom a {
  color: #13294b;
  text-decoration: none;
}
.main-footer-bottom a:hover {
  text-decoration: underline;
}
.main-footer-bottom__divider {
  height: 50px;
  background: white url('/images/bottom_argyle_repeater.png') repeat-x center center;
}
.main-footer-logos {
  padding: 36px 0 12px;
}
.main-footer-logos li {
  padding: 24px 12px;
  text-align: center;
}
.main-footer-copyright__educate {
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 24px;
  margin-bottom: 12px;
}
.s-sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.article-wrapper {
  background-color: white;
}
.article-wrapper .article-main {
  flex: 1 1 960px;
  -webkit-flex: 1 1 960px;
  min-width: 1px;
  min-height: 1px;
}
.article-wrapper .article-header {
  padding: 36px;
  border-bottom: 1px solid #7bafd4;
}
.article-wrapper .article-headline {
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 62px;
  text-transform: uppercase;
  color: #13294b;
  line-height: 1;
  font-weight: 400;
}
.article-wrapper .article-content-wrapper {
  padding: 36px 112px 36px 36px;
}
.article-wrapper .article-share-links {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin-right: 24px;
}
.article-wrapper .article-share-links li {
  margin: 0 0 2px 0;
}
.article-wrapper .article-share-links a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
  background-color: #13294b;
  width: 44px;
  height: 44px;
  line-height: 44px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.article-wrapper .article-share-links a.article-share-print {
  background-color: #13294b;
}
.article-wrapper .article-share-links a.article-share-print:hover {
  background-color: #1b3b6c;
}
.article-wrapper .article-share-links a.article-share-facebook {
  background-color: #3b5998;
}
.article-wrapper .article-share-links a.article-share-facebook:hover {
  background-color: #466ab5;
}
.article-wrapper .article-share-links a.article-share-twitter {
  background-color: #00aced;
}
.article-wrapper .article-share-links a.article-share-twitter:hover {
  background-color: #17bfff;
}
.article-wrapper .article-share-links a.article-share-email {
  background-color: #ff9c00;
}
.article-wrapper .article-share-links a.article-share-email:hover {
  background-color: #ffac29;
}
.article-wrapper .article-share-links a.article-share-pinterest {
  background-color: #bd081c;
}
.article-wrapper .article-share-links a.article-share-pinterest:hover {
  background-color: #e40a22;
}
.article-wrapper .article-story-links .story-links {
  float: right;
  margin: 0 0 8px 8px;
  max-width: 280px;
}
.article-wrapper .article-story-links .story-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-wrapper .article-story-links .story-links li {
  border-bottom: 1px solid #13294b;
}
.article-wrapper .article-story-links .story-links a {
  display: block;
  padding: 4px 8px;
  background-color: #7bafd4;
  color: #13294b;
  font-size: 18px;
  text-decoration: none;
  transition: .25s;
}
.article-wrapper .article-story-links .story-links a:hover {
  background-color: #13294b;
  color: #7bafd4;
  transition: .25s;
}
.article-wrapper .article-postdate {
  margin-bottom: 12px;
}
.article-wrapper .article-content {
  font-size: 18px;
  line-height: 1.55;
  padding-bottom: 160px;
  width: 100%;
}
.article-wrapper .article-content a {
  color: black;
  transition: .25s;
}
.article-wrapper .article-content a:hover {
  color: #7bafd4;
}
.article-wrapper .article-related {
  border-left: 2px solid #7bafd4;
  border-right: 2px solid #7bafd4;
  padding: 30px 24px;
  flex: 1 0 456px;
  -webkit-flex: 1 0 456px;
  min-width: 1px;
  min-height: 1px;
  padding-bottom: 160px;
}
.article-wrapper .article-related-header {
  margin: 0 0 48px 0;
  text-transform: uppercase;
  white-space: nowrap;
  color: #13294b;
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 62px;
  line-height: 1;
}
.article-wrapper .article-related-header h3 {
  margin: 0 10px 0 0;
  font-size: 62px;
  font-weight: 400;
}
.article-wrapper .article-related-header img {
  vertical-align: top;
}
.article-wrapper .print-friendly-story-button {
  display: none;
}
.article-wrapper .c-stories--related {
  color: black;
  font-size: 16px;
  margin-bottom: 36px;
}
.article-wrapper .c-stories--related .c-stories__item {
  padding: 20px 24px;
  border-bottom: 1px solid #7bafd4;
}
.article-wrapper .c-stories--related .c-stories__item:first-child {
  border-top: 1px solid #7bafd4;
}
.article-wrapper .c-stories--related .c-stories__title {
  color: #13294b;
  font-family: 'Champion HTF Featherweight', sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}
.article-wrapper .c-stories--related .c-stories__url {
  color: #13294b;
  text-decoration: none;
  transition: .25s;
}
.article-wrapper .c-stories--related .c-stories__url:hover {
  color: #7bafd4;
  transition: .25s;
}
.article-wrapper .showcase-play-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
  z-index: 3;
}
.article-wrapper .showcase-play-button::-ms-expand {
  display: none;
}
.article-wrapper .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
/*Added to center sponsor footer*/

.main-footer-sponsors .slick-track {
  margin: auto;
}
/*Media Queries*/

@media all and (max-width: 1470px) {
  .main-navigation__logo {
    left: 12px;
    margin-left: 0;
  }
}
@media all and (max-width: 1340px) {
  .c-navigation--sport .c-navigation__level-1 {
    padding-left: 12px;
  }
}
@media all and (max-width: 1320px) {
  .s-scoreboard results-component {
    flex: 1 1 20%;
    -webkit-flex: 1 1 20%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-scoreboard events-component {
    flex: 1 1 80%;
    -webkit-flex: 1 1 80%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-scoreboard .c-events--upcoming .c-events__item:nth-child(5) {
    display: none !important;
  }
  .s-awards {
    padding-top: 60px;
  }
  .s-awards__header {
    position: static;
  }
  .s-awards .c-awards--desktop {
    display: block;
    padding: 0 12px;
  }
  .s-awards .c-awards--desktop .c-awards__details:after {
    display: none !important;
  }
  .s-awards .c-awards--desktop .c-awards__media:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/aotw_bottom_fade_repeater.png) repeat-x bottom left;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .s-contentstream .c-contentstream__item {
    width: 33.3333%;
  }
}
@media all and (max-width: 1240px) {
  .s-weather {
    padding: 60px 0;
    margin-bottom: -160px;
  }
  .s-weather__header {
    display: block;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0;
  }
  .s-weather__header .sponsor {
    position: static;
  }
  .s-weather .c-weather {
    position: static;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }
  .article-wrapper .article-content-wrapper {
    padding-right: 36px;
  }
}
@media all and (max-width: 1200px) {
  .s-scoreboard results-component {
    flex: 1 1 25%;
    -webkit-flex: 1 1 25%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-scoreboard events-component {
    flex: 1 1 75%;
    -webkit-flex: 1 1 75%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-scoreboard .c-events--upcoming .c-events__item:nth-child(4) {
    display: none !important;
  }
}
@media all and (max-width: 1128px) {
  .article-wrapper .article-inner-wrapper {
    display: block;
    padding: 0 12px;
  }
  .article-wrapper .article-content {
    padding-bottom: 0;
  }
  .article-wrapper .article-related {
    border: none;
    border-top: 2px solid #7bafd4;
  }
  .article-wrapper .article-related-header {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media all and (max-width: 1024px) {
  .s-topstories .c-stories--slider .c-stories__item {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .s-topstories .c-stories--slider .c-stories__details {
    position: static;
    padding: 24px;
    background-color: #13294b;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
  }
  .s-topstories .c-stories--slider .c-stories__title {
    font-size: 40px;
  }
  .s-topstories .c-stories--slider .slick-dots {
    position: static;
    padding-bottom: 24px;
    background-color: #13294b;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .s-topstories .c-stories__more {
    background-color: #13294b;
    padding-bottom: 20px;
  }
  .s-topstories__controls {
    display: none !important;
    position: static;
    background-color: #13294b;
    padding: 24px;
  }
  .s-topstories__grid {
    display: none !important;
  }
  .s-scoreboard results-component {
    flex: 1 1 33.3333%;
    -webkit-flex: 1 1 33.3333%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-scoreboard events-component {
    flex: 1 1 66.6667%;
    -webkit-flex: 1 1 66.6667%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-scoreboard .c-events--upcoming .c-events__item:nth-child(3) {
    display: none !important;
  }
  .s-countdown {
    padding-top: 60px;
  }
  .s-awards .c-awards--slider .c-awards__item {
    display: block;
  }
  .s-awards .c-awards--slider .c-awards__details {
    bottom: 0;
  }
  .s-videos .c-videos--featured .c-videos__list {
    margin: 24px 0 0;
  }
  .s-contentstream .c-contentstream__item {
    width: 50%;
  }
  .main-footer .main-footer-logos {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .main-footer .main-footer-logos li {
    flex: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
    min-width: 1px;
    min-height: 1px;
  }
}
@media all and (max-width: 900px) {
  .main-header-top > .row {
    padding-left: 12px;
  }
  .main-navigation__logo {
    display: none;
  }
  .main-navigation__logo-mobile {
    display: block;
  }
  .s-scoreboard__row {
    display: block;
  }
  .s-contentstream .c-contentstream__filter button > span {
    position: absolute;
    left: -99999px;
  }
}
@media all and (max-width: 768px) {
  body {
    background-position-y: -375px;
  }
  .s-topstories {
    background-color: #7bafd4;
    margin-bottom: 36px;
  }
  .s-topstories .slick-prev,
  .s-topstories .slick-next {
    left: -99999px;
    right: 0;
    opacity: 0;
    pointer-events: none;
  }
  .s-topstories .c-stories--slider .c-stories__media:after {
    display: none;
  }
  .s-topstories .c-stories--slider .c-stories__title {
    font-size: 32px;
  }
  .s-scoreboard .c-events--list {
    display: block;
  }
  .s-countdown__header-ads {
    margin-top: 12px;
  }
  .s-countdown__header-ads a {
    margin-top: 8px;
  }
  .s-facilities .facility-slide {
    height: 400px;
    background-position: center center;
    background-size: 100% auto;
    background-size: cover;
  }
  .s-facilities .facility-slide > img {
    opacity: 0;
  }
  .s-videos .c-videos--grid {
    display: block;
    margin: 0;
  }
  .s-videos .c-videos--grid .c-videos__item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #7bafd4;
  }
  .s-videos .c-videos--grid .c-videos__item:first-child {
    border-top: 1px solid #7bafd4;
  }
  .s-videos .c-videos--grid .c-videos__media {
    padding: 0;
    flex: 1 1 25%;
    -webkit-flex: 1 1 25%;
    min-width: 1px;
    min-height: 1px;
    margin-right: 12px;
  }
  .s-videos .c-videos--grid .c-videos__media > img {
    position: static;
  }
  .s-videos .c-videos--grid .c-videos__title {
    flex: 1 1 75%;
    -webkit-flex: 1 1 75%;
    min-width: 1px;
    min-height: 1px;
    padding-top: 0;
  }
  .s-contentstream {
    padding-bottom: 55px;
  }
  .s-contentstream .c-contentstream__header-wrapper {
    margin: 0 0 20px;
  }
  .s-contentstream .c-contentstream__item {
    width: 100%;
  }
  .s-contentstream .c-contentstream__item-inner {
    margin: 0 auto;
    max-width: 540px;
  }
  .article-wrapper .article-headline {
    font-size: 48px;
  }
  .article-wrapper .article-related-header h3 {
    font-size: 48px;
  }
  .article-wrapper .article-story-links .story-links {
    float: none;
    max-width: initial;
    margin: 0 0 12px 0;
  }
}
@media all and (max-width: 700px) {
  html.stickied .main-header {
    top: -60px;
  }
  html.sport body {
    padding-top: 201px;
  }
  body {
    padding-top: 141px;
  }
  .main-header-top {
    height: 60px;
  }
  .main-header-top > .row {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .main-header-top__text {
    display: none;
  }
  .main-navigation__logo-mobile {
    top: 60px;
  }
  .s-featured .c-stories__item {
    max-width: 540px;
    margin: 0 auto;
    padding: 0 12px;
  }
}
@media all and (max-width: 600px) {
  .s-featured__header,
  .s-scoreboard__header {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .s-featured__header .mar-right-auto,
  .s-scoreboard__header .mar-right-auto,
  .s-featured__header .mar-left-auto,
  .s-scoreboard__header .mar-left-auto {
    margin: 0;
  }
  .s-featured__header .s-index-button,
  .s-scoreboard__header .s-index-button {
    margin-top: 12px;
  }
}
@media all and (max-width: 540px) {
  html.sport body {
    padding-top: 180px;
  }
  body {
    padding-top: 120px;
  }
  .s-index-header h2 {
    font-size: 48px;
  }
  .main-navigation {
    height: 60px;
  }
  .main-navigation__logo-mobile {
    height: 60px;
    line-height: 60px;
  }
  .main-navigation__logo-mobile:before {
    border-left: 60px solid white;
    border-bottom: 60px solid transparent;
  }
  .main-navigation__logo-mobile > img {
    max-height: 50px;
  }
  .main-navigation .b-search {
    position: static !important;
  }
  .main-navigation .b-search__icon {
    line-height: 60px;
  }
  .c-navigation--main {
    height: 60px;
  }
  .s-topstories .c-stories--slider .c-stories__details {
    padding: 12px;
  }
  .s-scoreboard .c-events--list .c-events__top {
    width: 100%;
  }
  .s-countdown .c-countdown__details {
    text-align: center;
  }
  .s-countdown .c-countdown__item {
    margin-top: 12px;
  }
  .s-awards .c-awards--slider .slick-prev,
  .s-awards .c-awards--slider .slick-next {
    left: -99999px;
    right: auto;
    opacity: 0;
  }
  .s-awards .c-awards--slider .c-awards__lname {
    font-size: 32px;
  }
  .s-videos__header {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .s-videos__header > div {
    margin: 0;
  }
  .s-videos__header .s-index-button {
    margin-top: 20px;
  }
  .main-footer .main-footer-logos li {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
  }
  .main-footer .main-footer-logos li:last-child {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .article-wrapper .article-header {
    padding: 20px 8px;
  }
  .article-wrapper .article-content-wrapper {
    padding: 20px 8px;
  }
  .article-wrapper .article-headline {
    font-size: 32px;
  }
  .article-wrapper .article-story-links .story-links {
    margin-top: 12px;
  }
  .article-wrapper .article-related {
    padding: 20px 8px 120px;
  }
  .article-wrapper .article-related-header {
    margin-bottom: 20px;
  }
  .article-wrapper .article-related-header h3 {
    font-size: 32px;
  }
  .article-wrapper .c-stories--related .c-stories__title {
    font-size: 25px;
  }
}
@media all and (max-width: 400px) {
  .s-topstories .c-stories--slider .slick-dots li:after,
  .s-topstories .c-stories--slider .slick-dots li button {
    width: 16px;
    height: 11px;
  }
  .s-weather .c-weather > div {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .s-weather .c-weather__temperature-container {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    text-align: center;
  }
  .s-videos .c-videos--grid .c-videos__media {
    display: none;
  }
  .s-videos .c-videos--grid .c-videos__item:first-child {
    display: block;
  }
  .s-videos .c-videos--grid .c-videos__item:first-child .c-videos__media {
    display: block;
    margin: 0 0 10px;
  }
  .s-contentstream .c-contentstream__filter > li:before,
  .s-contentstream .c-contentstream__filter > li:after {
    width: 16px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media all and (max-width: 2000px) {
  .s-topstories:before {
    border-left: 1000px solid transparent;
    border-right: 1000px solid transparent;
  }
  .s-scoreboard:before,
  .s-awards:before {
    border-left: 1000px solid transparent;
    border-right: 1000px solid transparent;
  }
  .s-scoreboard:after,
  .s-awards:after {
    border-left: 1002px solid transparent;
    border-right: 1002px solid transparent;
  }
  .s-promo-rotator:before {
    border-left: 1000px solid transparent;
    border-right: 1000px solid transparent;
  }
}
.dfp-ad {
  margin: 0 auto;
}
.sidearm-story-template-post-1 {
  margin-bottom: 160px;
}
/*ADDED TO RELOCATE TV SPONSOR AT LEARFIELDS REQUEST*/

@media (min-width: 541px) {
  .tv-section-header-text {
    width: 100%;
  }
  .tv-section-sponsor {
    margin-left: -90px;
  }
}
@media (max-width: 540px) {
  .tv-section-header-text {
    width: 100%;
    text-align: center;
  }
  .tv-section-sponsor {
    width: 100%;
    text-align: center;
  }
}
/*END OF SPONSOR RELOCATION*/

.sidearm-common-bio .sidearm-common-bio-select {
  display: none;
}
@media (max-width: 540px) {
  .below-aotw {
    margin-top: 50px;
  }
}
@media (min-width: 541px) and (max-width: 1024px) {
  .below-aotw {
    margin-top: 50px;
  }
}
