@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap');
@font-face {
  font-family: 'Museo Slab';
  src: url('/site/fonts/museo_slab-webfont.woff2') format('woff2'), url('/site/fonts/museo_slab-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FranklinGothicDemiReg';
  src: url('/site/fonts/FRADM.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #002d5a;
  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;
}
/* Mixins */
/* .clearfix() in grid.less */
/* helper classes in grid.less */
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #4e4e50;
  margin: 0;
  padding: 0;
  background-color: white;
  background-image: url("/images/responsive/bg.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
a:focus {
  outline: none;
}
A:hover {
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.row {
  max-width: 1440px;
}
.contentDiv_container {
  margin: 0px auto 0;
}
.contentDiv_container.headroom--not-top {
  margin: 90px auto 0;
}
.wide .contentDiv_container {
  max-width: 1440px;
  margin: 0px auto 0;
  background: white;
  padding: 12px;
}
.wide .contentDiv_container.headroom--not-top {
  margin: 90px auto 0;
}
html.sport body .contentDiv_container.headroom--not-top {
  margin: 163px auto 0;
}
html.sport body .wide .contentDiv_container.headroom--not-top {
  margin: 163px auto 0;
}
html.sport body #topStories-section .c-stories--cover .c-stories__item,
html.sport body #topStories-section .c-stories--cover .c-stories__media-as-bg {
  height: calc(100vh - 267px);
}
#scoreboard {
  background-color: white;
}
#scoreboard .c-scoreboard {
  position: relative;
}
#scoreboard .c-scoreboard .comp-cal {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 36px;
  height: 104px;
  line-height: 104px;
  color: #00205b;
  background-color: #b9975b;
  font-size: 20px;
  text-align: center;
}
#scoreboard .c-scoreboard .comp-cal span {
  position: absolute;
  left: -9999px;
}
#scoreboard .c-scoreboard .comp-cal:hover {
  color: #b9975b;
  background-color: #00205b;
}
#scoreboard .c-scoreboard .c-scoreboard__list {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  padding: 0 0 0 24px;
  margin-left: 240px;
}
#scoreboard .c-scoreboard .c-scoreboard__item {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  height: 104px;
  padding: 8px 12px;
  border-right: 1px solid #d5d5d5;
  background-color: white;
  overflow: hidden;
}
#scoreboard .c-scoreboard .c-scoreboard__item.open .c-scoreboard__toggle {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.35s;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#scoreboard .c-scoreboard .c-scoreboard__item.open .c-scoreboard__ctas {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
#scoreboard .c-scoreboard .c-scoreboard__item:hover .c-scoreboard__ctas {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
#scoreboard .c-scoreboard .c-scoreboard__logo {
  flex: 0 0 24px;
  -webkit-flex: 0 0 24px;
  min-width: 1px;
  min-height: 1px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
