@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
@import url('//cloud.typography.com/7146036/7041992/css/fonts.css');
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #0033a0;
  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: "Roboto", sans-serif;
  font-size: 16px;
  color: #636363;
  margin: 0;
  padding: 0;
  background-color: white;
}
.showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  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;
}
.row {
  max-width: 1440px;
}
.contentDiv_container {
  margin: 0 auto;
}
.contentDiv_container.headroom--not-top {
  margin: 65px auto 0;
}
.wide .contentDiv_container {
  max-width: 1440px;
  margin: 0 auto;
  background: white;
  padding: 12px;
}
.wide .contentDiv_container.headroom--not-top {
  margin: 65px auto 0;
}
html.sport body .contentDiv_container.headroom--not-top {
  margin: 135px auto 0;
}
html.sport body .wide .contentDiv_container.headroom--not-top {
  margin: 135px auto 0;
}
html:not(.index) body .contentDiv_container {
  margin: 65px auto 0;
}
html:not(.index) body .contentDiv_container.headroom--not-top {
  margin: 130px auto 0;
}
.hide-acc {
  position: absolute;
  left: -9999px;
  background-color: black;
  color: white;
}
.aboveNav {
  position: relative;
  padding: 12px 0;
  background-color: white;
  z-index: 10000;
}
.superleaderboard {
  text-align: center;
}
.superleaderboard.borders .leaderboardContainer {
  padding: 24px 0;
  margin: 0;
  border-top: 2px solid #d4d4d4;
  border-bottom: 2px solid #d4d4d4;
}
.superleaderboard .dfp-ad {
  text-align: center;
  margin: 0 auto;
}
.c-search--popout {
  position: relative;
}
.c-search--popout fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.c-search--popout .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  transition: .2s;
  display: block;
  position: relative;
  font-size: 24px;
  width: 60px;
  height: 65px;
  line-height: 65px;
  color: white;
  text-align: center;
}
.c-search--popout .c-search__toggle:hover {
  background-color: white;
  color: #0033a0;
}
.c-search--popout .c-search__popout {
  transition: opacity .2s;
  position: absolute;
  bottom: -48px;
  left: -99999px;
  opacity: 0;
}
.c-search--popout .c-search__popout.is-open {
  left: auto;
  right: 0;
  opacity: 1;
}
.c-search--popout .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  display: block;
  width: 90vw;
  max-width: 320px;
  height: 48px;
  padding: 0 12px;
  line-height: 48px;
  font-weight: 700;
  color: #636363;
  background-color: white;
  border: 1px solid #0033a0;
}
.c-search--popout .c-search__text::-webkit-input-placeholder {
  color: #636363;
}
.c-search--popout .c-search__text::-moz-placeholder {
  color: #636363;
}
.c-search--popout .c-search__text:-ms-input-placeholder {
  color: #636363;
}
.c-search--popout .c-search__text:-moz-placeholder {
  color: #636363;
}
.c-search--standard {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  height: 60px;
  padding: 0 12px 0 24px;
  border-bottom: 1px solid #d4d4d4;
}
.c-search--standard fieldset {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.c-search--standard .c-search__container {
  width: 100%;
}
.c-search--standard .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  display: block;
  font-size: 24px;
  font-weight: 700;
  width: 100px;
  padding: 0;
  color: #0033a0;
  text-transform: uppercase;
}
.c-search--standard .c-search__text::-webkit-input-placeholder {
  color: #636363;
}
.c-search--standard .c-search__text::-moz-placeholder {
  color: #636363;
}
.c-search--standard .c-search__text:-ms-input-placeholder {
  color: #636363;
}
.c-search--standard .c-search__text:-moz-placeholder {
  color: #636363;
}
.c-search--standard .c-search__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;
  background: none;
  font-size: 24px;
  color: #0033a0;
  margin-left: auto;
}
.c-nav-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  background-color: #0033a0;
  box-shadow: inset 0 -3px #d64309;
}
.c-nav-wrapper:before {
  content: '';
  transform: translate(calc(100%), 0);
  -webkit-transform: translate(calc(100%), 0);
  -moz-transform: translate(calc(100%), 0);
  -ms-transform: translate(calc(100%), 0);
  -o-transform: translate(calc(100%), 0);
  position: absolute;
  left: calc(-50% + (100vw - 1440px));
  top: -2px;
  width: 451px;
  height: 116px;
  background-image: url('https://dbukjj6eu5tsf.cloudfront.net/broncosports.com/images/nav_logo_container.png');
  background-size: contain;
}
.c-nav-wrapper .header_logo {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transform: translate(calc(-708px), 0);
  -webkit-transform: translate(calc(-708px), 0);
  -moz-transform: translate(calc(-708px), 0);
  -ms-transform: translate(calc(-708px), 0);
  -o-transform: translate(calc(-708px), 0);
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 100;
}
.c-nav-wrapper .header_logo img {
  position: relative;
  width: 101px;
  z-index: 2;
}
.c-nav-wrapper.headroom--not-top {
  position: fixed;
}
.c-nav-wrapper.headroom--not-top:before {
  top: -32px;
}
.c-nav-wrapper.headroom--not-top .header_logo {
  top: 6px;
}
.c-nav-wrapper.headroom--not-top .header_logo img {
  width: 70px;
}
.c-nav-wrapper .sponsor {
  flex: 0 0 150px;
  -webkit-flex: 0 0 150px;
  min-width: 1px;
  min-height: 1px;
  margin-left: 200px;
  margin-right: auto;
}
.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%;
  max-width: 1416px;
}
.c-nav-wrapper .c-nav__mobile-menu {
  display: flex;
  display: -webkit-flex;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 18px;
  font-weight: 700;
  color: white;
  line-height: 65px;
  padding: 0 12px;
  text-align: right;
  text-transform: uppercase;
  margin-left: 12px;
}
.c-nav-wrapper .c-nav__mobile-menu i {
  font-size: 24px;
  color: white;
}
.c-nav-wrapper .c-nav__mobile-menu.active {
  background-color: white;
  color: #0033a0;
}
.c-nav-wrapper .c-nav__mobile-menu.active i {
  color: #0033a0;
}
.social .icons .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 65px;
}
.social .icons .ads-container .ad a {
  transition: .2s;
  display: block;
  margin: 0 12px;
  text-align: center;
  text-decoration: none;
  color: white;
}
.social .icons .ads-container .ad a:hover {
  color: #d64309;
}
.social .icons .ads-container .ad a i {
  font-size: 24px;
}
.social .icons .ads-container .ad a i:before {
  font-family: sidearm_font_v2 !important;
  margin: 0;
}
.social .icons .ads-container .ad a i.icon-twitter:before {
  content: '\e825';
  font-family: sidearm_font_v2 !important;
}
.social .icons .ads-container .ad a span {
  position: absolute;
  left: -9999px;
}
.c-navigation {
  font-family: "Roboto", sans-serif;
}
.c-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-navigation .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation .c-navigation__item--level-1 {
  font-size: 16px;
  color: white;
  margin: 0 12px;
}
.c-navigation .c-navigation__item--level-1.sports .c-navigation__column {
  padding: 56px 0 0;
  margin: 0 12px;
}
.c-navigation .c-navigation__item--level-1.sports .c-navigation__column:nth-child(2) {
  flex: 2;
  -webkit-flex: 2;
  min-width: 1px;
  min-height: 1px;
  column-count: 2;
  -webkit-column-count: 2;
  column-gap: 24px;
  -webkit-column-gap: 24px;
}
.c-navigation .c-navigation__item--level-1.sports .c-navigation__separator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-navigation .c-navigation__item--level-1.sports .c-navigation__item--level-2 {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c-navigation .c-navigation__item--level-1.sports .c-navigation__item--level-2 .c-navigation__url--level-2:first-child {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: #0033a0;
  text-transform: uppercase;
}
.c-navigation .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation .c-navigation__item--level-1:focus .c-navigation__url--level-1,
.c-navigation .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1 {
  text-decoration: none;
}
.c-navigation .c-navigation__item--level-1:hover .c-navigation__url--level-1:after,
.c-navigation .c-navigation__item--level-1:focus .c-navigation__url--level-1:after,
.c-navigation .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1:after {
  max-height: 10px;
}
.c-navigation .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation .c-navigation__item--level-1:focus .c-navigation__level-2,
.c-navigation .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation .c-navigation__url--level-1 {
  transition: .2s;
  position: relative;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 18px;
  font-weight: 500;
  line-height: 65px;
  text-transform: uppercase;
  padding: 0 12px;
}
.c-navigation .c-navigation__url--level-1:after {
  transition: .2s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 0;
  height: 100%;
  width: 100%;
  background-color: white;
}
.c-navigation .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -9999px;
  opacity: 0;
  background-color: white;
  width: 100%;
  padding: 0;
}
.c-navigation .c-navigation__level-2-inner {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0px auto;
  padding: 48px 12px;
  width: 100%;
  max-width: 1416px;
  max-height: 700px;
  overflow-y: auto;
}
.c-navigation .c-navigation__column {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  padding: 0 12px;
}
.c-navigation .c-navigation__ad {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  border-left: 2px solid #d4d4d4;
  padding: 0 0 0 24px;
  margin: 0 12px;
}
.c-navigation .c-navigation__item--level-2 {
  transition: .2s;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 16px;
  line-height: 36px;
  padding: 0;
  color: #636363;
  -webkit-column-break-inside: avoid;
}
.c-navigation .c-navigation__separator {
  font-size: 16px;
  color: #636363;
  padding: 0 0 6px;
  margin-bottom: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #d4d4d4;
}
.c-navigation .c-navigation__separator:hover {
  color: #636363;
  background-color: transparent;
}
.c-navigation .c-navigation__url--level-2 {
  font-size: 16px;
  margin: 0 6px 0 0;
}
.c-navigation .c-navigation__url--level-2.c-navigation__schedule-roster-news {
  position: relative;
  margin: 0 16px 0 0;
}
.c-navigation .c-navigation__url--level-2.c-navigation__schedule-roster-news:after {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  content: '/';
  position: absolute;
  top: 50%;
  right: -14px;
}
.c-navigation .c-navigation__url--level-2:first-child {
  margin-right: auto;
  margin-left: 0;
}
.c-navigation .c-navigation__url--level-2:first-child:last-child {
  width: 100%;
}
.c-navigation .c-navigation__url--level-2:hover {
  text-decoration: underline;
}
.c-navigation .c-navigation__social {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
  color: #636363;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  font-size: 0;
  display: none;
}
.c-navigation .c-navigation__social[href] {
  display: initial;
}
.c-navigation .c-navigation__social:before {
  font-family: sidearm_font_v2;
  font-size: 18px;
  vertical-align: middle;
  margin: 0;
}
.c-navigation .c-navigation__social.facebook:before {
  content: '\e041';
}
.c-navigation .c-navigation__social.twitter:before {
  content: '\e035';
}
.c-navigation .c-navigation__social.instagram:before {
  content: '\e044';
}
.c-navigation .c-navigation__social.tickets:before {
  content: '\e107';
}
.c-navigation-flyout ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation-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-navigation-flyout .c-nav__flyout-menu.opened {
  max-height: calc(100vh - 80px);
  height: calc(100vh - 80px);
  overflow: auto;
  display: inherit!important;
  background-color: white;
}
.c-navigation-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: #0033a0;
  text-align: center;
}
.c-navigation-flyout .c-nav__flyout-menu .icn:before {
  display: block;
}
.c-navigation-flyout .c-nav__flyout-menu .icn.opened {
  display: flex !important;
  -webkit-display: flex !important;
}
.c-navigation-flyout .c-nav__flyout-menu .c-nav__flyout-menu--level-1 {
  width: 100%;
}
.c-navigation-flyout .c-nav__flyout-menu .c-nav__item--level-1 {
  color: #0033a0;
  background: white;
  border-bottom: solid 1px #d4d4d4;
  cursor: pointer;
}
.c-navigation-flyout .c-nav__flyout-menu .c-nav__url--level-1 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  padding: 0 24px 0;
  line-height: 60px;
  color: #0033a0;
  text-transform: uppercase;
  text-decoration: none;
}
.c-navigation-flyout .c-nav__flyout-menu .c-nav__flyout-menu--level-2 {
  transition: .3s;
  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-navigation-flyout .c-nav__flyout-menu .c-nav__flyout-menu--level-2.opened {
  transition: .3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 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;
  height: 100%;
}
.c-navigation-flyout .c-nav__flyout-menu .c-nav__flyout-menu--level-2-toggle {
  width: 100%;
  height: 48px;
  font-size: 20px;
  font-weight: 700;
  color: #0033a0;
  text-transform: uppercase;
  outline: none;
  border: none;
  background-color: white;
  text-align: left;
  padding: 0;
}
.c-navigation-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: #0033a0;
  margin-right: 24px;
  text-align: center;
}
.c-navigation-flyout .c-nav__flyout-menu .c-nav__flyout-menu--level-2-toggle i:before {
  margin: 0;
}
.c-navigation-flyout .c-nav__flyout-menu .c-nav__item--level-2 {
  position: relative;
  border-top: 1px solid #d4d4d4;
}
.c-navigation-flyout .c-nav__flyout-menu .c-nav__item--level-2.c-navigation__separator {
  color: white;
  border: none;
  background-color: #0033a0;
  margin: 0;
  padding: 0;
}
.c-navigation-flyout .c-nav__flyout-menu .c-nav__item--level-2.c-navigation__separator span {
  color: white;
  padding: 0px 24px;
  font-size: 24px;
  line-height: 60px;
}
.c-navigation-flyout .c-nav__flyout-menu .c-nav__item--level-2.spacer {
  display: none;
}
.c-navigation-flyout .c-nav__flyout-menu .c-nav__item--level-2.spacer a,
.c-navigation-flyout .c-nav__flyout-menu .c-nav__item--level-2.spacer span {
  font-size: 0;
  margin: 0;
}
.c-navigation-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: #0033a0;
  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: #d4d4d4;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.24);
}
.c-nav-sport.headroom--not-top {
  position: fixed;
  top: 65px;
}
.c-nav-sport .c-nav__ad {
  margin-left: 12px;
  margin-right: auto;
}
.c-nav-sport .c-nav__ad img {
  vertical-align: middle;
}
.c-nav-sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-nav-sport .c-navigation--sport {
  position: relative;
  width: 100%;
  height: 70px;
}
.c-nav-sport .c-navigation--sport a {
  transition: .2s;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 0;
  color: #0033a0;
  text-decoration: none;
}
.c-nav-sport .c-navigation--sport a:hover {
  color: #d64309;
}
.c-nav-sport .c-navigation--sport .c-navigation-level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.c-nav-sport .c-navigation--sport .c-navigation-level-1 > li {
  transition: .2s;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  padding: 0 12px;
  height: 70px;
}
.c-nav-sport .c-navigation--sport .c-navigation-level-1 > li a {
  font-style: italic;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.c-nav-sport .c-navigation--sport .c-navigation-level-1 > li.sport-home {
  position: relative;
  padding: 0 12px;
  margin-right: auto;
  margin-left: 160px;
}
.c-nav-sport .c-navigation--sport .c-navigation-level-1 > li.sport-home a {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 26px;
  font-weight: 400;
  font-style: normal;
  color: #0033a0;
  text-transform: uppercase;
  text-decoration: none;
}
.c-nav-sport .c-navigation--sport .c-navigation-level-1 > li.c-navigation-level-1__parent {
  position: relative;
}
.c-nav-sport .c-navigation--sport .c-navigation-level-1 > li:hover:not(.sport-home) .c-navigation-level-2 {
  left: auto;
  right: 0;
  opacity: 1;
}
.c-nav-sport .c-navigation--sport .c-navigation-level-2 {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 900;
  opacity: 0;
  width: 300px;
  max-height: 350px;
  overflow-y: auto;
  background: white;
  padding: 12px;
  margin: 0;
  text-align: left;
}
.c-nav-sport .c-navigation--sport .c-navigation-level-2 > li {
  transition: .2s;
  position: relative;
}
.c-nav-sport .c-navigation--sport .c-navigation-level-2 > li.c-nav__separator {
  font-size: 16px;
  margin: 12px 0;
  padding: 0 0 6px;
  color: #636363;
  border-bottom: 2px solid #d4d4d4;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.c-nav-sport .c-navigation--sport .c-navigation-level-2 > li a {
  transition: .2s;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #636363;
  line-height: 30px;
  padding: 0 12px;
  text-transform: none;
}
.c-nav-sport .c-navigation--sport .c-navigation-level-2 > li:hover {
  background-color: #0033a0;
}
.c-nav-sport .c-navigation--sport .c-navigation-level-2 > li:hover a {
  color: white;
}
.c-nav-sport .c-navigation-mobile-sport-container {
  position: relative;
  width: 100%;
  height: 70px;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.c-nav-sport .c-navigation-mobile-sport-container a {
  text-decoration: none;
}
.c-nav-sport .c-navigation-mobile-sport-container > ul {
  display: flex;
  display: -webkit-flex;
}
.c-nav-sport .c-navigation-mobile-sport-container > ul > li {
  transition: .2s;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: italic;
  height: 70px;
  line-height: 70px;
  color: #0033a0;
  padding: 0 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
}
.c-nav-sport .c-navigation-mobile-sport-container > ul > li.more {
  cursor: pointer;
}
.c-nav-sport .c-navigation-mobile-sport-container > ul > li.more:hover {
  color: #d64309;
}
.c-nav-sport .c-navigation-mobile-sport-container > ul > li > a {
  transition: .2s;
  color: #0033a0;
  text-decoration: none;
}
.c-nav-sport .c-navigation-mobile-sport-container > ul > li:hover a {
  color: #d64309;
}
.c-nav-sport .c-navigation-mobile-sport-home {
  position: relative;
  line-height: 70px;
  padding: 0 12px;
  margin-right: auto;
}
.c-nav-sport .c-navigation-mobile-sport-home a {
  font-size: 26px;
  color: #0033a0;
  text-transform: uppercase;
  text-decoration: none;
}
.c-nav-sport .c-navigation-mobile-sport-home .c-nav__ad img {
  vertical-align: middle;
}
.c-nav-sport .c-navigation-mobile-flyout-menu {
  transition: .3s;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9000;
  width: 100%;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.c-nav-sport .c-navigation-mobile-flyout-menu.opened {
  transition: .3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: calc(100vh - 108px);
  overflow: auto;
  display: inherit!important;
}
.c-nav-sport .c-navigation-mobile-flyout-menu .icn {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 42px;
  font-size: 20px;
  color: white;
  background: #0033a0;
  border-left: solid 1px #d4d4d4;
  border-bottom: solid 1px #d4d4d4;
  text-align: center;
}
.c-nav-sport .c-navigation-mobile-flyout-menu .icn:before {
  display: block;
  color: white;
}
.c-nav-sport .c-navigation-mobile-flyout-menu .icn.opened {
  display: flex !important;
  -webkit-display: flex !important;
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul {
  width: 100%;
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li {
  position: relative;
  color: #0033a0;
  background: white;
  border-bottom: solid 1px #d4d4d4;
  cursor: pointer;
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li:last-child {
  border-bottom: none;
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 11px 12px 9px 15px;
  color: #0033a0;
  font-size: 16px;
  text-decoration: none;
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li .c-navigation-flyout-menu-level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li .c-navigation-flyout-menu-level-2 li {
  position: relative;
  background: #f4f4f4;
  border-top: solid 1px #d4d4d4;
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li .c-navigation-flyout-menu-level-2 li.c-nav__separator {
  color: white;
  background: #0033a0;
  text-transform: uppercase;
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li .c-navigation-flyout-menu-level-2 li.c-nav__separator a,
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li .c-navigation-flyout-menu-level-2 li.c-nav__separator span {
  color: white;
  padding: 9px 12px 7px 15px;
  font-size: 16px;
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li .c-navigation-flyout-menu-level-2 a,
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li .c-navigation-flyout-menu-level-2 span {
  display: inline-block;
  width: 100%;
  padding: 9px 12px 7px 24px;
  color: #0033a0;
  font-size: 16px;
  text-decoration: none;
}
.c-nav-sport .c-navigation-mobile-flyout-menu > ul > li .c-navigation-flyout-menu-level-2.opened {
  transition: 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 1000px;
  overflow: hidden;
  display: inherit!important;
}
#topStories-section {
  position: relative;
  overflow: hidden;
}
#topStories-section .c-stories__item {
  position: relative;
}
#topStories-section .c-stories__media {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#topStories-section .c-stories__media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#topStories-section .c-stories__media:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: initial;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}
#topStories-section .c-stories__url {
  font-family: "Gotham SSm A", "Gotham SSm B";
  text-decoration: none;
}
#topStories-section .c-stories .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#topStories-section .c-stories .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#topStories-section .c-stories__details {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 72px 60px;
  max-width: 100%;
  text-align: center;
  z-index: 2;
}
#topStories-section .c-stories__sportDate {
  font-size: 20px;
  font-weight: 400;
  color: #d4d4d4;
  padding: 0;
  margin: 0 0 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#topStories-section .c-stories__url {
  transition: .2s;
  font-size: 42px;
  line-height: 48px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
#topStories-section .c-stories__url:hover {
  color: #d64309;
}
#topStories-section .c-stories__arrow {
  transition: .2s;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 25%;
  font-size: 0;
  width: 34px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  background-color: rgba(0, 51, 160, 0.5);
  border: 1px solid #d64309;
  outline: none;
  text-align: center;
  z-index: 3;
}
#topStories-section .c-stories__arrow.c-stories__prev {
  transition: .2s;
  left: 24px;
}
#topStories-section .c-stories__arrow.c-stories__prev:before {
  transition: .2s;
  content: '\e005';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 24px;
  line-height: 40px;
  color: white;
}
#topStories-section .c-stories__arrow.c-stories__prev:hover {
  background-color: white;
}
#topStories-section .c-stories__arrow.c-stories__prev:hover:before {
  color: #d64309;
}
#topStories-section .c-stories__arrow.c-stories__next {
  transition: .2s;
  right: 24px;
}
#topStories-section .c-stories__arrow.c-stories__next:before {
  transition: .2s;
  content: '\e006';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 24px;
  line-height: 40px;
  color: white;
}
#topStories-section .c-stories__arrow.c-stories__next:hover {
  background-color: white;
}
#topStories-section .c-stories__arrow.c-stories__next:hover:before {
  color: #d64309;
}
#topStories-section .c-stories .c-stories--thumbnails {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
}
#topStories-section .c-stories .c-stories--thumbnails .thumbnails ul {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#topStories-section .c-stories .c-stories--thumbnails .thumbnails ul:before {
  content: '';
  transform: rotate(180deg) scaleX(-1);
  -webkit-transform: rotate(180deg) scaleX(-1);
  -moz-transform: rotate(180deg) scaleX(-1);
  -ms-transform: rotate(180deg) scaleX(-1);
  transform: rotate(180deg) scaleX(-1);
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -36px;
  width: 22px;
  height: 24px;
  background-image: url("https://dbukjj6eu5tsf.cloudfront.net/broncosports.com/images/mainstory_dashes.png");
}
#topStories-section .c-stories .c-stories--thumbnails .thumbnails ul:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  right: -36px;
  width: 22px;
  height: 24px;
  background-image: url("https://dbukjj6eu5tsf.cloudfront.net/broncosports.com/images/mainstory_dashes.png");
}
#topStories-section .c-stories .c-stories--thumbnails .thumbnails ul li {
  flex: 0 0 12px;
  -webkit-flex: 0 0 12px;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  height: 12px;
  margin: 0 6px;
}
#topStories-section .c-stories .c-stories--thumbnails .thumbnails ul li button {
  transition: .2s;
  font-size: 0;
  color: white;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid white;
  border-radius: 50%;
  outline: none;
  background-color: transparent;
}
#topStories-section .c-stories .c-stories--thumbnails .thumbnails ul li button:hover {
  background-color: #d64309;
  color: black;
}
#topStories-section .c-stories .c-stories--thumbnails .thumbnails ul li:last-child {
  border: none;
}
#topStories-section .c-stories .c-stories--thumbnails .thumbnails ul li:hover {
  cursor: pointer;
}
#topStories-section .c-stories .c-stories--thumbnails .thumbnails ul li.top-stories-active button {
  background-color: #d64309;
  color: black;
}
#topStories-section stories-component {
  display: block;
  position: relative;
}
#topStories-section .slick-list {
  overflow: visible !important;
}
#topStories-section .c-stories--slider2 {
  max-width: 1416px;
  margin: 0 auto;
  position: relative;
}
#topStories-section .c-stories--slider2 .slick-slide {
  transition: .2s;
}
#topStories-section .c-stories--slider2 .slick-center {
  transition: .2s;
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
}
#topStories-section .c-stories--slider2 .c-stories__item {
  position: relative;
}
#topStories-section .c-stories--slider2 .c-stories__item.slick-active {
  transform: scale(1) translateX(0) !important;
  -webkit-transform: scale(1) translateX(0) !important;
}
#topStories-section .c-stories--slider2 .c-stories__item.slick-active .c-stories__details {
  display: block;
  bottom: 0;
}
#topStories-section .c-stories--slider2 .c-stories__item.slick-active .c-stories__details .c-stories__title {
  display: block;
}
#topStories-section .c-stories--slider2 .c-stories__item.slick-active .c-stories__media {
  position: relative;
}
#topStories-section .c-stories--slider2 .c-stories__item.slick-active .c-stories__media img {
  opacity: 1;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
