@import url('https://fonts.googleapis.com/css?family=Poppins:400,700|Raleway:900&display=swap');
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #003976;
  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: black;
  margin: 0;
  padding: 0;
  background-color: white;
}
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: 60px auto 0;
}
.wide .contentDiv_container {
  max-width: 1440px;
  margin: 0px auto 0;
  background: white;
  padding: 12px;
}
.wide .contentDiv_container.headroom--not-top {
  margin: 60px auto 0;
}
html.sport body .contentDiv_container {
  margin: 0px auto 0;
}
html.sport body .contentDiv_container.headroom--not-top {
  margin: 130px auto 0;
}
html.sport body .wide .contentDiv_container {
  max-width: 1440px;
  margin: 0px auto 0;
  background: white;
  padding: 12px;
}
html.sport body .wide .contentDiv_container.headroom--not-top {
  margin: 130px auto 0;
}
#scoreboard {
  background-color: #e5e5e5;
}
#scoreboard .c-scoreboard {
  position: relative;
  margin-left: 242px;
}
#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 24px;
}
#scoreboard .c-scoreboard .c-scoreboard__item {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 25px;
  position: relative;
  height: 104px;
  padding: 8px 12px;
  border-right: 1px solid #a3aaae;
  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__date {
  color: #87714d;
  margin-bottom: 6px;
}
#scoreboard .c-scoreboard .c-scoreboard__date .date {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #011e41;
}
#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__sport,
#scoreboard .c-scoreboard .c-scoreboard__name {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 0px 12px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#scoreboard .c-scoreboard .c-scoreboard__details-bottom__logos-awayteam {
  margin-bottom: 8px;
}
#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%);
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  background-color: #d4d9dc;
  z-index: 2;
}
#scoreboard .c-scoreboard .c-scoreboard__ctas .tv-cta {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #333333;
}
#scoreboard .c-scoreboard .c-scoreboard__ctas .tv-cta span {
  color: #011e41;
  font-weight: 700;
}
#scoreboard .c-scoreboard .c-scoreboard__ctas .c-event__result {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #011e41;
  font-weight: 700;
}
#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 0 0 16px;
}
#scoreboard .c-scoreboard .c-scoreboard__ctas li:before {
  content: '/';
  position: absolute;
  left: -12px;
  top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: white;
}
#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: #011e41;
  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: #87714d;
}
#scoreboard .c-scoreboard .c-scoreboard__toggle {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 10px;
  right: 6px;
  font-size: 20px;
  color: #a3aaae;
  z-index: 3;
  height: auto;
}
#scoreboard .c-scoreboard .c-scoreboard__toggle span {
  position: absolute;
  left: -9999px;
}
#scoreboard .c-scoreboard .c-scoreboard__toggle:hover {
  cursor: pointer;
  color: #011e41;
}
#scoreboard .c-scoreboard .c-scoreboard__sports-list {
  padding: 12px 0 12px 12px;
}
#scoreboard .c-scoreboard .c-scoreboard__sports-list select {
  position: relative;
  background: #f2f2f2;
  height: 40px;
  width: 216px;
  border: none;
  outline: none;
  z-index: 1;
  color: #333333;
}
#scoreboard .c-scoreboard .c-scoreboard__sports-list option {
  color: #333333;
}
#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: transparent;
  text-align: center;
  border: 1px solid #a3aaae;
  border-top: none;
  border-bottom: none;
  outline: none;
  font-size: 0;
  padding: 0;
  height: 100%;
}
#scoreboard .c-scoreboard button.slick-prev {
  top: 0;
  left: 0;
}
#scoreboard .c-scoreboard button.slick-prev:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '\e833';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 18px;
  line-height: 0;
  color: #a3aaae;
}
#scoreboard .c-scoreboard button.slick-prev:hover {
  background-color: #011e41;
}
#scoreboard .c-scoreboard button.slick-prev:hover:before {
  color: white;
}
#scoreboard .c-scoreboard button.slick-next {
  top: 0;
  right: 0;
}
#scoreboard .c-scoreboard button.slick-next:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '\e832';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 18px;
  line-height: 0;
  color: #a3aaae;
}
#scoreboard .c-scoreboard button.slick-next:hover {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #011e41;
}
#scoreboard .c-scoreboard button.slick-next:hover:before {
  color: white;
}
#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: #e5e5e5;
  text-align: center;
  line-height: 24px;
  color: #011e41;
  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: #011e41;
  text-transform: uppercase;
  outline: none;
  border: none;
  background-color: #e5e5e5;
  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: white;
  background-color: #87714d;
  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 0 24px;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__item {
  margin: 0;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 25px;
  padding: 24px;
  border-top: 1px solid #a3aaae;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__item:last-child {
  border-bottom: 1px solid #a3aaae;
}
#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: white;
  background-color: #87714d;
}
#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 .c-scoreboard__date {
  color: #87714d;
  margin-bottom: 6px;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__details-top .c-scoreboard__date .date {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #011e41;
}
#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: #333333;
  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;
  z-index: 2;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__ctas .tv-cta {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #333333;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__ctas .tv-cta span {
  color: #011e41;
  font-weight: 700;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__ctas .c-event__result {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #011e41;
  font-weight: 700;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__ctas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__ctas li {
  position: relative;
  margin: 0 0 0 16px;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__ctas li:before {
  content: '/';
  position: absolute;
  left: -12px;
  top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: white;
}
#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: #011e41;
  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: #87714d;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__footer {
  position: fixed;
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0;
  background-color: #011e41;
  z-index: 3;
  padding-top: 6px;
}
#scoreboard .c-scoreboard__mobile .c-scoreboard__footer a {
  font-family: "Raleway", sans-serif;
  color: white;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
#social-icons {
  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;
  right: 0;
  top: 50%;
  z-index: 1000;
}
#social-icons .ads-container {
  margin: 0;
  list-style: none;
  padding: 0;
}
#social-icons .ads-container .ad {
  margin: 0 0 10px 0;
  position: relative;
  height: 40px;
}
#social-icons .ads-container .ad a {
  position: absolute;
  right: 0;
  display: block;
  width: 45px;
  height: 40px;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  background: #e5e5e5;
  color: #011e41;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