#scoreboard .c-scoreboard .c-scoreboard__logo img {
  display: block;
  margin: 0 auto;
}
#scoreboard .c-scoreboard .c-scoreboard__name {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  color: #4e4e50;
  padding: 0px 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#scoreboard .c-scoreboard .c-scoreboard__time {
  color: #b9975b;
}
#scoreboard .c-scoreboard .c-scoreboard__date {
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 20px;
  color: #00205b;
  text-transform: uppercase;
}
#scoreboard .c-scoreboard .c-scoreboard__details-bottom__logos-awayteam {
  margin: 8px 0;
}
#scoreboard .c-scoreboard .c-scoreboard__ctas {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  background-color: #d5d5d5;
  z-index: 2;
}
#scoreboard .c-scoreboard .c-scoreboard__ctas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#scoreboard .c-scoreboard .c-scoreboard__ctas li {
  position: relative;
  margin: 0 4px;
}
#scoreboard .c-scoreboard .c-scoreboard__ctas a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #00205b;
  background-color: transparent;
  text-decoration: none;
}
#scoreboard .c-scoreboard .c-scoreboard__ctas a:first-child:before {
  content: none;
}
#scoreboard .c-scoreboard .c-scoreboard__ctas a span {
  position: absolute;
  left: -9999px;
}
#scoreboard .c-scoreboard .c-scoreboard__ctas a:hover {
  color: #b9975b;
}
#scoreboard .c-scoreboard button {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  width: 24px;
  background-color: white;
  text-align: center;
  border: 1px solid #d5d5d5;
  border-top: none;
  border-bottom: none;
  outline: none;
  font-size: 0;
  padding: 0;
  height: 50%;
}
#scoreboard .c-scoreboard button.slick-prev {
  top: 0;
  left: 0;
  border-left: none;
}
#scoreboard .c-scoreboard button.slick-prev:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  background-image: url("/images/responsive/events_l_arrow.png");
}
#scoreboard .c-scoreboard button.slick-prev:hover:before {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-image: url("/images/responsive/events_l_arrow_b.png");
}
#scoreboard .c-scoreboard button.slick-next {
  bottom: 0;
  left: 0;
  border-left: none;
}
#scoreboard .c-scoreboard button.slick-next:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  background-image: url("/images/responsive/events_r_arrow.png");
}
#scoreboard .c-scoreboard button.slick-next:hover:before {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-image: url("/images/responsive/events_r_arrow_b.png");
}
#scoreboard .c-scoreboard__mobile {
  position: relative;
}
#scoreboard .c-scoreboard__mobile.open {
  z-index: 10000;
}
#scoreboard .c-scoreboard__mobile.open .c-scoreboard__offcanvas {
  transition: 0.5s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__offcanvas {
  transition: 0.5s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__toggle {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 24px;
  height: 24px;
  background-color: #d5d5d5;
  text-align: center;
  line-height: 24px;
  color: #00205b;
  cursor: pointer;
  z-index: 2;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__toggle i {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: inline-block;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__toggle span {
  position: absolute;
  left: -9999px;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__toggle-opener {
  width: 100%;
  height: 48px;
  font-size: 20px;
  font-weight: 700;
  color: #00205b;
  text-transform: uppercase;
  outline: none;
  border: none;
  background-color: #d5d5d5;
  text-align: left;
  padding: 0;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__toggle-opener i {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #00205b;
  background-color: #b9975b;
  margin-right: 24px;
  text-align: center;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__toggle-opener i:before {
  margin: 0;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__inner {
  padding: 24px 0px 72px;
  overflow: auto;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__sports-list {
  margin: 0 24px 24px;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__item {
  margin: 0;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  padding: 24px;
  border-top: 1px solid #d5d5d5;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__item:last-child {
  border-bottom: 1px solid #d5d5d5;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__item.open .c-scoreboard__ctas {
  transition: 0.5s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transform: translate(0, calc(-100% + 24px));
  -webkit-transform: translate(0, calc(-100% + 24px));
  -moz-transform: translate(0, calc(-100% + 24px));
  -ms-transform: translate(0, calc(-100% + 24px));
  transform: translate(0, calc(-100% + 24px));
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__item.open .c-scoreboard__toggle {
  color: #00205b;
  background-color: #b9975b;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__item.open .c-scoreboard__toggle i {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__details-top {
  font-weight: 700;
  text-transform: uppercase;
  color: #00205b;
  font-size: 16px;
  margin-bottom: 6px;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__details-top .c-scoreboard__time {
  color: #b9975b;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__details-top .c-scoreboard__date {
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 20px;
  color: #00205b;
  text-transform: uppercase;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__details-bottom .c-scoreboard__logo {
  flex: 0 0 24px;
  -webkit-flex: 0 0 24px;
  min-width: 1px;
  min-height: 1px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__details-bottom .c-scoreboard__logo img {
  display: block;
  margin: 0 auto;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__details-bottom .c-scoreboard__sport,
#scoreboard .c-scoreboard__mobile .c-scoreboard__details-bottom .c-scoreboard__name {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 0px 12px;
  color: #4e4e50;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__ctas {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  background-color: #d4d9dc;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__ctas .c-event__result {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #00205b;
  font-weight: 700;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__ctas ul {
  list-style: none;
  margin: auto 0 0 0;
  padding: 0;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__ctas li {
  position: relative;
  margin: 0 16px 0 0;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__ctas a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #00205b;
  background-color: transparent;
  text-decoration: none;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__ctas a:first-child:before {
  content: none;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__ctas a span {
  position: absolute;
  left: -9999px;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__ctas a:hover {
  color: #b9975b;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__footer {
  position: fixed;
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0;
  background-color: #00205b;
  z-index: 3;
  padding-top: 6px;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__footer a {
  font-family: "Museo Slab", sans-serif;
  color: white;
  font-size: 28px;
  text-decoration: none;
  text-transform: uppercase;
}
.c-nav-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  background-color: #00205b;
}
.c-nav-wrapper:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.4);
}
.c-nav-wrapper .header_logo {
  transform: translate(-708px, 0);
  -webkit-transform: translate(-708px, 0);
  -moz-transform: translate(-708px, 0);
  -ms-transform: translate(-708px, 0);
  -o-transform: translate(-708px, 0);
  position: absolute;
  top: -80px;
  left: 50%;
  z-index: 1000;
}
.c-nav-wrapper .header_logo .scroll {
  display: none;
}
.c-nav-wrapper.headroom--not-top {
  position: fixed;
}
.c-nav-wrapper.headroom--not-top .header_logo {
  top: 5px;
}
.c-nav-wrapper.headroom--not-top .header_logo .top {
  display: none;
}
.c-nav-wrapper.headroom--not-top .header_logo .scroll {
  display: block;
}
.c-nav-wrapper.headroom--not-top .sponsor {
  margin: 0 0 0 124px;
}
.c-nav-wrapper .sponsor {
  flex: 0 0 150px;
  -webkit-flex: 0 0 150px;
  min-width: 1px;
  min-height: 1px;
  margin: 0 0 0 252px;
}
.c-nav-wrapper .row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  z-index: 11;
  width: 100%;
}
.c-nav-wrapper .c-nav__mobile-menu {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 0 0 48px;
  -webkit-flex: 0 0 48px;
  min-width: 1px;
  min-height: 1px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  font-size: 24px;
  color: white;
  padding: 0;
  line-height: 90px;
  text-align: right;
}
.c-nav-wrapper .c-nav__mobile-menu i {
  font-size: 24px;
  color: white;
}
.c-nav-wrapper .c-nav__mobile-menu span {
  position: absolute;
  left: -9999px;
}
.c-nav {
  width: 100%;
}
.c-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-nav .c-nav__level-1--desktop {
  display: flex;
  display: -webkit-flex;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1 {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 90px;
  white-space: nowrap;
  /* assumes class name sports was set in backend */

}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1.sports .c-nav__item--level-2 {
  display: flex;
  display: -webkit-flex;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1.sports .c-nav__item--level-2 .c-nav__url--level-2:first-child {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 20px;
  margin-right: auto;
  margin-left: 0;
  text-transform: uppercase;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1.sports .c-nav__item--level-2 .c-nav__url--level-2:first-child:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 24px;
  background-color: transparent;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1.sports .c-nav__item--level-2 .c-nav__url--level-2:first-child:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  max-width: 0;
  height: 4px;
  background-color: #b9975b;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1.sports .c-nav__item--level-2:hover a:first-child:before {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  top: auto;
  bottom: 0;
  background-color: #b9975b;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1.sports .c-nav__item--level-2:hover a:first-child:after {
  max-width: 24px;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1:hover {
  cursor: pointer;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1:hover .c-nav__url--level-1 {
  color: #b9975b;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1:hover .c-nav__url--level-1:before {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  top: auto;
  bottom: 0;
  background-color: #b9975b;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1:hover .c-nav__url--level-1:after {
  max-width: 24px;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1:hover .c-nav__level-2 {
  left: 0;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-1 {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 24px;
  color: white;
  margin: 0;
  padding: 10px 20px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-1 span {
  display: inline-block;
  line-height: 24px;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-1:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.4);
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-1:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  max-width: 0;
  height: 4px;
  background-color: #b9975b;
}
.c-nav .c-nav__level-1--desktop .c-nav__level-2 {
  position: absolute;
  z-index: 1;
  left: -9999px;
  top: 100%;
  width: 100%;
  z-index: 100;
  background-color: white;
}
.c-nav .c-nav__level-1--desktop .c-nav__level-2:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.4);
}
.c-nav .c-nav__level-1--desktop .c-nav__level-2 ul {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin: 12px;
}
.c-nav .c-nav__level-1--desktop .c-nav__level-2-inner {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0px auto;
  padding: 24px 12px;
  width: 100%;
  max-width: 1152px;
}
.c-nav .c-nav__level-1--desktop .c-nav__level-2-dropdown__ad {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  margin: 0;
  padding: 24px 0;
  border-top: 2px solid #d5d5d5;
}
.c-nav .c-nav__level-1--desktop .c-nav__level-2-dropdown__ad a {
  position: relative;
  padding: 0 12px;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-2 {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 20px;
  line-height: 40px;
  text-transform: none;
  padding: 0 12px;
  white-space: nowrap;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-2:hover .c-nav__url--level-2 {
  color: #00205b;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-2.c-nav__separator {
  margin-top: 12px;
  font-family: "Museo Slab", sans-serif;
  font-size: 32px;
  color: #00205b;
  text-transform: uppercase;
  border-bottom: none;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-2.c-nav__separator:hover {
  background-color: transparent !important;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-2.c-nav__separator:after {
  display: none;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2 {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 20px;
  color: #4e4e50;
  text-decoration: none;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__schedule-roster-news {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0 6px;
  white-space: nowrap;
  font-size: 16px;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__social {
  height: 30px;
  padding: 0;
  margin: 0 6px;
  text-align: center;
  border: none;
  overflow: hidden;
  display: inline-block;
  color: #4e4e50;
  font-size: 0;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__social:before {
  font-family: sidearm_font;
  font-size: 18px;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__social.facebook:before {
  content: '\e806';
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__social.twitter:before {
  content: '\e825';
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__social.instagram:before {
  content: '\e811';
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__social.tickets {
  display: none;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__social.tickets:before {
  content: '\e829';
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2:hover {
  color: #00205b;
}
.c-nav-flyout {
  width: 100%;
}
.c-nav-flyout ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-nav-flyout .c-nav__flyout-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9000;
  width: 100%;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.c-nav-flyout .c-nav__flyout-menu.opened {
  max-height: calc(100vh - 80px);
  height: calc(100vh - 80px);
  overflow: auto;
  display: inherit!important;
  background-color: white;
}
.c-nav-flyout .c-nav__flyout-menu .icn {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  font-size: 20px;
  color: #00205b;
  text-align: center;
}
.c-nav-flyout .c-nav__flyout-menu .icn:before {
  display: block;
}
.c-nav-flyout .c-nav__flyout-menu .icn.opened {
  color: #00205b;
  display: flex !important;
  -webkit-display: flex !important;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__flyout-menu--level-1 {
  width: 100%;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__item--level-1 {
  color: #00205b;
  background: white;
  border-bottom: solid 1px #d5d5d5;
  cursor: pointer;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__url--level-1 {
  position: relative;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 24px;
  display: inline-block;
  width: 100%;
  padding: 0 24px;
  line-height: 60px;
  color: #00205b;
  text-transform: uppercase;
  text-decoration: none;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__flyout-menu--level-2 {
  transition: 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  background-color: white;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__flyout-menu--level-2.opened {
  transition: 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 1000px;
  overflow: auto;
  display: inherit!important;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__flyout-menu--level-2-toggle {
  width: 100%;
  height: 48px;
  font-size: 20px;
  font-weight: 700;
  color: #00205b;
  text-transform: uppercase;
  outline: none;
  border: none;
  background-color: #d5d5d5;
  text-align: left;
  padding: 0;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__flyout-menu--level-2-toggle i {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #00205b;
  background-color: #b9975b;
  margin-right: 24px;
  text-align: center;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__flyout-menu--level-2-toggle i:before {
  margin: 0;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__item--level-2 {
  position: relative;
  border-top: solid 1px #d5d5d5;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__item--level-2.c-nav__separator {
  font-family: "Museo Slab", sans-serif;
  color: #00205b;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__item--level-2.c-nav__separator span {
  color: #00205b;
  padding: 0px 24px;
  font-size: 28px;
  line-height: 60px;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__url--level-2 {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  padding: 0px 24px;
  color: #4e4e50;
  line-height: 60px;
  text-transform: uppercase;
  text-decoration: none;
}
.c-nav-sport {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9997;
  background-color: #b9975b;
  margin: 0;
}
.c-nav-sport:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.5);
}
.c-nav-sport:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.5);
}
.c-nav-sport.headroom--not-top {
  position: fixed;
  top: 90px;
}
.c-nav-sport .c-nav__ad {
  margin-left: 12px;
  margin-right: auto;
}
.c-nav-sport .c-nav__ad img {
  vertical-align: middle;
}
.c-nav-sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-nav-sport .c-nav-desktop-sport-container {
  position: relative;
  width: 100%;
  height: 70px;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin: 0;
  padding: 0;
  height: 74px;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 20px;
  color: white;
  margin: 0;
  padding: 0;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 a:hover {
  color: #00205b;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  margin: 0;
  padding: 10px 12px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  content: '';
  position: absolute;
  top: 50%;
  left: -2px;
  width: 4px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.4);
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  content: '';
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 100%;
  max-width: 0;
  height: 4px;
  background-color: #00205b;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li.sport-home {
  padding: 0;
  margin-left: 0;
  margin-right: auto;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li.sport-home > div {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li.sport-home a {
  font-family: "Museo Slab", sans-serif;
  font-size: 32px;
  color: #00205b;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li.sport-home:before,
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li.sport-home:after {
  display: none;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown {
  position: relative;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown.additional-links > div {
  height: 24px;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown.additional-links > div a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 0;
  line-height: 1;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown.additional-links > div a:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: 'More +';
  font-size: 20px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown.additional-links > div a:after {
  display: none;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li:hover:not(.sport-home):before {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  top: auto;
  bottom: 0;
  background-color: #00205b;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li:hover:not(.sport-home):after {
  max-width: 22px;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li:hover:not(.sport-home) .c-nav-level-2 {
  left: auto;
  right: 0;
  opacity: 1;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-2 {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 900;
  opacity: 0;
  width: 300px;
  max-height: 350px;
  overflow-y: auto;
  background: white;
  padding: 12px;
  margin: 0;
  text-align: left;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-2 > li {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-2 > li.c-nav__separator {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #00205b;
  text-transform: uppercase;
  margin: 12px 0 0;
  padding: 0 12px;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-2 > li a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  display: block;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 20px;
  color: #4e4e50;
  line-height: 36px;
  text-transform: none;
  padding: 0 12px;
  border-bottom: 1px solid #d5d5d5;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-2 > li:hover a {
  color: #00205b;
}
.c-nav-sport .c-nav-mobile-sport-container {
  position: relative;
  width: 100%;
  height: 70px;
}
.c-nav-sport .c-nav-mobile-sport-container a {
  text-decoration: none;
}
.c-nav-sport .c-nav-mobile-sport-container > ul {
  display: flex;
  display: -webkit-flex;
}
.c-nav-sport .c-nav-mobile-sport-container > ul > li {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 20px;
  color: white;
  padding: 10px 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.c-nav-sport .c-nav-mobile-sport-container > ul > li:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  content: '';
  position: absolute;
  top: 50%;
  left: -2px;
  width: 4px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.4);
}
.c-nav-sport .c-nav-mobile-sport-container > ul > li:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  content: '';
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 100%;
  max-width: 0;
  height: 4px;
  background-color: #00205b;
}
.c-nav-sport .c-nav-mobile-sport-container > ul > li.more {
  cursor: pointer;
  font-weight: 700;
}
.c-nav-sport .c-nav-mobile-sport-container > ul > li.more:hover {
  color: #00205b;
}
.c-nav-sport .c-nav-mobile-sport-container > ul > li > a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: white;
  text-decoration: none;
}
.c-nav-sport .c-nav-mobile-sport-container > ul > li:hover:before {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  top: auto;
  bottom: 0;
  background-color: #00205b;
}
.c-nav-sport .c-nav-mobile-sport-container > ul > li:hover:after {
  max-width: 22px;
}
.c-nav-sport .c-nav-mobile-sport-container > ul > li:hover a {
  color: #00205b;
}
.c-nav-sport .c-nav-mobile-sport-home {
  position: relative;
  margin-right: auto;
}
.c-nav-sport .c-nav-mobile-sport-home a {
  font-family: "Museo Slab", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #00205b;
  text-transform: uppercase;
  text-decoration: none;
}
.c-nav-sport .c-nav-mobile-flyout-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9000;
  width: 100%;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.c-nav-sport .c-nav-mobile-flyout-menu.opened {
  transition: 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: calc(100vh - 80px);
  overflow: auto;
  display: inherit!important;
}
.c-nav-sport .c-nav-mobile-flyout-menu .icn {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 42px;
  font-size: 20px;
  color: #b9975b;
  background: #00205b;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  text-align: center;
}
.c-nav-sport .c-nav-mobile-flyout-menu .icn:before {
  display: block;
  color: #b9975b;
}
.c-nav-sport .c-nav-mobile-flyout-menu .icn.opened {
  display: flex !important;
  -webkit-display: flex !important;
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul {
  width: 100%;
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li {
  position: relative;
  color: #b9975b;
  background: #f2f2f2;
  border-bottom: solid 1px #cccccc;
  cursor: pointer;
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li:last-child {
  border-bottom: none;
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 11px 12px 9px 15px;
  color: #00205b;
  font-size: 16px;
  text-decoration: none;
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 li {
  position: relative;
  background: #dddddd;
  border-top: solid 1px #cccccc;
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 li.c-nav__separator {
  color: #00205b;
  background: #b9975b;
  text-transform: uppercase;
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 li.c-nav__separator a,
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 li.c-nav__separator span {
  color: #00205b;
  padding: 9px 12px 7px 15px;
  font-size: 14px;
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 a,
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 span {
  display: inline-block;
  width: 100%;
  padding: 9px 12px 7px 24px;
  color: #00205b;
  font-size: 14px;
  text-decoration: none;
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2.opened {
  transition: 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 1000px;
  overflow: hidden;
  display: inherit!important;
}
#calendar-btn-toggle {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  flex: 0 0 48px;
  -webkit-flex: 0 0 48px;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  height: 90px;
  line-height: 90px;
  text-align: center;
  text-decoration: none;
  padding: 0;
}
#calendar-btn-toggle i {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: white;
  font-size: 24px;
}
#calendar-btn-toggle i:before {
  margin: 0;
}
#calendar-btn-toggle span {
  position: absolute;
  left: -9999px;
}
#calendar-btn-toggle.active {
  background-color: white;
}
#calendar-btn-toggle.active i {
  color: #00205b;
}
#calendar-btn-toggle:hover {
  background-color: white;
  cursor: pointer;
}
#calendar-btn-toggle:hover i {
  color: #00205b;
}
html.stories-video-is-playing #topStories-section .c-stories .c-stories__details,
html.stories-video-is-playing #topStories-section .c-stories .showcase-play-button,
html.stories-video-is-playing #topStories-section .c-stories .c-stories__media:after,
html.stories-video-is-playing .stickyLeaderboard {
  display: none;
}
#topStories-section .c-stories__item {
  position: relative;
}
#topStories-section .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
}
#topStories-section .c-stories__media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#topStories-section .c-stories__headline {
  margin: 0;
}
#topStories-section .c-stories__url {
  text-decoration: none;
}
#topStories-section .c-stories .showcase-play-button {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
  z-index: 2;
}
#topStories-section .c-stories .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#topStories-section .c-stories--cover .c-stories__item {
  height: calc(100vh - 194px);
}
#topStories-section .c-stories--cover .c-stories__media-as-bg {
  position: relative;
  height: calc(100vh - 194px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
#topStories-section .c-stories--cover .c-stories__media-as-bg:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: initial;
  bottom: 0;
  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--cover .c-stories__details {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  bottom: 66px;
  left: 50%;
  width: 100%;
  padding: 24px 0;
  z-index: 2;
}
#topStories-section .c-stories--cover .c-stories__headline {
  margin: 0;
}
#topStories-section .c-stories--cover .c-stories__url {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  font-family: "Museo Slab", sans-serif;
  font-size: 42px;
  line-height: 45px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
#topStories-section .c-stories--cover .c-stories__url:hover {
  color: #b9975b;
}
#topStories-section .c-stories--cover .c-stories__links {
  margin-top: 8px;
}
#topStories-section .c-stories--cover .c-stories__links ul {
  display: flex;
  display: -webkit-flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#topStories-section .c-stories--cover .c-stories__links li {
  position: relative;
  margin: 0;
}
#topStories-section .c-stories--cover .c-stories__links li:first-child:after {
  display: none;
}
#topStories-section .c-stories--cover .c-stories__links li a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 24px;
  color: #b9975b;
  margin: 0;
  padding: 10px 20px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
#topStories-section .c-stories--cover .c-stories__links li a:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 24px;
  background-color: white;
}
#topStories-section .c-stories--cover .c-stories__links li a:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  max-width: 0;
  height: 4px;
  background-color: #b9975b;
}
#topStories-section .c-stories--cover .c-stories__links li a:hover {
  color: white;
}
#topStories-section .c-stories--cover .c-stories__links li a:hover:before {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  top: auto;
  bottom: 0;
  background-color: #b9975b;
}
#topStories-section .c-stories--cover .c-stories__links li a:hover:after {
  max-width: 24px;
}
#topStories-section .c-stories--cover .c-stories--thumbnails {
  margin-top: 24px;
}
#topStories-section .c-stories--cover .c-stories--thumbnails .thumbnails {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#topStories-section .c-stories--cover .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--cover .c-stories--thumbnails .thumbnails ul li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 12px 0 0;
}
#topStories-section .c-stories--cover .c-stories--thumbnails .thumbnails ul li button {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 3px solid #d5d5d5;
  outline: none;
  font-size: 0;
  padding: 0;
}
#topStories-section .c-stories--cover .c-stories--thumbnails .thumbnails ul li button:hover {
  background-color: #00205b;
  border: 3px solid #b9975b;
}
#topStories-section .c-stories--cover .c-stories--thumbnails .thumbnails ul li.top-stories-active button {
  background-color: #00205b;
  border: 3px solid #b9975b;
}
#topStories-section .c-stories--cover .prev-arrow {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  background-image: url("/images/responsive/mainstory_l_arrow.png");
  text-align: center;
  border: none;
  outline: none;
  font-size: 0;
  padding: 0;
  z-index: 3;
}
#topStories-section .c-stories--cover .prev-arrow:hover {
  background-image: url("/images/responsive/mainstory_l_arrow_b.png");
}
#topStories-section .c-stories--cover .next-arrow {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px;
  height: 60px;
  background-image: url("/images/responsive/mainstory_r_arrow.png");
  text-align: center;
  border: none;
  outline: none;
  font-size: 0;
  padding: 0;
  z-index: 3;
}
#topStories-section .c-stories--cover .next-arrow:hover {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-image: url("/images/responsive/mainstory_r_arrow_b.png");
}
#topStories-section .c-more--stories .c-stories__item {
  border-bottom: 1px solid #cccccc;
}
#topStories-section .c-more--stories .c-stories__item.open .c-stories__toggle i {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#topStories-section .c-more--stories .c-stories__item.open .c-stories__links ul {
  border-left: 6px solid #b9975b;
}
#topStories-section .c-more--stories .c-stories__item.open .c-stories__title {
  border-left: 6px solid #b9975b;
}
#topStories-section .c-more--stories .c-stories__item.open .c-stories__url {
  font-size: 36px;
  line-height: 40px;
}
#topStories-section .c-more--stories .c-stories__item.open .c-stories__details-extra {
  max-height: 100%;
}
#topStories-section .c-more--stories .c-stories__details {
  position: static !important;
  background-color: white;
  padding: 0;
}
#topStories-section .c-more--stories .c-stories__details-extra {
  max-height: 0;
  overflow: hidden;
}
#topStories-section .c-more--stories .c-stories__title {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  border-left: 6px solid #00205b;
  padding: 18px 12px;
}
#topStories-section .c-more--stories .c-stories__toggle {
  flex: 0 0 36px;
  -webkit-flex: 0 0 36px;
  min-width: 1px;
  min-height: 1px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  font-size: 24px;
  color: #4e4e50;
  margin: 0 12px;
}
#topStories-section .c-more--stories .c-stories__toggle span {
  position: absolute;
  left: -9999px;
}
#topStories-section .c-more--stories .c-stories__toggle i {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: inline-block;
}
#topStories-section .c-more--stories .c-stories__toggle i:before {
  margin: 0;
}
#topStories-section .c-more--stories .c-stories__toggle:hover {
  color: #00205b;
}
#topStories-section .c-more--stories .c-stories__url {
  font-family: "Museo Slab", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #00205b;
  text-align: left;
  text-transform: uppercase;
}
#topStories-section .c-more--stories .c-stories__url:hover {
  color: #b9975b;
}
#topStories-section .c-more--stories .c-stories__links {
  margin: 0;
  background-color: white;
}
#topStories-section .c-more--stories .c-stories__links ul {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 6px solid #00205b;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
#topStories-section .c-more--stories .c-stories__links li {
  position: relative;
  border: none;
  border-right: 1px solid #cccccc;
  margin: 0;
}
#topStories-section .c-more--stories .c-stories__links li:after {
  display: none;
}
#topStories-section .c-more--stories .c-stories__links li a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 16px;
  text-decoration: none;
  line-height: 48px;
  padding: 0 16px;
  margin: 0;
  color: #00205b;
  white-space: nowrap;
  text-transform: uppercase;
}
#topStories-section .c-more--stories .c-stories__links li a:hover {
  color: #b9975b;
}
#topStories-section .archives {
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 20px;
  color: #00205b;
  display: block;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  background-color: white;
  text-transform: uppercase;
}
@media all and (max-width: 1023px) {
  #topStories-section .c-stories--cover .c-stories__item {
    height: initial;
  }
  #topStories-section .c-stories--cover .c-stories__media-as-bg {
    display: none;
  }
  #topStories-section .c-stories--cover .c-stories__details {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    position: static;
    background-color: #00205b;
    padding: 24px;
  }
}
#aotw-section {
  background-image: url("/images/responsive/aotw_bg.png");
  background-size: cover;
  background-position: center;
  min-height: 287px;
}
#aotw-section .c-awards--standard .c-awards__item {
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#aotw-section .c-awards--standard .c-awards__text {
  margin: 0 24px;
  line-height: 25px;
}
#aotw-section .c-awards--standard .c-awards__name {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 32px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
#aotw-section .c-awards--standard .c-awards__name:hover {
  color: #b9975b;
}
#aotw-section .c-awards--standard .c-awards__sport {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #b9975b;
  text-transform: capitalize;
}
#aotw-section .c-awards--standard .c-awards__header {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 287px;
  margin: 0 24px;
}
#aotw-section .c-awards--standard .c-awards__header .header {
  vertical-align: middle;
  max-height: 83px;
}
#aotw-section .c-awards--standard .c-awards__header .sponsor {
  margin-top: 24px;
  height: 50px;
}
#content-stream {
  background-color: white;
  padding-bottom: 48px;
}
#content-stream .sectionTitle {
  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;
}
#content-stream .sectionTitle .title {
  font-family: "Museo Slab", sans-serif;
  font-size: 32px;
  line-height: 50px;
  color: #00205b;
  text-transform: uppercase;
}
#content-stream .sectionTitle .sponsor {
  margin: 0 24px;
}
#content-stream ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#content-stream .c-contentstream__top {
  margin: 48px 0 24px;
}
#content-stream .c-contentstream__top .c-contentstream__filter li {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 24px;
  color: #b9975b;
  margin: 0;
  padding: 10px 20px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
