@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700|Raleway:400,700|Source+Sans+Pro:400,400i,700&display=swap');
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #003057;
  color: white;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: white;
}
a.sidearm-skip-link:focus {
  position: fixed;
  left: 0;
  z-index: 9999999;
}
body {
  font: 14px/1.4 arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background: white url(/images/bg.jpg) top center no-repeat fixed;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
body.headroom--not-top .main-navigation {
  position: fixed;
  top: 0;
}
body.headroom--not-top .sport-navigation {
  position: fixed;
  top: 88px;
}
body.headroom--not-top .desktop {
  display: none;
}
body.headroom--not-top .scroll {
  display: block !important;
}
body.headroom--not-top .main-content-placeholder {
  margin-top: 88px;
}
.row {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.index.sport .main-navigation:after {
  display: none;
}
.index.sport .c-navigation .c-nav__level-2:before {
  display: none;
}
.index.sport .main-content-placeholder {
  margin-top: 70px;
}
.index.sport body.headroom--not-top .main-content-placeholder {
  margin-top: 160px;
}
.wide .main-content-placeholder {
  max-width: 1440px;
  margin: 48px auto 0;
  background: white;
  padding: 12px;
}
.wide.sport .main-content-placeholder {
  max-width: 1440px;
  margin: 118px auto 0;
  background: white;
  padding: 12px;
}
.wide.sport .headroom--not-top .main-content-placeholder {
  margin: 210px auto 0;
}
.wide.storypage {
  background: white;
}
.wide.storypage .main-content-placeholder {
  background: white;
}
.official-container {
  height: 52px;
  line-height: 52px;
  background: url("/images/official_repeater.jpg") repeat-x;
}
.official-container .official-text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: white;
  margin-left: auto;
}
.official-container .ads-container {
  display: flex;
  display: -webkit-flex;
}
.official-container .ads-container .ad {
  padding: 0 8px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.official-container .ads-container .ad a {
  font-size: 20px;
  transition: .2s;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  color: white;
}
.official-container .ads-container span span {
  position: absolute;
  left: -9999px;
  top: -9999px;
  background: black;
  color: white;
}
.b-search {
  transition: .2s;
  position: relative;
  height: 52px;
  line-height: 52px;
  text-align: center;
}
.b-search .b-search__icon {
  cursor: pointer;
  font-size: 20px;
  color: white;
}
.b-search .b-search__label {
  position: absolute;
  left: -99999px;
  top: -99999px;
}
.b-search--popout #search {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  height: 40px;
  background-color: white;
  top: 60px;
  opacity: 0;
  left: -9999px;
  border: 1px solid gray;
}
.b-search--popout #search label {
  position: absolute;
  left: -9999px;
}
.b-search--popout #search input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  width: 150px;
  display: block;
  height: 40px;
}
.b-search--popout #search input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  display: block;
  height: 38px;
  width: 38px;
  text-align: center;
  background-color: #003057;
  color: white;
  border-radius: 0px;
}
.b-search--popout.is-open .b-search__container {
  opacity: 1;
  top: 0;
  left: 0;
}
.b-search--popout.is-open #search {
  opacity: 1;
  left: auto;
  right: 0;
  z-index: 10000;
  transition: .2s;
}
.main-navigation {
  height: 88px;
  width: 100%;
  background: #003057;
  position: relative;
  z-index: 9000;
}
.main-navigation:after {
  content: "";
  position: absolute;
  bottom: -6px;
  height: 6px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.main-navigation .header_logo {
  width: 90px;
  z-index: 1;
  height: 88px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  top: 7px;
  margin-right: 50px;
}
.main-navigation .header_logo .scroll {
  display: none;
}
.main-navigation .header_logo img {
  width: 100%;
}
.c-navigation {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  height: 88px;
}
.c-navigation ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.c-navigation .c-nav__level-1 {
  position: relative;
}
.c-navigation .c-nav__level-1 > li {
  height: 88px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: white;
  font-size: 24px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 800;
  padding: 0 16px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  margin: 0px 5px;
}
.c-navigation .c-nav__level-1 > li:first-child {
  padding-left: 12px;
}
.c-navigation .c-nav__level-1 > li > a {
  transition: 0.35s;
  color: white;
  display: block;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  text-decoration: none;
}
.c-navigation .c-nav__level-1 > li > i {
  font-size: 14px;
  margin-left: 3px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.35s;
}
.c-navigation .c-nav__level-1 > li > i:before {
  margin: 0;
}
.c-navigation .c-nav__level-1 > li:hover .c-nav__url--level-1 {
  color: #968c83;
  font-style: italic;
}
.c-navigation .c-nav__level-1 > li:hover .c-nav__level-2 {
  left: 0;
  opacity: 1;
  transition: 0.35s opacity;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul {
  flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  min-width: 1px;
  min-height: 1px;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  line-height: 1;
  transition: .25s;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a {
  display: block;
  font-weight: 400;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.twitter:after {
  content: none;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.c-nav__schedule-roster-news {
  padding: 0 6px;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.c-nav__social {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  padding: 0 6px;
  font-weight: 400;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.c-nav__social:before {
  font-family: sidearm_font;
  font-size: 18px;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.c-nav__social.facebook:before {
  content: '\e805';
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.c-nav__social.twitter:before {
  content: '\e825';
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.c-nav__social.instagram:before {
  content: '\e811';
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.c-nav__social.tickets:before {
  content: '\e888';
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.c-nav__social.twitter {
  padding-right: 0;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.tickets {
  display: none;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.instagram {
  display: none;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a.roster {
  order: -1;
  -webkit-order: -1;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li > a:first-child {
  margin-right: auto;
  order: -2;
  -webkit-order: -2;
  color: #003057;
  font-weight: 800;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul > li:hover {
  background: #eae8e6;
}
.c-navigation .c-nav__level-1 > li.sports .c-nav__level-2 ul .navigation-ad {
  text-align: right;
  padding-top: 24px;
}
.c-navigation .c-nav__level-1 > li:last-child {
  padding-right: 0;
}
.c-navigation .c-nav__level-2-inner {
  display: flex;
  display: -webkit-flex;
}
.c-navigation .c-nav__level-2 {
  position: absolute;
  left: -9999px;
  top: 100%;
  opacity: 0;
  transition: 0.35s opacity;
  background: white;
  width: 100%;
  min-width: 511px;
  padding: 34px;
  z-index: 9000;
}
.c-navigation .c-nav__level-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.c-navigation .c-nav__level-2 ul {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  margin: 0 12px;
}
.c-navigation .c-nav__level-2 ul > li {
  font-size: 20px;
  padding: 10px 0;
  transition: 0.35s;
}
.c-navigation .c-nav__level-2 ul > li > a {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #003057;
  text-decoration: none;
  transition: 0.35s;
  text-transform: capitalize;
}
.c-navigation .c-nav__level-2 ul > li > a:after {
  color: white;
}
.c-navigation .c-nav__level-2 ul > li > a:hover {
  transition: 0.35s;
  color: #003057;
}
.c-navigation .c-nav__level-2 ul > li > a:hover:after {
  color: white;
}
.c-navigation .c-nav__level-2 ul > li > span {
  font-weight: 800;
  font-size: 20px;
  color: #003057;
}
.mobile-navigation-icon {
  height: 88px;
  color: white;
  width: 60px;
  line-height: 88px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  margin-left: auto;
}
.off-canvas-menu {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9000;
  overflow: hidden;
  top: 100%;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.off-canvas-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.off-canvas-menu.closed {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.off-canvas-menu.opened {
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 1000px;
  overflow: hidden;
  display: inherit!important;
}
.off-canvas-menu.opened {
  max-height: calc(100vh - 60px);
  overflow: auto;
}
.off-canvas-menu .icn {
  width: 56px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  font-size: 20px;
  color: #53565a;
  position: absolute;
  top: 0;
  right: 0;
}
.off-canvas-menu .icn:before {
  display: block;
  color: #53565a;
}
.off-canvas-menu .icn.opened {
  display: flex !important;
  -webkit-display: flex !important;
}
.off-canvas-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.off-canvas-menu > ul > li {
  color: #003057;
  background: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.off-canvas-menu > ul > li > a {
  padding: 11px 24px 11px 24px;
  width: 100%;
  display: inline-block;
  color: #003057;
  text-decoration: none;
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.off-canvas-menu > ul > li .level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.off-canvas-menu > ul > li .level-2 li {
  background: #003057;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 400;
  position: relative;
}
.off-canvas-menu > ul > li .level-2 li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.off-canvas-menu > ul > li .level-2 li.separator {
  text-transform: uppercase;
  color: #003057;
  font-weight: 700;
}
.off-canvas-menu > ul > li .level-2 li.separator a,
.off-canvas-menu > ul > li .level-2 li.separator span {
  color: white;
  padding: 9px 12px 7px 15px;
}
.off-canvas-menu > ul > li .level-2 a:after {
  width: 56px;
  height: 50px;
  content: '\e832';
  font-family: sidearm_font;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
}
.off-canvas-menu > ul > li .level-2 a,
.off-canvas-menu > ul > li .level-2 span {
  padding: 14px 36px 12px 36px;
  width: 100%;
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
}
.off-canvas-menu > ul > li .level-2.opened {
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 1000px;
  overflow: hidden;
  display: inherit!important;
}
.sport-navigation {
  height: 70px;
  background: white;
  width: 100%;
  position: absolute;
  top: 140px;
  border-bottom: 1px solid #d9d9d9;
  z-index: 9;
}
.sport-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sport-navigation .sports-mobile-navigation-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 70px;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu.opened {
  max-height: calc(100vh - 120px);
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu .icn {
  color: #3d403c;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu > ul > li {
  background: white;
  border-bottom: 1px solid #f2f2f2;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu > ul > li > a {
  color: #003057;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu > ul > li .level-2 > li {
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
.sport-navigation .sports-mobile-navigation-container .off-canvas-menu > ul > li .level-2 > li > a {
  color: #003057;
}
.sport-navigation .sports-mobile-navigation-container .sports-mobile-navigation-home {
  font-size: 30px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 800;
  order: 2;
  padding-left: 12px;
}
.sport-navigation .sports-mobile-navigation-container .sports-mobile-navigation-home a {
  color: #003057;
  text-decoration: none;
  font-size: 30px;
  font-family: "Arimo", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.sport-navigation .sports-mobile-navigation-container > ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-left: auto;
}
.sport-navigation .sports-mobile-navigation-container > ul > li {
  padding: 0 12px;
  position: relative;
  color: #231f20;
  font-family: "Arimo", sans-serif;
  font-weight: 800;
  font-size: 18px;
}
.sport-navigation .sports-mobile-navigation-container > ul > li > a {
  text-decoration: none;
  color: #231f20;
}
.sport-navigation .sports-mobile-navigation-container > ul > li.more {
  padding-right: 0;
}
.sport-navigation .sports-mobile-navigation-container > ul > li.more > i:before {
  margin: 0;
}
.sport-navigation .sport-nav {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  height: 70px;
}
.sport-navigation .sport-nav .ps.ps--active-x > .ps__scrollbar-x-rail,
.sport-navigation .sport-nav .ps.ps--active-y > .ps__scrollbar-y-rail {
  background-color: white;
}
.sport-navigation .sport-nav .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background: #f2f2f2;
}
.sport-navigation .sport-nav .level-2 {
  position: absolute;
  left: -9999px;
  top: 100%;
  transition: 0.35s;
  opacity: 0;
  background: white;
  width: 250px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  max-height: 475px;
  overflow: hidden;
  z-index: 1;
}
.sport-navigation .sport-nav .level-2 a {
  text-decoration: none;
  color: #968c83;
}
.sport-navigation .sport-nav .level-2 li {
  text-align: right;
  padding: 10px 24px;
  line-height: 20px;
  border-bottom: 1px solid #f2f2f2;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-2 li:hover {
  background: #f2f2f2;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-2 li > a {
  position: relative;
  color: #231f20;
}
.sport-navigation .sport-nav .level-2 li > a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #231f20;
  transition: 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sport-navigation .sport-nav .level-2 li > a:hover:after {
  width: 100%;
  transition: 0.35s;
  background: #231f20;
}
.sport-navigation .sport-nav .level-1 {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  font-size: 16px;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.sport-navigation .sport-nav .level-1 > li {
  padding: 0 10px;
  color: #003057;
  position: relative;
  height: 70px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.sport-navigation .sport-nav .level-1 > li.sport-home {
  padding-right: 0;
  order: 1;
  -webkit-order: 1;
}
.sport-navigation .sport-nav .level-1 > li.sport-home i {
  display: none;
}
.sport-navigation .sport-nav .level-1 > li.sport-home a {
  font-size: 30px;
  font-family: "Arimo", sans-serif;
  font-weight: 800;
  color: #003057;
  text-transform: uppercase;
}
.sport-navigation .sport-nav .level-1 > li.sport-home a:after {
  content: none !important;
}
.sport-navigation .sport-nav .level-1 > li.additional-links {
  padding-right: 0;
}
.sport-navigation .sport-nav .level-1 > li.additional-links > a {
  font-size: 0;
}
.sport-navigation .sport-nav .level-1 > li.additional-links > a:before {
  content: 'More Links';
  display: block;
  font-size: 16px;
}
.sport-navigation .sport-nav .level-1 > li.c-nav__social {
  order: -1;
  -webkit-order: -1;
}
.sport-navigation .sport-nav .level-1 > li.c-nav__social i {
  font-size: 18px;
}
.sport-navigation .sport-nav .level-1 > li.c-nav__social .icon-facebook {
  color: #3b5998;
}
.sport-navigation .sport-nav .level-1 > li.c-nav__social .icon-instagram {
  color: #c65090;
}
.sport-navigation .sport-nav .level-1 > li.c-nav__social .icon-twitter {
  color: #55acee;
}
.sport-navigation .sport-nav .level-1 > li:hover {
  color: #003057;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-1 > li:hover > a {
  color: #003057;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-1 > li:hover .level-2 {
  right: 0;
  left: auto;
  opacity: 1;
  transition: 0.35s;
}
.sport-navigation .sport-nav .level-1 > li > a {
  position: relative;
  color: #231f20;
  font-family: "Arimo", sans-serif;
  font-weight: 800;
  font-size: 18px;
}
.sport-navigation .sport-nav .level-1 > li i {
  font-size: 15px;
  margin-left: 3px;
}
.sport-navigation .sport-nav .level-1 > li i:before {
  margin: 0;
}
.sport-navigation .sport-nav .level-1 > li > a {
  text-decoration: none;
}
#topStories-section.sliding .c-stories__arrows button {
  opacity: 0;
}
#topStories-section {
  overflow: hidden;
  position: relative;
}
#topStories-section stories-component {
  display: block;
  position: relative;
}
#topStories-section .c-stories--slider2 {
  max-width: 1416px;
  margin: 0 auto;
  position: relative;
}
#topStories-section .slick-list {
  overflow: visible !important;
}
#topStories-section .c-stories--slider2 {
  position: relative;
}
#topStories-section .c-stories--slider2 .slick-slide {
  transition: 0.2s;
}
#topStories-section .c-stories--slider2 .slick-slide {
  transition: 0.2s;
}
#topStories-section .c-stories--slider2 .slick-center {
  transition: 0.2s;
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
}
#topStories-section .c-stories__item {
  position: relative;
}
#topStories-section .c-stories__item.slick-active .c-stories__details {
  bottom: 48px;
  display: block;
}
#topStories-section .c-stories__item.slick-active .c-stories__details .c-stories__title {
  display: block;
}
#topStories-section .c-stories__item.slick-active .c-stories__date-sport {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: silver;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 20px;
}
#topStories-section .c-stories__item.slick-active .c-stories__date-sport .c-stories__sport {
  font-weight: 800;
}
#topStories-section .c-stories__item.slick-active .c-stories__date-sport .c-stories__date {
  font-style: italic;
}
#topStories-section .c-stories__item.slick-active .c-stories__media {
  position: relative;
}
#topStories-section .c-stories__item.slick-active .c-stories__media:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}
#topStories-section .c-stories__media {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  max-width: 1416px;
  margin: 0 auto;
}
#topStories-section .c-stories__media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#topStories-section .c-stories__media:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 61, 125, 0.8);
}
#topStories-section .c-stories__media .showcase-play-button {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: visible;
  background-color: transparent;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  width: 75px;
  height: 75px;
  z-index: 2;
}
#topStories-section .c-stories__media .showcase-play-button:after {
  content: "";
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  margin: 0;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
}
#topStories-section .c-stories__media .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#topStories-section .c-stories__details {
  transition: 0.2s;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  z-index: 2;
}
#topStories-section .c-stories__details a {
  text-decoration: none;
}
#topStories-section .c-stories__details .c-stories__url {
  transition: 0.2s;
  font-family: "Raleway", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 46px;
  color: white;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
}
#topStories-section .c-stories__details .c-stories__url:hover {
  cursor: pointer;
  color: #968c83;
}
#topStories-section .c-stories__details .c-stories__twitter {
  margin-top: 12px;
  font-size: 16px;
  color: #968c83;
}
#topStories-section .c-stories__details .c-stories__twitter a {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #968c83;
  text-decoration: none;
}
#topStories-section .c-stories--thumbnails {
  margin-top: 24px;
}
#topStories-section .c-stories--thumbnails .thumbnails {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#topStories-section .c-stories--thumbnails .thumbnails ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#topStories-section .c-stories--thumbnails .thumbnails ul li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 6px;
}
#topStories-section .c-stories--thumbnails .thumbnails ul li button {
  transition: 0.2s;
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url("/images/rotator_dot_inactive.png");
  border: none;
  outline: none;
  font-size: 0;
  padding: 0;
}
#topStories-section .c-stories--thumbnails .thumbnails ul li button:hover {
  background-image: url("/images/rotator_dot_active.png");
}
#topStories-section .c-stories--thumbnails .thumbnails ul li.top-stories-active button {
  background-image: url("/images/rotator_dot_active.png");
}
#events-section {
  background: white;
}
#events-section h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: #003057;
  margin: 0;
  line-height: 1;
  padding: 42px 0;
}
#events-section h2 span {
  font-weight: 500;
}
#events-section .compositeSchedule {
  border-top: 2px solid #968c83;
  text-align: center;
  padding: 48px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-style: italic;
}
#events-section .compositeSchedule a {
  color: #003057;
  text-decoration: none;
  transition: .25s;
}
#events-section .compositeSchedule a:hover {
  color: #968c83;
}
.c-events {
  border-top: 2px solid #968c83;
}
.c-events p {
  margin: 0;
}
.c-events .c-events__item {
  position: relative;
  max-width: 984px;
  margin: 8px auto;
  padding: 24px 0;
  border-bottom: 1px solid #eae8e6;
}
.c-events .c-events__item:last-child {
  border-bottom: none;
}
.c-events .c-events__logos {
  border-right: 1px solid #968c83;
  padding-right: 24px;
}
.c-events .c-events__sport-date {
  padding-left: 24px;
}
.c-events .c-events__sport {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  color: #003057;
}
.c-events .c-events__date-result {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-style: italic;
}
.c-events .c-events__date-result .c-events__date {
  padding: 0 4px;
}
.c-events .c-events__date-result .c-event__result {
  padding: 0 4px;
}
.c-events .c-events__opponent {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #003057;
}
.c-events .c-events__opponent span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #231f20;
  padding-right: 3px;
  font-weight: 400;
  align-self: center;
}
.c-events .c-events__location {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #231f20;
}
.c-events--list--logo .c-events__item {
  margin-top: 8px;
  margin-bottom: 8px;
}
.c-events--list--logo .c-events--cards-2__top {
  padding: 16px;
}
.c-events--list--logo .c-events--cards-boxy__ctas ul {
  list-style: none;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-size: 18px;
  margin: 0;
  border-left: 1px solid #968c83;
  height: 100%;
  padding-left: 24px;
}
.c-events--list--logo .c-events--cards-boxy__ctas ul a {
  text-decoration: none;
}
.c-events--list--logo .c-events__flag {
  position: absolute;
  top: 0;
  right: 0;
}
.c-events--list--logo .c-events__flag:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-right: 48px solid #003057;
  border-bottom: 48px solid transparent;
}
#youtube-section {
  background: #eae8e6;
  padding-bottom: 48px;
}
#youtube-section h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: #003057;
  margin: 0;
  line-height: 1;
  padding: 42px 0;
}
#youtube-section h2 span {
  font-weight: 500;
}
.c-youtube {
  margin: 0 -12px;
}
.c-youtube__logo-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: center;
}
.c-youtube__left-border {
  height: 2px;
  background: grey;
  width: 100%;
}
.c-youtube__logo {
  background: url("/images/video_circle.png") no-repeat;
  color: white;
  width: 54px;
  height: 24px;
  text-align: center;
  margin-top: -12px;
  margin-right: 12px;
  margin-left: 12px;
}
.c-youtube__right-border {
  height: 2px;
  background: grey;
  width: 100%;
}
.c-youtube__media {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.c-youtube__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-youtube__item {
  padding: 48px 44px;
  margin: 0 12px;
  border-left: 2px solid #968c83;
  border-bottom: 2px solid #968c83;
  border-right: 2px solid #968c83;
  background: white;
  position: relative;
}
.c-youtube__title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #003057;
  line-height: 1;
  padding-top: 24px;
  line-height: 23px;
}
.c-youtube__share {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-size: 18px;
  color: #231f20;
  padding-top: 12px;
  line-height: 1;
}
.c-youtube__share a {
  transition: 0.2s;
  text-decoration: none;
  color: #231f20;
}
.c-youtube__share a:hover.facebook-intent {
  color: #4267b2;
}
.c-youtube__share a:hover.twitter-intent {
  color: #1da1f2;
}
.youtube-modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -9999px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  opacity: 0;
}
.youtube-modal-container.youtube-video-is-playing {
  left: 0;
  opacity: 1;
  z-index: 999999;
}
.youtube-modal-player-container {
  width: 50%;
  background-color: white;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.youtube-modal-player-container .youtube-modal-close {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  width: 30px;
  line-height: 30px;
  top: 10px;
  right: 20px;
  background-color: #003057;
  text-align: center;
  z-index: 9;
}
.youtube-modal-player-container .youtube-modal-close i {
  font-size: 24px;
  line-height: 30px;
  color: white;
}
.youtube-modal-player-container .youtube-modal-close i:before {
  margin: 0;
}
.youtube-modal-player {
  padding-bottom: 56.25%;
  position: relative;
}
.youtube-modal-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.promo {
  background: url("/images/promo_pattern.png") no-repeat;
}
#social-section {
  background: white;
  padding-bottom: 48px;
}
#social-section h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: #003057;
  margin: 0;
  line-height: 1;
  padding: 42px 0;
}
#social-section h2 span {
  font-weight: 500;
}
.c-contentstream__container {
  margin: 0 -12px;
}
.c-contentstream__container .c-contentstream__item {
  margin: 0 12px;
  border-left: 2px solid #968c83;
  border-bottom: 2px solid #968c83;
  border-right: 2px solid #968c83;
  background: white;
  position: relative;
  flex: 0 0 calc(33.33333% - 24px);
  -webkit-flex: 0 0 calc(33.33333% - 24px);
  min-width: 1px;
  min-height: 1px;
}
.c-contentstream__container .c-contentstream__left-border {
  height: 2px;
  background: #968c83;
  width: 100%;
}
.c-contentstream__container .c-contentstream__logo {
  color: #968c83;
  text-align: center;
  margin-top: -22px;
  margin-right: 12px;
  margin-left: 12px;
}
.c-contentstream__container .c-contentstream__logo i {
  font-size: 32px;
}
.c-contentstream__container .c-contentstream__right-border {
  height: 2px;
  background: #968c83;
  width: 100%;
}
.c-contentstream__container .c-contentstream__item-inner {
  padding: 48px 44px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
  padding-bottom: 0;
}
.c-contentstream__container .c-contentstream__twitter__body,
.c-contentstream__container .c-facebook__body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  height: 100%;
}
.c-contentstream__container .c-contentstream__twitter__body a,
.c-contentstream__container .c-facebook__body a {
  font-style: italic;
  color: #003057;
}
.c-contentstream__container .c-contentstream__twitter__footer,
.c-contentstream__container .c-facebook_item-user {
  padding-top: 56px;
  padding-bottom: 48px;
}
.c-contentstream__container .c-contentstream__twitter__footer img,
.c-contentstream__container .c-facebook_item-user img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 50%;
  border: 2px solid #968c83;
}
.c-contentstream__container .c-contentstream__twitter__user-name,
.c-contentstream__container .c-contentstream__facebook__user-name {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #003057;
  line-height: 1;
}
.c-contentstream__container .c-contentstream__twitter__user-screenname,
.c-contentstream__container .c-contentstream__facebook__user-screenname {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-size: 18px;
  text-decoration: none;
}
.c-contentstream__container .c-contentstream__twitter__twitter-name,
.c-contentstream__container .c-contentstream__facebook__facebook-name {
  padding-top: 2px;
}
#instagram-section {
  background: white;
  padding-top: 16px;
  padding-bottom: 48px;
}
#instagram-section .c-instagram__logo-container {
  border-left: 2px solid #968c83;
  border-right: 2px solid #968c83;
}
#instagram-section .c-instagram__left-border {
  height: 2px;
  background: #968c83;
  width: 100%;
}
#instagram-section .c-instagram__logo {
  color: #968c83;
  text-align: center;
  margin-top: -22px;
  margin-right: 12px;
  margin-left: 12px;
}
#instagram-section .c-instagram__logo i {
  font-size: 32px;
}
#instagram-section .c-instagram__right-border {
  height: 2px;
  background: #968c83;
  width: 100%;
}
#instagram-section .c-instagram {
  border-left: 2px solid #968c83;
  border-right: 2px solid #968c83;
  border-bottom: 2px solid #968c83;
  padding: 32px 48px 48px 48px;
}
#instagram-section .c-instagram__item {
  border-right: 1px solid white;
}
#instagram-section .slick-dots {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 24px;
}
#instagram-section .slick-dots li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 6px;
}
#instagram-section .slick-dots li button {
  transition: 0.2s;
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url(/images/rotator_dot_inactive.png);
  border: none;
  outline: none;
  font-size: 0;
  padding: 0;
}
#instagram-section .slick-dots li.slick-active button {
  background-image: url(/images/rotator_dot_active.png);
}
#athletes-section {
  background: url("/images/promo_pattern.png") repeat;
  padding: 48px 0;
}
.c-awards--standard .c-awards__item {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.c-awards--standard .c-awards__item:first-child {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  text-align: right;
}
.c-awards--standard .c-awards__item:first-child .c-awards__media {
  order: 1;
  -webkit-order: 1;
}
.c-awards--standard .c-awards__media {
  border: 2px solid silver;
  display: flex;
  display: -webkit-flex;
}
.c-awards--standard .c-awards__text {
  margin: 0 24px;
  font-size: 16px;
  line-height: 25px;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-bottom: 18px;
}
.c-awards--standard .c-awards__name {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: white;
  text-decoration: none;
}
.c-awards--standard .c-awards__sport {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-size: 18px;
  color: silver;
}
.c-awards--standard .c-awards__logo-container {
  margin: 0 48px;
  border-left: 2px solid silver;
  border-bottom: 2px solid silver;
  border-right: 2px solid silver;
  position: relative;
}
.c-awards--standard .c-awards__left-border {
  height: 2px;
  background: silver;
  width: 100%;
}
.c-awards--standard .c-awards__logo {
  color: silver;
  text-align: center;
  margin-top: -22px;
  margin-right: 12px;
  margin-left: 12px;
}
.c-awards--standard .c-awards__logo i {
  font-size: 32px;
}
.c-awards--standard .c-awards__right-border {
  height: 2px;
  background: silver;
  width: 100%;
}
.c-awards--standard .c-awards__header {
  align-self: center;
}
.c-awards--standard .c-awards__aotm-header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 28px;
  margin-bottom: 48px;
  margin-right: 44px;
  margin-left: 44px;
  overflow: hidden;
  line-height: 1;
}
.c-awards--standard .c-awards__aotm-header > div {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  color: white;
}
.c-awards--standard .c-awards__aotm-header > div:first-child {
  font-weight: 800;
  font-size: 52px;
}
.c-awards--standard .c-awards__aotm-header > div:last-child {
  font-size: 32px;
}
.c-awards--slider {
  padding-top: 24px;
}
.c-awards--slider .c-awards__item {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-awards--slider .c-awards__text {
  padding: 0 20px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-bottom: 18px;
}
.c-awards--slider .c-awards__name {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: white;
  text-decoration: none;
}
.c-awards--slider .c-awards__sport {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-size: 18px;
  color: silver;
}
.c-awards--slider .slick-dots {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 24px;
}
.c-awards--slider .slick-dots .slick-active button {
  background-image: url("/images/rotator_dot_active.png");
}
.c-awards--slider .slick-dots button {
  transition: 0.2s;
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url("/images/rotator_dot_inactive.png");
  border: none;
  outline: none;
  font-size: 0;
  padding: 0;
}
.c-awards--slider .slick-dots button:hover {
  background-image: url("/images/rotator_dot_active.png");
}
.main-footer {
  background: white;
}
.main-footer .sponsors {
  padding: 48px 0;
}
.main-footer .sponsors .ads-container {
  display: flex;
  display: -webkit-flex;
}
.main-footer .sponsors .ad {
  margin: 0 10px;
  border: 2px solid #968c83;
}
.main-footer .footer-logos {
  border-top: 2px solid #968c83;
  padding: 48px 0;
}
.main-footer .footer-logos .footer-sprite-row > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer .footer-copyright {
  background: #003057;
  padding: 48px 0;
}
.main-footer .footer-copyright > div {
  align-items: center;
}
.main-footer .footer-copyright .copyright {
  align-self: center;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 20px;
}
.main-footer .footer-copyright .address {
  text-align: center;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
}
.main-footer .footer-copyright .address address {
  font-style: normal;
}
.main-footer .footer-copyright .address a {
  color: white;
  text-decoration: none;
}
.main-footer .footer-copyright .address > div {
  font-weight: 800;
}
.main-footer .footer-copyright .address > div a {
  padding-right: 14px;
  padding-left: 14px;
}
.main-footer .footer-copyright .social-icons {
  align-items: center;
}
.main-footer .footer-copyright .social-icons .ads-container {
  display: flex;
  display: -webkit-flex;
}
.main-footer .footer-copyright .social-icons .ads-container .ad {
  padding: 0 8px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.main-footer .footer-copyright .social-icons .ads-container .ad a {
  font-size: 20px;
  transition: .2s;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  color: white;
}
.main-footer .footer-copyright .social-icons .ads-container span span {
  position: absolute;
  left: -9999px;
  top: -9999px;
  background: black;
  color: white;
}
.main-footer .footer-copyright .social-icons .b-search {
  line-height: initial;
  height: initial;
}
.main-footer .footer-copyright .social-icons .b-search--popout #search {
  top: -8px;
}
.main-footer .footer-copyright .social-icons .b-search--popout.is-open #search {
  right: 40px;
}
@media screen and (max-width: 1360px) {
  .c-awards__aotm-header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 28px;
    margin-bottom: 48px;
    margin-right: 44px;
    margin-left: 44px;
    overflow: hidden;
    line-height: 1;
  }
  .c-awards__aotm-header > div {
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    color: white;
  }
  .c-awards__aotm-header > div:first-child {
    font-weight: 800;
    font-size: 52px;
  }
  .c-awards__aotm-header > div:last-child {
    font-size: 32px;
  }
  .c-awards__logo-container {
    margin: 0 48px;
    border-left: 2px solid #968c83;
    border-bottom: 2px solid #968c83;
    border-right: 2px solid #968c83;
    position: relative;
  }
  .c-awards__left-border {
    height: 2px;
    background: #968c83;
    width: 100%;
  }
  .c-awards__logo {
    color: #968c83;
    text-align: center;
    margin-top: -22px;
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-awards__logo i {
    font-size: 32px;
  }
  .c-awards__right-border {
    height: 2px;
    background: #968c83;
    width: 100%;
  }
  .c-awards__header {
    align-self: center;
  }
}
@media screen and (max-width: 1280px) {
  .c-navigation .c-nav__level-1 li {
    font-size: 20px;
  }
  #topStories-section .c-stories--slider2 .slick-slide {
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
  }
  #topStories-section .c-stories__arrows button.slick-prev {
    left: 24px;
  }
  #topStories-section .c-stories__arrows button.slick-next {
    right: 24px;
  }
}
@media screen and (max-width: 1128px) {
  #topStories-section .c-stories--slider2 .slick-slide {
    -webkit-filter: blur(0px) !important;
    filter: blur(0px) !important;
  }
}
@media screen and (max-width: 1023px) {
  #topStories-section .c-stories__arrows button.slick-prev {
    left: 12px;
  }
  #topStories-section .c-stories__arrows button.slick-next {
    right: 12px;
  }
  #topStories-section .c-stories__arrows {
    top: 35%;
  }
  #topStories-section .c-stories__details {
    display: block !important;
    position: static;
    background-color: #003057;
    padding: 24px;
  }
  #topStories-section .c-stories--slider2 {
    background-color: #003057;
  }
  #topStories-section .slick-dots {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    justify-content: center;
    -webkit-justify-content: center;
    position: static;
    padding: 24px;
    background-color: #003057;
  }
  #youtube-section .slick-dots {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 24px;
  }
  #youtube-section .slick-dots li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 6px;
  }
  #youtube-section .slick-dots li button {
    transition: 0.2s;
    display: block;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(/images/rotator_dot_inactive.png);
    border: none;
    outline: none;
    font-size: 0;
    padding: 0;
  }
  #youtube-section .slick-dots li.slick-active button {
    background-image: url(/images/rotator_dot_active.png);
  }
  .c-youtube {
    margin: 0;
  }
  .c-youtube__item {
    margin-right: 0;
    margin-left: 0;
    border-right: none;
    border-left: none;
    border-bottom: none;
    padding: 0;
    margin-top: 12px;
    background: transparent;
  }
  .c-youtube__item .c-youtube__item--inner {
    margin: 0 12px;
    border-left: 2px solid #968c83;
    border-right: 2px solid #968c83;
    border-bottom: 2px solid #968c83;
    padding: 48px 44px;
    background: white;
  }
  .c-youtube__logo-container {
    left: 12px;
    width: calc(100% - 24px);
  }
  .c-contentstream__container .c-contentstream__item {
    margin-top: 12px;
    min-height: 371px;
  }
  .c-contentstream__item-inner {
    min-height: 347px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .c-contentstream__container .c-contentstream__twitter__footer,
  .c-contentstream__container .c-facebook_item-user {
    margin-top: auto;
    padding-top: initial;
  }
  .c-contentstream__container .slick-dots {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 24px;
  }
  .c-contentstream__container .slick-dots li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 6px;
  }
  .c-contentstream__container .slick-dots li button {
    transition: 0.2s;
    display: block;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(/images/rotator_dot_inactive.png);
    border: none;
    outline: none;
    font-size: 0;
    padding: 0;
  }
  .c-contentstream__container .slick-dots li.slick-active button {
    background-image: url(/images/rotator_dot_active.png);
  }
  .footer-copyright > .flex {
    display: block;
  }
  .main-footer .footer-copyright .copyright {
    text-align: center;
    padding-bottom: 12px;
  }
  .main-footer .footer-copyright .social-icons {
    justify-content: center;
    -webkit-justify-content: center;
    padding-top: 12px;
  }
  .footer-copyright .b-search--popout #search {
    right: 40px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .official-container .official-text span {
    display: none;
  }
  .c-contentstream__container {
    margin: 0;
  }
  .c-contentstream__container .c-contentstream__item {
    margin-right: 0;
    margin-left: 0;
    border-right: none;
    border-left: none;
    border-bottom: none;
  }
  .c-contentstream__container .c-contentstream__item .c-contentstream__item--inner {
    margin: 0 12px;
    border-left: 2px solid #968c83;
    border-right: 2px solid #968c83;
    border-bottom: 2px solid #968c83;
  }
  .main-footer .footer-logos .footer-sprite-row > ul li {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
    text-align: center;
    padding: 24px 0;
  }
  .main-footer .footer-logos .footer-sprite-row > ul li:last-child {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .main-navigation .header_logo {
    top: 12px;
  }
  .main-navigation .header_logo .desktop {
    display: none;
  }
  .main-navigation .header_logo .scroll {
    display: block !important;
  }
}
@media screen and (max-width: 539px) {
  .official-container .official-text {
    margin-left: initial;
    width: 100%;
    text-align: center;
  }
  .official-container .ads-container {
    display: none;
  }
  #topStories-section .c-stories__arrows {
    display: none;
  }
  #topStories-section .c-stories__details .c-stories__url {
    font-size: 16px;
    line-height: 30px;
  }
  .c-awards__logo-container {
    margin: 0;
  }
  .c-events__logo {
    padding-right: 24px;
  }
  #topStories-section .c-stories__item.slick-active .c-stories__date-sport {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .official-container .official-text {
    font-size: 4vw;
  }
}
.c-awards--slide_container {
  display: flex;
  display: -webkit-flex;
}
.c-awards--slide_container .c-awards--standard.multis {
  display: flex;
  display: -webkit-flex;
}
.c-awards--slide_container .c-awards__header {
  margin-top: -19px;
}
.c-awards--slide_container .c-awards--slider {
  max-width: 3000px;
  overflow: hidden;
}
.c-awards--slide_container .c-awards--slider .c-awards__item {
  width: 481px;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.c-awards--slide_container .c-awards--slider .c-awards__item .c-awards__text {
  text-align: right;
  padding-bottom: 0;
}
.c-awards--slide_container .slick-dots {
  width: 300px;
  margin: 0 auto;
}
/*countdown*/

#countdown-section {
  background: #003057;
  padding: 12px 0;
}
.countdown-container {
  min-height: 60px;
  background: #003057;
  width: 100%;
  color: white;
  display: flex;
  display: -webkit-flex;
  padding: 0 12px;
}
.countdown-container .title {
  text-transform: uppercase;
  padding: 6px 0;
  font: 38px/1 'Source Sans Pro';
  font-style: italic;
  font-weight: 800;
}
.countdown-container .title span {
  color: #968c83;
}
.countdown-container .countdown-game-details {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.countdown-container .countdown-details {
  display: flex;
  display: -webkit-flex;
  width: 100%;
}
.countdown-container .opponent {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font: 25px/1 'Source Sans Pro';
  margin: 0 35px;
  font-style: italic;
}
.countdown-container .opponent .vsat {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 60px;
  margin: 0 20px;
}
.countdown-container .opponent .vsat:before {
  content: '';
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  width: 1px;
  height: 100%;
  background: #003057;
  margin: 4px  0;
}
.countdown-container .opponent .vsat:after {
  content: '';
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  width: 1px;
  background: #003057;
  margin: 4px 0 ;
}
.countdown-container .game-media {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.countdown-container .game-media > a {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 60px;
  -webkit-flex-wrap: nowrap;
  padding: 0 20px 0 10px;
  margin-left: 20px;
  position: relative;
  margin-right: -40px;
  text-decoration: none;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #e5e5e5;
  color: #003057;
  font: 30px/1.3 'gotham';
  text-transform: uppercase;
  font-style: italic;
}
.countdown-container .game-media > a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 60px solid #e5e5e5;
  position: absolute;
  top: 0;
  left: -20px;
  border-left: 20px solid transparent;
}
.countdown-container .game-media > a:after {
  content: none;
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid #e5e5e5;
  position: absolute;
  top: 0;
  right: -20px;
  border-right: 20px solid transparent;
}
.countdown-container .countdown-details-countdown {
  margin-left: auto;
  display: flex;
  display: -webkit-flex;
}
.countdown-container .countdown-details-promo {
  margin-right: 20px;
}
.countdown-container .time {
  font: 30px/1.3 'Source Sans Pro';
  color: #003057;
  font-weight: 700;
}
.countdown-container .timeWrapper {
  height: 60px;
  width: 45px;
  padding: 5px 0;
  background: white;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  font-weight: 300;
  font-size: 13px;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #003057;
  text-transform: uppercase;
  color: #c8c8c8;
  margin: 0 15px;
  position: relative;
}
.countdown-container .timeWrapper:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 60px solid white;
  position: absolute;
  top: 0;
  left: -20px;
  border-left: 20px solid transparent;
}
.countdown-container .timeWrapper:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid white;
  position: absolute;
  top: 0;
  right: -20px;
  border-right: 20px solid transparent;
}
@media screen and (max-width: 1255px) {
  .countdown-container {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .countdown-container .countdown-details {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .countdown-container .timeWrapper:first-child {
    width: 40px;
    margin-left: 15px;
    padding-left: 0;
  }
  .countdown-container .timeWrapper:first-child:before {
    content: '';
  }
  .countdown-container .game-media > a {
    margin-right: 0px;
  }
  .countdown-container .countdown-details-countdown {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .countdown-container .countdown-game-details {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media screen and (max-width: 720px) {
  .countdown-container .countdown-details-countdown {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }
  .countdown-container .game-media > a:after {
    content: '';
  }
  .countdown-container .timeWrapper:first-child {
    width: 40px;
    margin-left: 15px;
    padding-left: 0;
  }
  .countdown-container .timeWrapper:first-child:before {
    content: '';
  }
  .countdown-details-countdown > * {
    margin: 20px 0;
  }
  .countdown-container .game-media > a {
    margin-left: 0;
  }
  .countdown-container .countdown-game-details {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
  }
  .countdown-container .countdown-details-promo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .countdown-container .countdown-details-promo {
    margin-right: 0px;
  }
}
.s-common-footer {
  border-top: 1px solid #efefef;
  padding: 25px 0;
}
.s-common-footer.s-common-footer--white {
  background: white;
}
.s-common-footer.s-common-footer--black {
  background: #003057;
}
.s-common-footer .s-common-footer__wrapper {
  max-width: 1464px;
  margin: 0 auto;
}
.c-common-footer--black {
  background: #003057 !important;
}