#social-icons .ads-container .ad a:before {
  content: "";
  position: absolute;
  right: 100%;
  border-bottom: 40px solid #e5e5e5;
  border-left: 12px solid transparent;
}
#social-icons .ads-container .ad a:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '/';
  position: absolute;
  left: -9px;
  top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #87714d;
}
#social-icons .ads-container .ad a i {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
#social-icons .ads-container .ad a i span {
  font-style: normal;
  font-size: 0;
  white-space: nowrap;
}
#social-icons .ads-container .ad a:hover {
  width: auto;
  padding: 0 12px;
}
#social-icons .ads-container .ad a:hover i span {
  font-size: 20px;
}
#social-icons-footer {
  display: none;
  width: 100%;
  background-color: #e5e5e5;
}
#social-icons-footer .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#social-icons-footer .ads-container .ad {
  margin: 0 5px;
  position: relative;
  height: 40px;
}
#social-icons-footer .ads-container .ad a {
  display: block;
  width: 45px;
  height: 40px;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  background: #e5e5e5;
  color: #011e41;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
#social-icons-footer .ads-container .ad a:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '/';
  position: absolute;
  left: -9px;
  top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #87714d;
}
#social-icons-footer .ads-container .ad a i span {
  position: absolute;
  left: -9999px;
}
.c-nav-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  background-color: #011e41;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
}
.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: -85px;
  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 auto 0 102px;
}
.c-nav-wrapper .sponsor {
  flex: 0 0 150px;
  -webkit-flex: 0 0 150px;
  min-width: 1px;
  min-height: 1px;
  margin: 0 auto 0 230px;
}
.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: 60px;
  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 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: 60px;
  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__url--level-1:before {
  display: none;
}
.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;
  font-weight: 700;
  margin-right: auto;
  margin-left: 0;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1:hover:not(.sports) {
  cursor: pointer;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1:hover:not(.sports) .c-nav__url--level-1 {
  color: #a3aaae;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1:hover:not(.sports) .c-nav__url--level-1:after {
  color: #87714d;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1:hover:not(.sports) .c-nav__level-2 {
  left: 0;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1.sports:hover {
  cursor: pointer;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1.sports:hover .c-nav__url--level-1 {
  color: #a3aaae;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1.sports:hover .c-nav__url--level-1:after {
  color: #87714d;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1.sports.sidearm-hover .c-nav__level-2 {
  left: 0;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-1 {
  position: relative;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: white;
  padding: 0 20px;
  line-height: 60px;
  text-decoration: none;
  text-transform: uppercase;
}
.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;
  content: '/';
  position: absolute;
  left: -4px;
  top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #011e41;
}
.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;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
}
.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: 28px 12px;
  width: 100%;
  max-width: 1440px;
  background-color: white;
}
.c-nav .c-nav__level-1--desktop .c-nav__level-2-inner .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;
  border-top: 2px solid #a3aaae;
  position: relative;
  margin: 0;
  padding: 24px 0;
}
.c-nav .c-nav__level-1--desktop .c-nav__level-2-inner .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: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 40px;
  text-transform: none;
  padding: 0 12px;
  white-space: nowrap;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-2.c-nav__separator {
  margin-top: 12px;
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #a3aaae;
  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: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #011e41;
  text-transform: uppercase;
  text-decoration: none;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__schedule-roster-news {
  position: relative;
  margin: 0 10px;
  white-space: nowrap;
  font-size: 16px;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__schedule-roster-news:before {
  content: '/';
  position: absolute;
  left: -14px;
  top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #a3aaae;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__schedule-roster-news.news {
  margin: 0 16px 0 10px;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__schedule-roster-news.news:after {
  content: '/';
  position: absolute;
  right: -14px;
  top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #a3aaae;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__social {
  height: 30px;
  padding: 0;
  margin: 0 4px;
  text-align: center;
  border: none;
  overflow: hidden;
  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: 16px;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__social.facebook:before {
  content: '\e806';
  color: #011e41;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__social.twitter:before {
  content: '\e825';
  color: #011e41;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__social.instagram {
  display: none;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__social.instagram:before {
  content: '\e811';
  color: #011e41;
}
.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';
  color: #011e41;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2:hover {
  text-decoration: underline;
}
#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 60px;
  -webkit-flex: 0 0 60px;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  height: 60px;
  line-height: 60px;
  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: 21px;
}
#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: #a3aaae;
}
#calendar-btn-toggle:hover {
  background-color: white;
  cursor: pointer;
}
#calendar-btn-toggle:hover i {
  color: #a3aaae;
}
#search-btn {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  flex: 0 0 48px;
  -webkit-flex: 0 0 48px;
  min-width: 1px;
  min-height: 1px;
  height: 60px;
  line-height: 58px;
  text-align: center;
}
#search-btn .search-icon i {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: white;
  font-size: 21px;
}
#search-btn #search {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  height: 40px;
  background-color: white;
  top: 60px;
  opacity: 0;
  left: -9999px;
  border: 1px solid #a3aaae;
}
#search-btn #search label {
  position: absolute;
  left: -9999px;
}
#search-btn #search input[type="text"] {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  width: 150px;
  display: block;
  height: 40px;
}
#search-btn #search input[type="submit"] {
  -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;
  height: 38px;
  width: 38px;
  text-align: center;
  background-color: #011e41;
  color: #a3aaae;
  border-radius: 0px;
}
#search-btn.active #search {
  opacity: 1;
  left: auto;
  right: 0;
  z-index: 10000;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#search-btn.active i {
  color: #a3aaae;
}
#search-btn:hover {
  cursor: pointer;
}
#search-btn:hover i {
  color: #a3aaae;
}
#search-btn-mob {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border-bottom: 1px solid #a3aaae;
}
#search-btn-mob .search-icon {
  padding: 0;
  width: 60px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background-color: #e5e5e5;
  border: none;
  outline: none;
}
#search-btn-mob .search-icon span {
  position: absolute;
  left: -9999px;
}
#search-btn-mob .search-icon i {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #011e41;
  font-size: 21px;
}
#search-btn-mob #search_mob {
  display: flex;
  display: -webkit-flex;
  height: 60px;
}
#search-btn-mob #search_mob label {
  position: absolute;
  left: -9999px;
}
#search-btn-mob #search_mob .search-input {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
#search-btn-mob #search_mob .search-button {
  flex: 0 0 60px;
  -webkit-flex: 0 0 60px;
  min-width: 1px;
  min-height: 1px;
}
#search-btn-mob #search_mob input[type="text"] {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  display: block;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  color: #011e41;
  text-transform: uppercase;
  padding: 0 24px;
}
#search-btn-mob #search_mob input[type="submit"] {
  -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;
  height: 58px;
  width: 58px;
  text-align: center;
  background-color: #011e41;
  color: #a3aaae;
  border-radius: 0px;
}
.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: #011e41;
  text-align: center;
}
.c-nav-flyout .c-nav__flyout-menu .icn:before {
  display: block;
}
.c-nav-flyout .c-nav__flyout-menu .icn.opened {
  color: white;
  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: #011e41;
  background: white;
  border-bottom: solid 1px #a3aaae;
  cursor: pointer;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__url--level-1 {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  padding: 0 24px;
  line-height: 60px;
  color: #011e41;
  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: #011e41;
  text-transform: uppercase;
  outline: none;
  border: none;
  background-color: #e5e5e5;
  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: white;
  background-color: #87714d;
  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 #a3aaae;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__item--level-2.c-nav__separator {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  color: #a3aaae;
  margin-top: 24px;
  border-top: none;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__item--level-2.c-nav__separator span {
  color: #a3aaae;
  padding: 0px 24px;
  font-size: 26px;
  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: #011e41;
  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: #a3aaae;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
}
.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.headroom--not-top {
  position: fixed;
  top: 60px;
}
.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 a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #011e41;
  text-decoration: none;
  text-transform: uppercase;
}
.c-nav-sport .c-nav-desktop-sport-container a:focus {
  text-decoration: underline;
}
.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;
}
.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;
  padding: 0 16px;
  height: 70px;
}
.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, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  content: '/';
  position: absolute;
  left: -4px;
  top: 50%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
}
.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: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #011e41;
  text-decoration: none;
  text-transform: none;
}
.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 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: 16px;
  color: #011e41;
  text-decoration: none;
  line-height: 70px;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown.additional-links:hover > div a:before {
  color: white;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li:hover:not(.sport-home):after {
  color: #87714d;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li:hover:not(.sport-home) > div > a {
  color: white;
}
.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 {
  text-transform: none;
  margin: 12px 0;
}
.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;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-transform: none;
  padding: 0 12px;
  border-top: 1px solid #e5e5e5;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-2 > li:hover {
  background-color: #e5e5e5;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-2 > li:hover a {
  text-decoration: underline;
  color: #011e41;
}
.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: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #011e41;
  text-decoration: none;
  text-transform: uppercase;
  color: #011e41;
  height: 70px;
  line-height: 70px;
  padding: 0 12px;
}
.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, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  content: '/';
  position: absolute;
  left: -4px;
  top: 50%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
}
.c-nav-sport .c-nav-mobile-sport-container > ul > li.more {
  cursor: pointer;
}
.c-nav-sport .c-nav-mobile-sport-container > ul > li.more:hover {
  color: white;
}
.c-nav-sport .c-nav-mobile-sport-container > ul > li.more:hover:after {
  color: #87714d;
}
.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: #011e41;
  text-decoration: none;
}
.c-nav-sport .c-nav-mobile-sport-container > ul > li:hover:after {
  color: #87714d;
}
.c-nav-sport .c-nav-mobile-sport-container > ul > li:hover a {
  color: white;
}
.c-nav-sport .c-nav-mobile-sport-home {
  position: relative;
  margin-right: auto;
}
.c-nav-sport .c-nav-mobile-sport-home a {
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #011e41;
  line-height: 70px;
  text-decoration: none;
  text-transform: uppercase;
}
.c-nav-sport .c-nav-mobile-sport-home:after {
  display: 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: #87714d;
  background: #011e41;
  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: #87714d;
}
.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: #87714d;
  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: #011e41;
  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: #011e41;
  background: #87714d;
  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: #011e41;
  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: #011e41;
  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;
}
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 .c-stories__item {
  position: relative;
  background-size: cover;
}
#topstories-section .c-stories .c-stories__item .row {
  position: relative;
}
#topstories-section .c-stories .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
#topstories-section .c-stories .c-stories__media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#topstories-section .c-stories .c-stories__media: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 .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
  height: 70px;
  width: 70px;
  z-index: 100;
}
#topstories-section .c-stories .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#topstories-section .c-stories .c-stories__details {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  bottom: 0;
  padding: 48px 12px;
  z-index: 2;
}
#topstories-section .c-stories .c-stories__title {
  margin: 0 0 12px;
}
#topstories-section .c-stories .c-stories__url {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  line-height: 46px;
  color: #e5e5e5;
  text-decoration: none;
}
#topstories-section .c-stories .c-stories__url:hover {
  color: #87714d;
}
#topstories-section .c-stories .c-stories__dateLinks {
  position: relative;
  margin-left: 24px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ccd0d3;
}
#topstories-section .c-stories .c-stories__dateLinks:after {
  content: '/';
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #87714d;
  position: absolute;
  left: -16px;
  top: 0;
}
#topstories-section .c-stories .c-stories__links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#topstories-section .c-stories .c-stories__links li {
  position: relative;
  margin-left: 24px;
}
#topstories-section .c-stories .c-stories__links li:after {
  content: '/';
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #87714d;
  position: absolute;
  left: -16px;
  top: 0;
}
#topstories-section .c-stories .c-stories__links li a {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ccd0d3;
  text-transform: uppercase;
  text-decoration: none;
}
#topstories-section .c-stories .c-stories__links li a:hover {
  text-decoration: underline;
}
#topstories-section .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: 0px;
  width: 40px;
  height: 50px;
  line-height: 46px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  border: 2px solid white;
  outline: none;
  font-size: 0;
  padding: 0;
  z-index: 3;
}
#topstories-section .prev-arrow:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '\e833';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 20px;
  line-height: 46px;
  color: white;
}
#topstories-section .prev-arrow:hover {
  background-color: #87714d;
}
#topstories-section .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: 0px;
  width: 40px;
  height: 50px;
  line-height: 46px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  border: 2px solid white;
  outline: none;
  font-size: 0;
  padding: 0;
  z-index: 3;
}
#topstories-section .next-arrow:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '\e832';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 20px;
  line-height: 46px;
  color: white;
}
#topstories-section .next-arrow:hover {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #87714d;
}
#topstories-section .c-stories--thumbnails {
  margin-top: 24px;
}
#topstories-section .c-stories--thumbnails .thumbnails {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#topstories-section .c-stories--thumbnails .thumbnails ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#topstories-section .c-stories--thumbnails .thumbnails ul li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 6px;
}
#topstories-section .c-stories--thumbnails .thumbnails ul li button {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  width: 18px;
  height: 18px;
  background-color: transparent;
  background-image: url("/images/responsive/rotator_inactive.png");
  border: none;
  outline: none;
  font-size: 0;
  padding: 0;
}
#topstories-section .c-stories--thumbnails .thumbnails ul li button:hover {
  background-image: url("/images/responsive/rotator_active.png");
}
#topstories-section .c-stories--thumbnails .thumbnails ul li.top-stories-active button {
  background-image: url("/images/responsive/rotator_active.png");
}
.promo {
  background-image: url("/images/responsive/promo_bg.png");
  background-size: cover;
}
.promo .ad picture img {
  margin: 0 auto;
}
.promo button {
  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%;
  width: 40px;
  height: 50px;
  line-height: 46px;
  background-color: transparent;
  text-align: center;
  border: 2px solid white;
  outline: none;
  font-size: 0;
  padding: 0;
  z-index: 3;
}
.promo button.slick-prev {
  left: 0px;
}
.promo button.slick-prev:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '\e833';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 20px;
  line-height: 46px;
  color: white;
}
.promo button.slick-prev:hover {
  background-color: #87714d;
}
.promo button.slick-next {
  right: 0px;
}
.promo button.slick-next:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '\e832';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 20px;
  line-height: 46px;
  color: white;
}
.promo button.slick-next:hover {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #87714d;
}
#videos-section {
  padding: 48px 0 0;
  background-color: #a3aaae;
}
#videos-section .sectionTitle {
  width: 100%;
}
#videos-section .titleWrapper {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#videos-section .titleWrapper .sponsor {
  margin-left: 24px;
}
#videos-section .videoTabs > ul {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
}
#videos-section .videoTabs > ul li {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  position: relative;
}
#videos-section .videoTabs > ul li:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: skew(15deg);
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  content: '/';
  position: absolute;
  left: -4px;
  top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: white;
  line-height: 40px;
}
#videos-section .videoTabs > ul li a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: skew(15deg);
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  color: #011e41;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 16px;
}
#videos-section .videoTabs > ul li.ui-state-active {
  background-color: #e5e5e5;
}
#videos-section .videoTabs > ul li.ui-state-active:after {
  color: #87714d;
}
#videos-section .videoTabs > ul li:hover {
  background-color: #e5e5e5;
}
#videos-section .videoTabs > ul li:hover:after {
  color: #87714d;
}
#videos-section .videoTabs .ui-tabs-panel {
  transition: 0.2s opacity;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 375px;
  padding-bottom: 48px;
  overflow: hidden;
  opacity: 1;
}
#videos-section .videoTabs .ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  position: absolute;
  left: -9999px;
  opacity: 0;
}
#videos-section .c-youtube__list .c-youtube__item,
#videos-section .live-video-list .c-youtube__item {
  flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  min-width: 1px;
  min-height: 1px;
  border: 2px solid #e5e5e5;
}
#videos-section .c-youtube__list .c-youtube__media,
#videos-section .live-video-list .c-youtube__media {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
}
#videos-section .c-youtube__list .c-youtube__media:hover,
#videos-section .live-video-list .c-youtube__media:hover {
  cursor: pointer;
}
#videos-section .c-youtube__list .c-youtube__media .c-youtube__image,
#videos-section .live-video-list .c-youtube__media .c-youtube__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*iframe {
		            position: absolute;
		            top: 0;
		            left: 0;
		            z-index: 2;
		            height: 100%;
		            width:100%;
		        }*/

}
#videos-section .c-youtube__list .c-youtube__media .c-youtube__image img,
#videos-section .live-video-list .c-youtube__media .c-youtube__image img {
  width: 100%;
  display: block;
}
#videos-section .c-youtube__list .c-youtube__media .c-youtube__image button,
#videos-section .live-video-list .c-youtube__media .c-youtube__image button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#videos-section .c-youtube__list .c-youtube__media .showcase-play-button,
#videos-section .live-video-list .c-youtube__media .showcase-play-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  background: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
  font-size: 0;
  z-index: 2;
}
#videos-section .c-youtube__list .c-youtube__details,
#videos-section .live-video-list .c-youtube__details {
  font-family: "Poppins", sans-serif;
  background-color: white;
  padding: 24px;
}
#videos-section .c-youtube__list .c-youtube__title,
#videos-section .live-video-list .c-youtube__title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  color: #011e41;
  height: 46px;
  overflow: hidden;
  margin-bottom: 12px;
  text-decoration: none;
  border: 0;
  background: white;
  text-align: left;
  padding: 0;
}
#videos-section .c-youtube__list .c-youtube__title:hover,
#videos-section .live-video-list .c-youtube__title:hover {
  cursor: pointer;
  color: #a3aaae;
}
#videos-section .c-youtube__list .c-youtube__dateSport,
#videos-section .live-video-list .c-youtube__dateSport {
  font-size: 16px;
  color: #a3aaae;
}
#videos-section .loadMore {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  width: 100%;
  padding: 48px 0 0;
}
#videos-section .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;
  transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 16px;
  text-align: center;
  text-transform: uppercase;
  color: #e5e5e5;
}
#videos-section .loadMore button:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: skew(15deg);
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  content: '/';
  position: absolute;
  left: -4px;
  top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #e5e5e5;
  line-height: 40px;
}
#videos-section .loadMore button:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: skew(15deg);
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  content: '/';
  position: absolute;
  right: -4px;
  top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #e5e5e5;
  line-height: 40px;
}
#videos-section .loadMore button span {
  display: inline-block;
  transform: skew(15deg);
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
}
#videos-section .loadMore button:hover {
  color: #011e41;
  background-color: #e5e5e5;
}
#videos-section .loadMore button:hover:before,
#videos-section .loadMore button:hover:after {
  color: #87714d;
}
#content-stream ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#content-stream .c-contentstream__top {
  margin: 36px 0 24px;
}
#content-stream .c-contentstream__top .titleWrapper {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#content-stream .c-contentstream__top .titleWrapper .title {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #011e41;
}
#content-stream .c-contentstream__top .titleWrapper .sponsor {
  margin-left: 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;
  transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  position: relative;
}
#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: skew(15deg);
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  content: '/';
  position: absolute;
  left: -4px;
  top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #a3aaae;
  line-height: 40px;
}
#content-stream .c-contentstream__top .c-contentstream__filter li span {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: skew(15deg);
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  color: #011e41;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 16px;
}
#content-stream .c-contentstream__top .c-contentstream__filter li.active,
#content-stream .c-contentstream__top .c-contentstream__filter li:hover {
  cursor: pointer;
  background-color: #e5e5e5;
}
#content-stream .c-contentstream__top .c-contentstream__filter li.active:after,
#content-stream .c-contentstream__top .c-contentstream__filter li:hover:after {
  color: #87714d;
}
#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: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #011e41;
  padding: 0 12px;
  line-height: 36px;
  background: transparent;
  border: 2px solid #011e41;
  outline: none;
  z-index: 1;
  text-transform: uppercase;
}
#content-stream .c-contentstream__top .c-contentstream__filter--mobile option {
  font-weight: 700;
  color: #011e41;
  line-height: 36px;
  height: 36px;
}
#content-stream .c-contentstream__container {
  width: 100%;
}
#content-stream .c-contentstream__container .c-contentstream__item {
  margin: 0;
  width: calc(33.333% - 2px);
  border: 2px solid #a3aaae;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-contentstream__item-inner {
  background-color: white;
  padding: 24px 24px 0;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-twitter__body {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  padding: 20px 24px;
}
#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: #011e41;
  text-decoration: none;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-twitter__body a:hover {
  text-decoration: underline;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-twitter__user {
  padding: 24px;
  border-top: 2px solid #a3aaae;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-twitter__user img {
  width: 48px;
  height: 48px;
  margin-right: 12px;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-twitter__user .c-twitter__user-name {
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 24px;
  color: #011e41;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-twitter__user .c-twitter__screen-name {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #87714d;
  text-decoration: none;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__footer {
  padding: 0 24px 40px;
}
#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: #a3aaae;
  font-size: 16px;
  text-decoration: none;
}
#content-stream .c-contentstream__container .c-contentstream__twitter .c-contentstream__twitter__footer ul li a:hover {
  color: #011e41;
}
#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: 16px;
  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__twitter .c-contentstream__twitter__footer ul li.retweet a {
  font-size: 18px;
}
#content-stream .c-contentstream__container .c-contentstream__instagram__image {
  width: 100%;
}
#content-stream .c-contentstream__container .c-contentstream__ad .c-contentstream__item-inner {
  min-width: 300px;
  min-height: 250px;
  margin: 48px auto;
}
#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;
  position: relative;
  width: 100%;
  padding: 48px 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;
  transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 16px;
  text-align: center;
  text-transform: uppercase;
  color: #87714d;
}
#content-stream .loadMore button:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: skew(15deg);
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  content: '/';
  position: absolute;
  left: -4px;
  top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #a3aaae;
  line-height: 40px;
}
#content-stream .loadMore button:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: skew(15deg);
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  content: '/';
  position: absolute;
  right: -4px;
  top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #a3aaae;
  line-height: 40px;
}
#content-stream .loadMore button span {
  display: inline-block;
  transform: skew(15deg);
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
}
#content-stream .loadMore button:hover {
  color: #011e41;
  background-color: #e5e5e5;
}
#content-stream .loadMore button:hover:before,
#content-stream .loadMore button:hover:after {
  color: #87714d;
}
.superleaderboard {
  padding: 48px 0;
  background-color: #e5e5e5;
  text-align: center;
}
.superleaderboard .dfp-ad {
  text-align: center;
  margin: 0 auto;
}
.sponsors {
  padding: 48px 0;
  background-color: #011e41;
}
.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;
}
#footerLogos {
  background-color: white;
}
#footerLogos .logosWrapper {
  padding: 48px 0;
  border-bottom: 2px solid #a3aaae;
}
#footerLogos .logosWrapper .logo {
  margin: 0 12px;
}
#footerLogos .logosWrapper .logo a:hover {
  cursor: pointer;
}
#footerLogos #infractions {
  max-width: 480px;
  margin: 48px auto;
  padding: 0 12px;
}
#footerLogos #infractions img {
  margin-right: 24px;
}
#footerLogos #infractions a {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #011e41;
  text-decoration: none;
}
#footerLogos #infractions a:hover {
  text-decoration: underline;
}
#footer {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #011e41;
  padding: 12px 0;
  border-top: 2px solid #a3aaae;
  line-height: 36px;
}
#footer .row {
  width: 100%;
}
#footer #copyright {
  margin-right: 16px;
}
#footer a {
  position: relative;
  padding: 0 16px;
  color: #011e41;
  line-height: 36px;
  text-decoration: none;
}
#footer a:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '/';
  position: absolute;
  left: -4px;
  top: -5px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #a3aaae;
  line-height: 36px;
}
#footer a:hover {
  text-decoration: underline;
}
.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;
  z-index: 1000;
}
.flyout-story-ad .ad {
  padding: 12px;
}
.flyout-story-ad .close-flyout-ad {
  position: absolute;
  top: 0;
  right: -36px;
  font-size: 18px;
  width: 36px;
  height: 36px;
  background-color: white;
  color: #011e41;
  padding: 0;
  border: none;
  outline: 0;
}
.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: "Poppins", sans-serif;
  font-size: 16px;
  color: #011e41;
  margin-top: 12px;
}
.showcase-modal .showcase-modal__close {
  border: none;
  background: #011e41;
  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;
}
.stickyLeaderboard {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background-color: rgba(1, 30, 65, 0.5);
  text-align: center;
  z-index: 100;
}
.stickyLeaderboard .dfp-ad {
  text-align: center;
  margin: 0 auto;
}
html.news.wide .contentDiv_container {
  padding: 0;
  max-width: none;
}
.article-wrapper {
  margin: 0px auto;
  background-color: white;
  padding: 0px 12px;
}
.article-wrapper.sportfile {
  max-width: 1440px;
  background-color: white;
  padding: 0px 12px;
}
.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;
  padding: 0;
}
.article-wrapper.news .article-image {
  width: 100%;
  padding-top: 48px;
  background-size: cover;
}
.article-wrapper.news .article-image picture img {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.article-wrapper.news .article-image .article-image-caption {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: white;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
  height: 50px;
  width: 50px;
  z-index: 100;
}
.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;
  position: relative;
  top: -48px;
  padding: 0;
  margin: 0 auto;
  max-width: 1440px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.article-wrapper.news .article-content_wrapper .article-subheadline {
  display: none;
}
.article-wrapper.news .article-content_wrapper .print-friendly-story-button {
  display: none;
}
.article-wrapper.news .article-content_wrapper .noprint {
  display: none;
}
.article-wrapper.news .article-content_wrapper .article-details .sponsor {
  margin: 28px 0 24px;
}
.article-wrapper.news .article-content_wrapper .article-headline {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  line-height: 46px;
  color: #011e41;
  padding: 0;
  margin: 0;
  text-decoration: none;
  clear: both;
}
.article-wrapper.news .article-content_wrapper .article-date {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.article-wrapper.news .article-content_wrapper .social-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 12px 0;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column {
  display: flex;
  display: -webkit-flex;
  padding: 0;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a {
  display: block;
  padding: 0 10px;
  text-align: center;
  height: 24px;
  background-color: #011e41;
  margin: 0px 5px 0 0;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
  color: white;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a i {
  font-size: 14px;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a i:before {
  font-family: 'sidearm_font' !important;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a span {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 14px;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-print {
  background-color: #011e41;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-print:hover {
  background-color: #023573;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-twitter {
  background-color: #00aced;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-twitter i.icon-twitter:before {
  content: '\e825';
  font-family: 'sidearm_font' !important;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-twitter:hover {
  background-color: #1fc3ff;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-facebook {
  background-color: #3b5998;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-facebook:hover {
  background-color: #4b6eb9;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-email {
  background-color: #ff9c00;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-email:hover {
  background-color: #ffb133;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-pinterest {
  background-color: #cb2027;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-pinterest:hover {
  background-color: #e13d42;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-google-plus {
  background-color: #e14929;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-google-plus:hover {
  background-color: #e76f56;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .article-links-wrapper {
  width: 100%;
}
.article-wrapper.news .article-content_wrapper .article-content {
  flex: 1 1 300px;
  -webkit-flex: 1 1 300px;
  min-width: 1px;
  min-height: 1px;
  padding: 48px;
  background-color: white;
}
.article-wrapper.news .article-content_wrapper .article-content .story {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin: 0;
  padding: 12px 0;
}
.article-wrapper.news .article-content_wrapper .article-content .story p {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}
.article-wrapper.news .article-content_wrapper .article-content .story a {
  color: #011e41;
}
.article-wrapper.news .article-sidebar-wrapper {
  flex: 0 0 480px;
  -webkit-flex: 0 0 480px;
  min-width: 1px;
  min-height: 1px;
  padding: 0 24px;
  margin: 0 auto;
  background-color: #a3aaae;
}
.article-wrapper.news .article-sidebar-wrapper .sidebar-header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  height: 120px;
}
.article-wrapper.news .article-sidebar-wrapper .sidebar-header .title {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #011e41;
  padding: 0;
  margin: 0 12px 0 0;
  z-index: 1;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .c-stories--list .c-stories__item {
  padding: 18px 24px;
  background-color: white;
  margin-bottom: 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;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  color: #011e41;
  text-decoration: none;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .c-stories--list .c-stories__item .c-stories__title a:hover {
  color: #87714d;
}
.article-wrapper.news .article-sidebar-wrapper .recentNews .recentNewsContainer .c-stories--list .c-stories__item .c-stories__date {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin-top: 20px;
}
.article-wrapper.news .article-sidebar-wrapper .story-dfp {
  text-align: center;
  margin: 48px auto;
}
.article-wrapper.news .article-sidebar-wrapper .story-dfp .dfp-ad {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1536px) {
  #social-icons {
    display: none;
  }
  #social-icons-footer {
    display: block;
  }
}
@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) {
  .c-nav .c-nav__level-1--desktop .c-nav__item--level-1 {
    position: static;
    margin: 0 12px;
  }
  .c-nav .c-nav__level-1--desktop .c-nav__level-2 {
    width: 100%;
  }
  .c-nav .c-nav__level-1--desktop .c-nav__level-2-inner {
    min-width: initial;
    width: 100%;
  }
  #videos-section .videoTabs > ul {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1128px) {
  
}
@media screen and (max-width: 1023px) {
  #scoreboard .c-scoreboard {
    margin-left: 0;
  }
  .c-nav-wrapper .header_logo .top {
    display: none;
  }
  .c-nav-wrapper .header_logo .scroll {
    display: block !important;
  }
  .c-nav-wrapper .header_logo {
    top: 5px;
    left: 12px;
  }
  .c-nav-wrapper .sponsor {
    margin: 0 auto 0 102px;
  }
  .c-nav .c-nav__level-1--desktop .c-nav__level-2-inner {
    max-height: 450px;
    overflow-y: scroll;
    padding: 12px 0;
  }
  .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;
  }
  .c-nav .c-nav__level-1--desktop .c-nav__level-2-inner .c-nav__level-2-dropdown__ad {
    margin: 12px;
  }
  #topstories-section .c-stories .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;
    padding: 24px;
    background-color: #011e41;
  }
  #videos-section .c-youtube__list .c-youtube__item {
    flex: 1 0 33.3333%;
    -webkit-flex: 1 0 33.3333%;
    min-width: 1px;
    min-height: 1px;
  }
  #content-stream .c-contentstream__container .c-contentstream__item {
    width: calc(50% - 2px);
  }
  .article-wrapper.news .article-image {
    background-image: none;
    padding-top: 0;
  }
  .article-wrapper.news .article-content_wrapper {
    width: 100%;
  }
  .article-wrapper.news .article-content_wrapper .article-content {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .article-wrapper.news .article-sidebar-wrapper {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    border: none;
  }
  #footerLogos .logosWrapper {
    padding: 0;
  }
  #footerLogos .logosWrapper .logo {
    order: 1;
    -webkit-order: 1;
    position: relative;
    width: 25%;
    margin: 0 !important;
    height: 0;
    padding-bottom: 25%;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
  #footerLogos .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: 12px;
    width: 100%;
    text-align: center;
  }
  #footerLogos .logosWrapper .edu.logo {
    order: 2;
    -webkit-order: 2;
    width: 100%;
    height: 180px;
    padding-bottom: 0;
    margin: 60px;
    border: none;
  }
  .footerText {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #videos-section .c-youtube__list .c-youtube__item {
    flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    min-width: 1px;
    min-height: 1px;
  }
  #content-stream ul {
    order: 2;
    -webkit-order: 2;
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin: 12px 0;
  }
  #topstories-section .c-stories .c-stories__title {
    height: 108px;
    overflow: hidden;
  }
  #topstories-section .c-stories .c-stories__url,
  .article-wrapper.news .article-content_wrapper .article-headline {
    font-size: 32px;
    line-height: 36px;
  }
  #footerLogos .logosWrapper .logo {
    order: 1;
    -webkit-order: 1;
    position: relative;
    width: 50%;
    margin: 0 !important;
    height: 0;
    padding-bottom: 50%;
    border-right: 1px solid #a3aaae;
    border-bottom: 1px solid #a3aaae;
  }
  #footerLogos .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: 12px;
    width: 100%;
    text-align: center;
  }
  .showcase-modal .showcase-modal__player-inner {
    width: 90%;
  }
  .article-wrapper.news .article-content_wrapper .article-content {
    padding: 24px;
  }
}
@media screen and (max-width: 539px) {
  #videos-section {
    padding: 48px 12px 0;
  }
  #content-stream {
    padding: 0 12px;
  }
  .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;
  }
  #topstories-section .c-stories .c-stories__dateLinks,
  #topstories-section .c-stories .c-stories__links ul {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  #topstories-section .c-stories .c-stories__links li {
    margin: 3px 0;
  }
  #videos-section .c-youtube__list .c-youtube__item {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  #content-stream .c-contentstream__container .c-contentstream__item {
    width: calc(100%);
  }
}
@media screen and (max-width: 400px) {
  #videos-section .titleWrapper,
  #content-stream .c-contentstream__top .titleWrapper {
    justify-content: center;
    -webkit-justify-content: center;
  }
  #videos-section .titleWrapper .sponsor,
  #content-stream .c-contentstream__top .titleWrapper .sponsor {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    text-align: center;
    margin: 24px 0 12px;
  }
}
#col-staff_email {
  font-size: 0;
}
#col-staff_email:before {
  content: 'Email';
  color: white;
  font-weight: 700;
  font-size: 1.0rem;
  white-space: nowrap;
  vertical-align: bottom;
}
td[headers*="col-staff_email"] {
  text-align: center;
}
td[headers*="col-staff_email"] a {
  text-decoration: none;
  font-size: 0;
}
td[headers*="col-staff_email"] a:before {
  font-family: sidearm_font;
  content: "\e804";
  font-size: 20px;
  color: #003976;
}
.interior-leaderboard--upper,
.interior-leaderboard--lower {
  padding: 12px 0;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-1:focus,
.c-nav-wrapper .c-nav__mobile-menu:focus,
.c-nav-flyout .c-nav__flyout-menu .c-nav__url--level-1:focus,
.c-nav-flyout .c-nav__flyout-menu .c-nav__url--level-2:focus,
.c-nav-flyout .c-nav__flyout-menu .c-nav__flyout-menu--level-2-toggle:focus {
  outline-offset: -5px !important;
}
#search-btn .search-icon {
  border: 0;
  padding: 0;
  background: #011e41;
  color: white;
}
.sidearm-skip-link-inline {
  top: auto !important;
}
#social-icons .sidearm-skip-link-inline:focus {
  margin-left: -155px !important;
  height: auto;
  width: 150px;
}
/*
#content-stream .c-contentstream__top .c-contentstream__filter li {
    &:focus {
        outline-style: solid !important;
        outline-color: #00FFFF !important;
        outline-width: 5px !important;
        outline-offset: 0 !important;
        transition: none !important;
    }
}
*/