#content-stream .c-contentstream__top .c-contentstream__filter li:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.4);
}
#content-stream .c-contentstream__top .c-contentstream__filter li:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  max-width: 0;
  height: 4px;
  background-color: #b9975b;
}
#content-stream .c-contentstream__top .c-contentstream__filter li.active,
#content-stream .c-contentstream__top .c-contentstream__filter li:hover {
  cursor: pointer;
  color: #00205b;
}
#content-stream .c-contentstream__top .c-contentstream__filter li.active:before,
#content-stream .c-contentstream__top .c-contentstream__filter li:hover:before {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  top: auto;
  bottom: 0;
  background-color: #b9975b;
}
#content-stream .c-contentstream__top .c-contentstream__filter li.active:after,
#content-stream .c-contentstream__top .c-contentstream__filter li:hover:after {
  max-width: 24px;
}
#content-stream .c-contentstream__top .c-contentstream__filter--mobile {
  width: 100%;
  margin: 12px 0;
}
#content-stream .c-contentstream__top .c-contentstream__filter--mobile select {
  position: relative;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 24px;
  color: #00205b;
  padding: 0 12px;
  line-height: 36px;
  background: transparent;
  border: 2px solid #00205b;
  outline: none;
  text-transform: uppercase;
  z-index: 1;
}
#content-stream .c-contentstream__top .c-contentstream__filter--mobile option {
  text-transform: none;
  color: #00205b;
  line-height: 36px;
  height: 36px;
  text-transform: uppercase;
}
#content-stream .c-contentstream__container {
  width: 100%;
  padding: 12px 0;
  font-family: "FranklinGothicDemiReg", sans-serif;
}
#content-stream .c-contentstream__container .c-contentstream__item {
  margin: 12px;
  width: calc(25% - 24px);
  border: 2px solid #d5d5d5;
}
#content-stream .c-contentstream__container .c-contentstream__item .c-contentstream__details {
  padding: 24px;
}
#content-stream .c-contentstream__container .c-contentstream__item .mediaIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 40px;
  line-height: 40px;
  margin-left: auto;
  text-align: center;
  color: #00205b;
  z-index: 5;
  background-color: #d5d5d5;
}
#content-stream .c-contentstream__container .c-contentstream__item .mediaIcon i {
  font-size: 21px;
}
#content-stream .c-contentstream__container .c-contentstream__item .mediaIcon:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '';
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 4px;
  height: 28px;
  background-color: #b9975b;
}
#content-stream .c-contentstream__container .c-contentstream__item .mediaIcon:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '';
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 28px;
  height: 4px;
  background-color: #b9975b;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-contentstream__item-inner {
  background-color: white;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-twitter__body {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #4e4e50;
  padding: 44px 44px 20px;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-twitter__body a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #b9975b;
  text-decoration: none;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-twitter__body a:hover {
  color: #00205b;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-twitter__user {
  height: 80px;
  padding: 0 24px;
  border-top: 2px solid #d5d5d5;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-twitter__user img {
  width: 36px;
  height: 36px;
  border: 2px solid #4e4e50;
  border-radius: 50%;
  margin-right: 16px;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-twitter__user .c-twitter__user-name {
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 20px;
  color: #00205b;
  text-transform: uppercase;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-twitter__user .c-twitter__screen-name {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #b9975b;
  text-decoration: none;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__footer {
  padding: 0px 44px 48px;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__footer ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex: 0 0 80px;
  -webkit-flex: 0 0 80px;
  min-width: 1px;
  min-height: 1px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__footer ul li a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #4e4e50;
  font-size: 18px;
  text-decoration: none;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__footer ul li a:hover {
  color: #00205b;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__footer ul li a i:before {
  margin: 0;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__footer ul li a span {
  font-size: 18px;
  text-decoration: none;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__footer ul li a .hideAcc {
  position: absolute;
  left: -9999px;
}
#content-stream .c-contentstream__container .c-contentstream__facebook .c-contentstream__item-inner {
  background-color: white;
}
#content-stream .c-contentstream__container .c-contentstream__facebook .c-facebook__body {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #4e4e50;
  padding: 44px;
}
#content-stream .c-contentstream__container .c-contentstream__facebook .c-facebook__body a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #b9975b;
  text-decoration: none;
}
#content-stream .c-contentstream__container .c-contentstream__facebook .c-facebook__body a:hover {
  color: #00205b;
}
#content-stream .c-contentstream__container .c-contentstream__facebook .c-facebook__user {
  min-height: 80px;
  padding: 12px 24px;
  border-top: 2px solid #d5d5d5;
}
#content-stream .c-contentstream__container .c-contentstream__facebook .c-facebook__user img {
  width: 36px;
  height: 36px;
  border: 2px solid #4e4e50;
  border-radius: 50%;
  margin-right: 16px;
}
#content-stream .c-contentstream__container .c-contentstream__facebook .c-facebook__user .c-facebook__user-name {
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 20px;
  color: #00205b;
  text-transform: uppercase;
}
#content-stream .c-contentstream__container .c-contentstream__facebook .c-facebook__user .c-facebook__screen-name {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #b9975b;
  text-decoration: none;
}
#content-stream .c-contentstream__container .c-contentstream__instagram {
  background-color: white;
}
#content-stream .c-contentstream__container .c-contentstream__instagram .c-contentstream__item__caption {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: white;
  padding: 44px 44px 0;
}
#content-stream .c-contentstream__container .c-contentstream__instagram .c-contentstream__item__caption a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #b9975b;
  text-decoration: none;
}
#content-stream .c-contentstream__container .c-contentstream__instagram .c-contentstream__item__caption a:hover {
  text-decoration: underline;
}
#content-stream .c-contentstream__container .c-contentstream__instagram-item__link {
  display: block;
}
#content-stream .c-contentstream__container .c-contentstream__instagram-item__link:hover .c-instagram__overlay {
  opacity: 1;
}
#content-stream .c-contentstream__container .c-instagram__overlay {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
#content-stream .c-contentstream__container .c-contentstream__instagram__image {
  width: 100%;
}
#content-stream .c-contentstream__container .c-contentstream__gallery__details {
  padding: 24px;
}
#content-stream .c-contentstream__container .c-contentstream__gallery__title {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 20px;
  line-height: 23px;
  color: #00205b;
  text-transform: uppercase;
  text-decoration: none;
}
#content-stream .c-contentstream__container .c-contentstream__gallery__title:hover {
  color: #00205b;
}
#content-stream .c-contentstream__container .c-contentstream__gallery__dateSport {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #b9975b;
  text-decoration: none;
  text-transform: capitalize;
}
#content-stream .c-contentstream__container .c-contentstream__youtube__media {
  padding-bottom: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