#topStories-section .c-stories--slider2 .c-stories__item.slick-active .c-stories__media:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: initial;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}
#topStories-section .c-stories--slider2 .c-stories__media {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  max-width: 1416px;
  margin: 0 auto;
}
#topStories-section .c-stories--slider2 .c-stories__media picture img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
#topStories-section .c-stories--slider2 .c-stories__media:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: initial;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 51, 160, 0.7);
  background-image: none;
}
#topStories-section .c-stories--slider2 .c-stories__media .showcase-play-button {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("https://assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
  height: 70px;
  width: 70px;
  z-index: 100;
}
#topStories-section .c-stories--slider2 .c-stories__media .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#topStories-section .c-stories--slider2 .c-stories__details {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 72px 60px;
  max-width: 100%;
  text-align: center;
  z-index: 2;
}
#topStories-section .c-stories--slider2 .c-stories__sportDate {
  font-size: 20px;
  font-weight: 400;
  color: #d4d4d4;
  padding: 0;
  margin: 0 0 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#topStories-section .c-stories--slider2 .c-stories__url {
  transition: .2s;
  font-size: 42px;
  line-height: 48px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
#topStories-section .c-stories--slider2 .c-stories__url:hover {
  color: #d64309;
}
#topStories-section .c-stories--slider .c-stories__details {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 72px 60px;
  max-width: 100%;
  text-align: center;
  z-index: 2;
}
#topStories-section .c-stories--slider .c-stories__sportDate {
  font-size: 20px;
  font-weight: 400;
  color: #d4d4d4;
  padding: 0;
  margin: 0 0 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#topStories-section .c-stories--slider .c-stories__url {
  transition: .2s;
  font-size: 42px;
  line-height: 48px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
