@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,400i,700,700i');
@import url("https://fonts.sidearmsports.com/sidearm/sidearm_font.css");
/*Mixins*/
/*Colors*/
/*Social Media Brand Colors*/
/*Fonts*/
/*Animations*/

@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);transform: translateY(0%);
  }
}
/*Utility Classes*/

.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.margin-none {
  margin: 0;
}
.margin-top-none {
  margin-top: none;
}
.margin-right-none {
  margin-right: none;
}
.margin-bottom-none {
  margin-bottom: none;
}
.margin-left-none {
  margin-left: none;
}
.margin-auto {
  margin: auto;
}
.margin-top-auto {
  margin-top: auto;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-bottom-auto {
  margin-bottom: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.margin-centered {
  margin-left: auto;
  margin-right: auto;
}
.accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
}
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #8c032a;
  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;
}
.row {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.row.pad {
  padding-left: 12px;
  padding-right: 12px;
}
.row.no-pad {
  max-width: 1416px;
}
.load-more__container {
  margin-top: 12px;
}
.load-more__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;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: inline-block;
  padding: 0 12px;
  background-color: #a51e36;
  color: white;
  line-height: 36px;
  transition: .25s;
}
.load-more__button::-ms-expand {
  display: none;
}
.load-more__button:hover {
  background-color: #1c1d4c;
}
html.wide:not(.sportfilepage):not(.storypage) .main-content-placeholder {
  max-width: 1416px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #cbcbcb;
}
html.headroom--not-top .main-header {
  position: fixed;
}
@media screen and (min-width: 1281px) {
  html.headroom--not-top .main-header {
    animation: slideDown .5s;
  }
}
html.headroom--not-top .main-header-bottom {
  height: 50px;
}
html.headroom--not-top .main-header-bottom > .row {
  min-height: 0px;
  height: 100%;
}
html.headroom--not-top .main-header-logo {
  -webkit-transform: scale(0.5) translateY(-50%);
  transform: scale(0.5) translateY(-50%);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  z-index: 1;
  margin-top: -14px;
}
html.headroom--not-top .main-header-text {
  display: none;
}
body {
  font: 16px/1.25 'Roboto', sans-serif;
  color: black;
  margin: 0;
  padding: 280px 0 0;
  background: white;
}
.index-header {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin: 0 0 12px;
  color: #a51e36;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 26px;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 12px;
  line-height: 1;
}
.index-header > span,
.index-header .html-ad {
  margin: 0 12px;
}
.index-header abbr {
  text-decoration: none;
  border-bottom: none;
}
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 400;
}
.main-header-bottom {
  background: white url('/images/pattern_repeater.png') top center;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
}
.main-header-bottom > .row {
  min-height: 180px;
}
.main-header-bottom::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-647px);
  transform: translateX(-647px);
  width: 193px;
  height: 61px;
  background: url('/images/top_triangle.png') no-repeat top center;
}
.main-header-bottom::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-616px);
  transform: translateX(-616px);
  width: 131px;
  height: 41px;
  background: url('/images/bottom_triangle.png') no-repeat top center;
}
.main-header-logo {
  position: absolute;
  top: 50%;
  left: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}