#content-stream .c-contentstream__container .c-contentstream__youtube__media.video-is-playing .showcase-modal {
  left: 0;
}
#content-stream .c-contentstream__container .c-contentstream__youtube__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content-stream .c-contentstream__container .c-contentstream__youtube__playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png') center center;
  background-size: contain;
  height: 50px;
  width: 50px;
  border: none;
  outline: none;
}
#content-stream .c-contentstream__container .c-contentstream__youtube__details {
  padding: 24px;
}
#content-stream .c-contentstream__container .c-contentstream__youtube__title {
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 20px;
  color: #00205b;
  text-transform: uppercase;
}
#content-stream .c-contentstream__container .c-contentstream__youtube__dateSport {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #b9975b;
  text-decoration: none;
  text-transform: capitalize;
}
#content-stream .c-contentstream__container .c-contentstream__youtube__share {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4e4e50;
  height: 60px;
  padding: 0 24px;
  border-top: 2px solid #d5d5d5;
}
#content-stream .c-contentstream__container .c-contentstream__youtube__share a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #4e4e50;
  text-decoration: none;
}
#content-stream .c-contentstream__container .c-contentstream__youtube__share a:hover {
  color: #00205b;
}
#content-stream .c-contentstream__container .c-contentstream__ad {
  border: none;
}
#content-stream .c-contentstream__container .c-contentstream__ad .c-contentstream__item-inner {
  min-width: 324px;
  min-height: 274px;
  margin: 0px auto;
  padding: 12px;
  border: 2px solid #d5d5d5;
}
#content-stream .c-contentstream__container .c-contentstream__ad .c-contentstream__item-inner .dfp-ad {
  margin: 0 auto;
}
#content-stream .loadMore {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
  padding: 24px 0 0;
}
#content-stream .loadMore button {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  position: relative;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 24px;
  color: #b9975b;
  margin: 0;
  padding: 10px 20px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