#topStories-section .c-stories--slider .c-stories__url:hover {
  color: #d64309;
}
.sectionTitle {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.sectionTitle .title {
  margin-right: 12px;
}
.sectionTitle .title .big {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  color: #0033a0;
  text-transform: uppercase;
}
.sectionTitle .title .small {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #636363;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.sectionTitle .sponsor {
  flex: 0 0 150px;
  -webkit-flex: 0 0 150px;
  min-width: 1px;
  min-height: 1px;
}
.sectionTitle .cta {
  margin: 0 0 0 auto;
}
.sectionTitle .cta a {
  transition: .2s;
  position: relative;
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #0033a0;
  height: 36px;
  line-height: 36px;
  padding: 0 24px;
  border: 1px solid #d64309;
  background-color: white;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
}
.sectionTitle .cta a:before {
  content: '';
  transform: skew(-35deg);
  -webkit-transform: skew(-35deg);
  -moz-transform: skew(-35deg);
  -ms-transform: skew(-35deg);
  transform: skew(-35deg);
  position: absolute;
  top: 0;
  left: 3px;
  width: 6px;
  height: 24px;
  background: #d64309;
}
.sectionTitle .cta a:after {
  content: '';
  transform: skew(-35deg);
  -webkit-transform: skew(-35deg);
  -moz-transform: skew(-35deg);
  -ms-transform: skew(-35deg);
  transform: skew(-35deg);
  position: absolute;
  bottom: 0;
  right: 3px;
  width: 6px;
  height: 24px;
  background: #d64309;
}
.sectionTitle .cta a:hover {
  background-color: #d64309;
  color: white;
}
#events-section {
  padding: 48px 12px;
  background-color: white;
}
#events-section .sectionTitle {
  margin-bottom: 24px;
}
#events-section .eventPromos {
  flex: 0 0 335px;
  -webkit-flex: 0 0 335px;
  min-width: 1px;
  min-height: 1px;
  margin-left: 24px;
  text-align: center;
}
#events-section .eventPromos .ad {
  text-align: center;
  margin: 0 auto;
}
#events-section .eventPromos .ad img {
  margin: 0 auto;
}
#events-section .eventPromos button {
  transition: .2s;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  position: absolute;
  bottom: 24px;
  font-size: 0;
  width: 34px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  background-color: rgba(0, 51, 160, 0.5);
  border: 1px solid #d64309;
  outline: none;
  text-align: center;
  z-index: 3;
}
#events-section .eventPromos button.slick-prev {
  transition: .2s;
  left: calc(50% - 24px);
}
#events-section .eventPromos button.slick-prev:before {
  transition: .2s;
  content: '\e005';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 24px;
  line-height: 40px;
  color: white;
}
#events-section .eventPromos button.slick-prev:hover {
  background-color: white;
}
#events-section .eventPromos button.slick-prev:hover:before {
  color: #d64309;
}
#events-section .eventPromos button.slick-next {
  transition: .2s;
  left: calc(50% + 24px);
}
#events-section .eventPromos button.slick-next:before {
  transition: .2s;
  content: '\e006';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 24px;
  line-height: 40px;
  color: white;
}
#events-section .eventPromos button.slick-next:hover {
  background-color: white;
}
#events-section .eventPromos button.slick-next:hover:before {
  color: #d64309;
}
.c-scoreboard {
  position: relative;
}
.c-scoreboard .slick-track {
  display: flex;
  display: -webkit-flex;
}
.c-scoreboard .c-scoreboard__list {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  border: 1px solid #d4d4d4;
}
.c-scoreboard .c-scoreboard__item {
  font-size: 16px;
  line-height: 27px;
  position: relative;
  height: 192px;
  padding: 0;
  border-right: 1px solid #d4d4d4;
  background-color: white;
  overflow: hidden;
}
.c-scoreboard .c-scoreboard__item.open .c-scoreboard__toggle {
  transition: .2s;
  color: white;
  background-color: #d64309;
}
.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);
}
.c-scoreboard .c-scoreboard__details {
  height: 100%;
}
.c-scoreboard .c-scoreboard__details .c-scoreboard__details--wrapper {
  height: 100%;
}
.c-scoreboard .c-scoreboard__top {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  height: 82px;
  padding: 0 24px;
  border-bottom: 2px solid #d64309;
}
.c-scoreboard .c-scoreboard__bottom {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  height: 110px;
  padding: 0 24px;
}
.c-scoreboard .c-scoreboard__sport {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  color: #0033a0;
  text-transform: uppercase;
}
.c-scoreboard .c-scoreboard__dateTime {
  color: #636363;
}
.c-scoreboard .c-scoreboard__team-name {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 0px 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.c-scoreboard .c-scoreboard__team-logo-container {
  flex: 0 0 24px;
  -webkit-flex: 0 0 24px;
  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;
}
.c-scoreboard .c-scoreboard__team-logo-container img {
  display: inline-block;
  margin: 0 auto;
}
.c-scoreboard .c-scoreboard__score {
  margin-left: auto;
}
.c-scoreboard .c-scoreboard__ctas {
  transition: .2s;
  transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  padding: 0 12px;
  background-color: white;
  z-index: 2;
}
.c-scoreboard .c-scoreboard__ctas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-scoreboard .c-scoreboard__ctas li {
  position: relative;
  margin: 0 4px;
}
.c-scoreboard .c-scoreboard__ctas a {
  transition: .2s;
  position: relative;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #0033a0;
  background-color: transparent;
  text-decoration: none;
}
.c-scoreboard .c-scoreboard__ctas a:first-child:before {
  content: none;
}
.c-scoreboard .c-scoreboard__ctas a span {
  position: absolute;
  left: -9999px;
}
.c-scoreboard .c-scoreboard__ctas a:hover {
  color: #d64309;
}
.c-scoreboard .c-scoreboard__toggle {
  transition: .2s;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 18px;
  color: #636363;
  height: auto;
  background-color: transparent;
  border: none;
  z-index: 3;
  padding: 0;
  border: 1px solid #d64309;
}
.c-scoreboard .c-scoreboard__toggle span {
  position: absolute;
  left: -9999px;
}
.c-scoreboard .c-scoreboard__toggle:hover {
  cursor: pointer;
}
.c-scoreboard .slick-dots {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-scoreboard .slick-dots li {
  flex: 0 0 12px;
  -webkit-flex: 0 0 12px;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  height: 12px;
  margin: 0 6px;
}
.c-scoreboard .slick-dots li button {
  transition: .2s;
  font-size: 0;
  color: white;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid #0033a0;
  border-radius: 50%;
  outline: none;
  background-color: transparent;
}
.c-scoreboard .slick-dots li button:hover {
  background-color: #d64309;
  color: black;
}
.c-scoreboard .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #d64309;
  color: black;
}
.c-scoreboard button.slick-prev {
  transition: .2s;
  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: calc(50% - 24px);
  bottom: -56px;
  font-size: 0;
  width: 34px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  background-color: white;
  border: 1px solid #d64309;
  outline: none;
  text-align: center;
  z-index: 3;
  transition: .2s;
}
.c-scoreboard button.slick-prev:before {
  transition: .2s;
  content: '\e005';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 24px;
  line-height: 40px;
  color: #0033a0;
}
.c-scoreboard button.slick-prev:hover {
  background-color: white;
}
.c-scoreboard button.slick-prev:hover:before {
  color: #d64309;
}
.c-scoreboard button.slick-next {
  transition: .2s;
  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: calc(50% + 24px);
  bottom: -56px;
  font-size: 0;
  width: 34px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  background-color: white;
  border: 1px solid #d64309;
  outline: none;
  text-align: center;
  z-index: 3;
}
.c-scoreboard button.slick-next:before {
  transition: .2s;
  content: '\e006';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 24px;
  line-height: 40px;
  color: #0033a0;
}
.c-scoreboard button.slick-next:hover {
  background-color: white;
}
.c-scoreboard button.slick-next:hover:before {
  color: #d64309;
}
#video-section {
  padding: 48px 12px;
}
.c-videos--featured {
  padding-top: 24px;
}
.c-videos--featured #all-access-selects-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.c-videos--featured #all-access-selects-wrapper #all-access-sport-select-wrapper {
  margin-right: 24px;
}
.c-videos--featured #all-access-selects-wrapper select {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #636363;
  position: relative;
  width: 100%;
  height: 37px;
  border: 1px solid #d64309;
  outline: none;
  z-index: 1;
  border-radius: 0;
}
.c-videos--featured #all-access-selects-wrapper option {
  color: #636363;
}
.c-videos--featured .c-videos__featured {
  flex: 1 1 66.66667%;
  -webkit-flex: 1 1 66.66667%;
  min-width: 1px;
  min-height: 1px;
}
.c-videos--featured .c-videos__featured-player {
  padding-bottom: 56.25%;
}
.c-videos--featured .c-videos__featured .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--featured .c-videos__list--container {
  flex: 1 1 33.3333%;
  -webkit-flex: 1 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
  padding: 0;
  margin: 0 0 0 24px;
}
.c-videos--featured .c-videos__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-videos--featured .c-videos__item {
  padding: 18px 24px;
  border-top: 2px solid #d4d4d4;
  cursor: pointer;
}
.c-videos--featured .c-videos__item.is-active {
  position: relative;
  background: #0033a0;
  padding-right: 0;
  border-top: 2px solid #0033a0;
}
.c-videos--featured .c-videos__item.is-active .c-videos__overlay {
  display: block;
}
.c-videos--featured .c-videos__item.is-active .c-videos__sportDate {
  display: none;
}
.c-videos--featured .c-videos__item.is-active .c-videos__title {
  color: #d4d4d4;
}
.c-videos--featured .c-videos__item.is-active:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -24px;
  height: calc(100% + 2px);
  width: 24px;
  background-color: #0033a0;
}
.c-videos--featured .c-videos__item .c-videos__overlay {
  display: none;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: white;
}
.c-videos--featured .c-videos__item .c-videos__overlay span {
  position: relative;
}
.c-videos--featured .c-videos__item .c-videos__overlay span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 2px;
  right: -20px;
  width: 18px;
  height: 18px;
  background-image: url("https://dbukjj6eu5tsf.cloudfront.net/broncosports.com/images/mainstory_dashes.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-videos--featured .c-videos__item .c-videos__sportDate {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #0033a0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.c-videos--featured .c-videos__item .c-videos__title {
  color: #636363;
}
.c-videos--featured .c-videos__item:last-child {
  border-bottom: 2px solid #d4d4d4;
}
.c-videos--featured .c-videos__media {
  padding-bottom: 56.25%;
}
.c-videos--featured .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--featured .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
}
.c-videos--featured .c-videos__details {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-videos--featured .c-videos__title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.promo {
  background-color: #0033a0;
  background-image: url("https://dbukjj6eu5tsf.cloudfront.net/broncosports.com/images/promo_repeater.png");
  background-repeat: repeat;
}
.promo button {
  transition: .2s;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  font-size: 0;
  width: 34px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  background-color: rgba(0, 51, 160, 0.5);
  border: 1px solid #d64309;
  outline: none;
  text-align: center;
  z-index: 3;
}
.promo button.slick-prev {
  transition: .2s;
  left: 24px;
}
.promo button.slick-prev:before {
  transition: .2s;
  content: '\e005';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 24px;
  line-height: 40px;
  color: white;
}
.promo button.slick-prev:hover {
  background-color: white;
}
.promo button.slick-prev:hover:before {
  color: #d64309;
}
.promo button.slick-next {
  transition: .2s;
  right: 24px;
}
.promo button.slick-next:before {
  transition: .2s;
  content: '\e006';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 24px;
  line-height: 40px;
  color: white;
}
.promo button.slick-next:hover {
  background-color: white;
}
.promo button.slick-next:hover:before {
  color: #d64309;
}
#social-section {
  padding: 48px 12px;
}
#social-section .social {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding: 0 12px;
}
#social-section .social .sectionTitle {
  margin-bottom: 24px;
}
#social-section twitter-component,
#social-section instagram-component,
#social-section facebook-component {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
#social-section .twitter {
  flex: 1 0 58.333%;
  -webkit-flex: 1 0 58.333%;
  min-width: 1px;
  min-height: 1px;
}
#social-section .facebook {
  flex: 1 0 41.667%;
  -webkit-flex: 1 0 41.667%;
  min-width: 1px;
  min-height: 1px;
}
.c-twitter--list {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
}
.c-twitter--list .c-twitter__item {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 24px;
  border: 1px solid #d4d4d4;
  border-top: 2px solid #d64309;
}
.c-twitter--list .c-twitter__user {
  flex: 0 0 60px;
  -webkit-flex: 0 0 60px;
  min-width: 1px;
  min-height: 1px;
  background-color: #0033a0;
  padding: 0 24px;
}
.c-twitter--list .c-twitter__user-screen {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-decoration: none;
}
.c-twitter--list .c-twitter__user-screen:hover {
  text-decoration: underline;
}
.c-twitter--list .c-twitter__media-container {
  flex: 0 0 192px;
  -webkit-flex: 0 0 192px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 24px;
}
.c-twitter--list .c-twitter__media-container img {
  width: 100%;
}
.c-twitter--list .c-twitter__body {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #636363;
}
.c-twitter--list .c-twitter__body a {
  color: #0033a0;
  text-decoration: none;
}
.c-twitter--list .c-twitter__body--text {
  margin: auto 0;
  padding-bottom: 24px;
}
.c-twitter--list .c-twitter__bottom {
  border-top: 2px solid #d4d4d4;
  flex: 0 0 48px;
  -webkit-flex: 0 0 48px;
  min-width: 1px;
  min-height: 1px;
}
.c-twitter--list .c-twitter__actions {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
.c-twitter--list .c-twitter__actions-link {
  transition: .2s;
  color: #0033a0 !important;
}
.c-twitter--list .c-twitter__actions-link:hover {
  color: #d64309 !important;
}
.c-twitter--list .c-twitter__date {
  color: #636363;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.c-instagram--list {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
}
.c-instagram--list .c-instagram__item {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 24px;
  border: 1px solid #d4d4d4;
  border-top: 2px solid #d64309;
}
.c-instagram--list .c-instagram__user {
  flex: 0 0 60px;
  -webkit-flex: 0 0 60px;
  min-width: 1px;
  min-height: 1px;
  background-color: #0033a0;
  padding: 0 24px;
}
.c-instagram--list .c-instagram__user-screen {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-decoration: none;
}
.c-instagram--list .c-instagram__user-screen:hover {
  text-decoration: underline;
}
.c-instagram--list .c-instagram__media-container {
  flex: 0 0 192px;
  -webkit-flex: 0 0 192px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 24px;
}
.c-instagram--list .c-instagram__media-container img {
  width: 100%;
}
.c-instagram--list .c-instagram__body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #636363;
}
.c-instagram--list .c-instagram__body a {
  color: #0033a0;
  text-decoration: none;
}
.c-instagram--list .c-instagram__body--text {
  margin: auto 0;
  padding-bottom: 24px;
}
.c-instagram--list .c-instagram__bottom {
  border-top: 2px solid #d4d4d4;
  flex: 0 0 48px;
  -webkit-flex: 0 0 48px;
  min-width: 1px;
  min-height: 1px;
}
.c-instagram--list .c-instagram__info {
  font-size: 16px;
}
.c-instagram--list .c-instagram__info span {
  line-height: 20px;
}
.c-instagram--list .c-instagram__info i {
  font-size: 20px;
  line-height: 20px;
  color: #0033a0;
}
.c-instagram--list .c-instagram__info i:before {
  margin: 0;
}
.c-instagram--list .c-instagram__actions {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-instagram--list .c-instagram__actions-link {
  transition: .2s;
  color: #0033a0 !important;
}
.c-instagram--list .c-instagram__actions-link:hover {
  color: #d64309 !important;
}
.c-instagram--list .c-instagram__date {
  color: #636363;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.c-facebook--list {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
}
.c-facebook--list .c-facebook__item {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 24px;
  border: 1px solid #d4d4d4;
  border-top: 2px solid #d64309;
}
.c-facebook--list .c-facebook__user {
  flex: 0 0 60px;
  -webkit-flex: 0 0 60px;
  min-width: 1px;
  min-height: 1px;
  background-color: #0033a0;
  padding: 0 24px;
}
.c-facebook--list .c-facebook__user-screen {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-decoration: none;
}
.c-facebook--list .c-facebook__user-screen:hover {
  text-decoration: underline;
}
.c-facebook--list .c-facebook__media-container {
  flex: 0 0 192px;
  -webkit-flex: 0 0 192px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 24px;
}
.c-facebook--list .c-facebook__media-container img {
  width: 100%;
}
.c-facebook--list .c-facebook__body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #636363;
}
.c-facebook--list .c-facebook__body a {
  color: #0033a0;
  text-decoration: none;
}
.c-facebook--list .c-facebook__body--text {
  margin: auto 0;
  padding-bottom: 24px;
}
.c-facebook--list .c-facebook__bottom {
  border-top: 2px solid #d4d4d4;
  flex: 0 0 48px;
  -webkit-flex: 0 0 48px;
  min-width: 1px;
  min-height: 1px;
}
.c-facebook--list .c-facebook__info {
  font-size: 16px;
}
.c-facebook--list .c-facebook__info span {
  line-height: 20px;
}
.c-facebook--list .c-facebook__info i {
  font-size: 20px;
  line-height: 20px;
  color: #0033a0;
}
.c-facebook--list .c-facebook__info i:before {
  margin: 0;
}
.c-facebook--list .c-facebook__actions {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-facebook--list .c-facebook__actions-link {
  transition: .2s;
  font-size: 20px;
  color: #0033a0 !important;
}
.c-facebook--list .c-facebook__actions-link:hover {
  color: #d64309 !important;
}
.c-facebook--list .c-facebook__date {
  color: #636363;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.sponsors .flex {
  display: block;
  padding: 24px 0;
  margin: 0 12px;
  border-top: 2px solid #d4d4d4;
}
.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;
}
#footer {
  border-top: 6px solid #d64309;
  background-color: #0033a0;
  color: white;
}
#footerSponsors {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
#footerSponsors .logosWrapper .logo {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
#footerSponsors .logosWrapper .logo.sidearm img {
  max-width: 240px;
}
#footerSponsors .logosWrapper .logo a {
  position: relative;
  display: block;
  margin: 0 !important;
  height: 0 !important;
  line-height: 0;
  padding: 0 0 35% !important;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}