.main-header-logo img {
  position: relative;
  z-index: 2;
}
.main-header-text {
  color: #1c1d4c;
  font-size: 26px;
  font-family: 'Roboto Slab', serif;
  line-height: 1.7;
  padding: 60px 0 24px 360px;
  font-weight: 400;
}
.main-header-social {
  position: absolute;
  top: 0;
  right: 0;
}
.main-header-social .ads-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.main-header-social .ad:last-child a::before {
  display: none;
}
.main-header-social a {
  background-color: #a51e36;
  color: white;
  display: block;
  height: 50px;
  padding: 0 18px;
  position: relative;
  text-decoration: none;
  font-size: 22px;
  line-height: 50px;
  transition: .25s;
}
.main-header-social a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-header-social a:hover {
  background-color: #1c1d4c;
}
.main-header-social a:hover::before {
  opacity: 0;
}
.main-header-social span {
  position: absolute;
  left: -99999px;
  top: -99999px;
}
.c-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation__item--level-1:hover .c-navigation__level-2 {
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
}
.main-navigation {
  background-color: #1c1d4c;
  position: relative;
  height: 100px;
}
.c-navigation--main {
  padding-right: 24px;
}
.c-navigation--main .c-navigation__cosida {
  margin-left: 24px;
}
.c-navigation--main .c-navigation__item--level-1 {
  height: 100px;
  position: relative;
}
.c-navigation--main .c-navigation__item--level-1:hover .c-navigation__url--level-1 {
  color: #cbcbcb;
  transition: .25s;
}
.c-navigation--main .c-navigation__item--level-1:hover .c-navigation__level-2 {
  left: 0;
}
.c-navigation--main .c-navigation__item--level-1:hover:nth-child(n+3) .c-navigation__level-2 {
  left: auto;
  right: 0;
}
.c-navigation--main .c-navigation__url--level-1 {
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  margin: 30px 0;
  color: white;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
}
.c-navigation--main .c-navigation__level-2 {
  background-color: white;
  padding: 24px;
  border: 1px solid #cbcbcb;
  width: 356px;
  z-index: 10;
}
.c-navigation--main .c-navigation__item--level-2 {
  border-bottom: 1px solid #cbcbcb;
  font-size: 18px;
}
.c-navigation--main .c-navigation__item--level-2:first-child {
  border-top: 1px solid #cbcbcb;
}
.c-navigation--main .c-navigation__url--level-2 {
  padding: 12px 24px;
  color: black;
  transition: .25s;
}
.c-navigation--main .c-navigation__url--level-2:hover {
  background-color: #1c1d4c;
  color: #cbcbcb;
}
.c-navigation--main.c-navigation--mobile {
  height: 100px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__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;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: white;
  font-size: 24px;
  order: 1;
  -webkit-order: 1;
  margin-left: 20px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 90%;
  max-width: 400px;
  z-index: 10;
  background-color: #151639;
  border-left: 1px solid #151639;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow: auto;
  transition: .5s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.c-navigation--main.c-navigation--mobile .c-navigation__close-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;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  background-color: #a51e36;
  color: white;
  font-size: 18px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__close-toggle::-ms-expand {
  display: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-1 {
  height: auto;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  cursor: pointer;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font;
  font-size: 20px;
  content: '\e830';
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1 {
  height: auto;
  line-height: 1.25;
  padding: 12px;
  margin: 0;
  border-bottom: 1px solid #1c1d4c;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: none;
  transition: 1s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.sport-navigation {
  height: 100px;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
  z-index: 300;
  background-color: white;
}
.c-navigation--sport .c-navigation__level-1 {
  padding-top: 45px;
}
.c-navigation--sport .c-navigation__item--level-1 {
  height: 30px;
  line-height: 30px;
  border-right: 1px solid #cbcbcb;
  font-size: 18px;
  position: relative;
}
.c-navigation--sport .c-navigation__item--level-1:last-child {
  border-right: none;
}
.c-navigation--sport .c-navigation__item--level-1:last-child .c-navigation__url--level-1 {
  padding-right: 0;
}
.c-navigation--sport .c-navigation__item--level-1:hover .c-navigation__url--level-1 {
  color: #a51e36;
  transition: .25s;
}
.c-navigation--sport .c-navigation__item--level-1:hover .c-navigation__level-2 {
  left: auto;
  right: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--sport .c-navigation__url--level-1 {
  padding: 0 24px;
  color: black;
}
.c-navigation--sport .c-navigation__sport-home {
  border-right: none;
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
  margin-right: auto;
  font-weight: 700;
}
.c-navigation--sport .c-navigation__sport-home .c-navigation__url--level-1 {
  padding: 0;
  color: #a51e36;
}
.c-navigation--sport .c-navigation__sport-home .c-navigation__url--level-1:hover {
  color: #1c1d4c;
}
.c-navigation--sport .c-navigation__level-2 {
  top: 54px;
  background-color: white;
  padding: 24px;
  border: 1px solid #cbcbcb;
  width: 356px;
  z-index: 10;
}
.c-navigation--sport .c-navigation__level-2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 55px;
}
.c-navigation--sport .c-navigation__item--level-2 {
  border-bottom: 1px solid #cbcbcb;
  font-size: 18px;
  line-height: 1.25;
}
.c-navigation--sport .c-navigation__item--level-2:first-child {
  border-top: 1px solid #cbcbcb;
}
.c-navigation--sport .c-navigation__url--level-2 {
  padding: 12px 24px;
  color: black;
  transition: .25s;
}
.c-navigation--sport .c-navigation__url--level-2:hover {
  background-color: #a51e36;
  color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-links {
  padding-top: 45px;
  line-height: 30px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-home-link {
  text-decoration: none;
  color: #a51e36;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-home-link:hover {
  color: #1c1d4c;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__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;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  line-height: 30px;
  white-space: nowrap;
  color: black;
  font-size: 18px;
  transition: .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle:hover {
  color: #a51e36;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  background-color: white;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: .5s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: none;
  overflow: auto;
  transition: .5s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
  padding: 0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-1 {
  line-height: 1.25;
  height: auto;
  border-right: none;
  border-bottom: 1px solid #cbcbcb;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.is-open {
  background-color: #a51e36;
  color: white;
  transition: .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  cursor: pointer;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font;
  font-size: 20px;
  content: '\e830';
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  padding: 12px !important;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  opacity: 1;
  position: static;
  border: none;
  width: 100%;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2::before {
  display: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:hover {
  background-color: #f2f2f2;
  color: inherit;
}
.s-main-top {
  padding: 36px 0;
}
.s-topstories {
  flex: 1 1 936px;
  -webkit-flex: 1 1 936px;
  min-width: 1px;
  min-height: 1px;
  margin: 12px;
}
.s-topstories .c-stories--slider {
  margin: 0 -12px;
}
.s-topstories .c-stories--slider .slick-track {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.s-topstories .c-stories--slider .c-stories__item {
  margin: 0 12px;
  float: none;
  height: initial;
}
.s-topstories .c-stories--slider .c-stories__item:nth-child(5) .slick-dots li:nth-child(5) button {
  background-color: #a51e36 !important;
}
.s-topstories .c-stories--slider .c-stories__item:nth-child(4) .slick-dots li:nth-child(4) button {
  background-color: #a51e36 !important;
}
.s-topstories .c-stories--slider .c-stories__item:nth-child(3) .slick-dots li:nth-child(3) button {
  background-color: #a51e36 !important;
}
.s-topstories .c-stories--slider .c-stories__item:nth-child(2) .slick-dots li:nth-child(2) button {
  background-color: #a51e36 !important;
}
.s-topstories .c-stories--slider .c-stories__item:nth-child(1) .slick-dots li:nth-child(1) button {
  background-color: #a51e36 !important;
}
.s-topstories .c-stories--slider .c-stories__media {
  padding-bottom: 56.25%;
  background: black url('/images/main_story_image_default.png') no-repeat center center;
  background-size: cover;
}
.s-topstories .c-stories--slider .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #cbcbcb;
}
.s-topstories .c-stories--slider .c-stories__headline {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 40px;
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
  font-weight: 700;
  z-index: 2;
  background: white;
  border-right: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
}
.s-topstories .c-stories--slider .c-stories__url {
  color: #1c1d4c;
  text-decoration: none;
  transition: .25s;
}
.s-topstories .c-stories--slider .c-stories__details {
  background-color: white;
  padding: 0 48px;
  line-height: 72px;
  color: #a51e36;
  font-style: italic;
  border: 1px solid #cbcbcb;
  font-size: 18px;
  border-top: none;
}
.s-topstories .c-stories--slider .c-stories__archives {
  color: #a51e36;
  text-decoration: none;
  transition: .25s;
}
.s-topstories .c-stories--slider .c-stories__archives:hover {
  color: #1c1d4c;
}
.s-topstories .c-stories--slider .c-stories__prev,
.s-topstories .c-stories--slider .c-stories__next {
  -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;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border: 1px solid white;
  color: white;
  transition: .25s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.s-topstories .c-stories--slider .c-stories__prev::-ms-expand,
.s-topstories .c-stories--slider .c-stories__next::-ms-expand {
  display: none;
}
.s-topstories .c-stories--slider .c-stories__prev:hover,
.s-topstories .c-stories--slider .c-stories__next:hover {
  background-color: #8e7731;
  border-color: #8e7731;
}
.s-topstories .c-stories--slider .c-stories__prev.slick-disabled,
.s-topstories .c-stories--slider .c-stories__next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.s-topstories .c-stories--slider .c-stories__prev {
  left: 0;
  border-left: none;
}
.s-topstories .c-stories--slider .c-stories__next {
  right: 0;
  border-right: none;
}
.s-topstories .c-stories--slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
  /*position:absolute; bottom:28px; right:36px;*/

  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.s-topstories .c-stories--slider .slick-dots li {
  margin: 0 12px;
}
.s-topstories .c-stories--slider .slick-dots li 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;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #cbcbcb;
  transition: .25s;
}
.s-topstories .c-stories--slider .slick-dots li button::-ms-expand {
  display: none;
}
.s-topstories .c-stories--slider .slick-dots li.slick-active button,
.s-topstories .c-stories--slider .slick-dots li button:hover {
  background-color: #a51e36;
}
.s-topstories .c-stories--slider .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;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: url('/images/video_play_btn.png') no-repeat center center;
  background-size: contain;
  z-index: 5;
}
.s-topstories .c-stories--slider .showcase-play-button::-ms-expand {
  display: none;
}
.s-topstories .c-stories--slider .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}
.s-induction-dyk {
  flex: 1 1 456px;
  -webkit-flex: 1 1 456px;
  min-width: 1px;
  min-height: 1px;
  margin: 12px;
  border: 1px solid #cbcbcb;
}
.s-induction {
  padding: 20px;
  border-bottom: 1px solid #cbcbcb;
}
.s-induction .html-ad .induction-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-induction .html-ad .induction-list-item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.s-induction .html-ad .induction-list-logo {
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  min-width: 1px;
  min-height: 1px;
  padding: 0 24px;
  text-align: center;
}
.s-induction .html-ad .induction-list-details {
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  min-width: 1px;
  min-height: 1px;
  padding: 12px 24px;
  font-style: italic;
  border-left: 1px solid #cbcbcb;
  line-height: 1.8;
  font-size: 18px;
}
.s-induction .html-ad .induction-list-header {
  color: #a51e36;
  font-style: normal;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}
.s-dyk {
  padding: 24px 20px;
}
.s-dyk .index-header {
  border-bottom: none;
}
.s-dyk .dyk_factlet_type_title,
.s-dyk .dyk_factlet_header,
.s-dyk .factlet_title,
.s-dyk .dyk_factlet_footer {
  display: none !important;
}
.s-dyk .dyk_factlet_wrapper {
  overflow: hidden;
  font-size: 18px;
  line-height: 1.65;
}
.s-promo-rotator {
  background: white url('/images/pattern_repeater.png');
}
.s-promo-rotator .ads-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 1000px;
  background-color: #a51e36;
}
.s-promo-rotator .slick-prev,
.s-promo-rotator .slick-next {
  -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;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid #cbcbcb;
  color: #1c1d4c;
  transition: .25s;
}
.s-promo-rotator .slick-prev::-ms-expand,
.s-promo-rotator .slick-next::-ms-expand {
  display: none;
}
.s-promo-rotator .slick-prev::before,
.s-promo-rotator .slick-next::before {
  font-family: sidearm_font;
  font-size: 26px;
  position: absolute;
  top: 0;
  line-height: 58px;
}
.s-promo-rotator .slick-prev:hover,
.s-promo-rotator .slick-next:hover {
  background-color: #8e7731;
  color: white;
}
.s-promo-rotator .slick-prev {
  left: 0;
}
.s-promo-rotator .slick-prev::before {
  content: '\e833';
  left: 22px;
}
.s-promo-rotator .slick-next {
  right: 0;
}
.s-promo-rotator .slick-next::before {
  content: '\e832';
  right: 22px;
}
.s-main-bottom {
  background: #1c1d4c url('/images/blue_bg_repeater.png');
  padding: 48px 12px;
  position: relative;
}
.s-main-bottom::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #8e7731;
}
.s-main-bottom__inner {
  background-color: white;
  position: relative;
  z-index: 1;
  padding: 36px 108px;
}
.s-main-bottom__left {
  margin: 12px;
  flex: 1 1 456px;
  -webkit-flex: 1 1 456px;
  min-width: 1px;
  min-height: 1px;
}
.s-main-bottom__right {
  margin: 12px;
  flex: 1 1 696px;
  -webkit-flex: 1 1 696px;
  min-width: 1px;
  min-height: 1px;
}
.s-rankings {
  margin-bottom: 24px;
}
.s-rankings .html-ad {
  font-size: 16px;
  line-height: 1.5;
  color: #363636;
}
.s-rankings .html-ad a {
  color: #a51e36;
  transition: .25s;
}
.s-rankings .html-ad a:hover {
  color: #1c1d4c;
}
.s-rankings table {
  width: 100%;
  border-collapse: collapse;
  color: #1c1d4c;
  font-size: 18px;
}
.s-rankings table caption {
  position: absolute;
  left: -99999px;
  top: -99999px;
}
.s-rankings table tbody tr {
  border-bottom: 1px solid #cbcbcb;
}
.s-rankings table tbody tr:first-child {
  border-top: 1px solid #cbcbcb;
}
.s-rankings table td {
  padding: 8px 24px;
}
.s-rankings table td:first-child {
  border-right: 1px solid #cbcbcb;
}
.s-rankings table abbr {
  text-decoration: none;
  border-bottom: none;
}
.s-sponsors .ads-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -12px;
}
.s-sponsors .ad {
  padding: 12px;
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  min-width: 1px;
  min-height: 1px;
  text-align: center;
}
.s-featured-video {
  margin-bottom: 24px;
}
.s-featured-video .index-header {
  border-bottom: none;
  margin: 0;
}
.s-featured-video .c-videos--featured .c-videos__media {
  padding-bottom: 56.25%;
}
.s-featured-video .c-videos--featured .c-videos__media::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.s-featured-video .c-videos--featured .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-featured-video .c-videos--featured .c-videos__title {
  color: #1c1d4c;
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
  font-weight: 700;
  margin: 12px 0;
  transition: .25s;
}
.s-featured-video .c-videos--featured .c-videos__channel {
  color: #a51e36;
  font-style: italic;
  text-decoration: none;
  font-size: 18px;
  transition: .25s;
}
.s-featured-video .c-videos--featured .c-videos__channel:hover {
  color: #1c1d4c;
}
.s-featured-video .c-videos--featured .c-videos__channel abbr {
  text-decoration: none;
  border: none;
}
.s-featured-video .c-videos--featured .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;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: url('/images/video_play_btn.png') no-repeat center center;
  background-size: contain;
  z-index: 5;
}
.s-featured-video .c-videos--featured .showcase-play-button::-ms-expand {
  display: none;
}
.s-featured-video .c-videos--featured .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}
.s-videos {
  padding-bottom: 48px;
}
.s-videos .c-videos--list {
  max-height: 430px;
  overflow: auto;
}
.s-videos .c-videos--list .c-videos__item {
  margin: 12px 0;
  cursor: pointer;
  color: #363636;
  transition: .25s;
}
.s-videos .c-videos--list .c-videos__item:hover {
  color: #a51e36;
}
.s-videos .c-videos--list .c-videos__media-container {
  flex: 0 0 216px;
  -webkit-flex: 0 0 216px;
  min-width: 1px;
  min-height: 1px;
}
.s-videos .c-videos--list .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;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: url('/images/video_play_btn.png') no-repeat center center;
  background-size: contain;
  z-index: 5;
}
.s-videos .c-videos--list .c-videos__play-btn::-ms-expand {
  display: none;
}
.s-videos .c-videos--list .c-videos__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.65;
}
.s-videos .c-videos--list .c-videos__watch-now {
  color: #a51e36;
}
.s-videos .showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.s-videos .showcase-modal .showcase-modal__player-inner {
  padding: 24px;
  background: white;
  width: 80%;
  max-width: 900px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.s-videos .showcase-modal .showcase-modal__player-inner--full {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  background: none;
}
.s-videos .showcase-modal .showcase-modal__player-inner--full .showcase-modal__player {
  padding: 0;
}
.s-videos .showcase-modal .showcase-modal__player {
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.s-videos .showcase-modal .showcase-modal__close {
  border: none;
  background: #1c1d4c;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
  transition: .25s;
}
.s-videos .showcase-modal .showcase-modal__close span {
  position: absolute;
  left: -9999px;
}
.s-videos .showcase-modal .showcase-modal__close:hover {
  background-color: #a51e36;
}
.s-videos .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-videos .showcase-modal.open {
  left: 0;
}
.s-events {
  background-color: white;
  padding: 20px 108px;
  border-top: 1px solid #cbcbcb;
}
.s-events__header {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.s-events__header .index-header {
  border: none;
  margin: 0;
  padding: 0;
}
.s-events__composite {
  text-decoration: none;
  color: #a51e36;
  font-size: 18px;
  transition: .25s;
}
.s-events__composite:hover {
  color: #1c1d4c;
}
.s-events .slick-prev,
.s-events .slick-next {
  -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;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  width: 36px;
  height: 36px;
  margin-left: 12px;
  border: 1px solid #cbcbcb;
  position: relative;
  color: #cbcbcb;
  transition: .25s;
}
.s-events .slick-prev::-ms-expand,
.s-events .slick-next::-ms-expand {
  display: none;
}
.s-events .slick-prev::before,
.s-events .slick-next::before {
  font-family: sidearm_font;
  font-size: 24px;
  position: absolute;
  top: 0;
  line-height: 34px;
}
.s-events .slick-prev:hover,
.s-events .slick-next:hover {
  background-color: #8e7731;
  border-color: #8e7731;
  color: white;
}
.s-events .slick-next ~ .slick.prev,
.s-events ~ .slick-next {
  display: none !important;
}
.s-events .slick-prev::before {
  content: '\e833';
  left: 12px;
}
.s-events .slick-next::before {
  content: '\e832';
  right: 12px;
}
.s-events .c-events__item {
  font-size: 18px;
  color: #363636;
  line-height: 1.5;
  position: relative;
}
.s-events .c-events__title {
  color: #1c1d4c;
  font-weight: 700;
}
.s-events .c-events__sport {
  font-style: italic;
}
.s-events .c-events--slider .c-events__item {
  padding: 0 24px;
}
.s-events .c-events--slider .c-events__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #f2f2f2;
  opacity: 0;
}
.s-events .c-events--slider .c-events__item:not(.slick-active) + .slick-active ~ .slick-active::before {
  opacity: 1;
  transition: .15s;
}
.s-events .c-events--list .c-events__item {
  border-bottom: 1px solid #cbcbcb;
  padding: 12px 0;
}
.main-footer {
  background-color: white;
  padding: 60px 0;
}
.main-footer-cosida-logos li {
  padding: 12px;
  text-align: center;
}
.main-footer-text {
  color: black;
  font-weight: 700;
  line-height: 1.8;
  padding: 0 24px;
}
.main-footer-text a {
  color: #a51e36;
  transition: .25s;
}
.main-footer-text a:hover {
  color: #1c1d4c;
}
.main-footer-sidearm {
  margin: 0 24px;
}
.article-wrapper {
  max-width: 1416px;
  margin: 48px auto;
  background-color: white;
  border: 1px solid #cbcbcb;
  font-size: 18px;
}
.article-wrapper .article-main {
  flex: 1 1 1054px;
  -webkit-flex: 1 1 1054px;
  min-width: 1px;
  min-height: 1px;
  border-right: 1px solid #cbcbcb;
}
.article-wrapper .article-main-inner {
  padding: 48px;
}
.article-wrapper .article-image .media_object_image {
  width: 100% !important;
}
.article-wrapper .article-image .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;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: url('/images/video_play_btn.png') no-repeat center center;
  background-size: contain;
  z-index: 5;
}
.article-wrapper .article-image .showcase-play-button::-ms-expand {
  display: none;
}
.article-wrapper .article-image .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}
.article-wrapper .article-header {
  padding-bottom: 24px;
  border-bottom: 1px solid #cbcbcb;
}
.article-wrapper .article-headline {
  color: #1c1d4c;
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  margin: 0 0 24px;
}
.article-wrapper .article-share__label {
  color: #363636;
  margin-right: 12px;
}
.article-wrapper .article-share__links li {
  margin-left: 12px;
}
.article-wrapper .article-share__links a {
  display: block;
  text-decoration: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  color: white;
  font-size: 22px;
  transition: .25s;
}
.article-wrapper .article-share__print {
  background-color: black;
}
.article-wrapper .article-share__print:hover {
  background-color: #1a1a1a;
}
.article-wrapper .article-share__twitter {
  background-color: #00aced;
}
.article-wrapper .article-share__twitter:hover {
  background-color: #21c2ff;
}
.article-wrapper .article-share__facebook {
  background-color: #3b5998;
}
.article-wrapper .article-share__facebook:hover {
  background-color: #4c70ba;
}
.article-wrapper .article-share__email {
  background-color: #ff9c00;
}
.article-wrapper .article-share__email:hover {
  background-color: #ffb033;
}
.article-wrapper .article-content {
  padding-top: 48px;
  line-height: 1.5;
}
.article-wrapper .article-aside {
  flex: 1 0 360px;
  -webkit-flex: 1 0 360px;
  min-width: 1px;
  min-height: 1px;
  padding: 24px;
}
.article-wrapper .article-aside .ad {
  margin-bottom: 24px;
}
.sidearm-calendar-list-group-list span[data-bind="text: location"] {
  display: none !important;
}
/*Media Queries*/

@media screen and (max-width: 1440px) {
  .main-header-bottom::before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    left: 64px;
  }
  .main-header-bottom::after {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    left: 92px;
  }
  .s-promo-rotator .slick-prev {
    left: 12px;
  }
  .s-promo-rotator .slick-next {
    right: 12px;
  }
}
@media screen and (max-width: 1416px) {
  .article-wrapper {
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 1280px) {
  body {
    padding-top: 150px;
  }
  .main-header {
    position: fixed;
  }
  .main-header-bottom {
    height: 50px;
  }
  .main-header-bottom > .row {
    min-height: 0px;
    height: 100%;
  }
  .main-header-logo {
    -webkit-transform: scale(0.5) translateY(-50%);
    transform: scale(0.5) translateY(-50%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    z-index: 1;
    margin-top: -14px;
  }
  .main-header-text {
    display: none;
  }
  .s-main-top > .row {
    display: block;
  }
  .s-induction-dyk {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .s-induction {
    flex: 1 0 456px;
    -webkit-flex: 1 0 456px;
    min-width: 1px;
    min-height: 1px;
    border-bottom: none;
    border-right: 1px solid #cbcbcb;
  }
  .s-dyk {
    flex: 1 1 800px;
    -webkit-flex: 1 1 800px;
    min-width: 1px;
    min-height: 1px;
  }
  .s-main-bottom__inner {
    padding: 36px 12px;
  }
  .s-events {
    padding: 20px 24px;
  }
}
@media screen and (max-width: 1023px) {
  .s-main-bottom__left,
  .s-main-bottom__right {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
  }
  .s-sponsors .ad {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    min-width: 1px;
    min-height: 1px;
  }
  .main-footer-sidearm {
    margin-top: 48px;
  }
  .article-wrapper .article-main {
    border-right: none;
  }
  .article-wrapper .article-aside {
    border-top: 1px solid #cbcbcb;
    padding: 24px 12px;
  }
  .article-wrapper .article-aside .ads-container {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .article-wrapper .article-aside .ad {
    margin: 0 12px;
  }
}
@media screen and (max-width: 900px) {
  .s-induction-dyk {
    display: block;
  }
  .s-induction {
    border-bottom: 1px solid #cbcbcb;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .s-topstories .c-stories--slider .c-stories__item {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .s-topstories .c-stories--slider .c-stories__media-container {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .s-topstories .c-stories--slider .c-stories__headline {
    position: static;
    padding: 24px;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    background: none;
  }
  .s-topstories .c-stories--slider .c-stories__url {
    color: #1c1d4c;
  }
  .s-topstories .c-stories--slider .c-stories__details {
    padding: 0 24px;
  }
  .s-promo-rotator .slick-prev,
  .s-promo-rotator .slick-next {
    left: -99999px;
    right: auto;
    pointer-events: none;
  }
  .s-sponsors .ad {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
  }
  a.s-events__composite {
    margin: 12px 0 0;
  }
  .article-wrapper .article-main-inner {
    padding: 24px;
  }
  .article-wrapper .article-headline {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .article-wrapper .article-date {
    margin-bottom: 24px;
  }
  .article-wrapper .article-content {
    padding-top: 24px;
  }
}
@media screen and (max-width: 600px) {
  .s-topstories .c-stories--slider .c-stories__details {
    padding-bottom: 30px;
    position: relative;
  }
  .s-topstories .c-stories--slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .s-videos .c-videos--list .c-videos__media-container {
    flex: 0 0 160px;
    -webkit-flex: 0 0 160px;
    min-width: 1px;
    min-height: 1px;
  }
  .s-videos .c-videos--list .c-videos__details {
    font-size: 16px;
  }
  .s-videos .c-videos--list .c-videos__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 539px) {
  .main-header-bottom::before {
    left: 10px;
  }
  .main-header-bottom::after {
    left: 41px;
  }
  .main-header-logo {
    left: -30px;
  }
  .main-header-social a {
    padding: 0 10px;
  }
  .s-topstories .c-stories--slider .c-stories__media::before {
    display: none;
  }
  .s-topstories .c-stories--slider .c-stories__title {
    font-size: 20px;
  }
  .s-topstories .c-stories--slider .c-stories__details {
    padding-bottom: 36px;
    text-align: center;
  }
  .s-topstories .c-stories--slider .c-stories__prev,
  .s-topstories .c-stories--slider .c-stories__next {
    display: none !important;
  }
  .s-topstories .c-stories--slider .slick-dots {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .s-induction .html-ad .induction-list-item {
    display: block;
    text-align: center;
  }
  .s-induction .html-ad .induction-list-logo img {
    margin: 0 auto;
  }
  .s-induction .html-ad .induction-list-details {
    border-left: none;
  }
  .s-videos .c-videos--list .c-videos__item {
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #cbcbcb;
  }
  .s-videos .c-videos--list .c-videos__media-container {
    display: none;
  }
  .s-videos .c-videos--list .c-videos__details {
    padding: 0;
  }
  .s-videos .c-videos--list .c-videos__title {
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
  }
  .main-footer {
    padding: 24px 0;
  }
  .article-wrapper .article-share__links a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
  }
  .article-wrapper .article-aside {
    padding: 12px;
  }
  .article-wrapper .article-aside .ads-container {
    display: block;
    text-align: center;
  }
  .article-wrapper .article-aside .ad {
    margin: 12px;
  }
}
@media screen and (max-width: 399px) {
  .main-header-social {
    display: none;
  }
  .s-topstories .c-stories--slider .c-stories__headline {
    font-size: 20px;
  }
  .s-topstories .c-stories--slider .c-stories__details {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding: 20px 12px;
    line-height: 1;
  }
  .s-topstories .c-stories--slider .c-stories__archives {
    margin: 16px 0 0;
  }
  .s-topstories .c-stories--slider .slick-dots {
    position: static;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    margin-top: 16px;
  }
  .s-rankings table td {
    padding: 8px;
  }
  .s-sponsors .ad {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
}