#content-stream .loadMore button:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.4);
}
#content-stream .loadMore button:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  max-width: 0;
  height: 4px;
  background-color: #b9975b;
}
#content-stream .loadMore button:hover {
  color: #00205b;
}
#content-stream .loadMore button:hover:before {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  top: auto;
  bottom: 0;
  background-color: #b9975b;
}
#content-stream .loadMore button:hover:after {
  max-width: 24px;
}
#footer {
  padding: 48px 0;
  border-top: 2px solid #d5d5d5;
  background-color: white;
}
#footer .footerContainer {
  width: 100%;
}
#footer .leftSide {
  position: relative;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 0 24px;
}
#footer .rightSide {
  flex: 0 1 700px;
  -webkit-flex: 0 1 700px;
  min-width: 1px;
  min-height: 1px;
  padding: 0 12px;
  margin-left: auto;
}
#footer #copyright {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  color: #00205b;
  padding: 0;
  margin-left: 24px;
  text-transform: uppercase;
}
#footer #copyright a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 20px;
  color: #b9975b;
  margin: 0;
  padding: 10px 20px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
#footer #copyright a:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.4);
}
#footer #copyright a:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  max-width: 0;
  height: 4px;
  background-color: #b9975b;
}
#footer #copyright a:hover {
  color: #00205b;
}
#footer #copyright a:hover:before {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  top: auto;
  bottom: 0;
  background-color: #b9975b;
}
#footer #copyright a:hover:after {
  max-width: 20px;
}
#footer .logosWrapper {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin-left: auto;
}
#footer .logosWrapper .logo {
  margin: 0 12px;
}
#footer .logosWrapper .logo a svg {
  max-width: 100%;
  height: auto;
}
#footer .logosWrapper .logo a:hover {
  cursor: pointer;
}
.superleaderboard {
  padding: 48px 0;
  text-align: center;
  background-color: #d5d5d5;
}
.superleaderboard .dfp-ad {
  text-align: center;
  margin: 0 auto;
}
.sponsors {
  padding: 48px 0;
  background-color: white;
}
.sponsors .flex {
  display: block;
}
.sponsors .flex .ads-container .ad.multi-ad {
  display: inline-block;
  margin: 0 12px;
}
.sponsors .flex .ads-container .ad.multi-ad img {
  vertical-align: middle;
  padding: 0px 0px;
  margin: 0 auto;
}
.stickyLeaderboard {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  text-align: center;
  z-index: 100;
}
.stickyLeaderboard .dfp-ad {
  text-align: center;
  margin: 0 auto;
}
.flyout-story-ad {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: fixed;
  top: 50%;
  left: 0;
  background: white;
  padding: 12px;
  z-index: 1000;
}
.flyout-story-ad .ad {
  padding: 12px;
}
.flyout-story-ad .close-flyout-ad {
  position: absolute;
  top: -28px;
  right: -28px;
  font-size: 20px;
  width: 48px;
  height: 48px;
  background: #d5d5d5;
  color: #00205b;
  padding: 0;
  border: none;
  outline: 0;
}
.flyout-story-ad .close-flyout-ad:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 4px;
  height: 24px;
  background-color: #b9975b;
}
.flyout-story-ad .close-flyout-ad:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 24px;
  height: 4px;
  background-color: #b9975b;
}
.flyout-story-ad .close-flyout-ad span {
  position: absolute;
  left: -9999px;
}
.flyout-story-ad .close-flyout-ad i:before {
  margin: 0;
}
.showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.75);
}
.showcase-modal .showcase-modal__player-inner {
  padding: 16px;
  background: white;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.showcase-modal .showcase-modal__player-inner--full {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  background: none;
}
.showcase-modal .showcase-modal__player-inner--full .showcase-modal__player {
  padding: 0;
}
.showcase-modal .showcase-modal__player {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.showcase-modal .showcase-modal__watch {
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 16px;
  color: #00205b;
  margin-top: 12px;
}
.showcase-modal .showcase-modal__close {
  border: none;
  background: #00205b;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.showcase-modal .showcase-modal__close span {
  position: absolute;
  left: -9999px;
}
.showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.showcase-modal.video-is-playing {
  left: 0;
}
.sidearm-story-template {
  background-color: white;
}
html.news body {
  background-image: none;
  background-color: white;
}
html.news.wide .contentDiv_container {
  padding: 0;
}
html.sportfile.wide body {
  background-image: none;
  background-color: white;
}
.article-wrapper.sportfile {
  padding: 8px;
  background-color: white;
  max-width: 1440px;
  margin: 0px auto;
}
.article-wrapper.news {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  max-width: 1440px;
  padding: 0;
  margin: 0px auto 48px;
  background-color: transparent;
}
.article-wrapper.news .article-image {
  position: relative;
  margin-bottom: 48px;
}
.article-wrapper.news .article-image img {
  width: 100%;
}
.article-wrapper.news .article-image .article-image-caption {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 16px;
  color: white;
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
.article-wrapper.news .article-image .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: 50px;
  height: 50px;
  z-index: 2;
}
.article-wrapper.news .article-image .showcase-play-button:after {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: 0;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
}
.article-wrapper.news .article-image .article-showcase-player {
  position: relative;
}
.article-wrapper.news .article-image .article-showcase-player .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-wrapper.news .article-image #story_media_imgPlay {
  display: block;
  width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 99;
}
.article-wrapper.news .article-content_wrapper {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  background-color: white;
}
.article-wrapper.news .article-content_wrapper .article-content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex: 1 1 300px;
  -webkit-flex: 1 1 300px;
  min-width: 1px;
  min-height: 1px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #4e4e50;
  line-height: 23px;
  border: 2px solid #d5d5d5;
  margin-right: 24px;
}
.article-wrapper.news .article-content_wrapper .article-content p {
  font-size: 16px;
  color: #4e4e50;
  line-height: 23px;
}
.article-wrapper.news .article-content_wrapper .article-content a {
  color: #00205b;
}
.article-wrapper.news .article-content_wrapper .article-details {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 48px 72px;
}
.article-wrapper.news .article-content_wrapper .article-details .article-headline {
  display: block;
  font-family: "Museo Slab", sans-serif;
  font-size: 42px;
  line-height: 45px;
  color: #00205b;
  text-decoration: none;
  text-transform: uppercase;
  clear: both;
}
.article-wrapper.news .article-content_wrapper .article-links {
  border-bottom: 2px solid #d5d5d5;
  margin-bottom: 48px;
}
.article-wrapper.news .article-content_wrapper .article-links ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0;
  padding: 0 0 38px;
  list-style-type: none;
}
.article-wrapper.news .article-content_wrapper .article-links ul li {
  position: relative;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 24px;
  color: #b9975b;
  margin: 0;
  padding: 10px 20px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
.article-wrapper.news .article-content_wrapper .article-links ul li:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.4);
}
.article-wrapper.news .article-content_wrapper .article-links ul li:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  max-width: 0;
  height: 4px;
  background-color: #b9975b;
}
.article-wrapper.news .article-content_wrapper .article-links ul li a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 24px;
  color: #b9975b;
  text-decoration: none;
}
.article-wrapper.news .article-content_wrapper .article-links ul li a:hover {
  color: #00205b;
}
.article-wrapper.news .article-content_wrapper .article-links ul li:hover {
  cursor: pointer;
  color: #00205b;
}
.article-wrapper.news .article-content_wrapper .article-links ul li:hover:before {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  top: auto;
  bottom: 0;
  background-color: #b9975b;
}
.article-wrapper.news .article-content_wrapper .article-links ul li:hover:after {
  max-width: 24px;
}
.article-wrapper.news .article-content_wrapper .social-column {
  display: flex;
  display: -webkit-flex;
  margin-top: 48px;
}
.article-wrapper.news .article-content_wrapper .social-column a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  display: block;
  width: 48px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 24px;
  text-decoration: none;
  color: #00205b;
  background-color: #d5d5d5;
}
.article-wrapper.news .article-content_wrapper .social-column a:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '';
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 4px;
  height: 28px;
  background-color: #b9975b;
}
.article-wrapper.news .article-content_wrapper .social-column a:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '';
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 28px;
  height: 4px;
  background-color: #b9975b;
}
.article-wrapper.news .article-content_wrapper .social-column a i {
  font-size: 21px;
}
.article-wrapper.news .article-content_wrapper .social-column a i:before {
  font-family: 'sidearm_font' !important;
}
.article-wrapper.news .article-content_wrapper .social-column a span {
  position: absolute;
  left: -9999px;
}
.article-wrapper.news .article-content_wrapper .social-column a:hover {
  color: white;
}
.article-wrapper.news .story-dfp {
  text-align: center;
}
.article-wrapper.news .story-dfp .dfp-ad {
  text-align: center;
  margin: 0 auto;
}
.article-wrapper.news .article-sidebar-wrapper {
  flex: 0 0 336px;
  -webkit-flex: 0 0 336px;
  min-width: 1px;
  min-height: 1px;
  margin: 0 auto;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .sectionTitle {
  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;
  margin-bottom: 36px;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .sectionTitle .title {
  font-family: "Museo Slab", sans-serif;
  font-size: 32px;
  line-height: 50px;
  color: #00205b;
  text-transform: uppercase;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .sectionTitle .sponsor {
  margin-left: auto;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .c-stories--list .mediaIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 40px;
  line-height: 40px;
  margin-left: auto;
  text-align: center;
  color: #00205b;
  z-index: 5;
  background-color: #d5d5d5;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .c-stories--list .mediaIcon i {
  font-size: 21px;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .c-stories--list .mediaIcon:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '';
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 4px;
  height: 28px;
  background-color: #b9975b;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .c-stories--list .mediaIcon:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '';
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 28px;
  height: 4px;
  background-color: #b9975b;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .c-stories--list .c-stories__item {
  position: relative;
  border: 2px solid #d5d5d5;
  margin-bottom: 24px;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .c-stories--list .c-stories__item .c-stories__details {
  padding: 20px 24px;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .c-stories--list .c-stories__item .c-stories__title a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: "FranklinGothicDemiReg", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #00205b;
  text-transform: uppercase;
  text-decoration: none;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .c-stories--list .c-stories__item .c-stories__title a:hover {
  color: #b9975b;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .c-stories--list .c-stories__item .c-stories__dateSport {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #b9975b;
  text-decoration: none;
  text-transform: capitalize;
}
@media screen and (max-width: 1440px) {
  .c-nav-wrapper .header_logo {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    left: 12px;
  }
}
@media screen and (max-width: 1280px) {
  #content-stream .c-contentstream__container .c-contentstream__item {
    width: calc(33.3333% - 24px);
  }
  .c-nav .c-nav__level-1--desktop .c-nav__level-2-inner {
    max-height: 400px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1128px) {
  .c-nav .c-nav__level-1--desktop .c-nav__level-2 ul {
    flex: 1 0 calc(100% - 24px);
    -webkit-flex: 1 0 calc(100% - 24px);
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (max-width: 1023px) {
  #scoreboard .c-scoreboard .c-scoreboard__list {
    margin-left: 0;
  }
  .c-nav-wrapper .header_logo {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    top: 6px;
    left: 12px;
  }
  .c-nav-wrapper .header_logo .top {
    display: none;
  }
  .c-nav-wrapper .header_logo .scroll {
    display: block !important;
  }
  .c-nav-wrapper .sponsor {
    margin: 0 0 0 124px;
  }
  #content-stream .c-contentstream__container .c-contentstream__item {
    width: calc(50% - 24px);
  }
  .article-wrapper.news .article-content_wrapper {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .article-wrapper.news .article-content_wrapper .article-content {
    flex: 1 0 calc(100% - 24px);
    -webkit-flex: 1 0 calc(100% - 24px);
    min-width: 1px;
    min-height: 1px;
    padding: 24px;
    margin: 0 12px 48px;
  }
  .article-wrapper.news .article-content_wrapper .social-column {
    margin: 0;
  }
  .article-wrapper.news .article-content_wrapper .social-column a {
    margin: 0 16px 0 0;
  }
  .article-wrapper.news .article-content_wrapper .article-details {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    padding: 24px 0;
  }
  .article-wrapper.news .article-content_wrapper .article-content .story {
    padding: 0;
  }
  .article-wrapper.news .article-sidebar-wrapper {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    margin: 0 12px;
  }
  #footer .footerContainer {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #footer {
    padding: 0;
  }
  #footer .leftSide {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    flex-direction: column;
    -webkit-flex-direction: column;
    order: 2;
    -webkit-order: 2;
    padding: 0;
    text-align: center;
  }
  #footer .leftSide .edu {
    margin: 48px 0;
  }
  #footer #copyright {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    background-color: #00205b;
    padding: 24px;
    margin: 0;
    text-align: center;
    color: white;
    width: 100%;
  }
  #footer #copyright a {
    color: white;
  }
  #footer #copyright a:hover {
    color: #b9975b;
  }
  #footer .rightSide {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    margin-left: 0;
  }
  #footer .rightSide .logosWrapper {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .rightSide {
    padding: 0 !important;
  }
  .rightSide .logosWrapper .logo {
    position: relative;
    width: 33.333%;
    margin: 0 !important;
    height: 0;
    padding-bottom: 33.333%;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  .rightSide .logosWrapper .logo a {
    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;
    left: 50%;
    top: 50%;
    padding: 20px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .flyout-story-ad {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    position: static;
    text-align: center;
  }
  .flyout-story-ad .dfp-ad {
    text-align: center;
    margin: 0 auto;
  }
  .flyout-story-ad .close-flyout-ad {
    display: none;
  }
  #aotw-section {
    padding: 24px 0 48px;
    background-image: none;
  }
  .aotw-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #aotw-section .c-awards--standard .c-awards__header {
    flex-direction: row;
    -webkit-flex-direction: row;
    height: auto;
    margin: 24px 0;
  }
  #aotw-section .c-awards--standard .c-awards__header .sponsor {
    margin: 0 0 0 24px;
  }
  .article-links {
    margin-top: 12px;
    width: 100%;
    overflow-x: auto;
  }
  .article-wrapper.news .article-links ul li {
    white-space: nowrap;
  }
  .showcase-modal .showcase-modal__player-inner {
    width: calc(100% - 24px);
    padding: 12px;
  }
}
@media screen and (max-width: 640px) {
  #content-stream .c-contentstream__container .c-contentstream__item {
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 539px) {
  #aotw-section .c-awards--standard .c-awards__header {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  #aotw-section .c-awards--standard .c-awards__header .sponsor {
    margin: 24px 24px 0;
  }
  #aotw-section .c-awards--standard .c-awards__item {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  #aotw-section .c-awards--standard .c-awards__text {
    margin: 24px 0 0;
  }
  .article-wrapper.news .article-content_wrapper .article-details .article-headline {
    font-size: 32px;
    line-height: 36px;
  }
  .article-wrapper.news .article-sidebar .title {
    font-size: 24px;
  }
  #topStories-section .c-more--stories .c-stories__url {
    font-size: 20px;
    line-height: 24px;
  }
  #topStories-section .c-more--stories .c-stories__item.open .c-stories__url {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (max-width: 400px) {
  
}
/*countdown*/