#footerSponsors .logosWrapper .logo a img,
#footerSponsors .logosWrapper .logo a svg {
  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;
  display: block;
  text-align: center;
}
#footerSponsors .logosWrapper .logo a:hover {
  cursor: pointer;
}
#footerSponsors .logosWrapper .logo:last-child a {
  border-right: none;
}
#copyright {
  font-size: 14px;
  line-height: 24px;
  padding: 24px;
  color: #d4d4d4;
}
#copyright .copy {
  font-size: 16px;
  color: white;
  letter-spacing: 1.5px;
}
#copyright .vertDivider {
  width: 2px;
  height: 48px;
  background-color: white;
  margin: 0 24px;
}
#copyright a {
  transition: .2s;
  color: #d4d4d4;
}
.article-wrapper {
  max-width: 1440px;
  background-color: white;
  padding: 12px;
  margin: 0 auto;
}
.stickyLeaderboard {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background-color: rgba(255, 255, 255, 0.25);
  text-align: center;
  z-index: 1000;
}
.stickyLeaderboard .dfp-ad {
  text-align: center;
  margin: 0 auto;
}
#total-stats-comp {
  display: none;
}
.sidearm-common-promotion {
  margin: 24px 0;
}
@media screen and (max-width: 1440px) {
  .c-nav-wrapper:before {
    transform: translate(-60%, 0);
    -webkit-transform: translate(-60%, 0);
    -moz-transform: translate(-60%, 0);
    -ms-transform: translate(-60%, 0);
    -o-transform: translate(-60%, 0);
    left: 0;
  }
  .c-nav-wrapper.headroom--not-top:before {
    transform: translate(-65%, 0);
    -webkit-transform: translate(-65%, 0);
    -moz-transform: translate(-65%, 0);
    -ms-transform: translate(-65%, 0);
    -o-transform: translate(-65%, 0);
  }
  .c-nav-wrapper .header_logo {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    left: 12px;
  }
  .c-navigation .c-navigation__item--level-1 {
    margin: 0;
  }
  #social-section .twitter,
  #social-section .facebook {
    flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (max-width: 1280px) {
  .social {
    order: 1;
    -webkit-order: 1;
  }
  .c-navigation {
    order: 2;
    -webkit-order: 2;
  }
  #search-btn {
    order: 3;
    -webkit-order: 3;
  }
}
@media screen and (max-width: 1128px) {
  #social-section .twitter,
  #social-section .facebook {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  #social-section .facebook {
    margin-top: 48px;
  }
  #footerSponsors .logosWrapper .logo a {
    padding: 0 0 50% !important;
  }
}
@media screen and (max-width: 1024px) {
  .c-nav-wrapper:before {
    transform: translate(-65%, 0);
    -webkit-transform: translate(-65%, 0);
    -moz-transform: translate(-65%, 0);
    -ms-transform: translate(-65%, 0);
    -o-transform: translate(-65%, 0);
    top: -32px;
  }
  .c-nav-wrapper .header_logo {
    top: 6px;
  }
  .c-nav-wrapper .header_logo img {
    width: 70px;
  }
  #topStories-section .c-stories--slider .c-stories__url {
    font-size: 26px;
    line-height: 32px;
  }
  #events-section .eventPromos {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin-top: 48px;
    margin-left: 0;
  }
  #events-section .eventPromos button.slick-prev {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    top: 50%;
    left: 24px;
  }
  #events-section .eventPromos button.slick-next {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    top: 50%;
    left: initial;
    right: 24px;
  }
  .c-videos--featured {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .c-videos--featured .c-videos__featured {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .c-videos--featured .c-videos__item.is-active:after {
    display: none;
  }
  .c-videos--featured .c-videos__list--container {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin: 24px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #topStories-section .c-stories .c-stories__details {
    position: static;
    padding: 36px 24px;
    background-color: white;
    border-bottom: 2px solid #d4d4d4;
  }
  #topStories-section .c-stories .c-stories__url {
    font-size: 32px;
    line-height: 35px;
    color: #0033a0;
  }
  #topStories-section .c-stories .c-stories__sportDate {
    font-size: 16px;
    color: #636363;
  }
  #topStories-section .c-stories .c-stories--thumbnails .thumbnails ul li button {
    border: 2px solid #0033a0;
  }
  #topStories-section .c-stories__arrow {
    position: static;
    margin: 60px 6px 0;
    background-color: white;
  }
  #topStories-section .c-stories__arrow.c-stories__prev:before,
  #topStories-section .c-stories__arrow.c-stories__next:before {
    color: #0033a0;
  }
  .socialDesktop {
    display: none;
  }
  .socialMobile {
    border-bottom: 1px solid #d4d4d4;
  }
  .social .icons .ads-container {
    height: 60px;
  }
  .social .icons .ads-container .ad a {
    color: #0033a0;
  }
  .showcase-modal .showcase-modal__player-inner {
    width: calc(100% - 24px);
    padding: 12px;
  }
  #footerSponsors {
    border: none;
  }
  #footerSponsors .logosWrapper .logo {
    flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    min-width: 1px;
    min-height: 1px;
  }
  #footerSponsors .logosWrapper .logo a {
    padding: 0 0 100% !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  }
  #copyright {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
  }
  #copyright .vertDivider {
    width: 100%;
    height: 2px;
    max-width: 480px;
    margin: 24px 0;
    background-color: white;
  }
}
@media screen and (max-width: 640px) {
  .sectionTitle .cta {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    margin: 12px 0 0 0;
  }
  #topStories-section .c-stories--slider .c-stories__url {
    font-size: 24px;
    line-height: 28px;
  }
  #events-section .eventPromos {
    margin-top: 72px;
  }
  .c-twitter--list .c-twitter__item,
  .c-facebook--list .c-facebook__item {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .c-twitter--list .c-twitter__media-container,
  .c-facebook--list .c-facebook__media-container {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 24px;
    margin-right: 0;
  }
  #footerSponsors .logosWrapper .logo.learfield,
  #footerSponsors .logosWrapper .logo.sidearm {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  #footerSponsors .logosWrapper .logo.learfield a,
  #footerSponsors .logosWrapper .logo.sidearm a {
    padding: 0 0 33.33% !important;
  }
}
@media screen and (max-width: 450px) {
  #events-section .eventPromos button.slick-prev,
  .promo button.slick-prev {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    top: initial;
    bottom: 24px;
    left: calc(50% - 24px);
  }
  #events-section .eventPromos button.slick-next,
  .promo button.slick-next {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    top: initial;
    bottom: 24px;
    left: calc(50% + 24px);
  }
}
@media screen and (max-width: 400px) {
  .c-nav-wrapper:before {
    display: none;
  }
  .c-nav-wrapper .header_logo {
    top: 6px;
  }
  .c-nav-wrapper .header_logo img {
    width: 60px;
  }
  .c-nav-sport .c-navigation-mobile-sport-home a {
    font-size: 24px;
  }
  .c-nav-sport .c-navigation-mobile-sport-container > ul > li {
    font-size: 16px;
  }
}
.below-stories-ad .ad {
  text-align: center;
  padding: 24px 12px 0 12px;
}