.countdown-container {
  min-height: 60px;
  background: #002d5a;
  width: 100%;
  color: white;
  display: flex;
  display: -webkit-flex;
  padding: 0 40px;
}
.countdown-container .title {
  text-transform: uppercase;
  padding: 6px 0;
  font: 38px/1 'FranklinGothicDemiReg';
  font-style: italic;
}
.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 'FranklinGothicDemiReg';
  margin: 0 35px;
}
.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: white;
  margin: 4px  0;
}
.countdown-container .opponent .vsat:after {
  content: '';
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  width: 1px;
  background: white;
  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: #002d5a;
  font: 30px/1.3 'FranklinGothicDemiReg';
  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 'FranklinGothicDemiReg';
  color: #002d5a;
  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: #a7844c;
  text-transform: uppercase;
  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: 1405px) {
  .countdown-container .title {
    font: 30px/1 'FranklinGothicDemiReg';
  }
}
@media screen and (max-width: 1255px) {
  .countdown-container {
    max-width: 750px;
    margin: 0 auto;
    padding: 20px;
  }
  .countdown-container .countdown-details {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .countdown-container .timeWrapper:first-child:before {
    content: none;
  }
  .countdown-container .timeWrapper:first-child {
    margin-left: 0px;
    padding-left: 10px;
    width: 55px;
  }
  .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;
  }
}
.c-nav__item.fan-info .c-nav__level-2-dropdown__ad {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  position: absolute;
  width: 100%;
  max-width: 1416px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  padding: 24px;
  border-top: none;
  pointer-events: none;
}
.c-nav__item.fan-info .c-nav__level-2-dropdown__ad a {
  pointer-events: all;
}
