@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,900|Rubik&display=swap');
/*Variables*/
/*Colors*/
/*Social Media Brand Colors*/
/*Fonts*/
/*Mixins*/
.reset_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*Utility Classes*/

.accessible-hide {
  position: absolute;
  top: -99999px;
  left: -99999px;
  display: block !important;
  color: white !important;
  background-color: black !important;
}
.accessible-text {
  color: white !important;
  background-color: black !important;
}
.color-black {
  color: black !important;
}
.color-white {
  color: white !important;
}
.color-blue {
  color: #002d62 !important;
}
.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
/*Styles*/

a.sidearm-skip-link {
  position: absolute;
  top: 0;
  left: -99999px;
  color: white;
  background-color: #002d62;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: white;
}
a.sidearm-skip-link:focus {
  position: fixed;
  z-index: 9999999;
  left: 0;
}
html.wide:not(.custom) .main-content-placeholder {
  max-width: 1416px;
  margin: 0;
  padding: 24px;
  background-color: white;
  border-top: solid 1px #d9d9db;
}
body {
  font: 16px/1.875 'Roboto', arial, sans-serif;
  margin: 0;
  padding: 0 0 24px;
  color: black;
  background: white;
}
.row {
  max-width: 1464px;
  margin: 0 auto;
}
.row--pad {
  padding-right: 24px;
  padding-left: 24px;
}
.row--narrow {
  max-width: 1416px;
}
.showcase-play-button {
  font-size: 0;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  overflow: visible;
  width: 70px;
  height: 70px;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0;
  outline: 0;
  background-color: transparent;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
}
@media all and (min-width: 1024px) {
  html.wide:not(.custom) .main-content-placeholder {
    margin: 0 24px 24px;
    border: solid 1px #d9d9db;
  }
}
@media all and (min-width: 1464px) {
  html.wide:not(.custom) .main-content-placeholder {
    margin: 0 auto 24px;
  }
}
@media all and (min-width: 1024px) {
  .row--pad-desktop {
    padding-right: 24px;
    padding-left: 24px;
  }
}
/****
LOADERS
****/

.loadable {
  transition: opacity 0.5s 0.2s;
  opacity: 0;
}
.loadable.main-content {
  min-height: 150vh;
}
.loadable.main-content.is-loaded {
  min-height: 0;
}
.loadable.is-loaded {
  opacity: 1;
}
.loadable--loader {
  opacity: 1;
  transition: none;
}
.loadable--loader::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/gopsusports.com/images/loading.gif') center center no-repeat;
}
.loadable--loader.is-loaded::after {
  opacity: 0;
  transition: opacity 0.5s;
}
/****
HEADER
****/

.main-header {
  position: relative;
  padding-bottom: 72px;
}
.sticky-header {
  position: absolute;
  z-index: 500;
  top: 84px;
  left: 0;
  width: 100%;
}
html.sport .main-header {
  padding-bottom: 132px;
}
html.headroom--not-top .sticky-header {
  position: fixed;
  top: 0;
}
@media all and (min-width: 768px) {
  .main-header {
    padding-bottom: 84px;
  }
  html.sport .main-header {
    padding-bottom: 144px;
  }
}
/****
SCOREBOARD
****/

.s-scoreboard {
  position: relative;
  overflow: hidden;
  height: 84px;
}
.c-scoreboard--slider .slick-track {
  display: flex;
  display: -webkit-flex;
}
.c-scoreboard--slider .c-scoreboard__aside {
  transform: translate(48px, 0);
  transition: 0.3s;
  position: absolute;
  top: 0;
  right: 100%;
  width: 240px;
  height: 84px;
  border: solid 1px #d9d9db;
  border-top: none;
  border-right: none;
  z-index: 199;
  border-left: none;
  background: white;
}
.c-scoreboard--slider .c-scoreboard__aside.is-open {
  transform: translate(100%, 0);
}
.c-scoreboard--slider .c-scoreboard__aside.is-open .c-scoreboard__filter-icon--opened {
  transform: translate(-50%, -50%);
}
.c-scoreboard--slider .c-scoreboard__aside.is-open .c-scoreboard__filter-icon--closed {
  transform: translate(75%, -50%);
}
.c-scoreboard--slider .c-scoreboard__composite {
  text-decoration: none;
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  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;
  font-size: .875rem;
}
.c-scoreboard--slider .c-scoreboard__filter {
  width: 100%;
}
.c-scoreboard--slider .c-scoreboard__filter-toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  overflow: hidden;
  width: 48px;
  height: 84px;
  border: solid 1px #d9d9db;
  border-top: none;
  background: white;
}
.c-scoreboard--slider .c-scoreboard__filter-toggle::-ms-expand {
  display: none;
}
.c-scoreboard--slider .c-scoreboard__filter-icon {
  transform: translate(-50%, -50%);
  transition: 0.3s;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #757575;
}
.c-scoreboard--slider .c-scoreboard__filter-icon--opened {
  transform: translate(-150%, -50%);
}
.c-scoreboard--slider .c-scoreboard__filter-inner {
  position: relative;
  width: 100%;
}
.c-scoreboard--slider .c-scoreboard__filter-inner:after {
  font-family: sidearm_font_v2;
  font-size: 12px;
  position: absolute;
  z-index: 10;
  top: 7px;
  right: 13px;
  content: '\e019';
  pointer-events: none;
  color: #393939;
}
.c-scoreboard--slider .c-scoreboard__filter-inner:before {
  font-family: sidearm_font_v2;
  font-size: 12px;
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 13px;
  content: '\e020';
  pointer-events: none;
  color: #393939;
}
.c-scoreboard--slider .c-scoreboard__filter-select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  height: 42px;
  padding: 0 24px 0 12px;
  color: #393939;
  border-top: solid 1px #d9d9db;
}
.c-scoreboard--slider .c-scoreboard__filter-select::-ms-expand {
  display: none;
}
.c-scoreboard--slider .c-scoreboard__list {
  margin-left: 47px;
  padding: 0 47px 0 0;
}
.c-scoreboard--slider .c-scoreboard__list::before {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: '';
  background: #d9d9db;
}
.c-scoreboard--slider .c-scoreboard__item {
  position: relative;
  overflow: hidden;
  height: 84px;
  padding: 0 12px;
  border: solid 1px #d9d9db;
  border-top: none;
  border-left: none;
}
.c-scoreboard--slider .c-scoreboard__item.is-live .c-scoreboard__toggle,
.c-scoreboard--slider .c-scoreboard__item.is-recent .c-scoreboard__toggle {
  top: 2px;
  bottom: auto;
}
.c-scoreboard--slider .c-scoreboard__item.is-live.has-toggle .c-scoreboard__header,
.c-scoreboard--slider .c-scoreboard__item.is-recent.has-toggle .c-scoreboard__header {
  padding-right: 40px;
}
.c-scoreboard--slider .c-scoreboard__item.is-live {
  background: whitesmoke;
}
.c-scoreboard--slider .c-scoreboard__header {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  padding: 14px 12px 2px;
  white-space: nowrap;
  color: #393939;
}
.c-scoreboard--slider .c-scoreboard__sport {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 12px;
  text-transform: uppercase;
}
.c-scoreboard--slider .c-scoreboard__date {
  margin-right: 10px;
}
.c-scoreboard--slider .c-scoreboard__time {
  margin-left: auto;
  text-transform: uppercase;
}
.c-scoreboard--slider .c-scoreboard__body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #393939;
}
.c-scoreboard--slider .c-scoreboard__team-logo-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 12px;
}
.c-scoreboard--slider .c-scoreboard__team-logo--default,
.c-scoreboard--slider .c-scoreboard__team-logo--svg {
  width: 32px;
  height: 22px;
}
.c-scoreboard--slider .c-scoreboard__team-logo--default {
  opacity: 0.5;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.c-scoreboard--slider .c-scoreboard__team-name {
  line-height: 1.2;
}
.c-scoreboard--slider .c-scoreboard__team-name--upcoming {
  padding-right: 40px;
}
.c-scoreboard--slider .c-scoreboard__postscore {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-scoreboard--slider .c-scoreboard__overlay {
  transition: 0.2s;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px 50px 16px 24px;
  pointer-events: none;
  opacity: 0;
  background: white;
}
.c-scoreboard--slider .c-scoreboard__overlay.is-open {
  pointer-events: all;
  opacity: 1;
}
.c-scoreboard--slider .c-scoreboard__location {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  text-transform: uppercase;
  color: #393939;
}
.c-scoreboard--slider .c-scoreboard__media {
  margin-top: auto;
}
.c-scoreboard--slider .c-scoreboard__media-item {
  line-height: 1.25;
}
.c-scoreboard--slider .c-scoreboard__media-item::after {
  display: inline-block;
  padding: 0 4px;
  content: '/';
}
.c-scoreboard--slider .c-scoreboard__media-item:last-child::after {
  display: none;
}
.c-scoreboard--slider .c-scoreboard__media-link {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-decoration: underline;
  color: #393939;
}
.c-scoreboard--slider .c-scoreboard__media-link:hover {
  color: #002d62;
}
.c-scoreboard--slider .c-scoreboard__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  position: absolute;
  right: 13px;
  bottom: 9px;
  width: 40px;
  height: 40px;
}
.c-scoreboard--slider .c-scoreboard__toggle::-ms-expand {
  display: none;
}
.c-scoreboard--slider .c-scoreboard__toggle-dots {
  transition: 0.3s;
  position: relative;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #393939;
}
.c-scoreboard--slider .c-scoreboard__toggle-dots:before,
.c-scoreboard--slider .c-scoreboard__toggle-dots:after {
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: -5px;
  width: 3px;
  height: 3px;
  content: '';
  border-radius: 50%;
  background: #393939;
}
.c-scoreboard--slider .c-scoreboard__toggle-dots:after {
  left: 5px;
}
.c-scoreboard--slider .c-scoreboard__toggle.is-toggled .c-scoreboard__toggle-dots {
  transform: translate(0, -2px) rotate(45deg);
  width: 14px;
  height: 1px;
  border-radius: 0;
}
.c-scoreboard--slider .c-scoreboard__toggle.is-toggled .c-scoreboard__toggle-dots:before {
  display: none;
}
.c-scoreboard--slider .c-scoreboard__toggle.is-toggled .c-scoreboard__toggle-dots:after {
  transform: translate(-50%, 0) rotate(-90deg);
  left: 50%;
  width: 14px;
  height: 1px;
  border-radius: 0;
}
.c-scoreboard--slider .c-scoreboard__toggle.is-toggled:hover .c-scoreboard__toggle-dots:after {
  transform: translate(-50%, 0) rotate(-90deg);
}
.c-scoreboard--slider .c-scoreboard__toggle:hover .c-scoreboard__toggle-dots {
  background: #002d62;
}
.c-scoreboard--slider .c-scoreboard__toggle:hover .c-scoreboard__toggle-dots:before {
  transform: translate(-2px, 0);
  background: #002d62;
}
.c-scoreboard--slider .c-scoreboard__toggle:hover .c-scoreboard__toggle-dots:after {
  transform: translate(2px, 0);
  background: #002d62;
}
.c-scoreboard--slider button.slick-prev,
.c-scoreboard--slider button.slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 0;
  position: relative;
  position: absolute;
  top: 42px;
  right: 0;
  width: 48px;
  height: 42px;
  color: #757575;
  border: solid 1px #d9d9db;
  border-top: none;
  background: white;
  transition: 0.2s;
}
.c-scoreboard--slider button.slick-prev::-ms-expand,
.c-scoreboard--slider button.slick-next::-ms-expand {
  display: none;
}
.c-scoreboard--slider button.slick-prev:after,
.c-scoreboard--slider button.slick-next:after {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: sidearm_font_v2;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '\e009';
  color: #757575;
  transition: 0.2s;
}
.c-scoreboard--slider button.slick-prev:hover,
.c-scoreboard--slider button.slick-next:hover {
  color: white;
  border-bottom-color: #002d62;
  background: #002d62;
}
.c-scoreboard--slider button.slick-prev:hover:after,
.c-scoreboard--slider button.slick-next:hover:after {
  color: white;
}
.c-scoreboard--slider button.slick-next {
  top: 0;
}
.c-scoreboard--slider button.slick-next:after {
  content: '\e010';
}
@media all and (min-width: 1024px) {
  .s-scoreboard {
    padding: 0 24px;
  }
  .c-scoreboard--slider .c-scoreboard__aside,
  .c-scoreboard--slider .c-scoreboard__aside.is-open {
    transform: none;
    position: relative;
    top: auto;
    right: auto;
    width: 192px;
    border-left: solid 1px #d9d9db;
  }
  .c-scoreboard--slider .c-scoreboard__filter-toggle {
    display: none;
  }
  .c-scoreboard--slider .c-scoreboard__list {
    margin-left: 0;
  }
}
/****
NAVIGATION
****/

.main-navigation {
  z-index: 701;
  height: 72px;
  background: #002d62;
}
.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-navigation--main .sidearm-navigation-badge {
  background-color: #38a169;
  background: linear-gradient(to bottom, #48bb78 0%, #38a169 100%);
  box-shadow: 0 0 0 0 rgba(56, 161, 105, 0.6);
  border: 1px solid #276749;
}
.c-navigation--main.c-navigation--desktop .c-navigation__logo {
  width: 104px;
  height: 72px;
  margin: 0 6px 0 24px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__cs-ad .ad {
  padding: 0 24px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-1 {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  padding-right: 12px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1 {
  background: #00224a;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2 {
  left: 0;
  transition: opacity 0.25s;
  opacity: 1;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 84px;
  padding: 0 8px;
  color: white;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 .sidearm-navigation-badge {
  transform: initial;
  margin-left: 8px;
  margin-right: auto;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  overflow: auto;
  width: 100%;
  max-height: calc(100vh - 84px - 84px);
  opacity: 0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2.is-open {
  left: 0;
  transition: 0s;
  opacity: 1;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2-inner {
  padding: 3px 12px 0;
  background: white;
  box-shadow: inset 1px 0 0 #d9d9db, inset -1px -1px 0 #d9d9db;
}
.c-navigation--main.c-navigation--desktop .c-navigation__column {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  padding: 24px 12px 24px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__column[data-ko-index="4"] {
  flex: 0 0 24%;
  -webkit-flex: 0 0 24%;
  min-width: 1px;
  min-height: 1px;
  order: -1;
  -webkit-order: -1;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 12px 0 24px;
  box-shadow: inset 0 -1px 0 #d9d9db;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:hover,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2.sidearm-hover {
  background: #002d62;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:hover .c-navigation__url--level-2,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2.sidearm-hover .c-navigation__url--level-2 {
  color: white;
}
.c-navigation--main.c-navigation--desktop .c-navigation__separator {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  box-shadow: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__separator:hover,
.c-navigation--main.c-navigation--desktop .c-navigation__separator.sidearm-hover {
  background: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #2a2a2a;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:first-child:last-child {
  width: 100%;
  margin-right: 0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2.has-badge {
  position: relative;
  padding-right: 24px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2.has-badge .sidearm-navigation-badge {
  animation: none;
  position: absolute;
  right: 0;
  transform: scale(0.75) translateY(-50%);
  transform-origin: top center;
  top: 50%;
}
.c-navigation--main.c-navigation--desktop .c-navigation__schedule-roster-news {
  margin-left: 12px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social {
  visibility: hidden;
  overflow: hidden;
  width: 30px;
  height: 100%;
  white-space: nowrap;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social[href] {
  visibility: visible;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social::before {
  font-family: sidearm_font_v2;
  margin-right: 30px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.facebook::before {
  content: '\e041';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.twitter::before {
  content: '\e035';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.instagram::before {
  content: '\e044';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.tickets::before {
  content: '\e108';
}
.c-navigation--main.c-navigation--desktop .c-navigation__search {
  border-left: 1px solid black;
  border-right: 1px solid black;
  height: 84px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__search search-component,
.c-navigation--main.c-navigation--desktop .c-navigation__search ads-component {
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  min-width: 1px;
  min-height: 1px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__search ads-component .ad {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-navigation--main.c-navigation--desktop .c-navigation__ad {
  padding-top: 24px;
  text-align: right;
}
.c-navigation--main.c-navigation--mobile .c-navigation__logo {
  width: 70px;
  height: 48px;
  margin: 0 24px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 36px;
  line-height: 72px;
  position: relative;
  display: block;
  width: 85px;
  height: 72px;
  margin-left: auto;
  color: white;
  border-left: solid 1px black;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:hover,
.c-navigation--main.c-navigation--mobile .c-navigation__toggle.sidearm-hover {
  background: #00224a;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle.is-toggled .c-navigation__toggle-icon {
  transform: translate(-50%, 0) rotate(45deg);
  width: 28px;
  height: 1px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle.is-toggled .c-navigation__toggle-icon::before {
  opacity: 0;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle.is-toggled .c-navigation__toggle-icon::after {
  transform: rotate(-90deg);
  bottom: 0;
  width: 28px;
  height: 1px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle-icon {
  transform: translate(-50%, 9px);
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  content: '';
  background: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle-icon::before,
.c-navigation--main.c-navigation--mobile .c-navigation__toggle-icon::after {
  transition: 0.2s;
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 20px;
  height: 2px;
  content: '';
  background: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle-icon::after {
  transition: 0.4s;
  bottom: 18px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__cs-ad {
  transform: translate(0, -10px);
  opacity: 0;
}
.c-navigation--main.c-navigation--mobile .c-navigation__cs-ad .ad {
  padding: 24px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas {
  transition: opacity 0.2s, max-height 0s 0.2s;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  opacity: 0;
  background: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  transition: opacity 0.2s;
  overflow: auto;
  max-height: calc(100vh - 84px - 72px);
  opacity: 1;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open .c-navigation__level-1 {
  transform: none;
  transition: transform 0.3s 0.1s, opacity 0.3s 0.1s;
  opacity: 1;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open .c-navigation__cs-ad {
  transform: none;
  transition: transform 0.3s 0.1s, opacity 0.3s 0.1s;
  opacity: 1;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-1 {
  transform: translate(0, -10px);
  opacity: 0;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-1 {
  box-shadow: inset 0 -1px 0 #d9d9db;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font_v2;
  font-size: 36px;
  font-style: normal;
  line-height: 1;
  display: block;
  margin-left: 10px;
  content: '\e008';
  transition: transform 0.25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transition: transform 0.25s;
  transform: rotate(-180deg);
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 60px;
  padding: 0 24px 0;
  text-decoration: none;
  color: #2a2a2a;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1:hover,
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1.is-open,
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1.sidearm-hover {
  color: white;
  background: #002d62;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1 > .sidearm-navigation-badge {
  margin: 0 auto 0 12px;
  transform: initial;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  padding: 0 24px;
  transition: 1s;
  opacity: 1;
  background: whitesmoke;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 4500px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2 {
  background-image: linear-gradient(to right, black 25%, rgba(255, 255, 255, 0) 0%);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 4px 1px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__separator {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  padding: 18px 12px 12px;
  color: #2a2a2a;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  display: block;
  padding: 18px 12px 12px;
  text-decoration: none;
  color: #2a2a2a;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2:hover {
  color: white;
  background: #002d62;
}
.c-navigation--main.c-navigation--mobile .c-navigation__shop {
  width: 85px;
  height: 72px;
  border-left: 1px solid black;
}
.c-navigation--main.c-navigation--mobile .c-navigation__shop .sidearm-icon {
  font-size: 36px;
  color: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__shop:hover,
.c-navigation--main.c-navigation--mobile .c-navigation__shop:focus {
  background-color: #00224a;
}
.c-navigation--main.c-navigation--mobile .c-navigation__search {
  border-left: 1px solid black;
  border-right: 1px solid black;
  height: 84px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__search search-component,
.c-navigation--main.c-navigation--mobile .c-navigation__search ads-component {
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  min-width: 1px;
  min-height: 1px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__search ads-component .ad {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-navigation--main.c-navigation--mobile .c-navigation__ad {
  padding: 24px 0;
}
@media all and (min-width: 1230px) {
  .c-navigation--main .c-navigation__shop {
    display: none !important;
  }
}
@media all and (max-width: 1229px) {
  .c-navigation--main a {
    order: 1;
  }
  .c-navigation--main .c-navigation__shop {
    margin-left: auto;
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__search {
    order: 2;
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__toggle {
    order: 3;
    margin-left: 0;
    border-left: 0;
    border-right: solid 1px black;
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__cs-ad {
    order: 4;
  }
}
@media all and (max-width: 767px) {
  .c-navigation--main.c-navigation--mobile .c-navigation__search {
    height: 72px;
  }
}
.sport-navigation {
  z-index: 601;
  background: white;
  box-shadow: inset 1px 0 0 #d9d9db, inset -1px -1px 0 #d9d9db;
}
.c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1::before {
  transform: translate(0, -50%);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -1px;
  width: 1px;
  height: 24px;
  content: '';
  background: #d9d9db;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.c-navigation__parent .c-navigation__url--level-1 {
  padding-right: 40px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.c-navigation__parent .c-navigation__url--level-1::after {
  transform: translate(0, -50%);
  font-family: sidearm_font_v2;
  font-size: 36px;
  position: absolute;
  top: 50%;
  right: 5px;
  content: '\e008';
  color: #2a2a2a;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover::before,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover::before {
  opacity: 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1::before,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1::before {
  opacity: 1;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1::after,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1::after {
  transform: translate(0, -50%) rotate(180deg);
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2 {
  right: 0;
  left: auto;
  transition: opacity 0.25s;
  opacity: 1;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  position: relative;
  height: 60px;
  padding: 0 24px 0 23px;
  color: #2a2a2a;
  line-height: 1;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  border: solid 1px #d9d9db;
  border-top: none;
  background: whitesmoke;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: auto;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport::before {
  transform: none;
  top: auto;
  bottom: 0;
  left: 24px;
  width: 48px;
  height: 4px;
  background: #002d62;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
  color: #002d62;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  overflow: auto;
  width: 320px;
  max-height: calc(100vh - 84px - 84px - 60px);
  padding: 24px;
  opacity: 0;
  background: white;
  box-shadow: inset 1px 0 0 #d9d9db, inset -1px -1px 0 #d9d9db;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2.is-open {
  right: 0;
  left: auto;
  transition: 0s;
  opacity: 1;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-2 {
  box-shadow: inset 0 -1px 0 #d9d9db;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding: 0 12px;
  color: #2a2a2a;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover {
  color: white;
  background: #002d62;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  height: 60px;
  padding: 0 24px;
  text-decoration: none;
  color: #002d62;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 60px;
  position: relative;
  display: block;
  height: 60px;
  padding: 0 66px 0 24px;
  color: #2a2a2a;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle::after {
  transform: translate(0, -50%);
  font-family: sidearm_font_v2;
  font-size: 36px;
  position: absolute;
  top: 50%;
  right: 22px;
  content: '\e008';
  color: #2a2a2a;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle:hover {
  background: whitesmoke;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle.is-toggled::after {
  transform: translate(0, -50%) rotate(180deg);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__ad {
  padding: 24px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  transition: opacity 0.2s, max-height 0s 0.2s;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  opacity: 0;
  background: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  transition: opacity 0.2s;
  overflow: auto;
  max-height: calc(100vh - 0px);
  max-height: calc(100vh - 84px - 72px - 60px);
  opacity: 1;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open .c-navigation__level-1 {
  transform: none;
  transition: transform 0.3s 0.1s, opacity 0.3s 0.1s;
  opacity: 1;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open .c-navigation__cs-ad {
  transform: none;
  transition: transform 0.3s 0.1s, opacity 0.3s 0.1s;
  opacity: 1;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
  transform: translate(0, -10px);
  opacity: 0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  text-decoration: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font_v2;
  font-size: 36px;
  font-style: normal;
  line-height: 1;
  display: block;
  margin-left: 10px;
  content: '\e008';
  transition: transform 0.25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transition: transform 0.25s;
  transform: rotate(-180deg);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-1 {
  box-shadow: inset 0 -1px 0 #d9d9db;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 60px;
  padding: 0 24px 0;
  text-decoration: none;
  color: #2a2a2a;
}
.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,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.sidearm-hover {
  background: whitesmoke;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  padding: 0 24px;
  transition: max-height 0.5s;
  opacity: 1;
  background: whitesmoke;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 4500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-2 {
  background-image: linear-gradient(to right, black 25%, rgba(255, 255, 255, 0) 0%);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 4px 1px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__separator {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  padding: 18px 12px 12px;
  color: #2a2a2a;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  display: block;
  padding: 18px 12px 12px;
  text-decoration: none;
  color: #2a2a2a;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:hover {
  color: white;
  background: #002d62;
}
html.headroom--not-top .c-navigation--main.c-navigation--desktop .c-navigation__level-2 {
  max-height: calc(100vh - 84px);
}
html.headroom--not-top .c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 72px);
}
html.headroom--not-top .c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  max-height: calc(100vh - 84px - 60px);
}
html.headroom--not-top .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 72px - 60px);
}
@media all and (min-width: 768px) {
  .main-navigation {
    height: 84px;
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__logo {
    width: 104px;
    height: 72px;
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__toggle {
    line-height: 84px;
    height: 84px;
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 84px - 84px);
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__cs-ad {
    transform: none;
    opacity: 1;
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__cs-ad .ad {
    padding: 0 24px;
  }
  .c-navigation--sport.c-navigation--mobile .c-navigation__ad {
    padding: 0;
  }
  .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 84px - 84px - 60px);
  }
  html.headroom--not-top .c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 84px);
  }
  html.headroom--not-top .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 84px - 60px);
  }
}
@media all and (min-width: 1024px) {
  .c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
    border-left: solid 1px #d9d9db;
    border-right: solid 1px #d9d9db;
  }
}
@media all and (min-width: 1320px) {
  .c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 {
    padding: 0 12px;
  }
}
/****
INDEX2 STUFF
****/

html.index2 .ad-interior-leaderboard,
html.index2 .ad-sticky-leaderboard,
html.index2 .ad-leaderboard {
  display: none;
}
.c-navigation--main.c-navigation--desktop.c-navigation--shrinking .c-navigation__url--level-1 {
  padding: 0 24px;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  .c-navigation--main.c-navigation--mobile.c-navigation--shrinking .c-navigation__offcanvas {
    left: auto;
    right: 0;
    width: 345px;
  }
}
/****
SEARCH
****/

.c-search--popout {
  height: 100%;
  position: relative;
  border-bottom: 1px solid black;
}
.c-search--popout fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.c-search--popout .c-search__toggle {
  height: 100%;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 36px;
  display: block;
  width: 86px;
  text-align: center;
  color: white;
  border-top: none;
}
.c-search--popout .c-search__toggle::-ms-expand {
  display: none;
}
.c-search--popout .c-search__toggle:hover {
  background: #00224a;
}
.c-search--popout .c-search__toggle.is-toggled .c-search__toggle-icon {
  transform: translate(-50%, 0) rotate(-45deg);
  background: white;
}
.c-search--popout .c-search__toggle.is-toggled .c-search__toggle-icon::before {
  transition: 0.2s;
  opacity: 0;
}
.c-search--popout .c-search__toggle.is-toggled .c-search__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  top: 0;
  width: 28px;
  height: 1px;
}
.c-search--popout .c-search__toggle-icon {
  transform: translate(-50%, 0);
  transition: transform 0.3s,  background 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 1px;
  background: none;
}
.c-search--popout .c-search__toggle-icon::before {
  transform: translate(6px, 0);
  transition: transform 0.3s;
  transition: 0.4s;
  position: absolute;
  right: 50%;
  bottom: -4px;
  width: 16px;
  height: 16px;
  content: '';
  opacity: 1;
  border: solid 2px white;
  border-radius: 50%;
  background: none;
}
.c-search--popout .c-search__toggle-icon::after {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transform: translate(4px, 0) rotate(42deg);
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 2px;
  content: '';
  background: white;
}
.c-search--popout .c-search__popout {
  position: absolute;
  top: 84px;
  left: -99999px;
  transition: opacity 0.25s;
  opacity: 0;
}
.c-search--popout .c-search__popout.is-open {
  right: 0;
  left: auto;
  opacity: 1;
}
.c-search--popout .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 320px;
  height: 60px;
  padding: 0 12px;
  border: solid 1px #d9d9db;
  background: white;
}
.c-search--popout .c-search__text::-ms-expand {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-search--popout .c-search__popout {
    top: 72px;
  }
}
/****
SECTION HEADERS
****/

.section-header {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding: 24px 12px 0 24px;
}
.section-header .section-header__title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  margin: 0;
  margin-right: 24px;
  padding: 0;
  color: white;
}
.section-header .section-header__title::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 48px;
  height: 2px;
  content: '';
  background: white;
}
.section-header .section-header__ad {
  padding-top: 25px;
}
.section-header--video,
.section-header--galleries {
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  padding: 24px 12px 14px 24px;
}
.section-header--video .section-header__title,
.section-header--galleries .section-header__title {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  font-style: normal;
  color: #002d62;
}
.section-header--video .section-header__title::after,
.section-header--galleries .section-header__title::after {
  bottom: -16px;
  height: 4px;
  background: #002d62;
}
.section-header--video .section-header__ad,
.section-header--galleries .section-header__ad {
  padding-top: 0;
}
.section-header--galleries {
  padding: 24px 12px 38px 24px;
}
@media all and (min-width: 768px) {
  .section-header {
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    padding: 48px 48px 0;
  }
  .section-header .section-header__ad {
    padding-top: 0;
  }
  .section-header--video {
    padding: 48px 48px 14px;
  }
  .section-header--galleries {
    padding: 48px 48px 62px;
  }
}
/****
STORIES
****/

.s-top-stories .showcase-play-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  transition: 0.2s;
  width: 96px;
  height: 96px;
  color: white;
  border-radius: 50%;
  background: #002d62;
}
.s-top-stories .showcase-play-button::-ms-expand {
  display: none;
}
.s-top-stories .showcase-play-button:after {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.2s;
  font-family: sidearm_font_v2;
  font-size: 48px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '\e196';
  color: white;
}
.s-top-stories .showcase-play-button:hover {
  color: #002d62;
  background: white;
}
.s-top-stories .showcase-play-button:hover:after {
  color: #002d62;
}
.s-top-stories .showcase-video-player {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-top-stories .c-stories__item {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: white;
}
.s-top-stories .c-stories__item:hover .c-stories__picture img {
  transform: scale(1.05);
}
.s-top-stories .c-stories__media-container {
  background: #002d62;
}
.s-top-stories .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
}
.s-top-stories .c-stories__picture img {
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.s-top-stories .c-stories__details {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 48px 30px;
}
.s-top-stories .c-stories__details::before {
  transition: 0.2s;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  content: '';
  background: linear-gradient(180deg, rgba(0, 45, 98, 0) 0%, rgba(0, 45, 98, 0.9) 50%);
}
.s-top-stories .c-stories__title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  z-index: 5;
  color: white;
  width: 100%;
}
.s-top-stories .c-stories__attributes {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  line-height: 1.875;
  position: relative;
  z-index: 5;
  padding-bottom: 8px;
  color: white;
}
.s-top-stories .c-stories__attributes::after {
  transform: translate(0, 8px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 4px;
  content: '';
  background: white;
}
.s-top-stories .c-stories__attribute {
  white-space: nowrap;
}
.s-top-stories .c-stories__attribute::after {
  display: inline-block;
  padding: 0 12px;
  content: '/';
}
.s-top-stories .c-stories__attribute:last-child::after {
  display: none;
}
.s-top-stories .c-stories__ad {
  position: absolute;
  z-index: 99;
  right: 48px;
  bottom: 22px;
}
.c-stories--grid {
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  border: solid 2px white;
  border-right: none;
  border-left: none;
}
.c-stories--grid .c-stories__main {
  flex: 0 1 66.6667%;
  -webkit-flex: 0 1 66.6667%;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--grid .c-stories__main .c-stories__item::after {
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  content: '';
  background: white;
}
.c-stories--grid .c-stories__main .c-stories__title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  font-style: normal;
}
.c-stories--grid .c-stories__main .c-stories__details {
  padding-right: 222px;
}
.c-stories--grid .c-stories__aside {
  flex: 1 1 33.3333%;
  -webkit-flex: 1 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
}
.c-stories--grid .c-stories__aside .c-stories__item::after {
  position: absolute;
  z-index: 200;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: white;
}
.c-stories--grid .c-stories__aside .c-stories__item:last-child::after {
  top: 0;
  bottom: auto;
}
.c-stories--grid-lower .c-stories__item {
  width: 50%;
  border-right: solid 1px white;
}
.c-stories--grid-lower .c-stories__item:last-child {
  border-right: none;
  border-left: solid 1px white;
}
.c-stories--grid-lower .c-stories__title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  font-style: normal;
}
.c-stories--standard {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-top: solid 2px white;
}
.c-stories--standard .c-stories__item {
  width: 100%;
  border-top: solid 2px white;
}
.c-stories--standard .c-stories__item:hover .c-stories__picture img {
  transform: translate(-50%, 0) scale(1.05);
}
.c-stories--standard .c-stories__item:first-child {
  width: 100%;
  border: none;
}
.c-stories--standard .c-stories__item:first-child .c-stories__details {
  position: relative;
  padding: 23px 25px 38px;
}
.c-stories--standard .c-stories__item:first-child .c-stories__details::before {
  background: #002d62;
}
.c-stories--standard .c-stories__item:first-child .c-stories__details::after {
  display: none;
}
.c-stories--standard .c-stories__item:first-child .c-stories__attributes::after {
  transform: translate(0, 14px);
  height: 2px;
}
.c-stories--standard .c-stories__media {
  padding-bottom: 56.25%;
}
.c-stories--standard .c-stories__picture img {
  transform: translate(-50%, 0);
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
}
.c-stories--standard .c-stories__ad {
  position: relative;
  right: auto;
  bottom: auto;
}
.c-stories--standard .c-stories__ad .ad {
  padding: 0 0 11px;
}
.c-stories--standard .c-stories__details {
  padding: 0 24px 14px;
}
.c-stories--standard .c-stories__details::after {
  position: absolute;
  z-index: 101;
  bottom: 0;
  left: 24px;
  width: 48px;
  height: 2px;
  content: '';
  background: white;
}
.c-stories--standard .c-stories__title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  font-style: normal;
}
.c-stories--standard .c-stories__attributes {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: 0;
}
.c-stories--standard .c-stories__attribute {
  white-space: nowrap;
}
.c-stories--standard .c-stories__attribute:last-child::after {
  display: none;
}
.c-stories--standard .c-stories__byline {
  width: 100%;
}
.c-stories--standard .c-stories__byline::after {
  display: none;
}
.c-stories--standard .c-stories__footer {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  line-height: 1.875;
  position: relative;
  z-index: 110;
  padding: 24px;
  color: white;
  background: #002d62;
}
html.sport .c-stories--grid,
html.sport .c-stories--standard {
  border-top: none;
}
@media all and (min-width: 768px) {
  .c-stories .c-stories__item:hover .c-stories__details::before {
    transform: translate(0, -50%);
  }
  .c-stories--standard .c-stories__item {
    width: 50%;
    border-top: solid 2px white;
  }
  .c-stories--standard .c-stories__item:nth-child(odd) {
    border-left: solid 1px white;
  }
  .c-stories--standard .c-stories__item:nth-child(even) {
    border-right: solid 1px white;
  }
  .c-stories--standard .c-stories__item:hover .c-stories__picture img {
    transform: translate(-50%, 0) scale(1.05);
  }
  .c-stories--standard .c-stories__item:first-child {
    width: 100%;
    border: none;
  }
  .c-stories--standard .c-stories__item:first-child .c-stories__details {
    position: absolute;
    padding: 23px 25px 5px;
  }
  .c-stories--standard .c-stories__item:first-child .c-stories__details::before {
    top: 25%;
    background: linear-gradient(180deg, rgba(0, 45, 98, 0) 0%, rgba(0, 45, 98, 0.9) 50%);
  }
  .c-stories--standard .c-stories__item:first-child .c-stories__attributes::after {
    transform: translate(1px, 16px);
    height: 4px;
  }
  .c-stories--standard .c-stories__item:first-child .c-stories__media {
    padding-bottom: 56.25%;
  }
  .c-stories--standard .c-stories__item:first-child .c-stories__details {
    padding: 0 213px 35px 38px;
  }
  .c-stories--standard .c-stories__item:first-child .c-stories__date {
    width: auto;
  }
  .c-stories--standard .c-stories__item:first-child .c-stories__attribute::after {
    display: inline-block;
  }
  .c-stories--standard .c-stories__item:first-child .c-stories__attribute:last-child::after {
    display: none;
  }
  .c-stories--standard .c-stories__ad {
    position: absolute;
    z-index: 98;
    right: 42px;
    bottom: 24px;
  }
  .c-stories--standard .c-stories__ad .ad {
    padding: 0;
  }
  .c-stories--standard .c-stories__media {
    padding-bottom: 100%;
  }
  .c-stories--standard .c-stories__details {
    padding: 0 48px 40px;
  }
  .c-stories--standard .c-stories__details::after {
    display: none;
  }
  .c-stories--standard .c-stories__title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.625rem;
    font-weight: 700;
    font-style: normal;
  }
  .c-stories--standard .c-stories__attributes::after {
    transform: translate(1px, 16px);
  }
  .c-stories--standard .c-stories__attribute {
    white-space: nowrap;
  }
  .c-stories--standard .c-stories__attribute::after {
    display: none;
  }
  .c-stories--standard .c-stories__byline {
    width: auto;
  }
  .c-stories--standard .c-stories__byline::after {
    display: inline-block;
  }
  .c-stories--standard .c-stories__date {
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .s-top-stories .c-stories__item {
    background: #002d62;
  }
  .s-top-stories .c-stories__details::before {
    top: 25%;
  }
}
@media all and (min-width: 1464px) {
  .s-top-stories .c-stories__title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.625rem;
    font-weight: 700;
    font-style: normal;
  }
  .s-top-stories .c-stories--grid .c-stories__main .c-stories__title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.625rem;
    font-weight: 700;
    font-style: normal;
  }
  .s-top-stories .c-stories--grid-lower .c-stories__title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.625rem;
    font-weight: 700;
    font-style: normal;
  }
}
/****
DROPDOWNS
****/

.s-dropdowns {
  position: relative;
  padding: 12px;
  background: white;
}
.s-dropdowns__item {
  padding: 12px;
}
.s-dropdowns__select {
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  min-width: 1px;
  min-height: 1px;
  position: relative;
}
.s-dropdowns__select:before {
  font-family: sidearm_font_v2;
  font-size: 12px;
  position: absolute;
  z-index: 10;
  top: 13px;
  right: 27px;
  content: '\e020';
  pointer-events: none;
  color: #393939;
}
.s-dropdowns__select select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  height: 48px;
  padding: 0 48px 0 24px;
  color: #2a2a2a;
  border: solid 1px #d9d9db;
  border-right: none;
}
.s-dropdowns__select select::-ms-expand {
  display: none;
}
.s-dropdowns__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  flex: 0 0 142px;
  -webkit-flex: 0 0 142px;
  min-width: 1px;
  min-height: 1px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  font-style: normal;
  transition: 0.2s;
  line-height: 48px;
  height: 48px;
  text-align: center;
  color: white;
  background: #002d62;
}
.s-dropdowns__button::-ms-expand {
  display: none;
}
.s-dropdowns__button:hover {
  background: #00224a;
}
@media all and (min-width: 1024px) {
  .s-dropdowns__item {
    flex: 0 1 33.3333%;
    -webkit-flex: 0 1 33.3333%;
    min-width: 1px;
    min-height: 1px;
  }
}
/****
FEATURES
****/

.features__container {
  background: #00224a;
}
.features__ad button.slick-prev,
.features__ad button.slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 0;
  position: relative;
  width: 50%;
  height: 72px;
  color: white;
  border: solid 1px #002d62;
  background: black;
  transition: 0.2s;
}
.features__ad button.slick-prev::-ms-expand,
.features__ad button.slick-next::-ms-expand {
  display: none;
}
.features__ad button.slick-prev::after,
.features__ad button.slick-next::after {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: sidearm_font_v2;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '\e005';
  color: white;
  transition: 0.2s;
}
.features__ad button.slick-prev:hover,
.features__ad button.slick-next:hover {
  color: #002d62;
  background: white;
}
.features__ad button.slick-prev:hover::after,
.features__ad button.slick-next:hover::after {
  color: #002d62;
}
.features__ad button.slick-next {
  border-right: none;
  border-left: none;
}
.features__ad button.slick-next::after {
  content: '\e006';
}
.features__content {
  background: #002d62;
}
.s-features {
  position: relative;
}
.c-stories--list {
  padding: 0 12px;
}
.c-stories--list .c-stories__item {
  position: relative;
  padding: 12px 0;
}
.c-stories--list .c-stories__item::after {
  position: absolute;
  bottom: 0;
  left: 12px;
  width: 48px;
  height: 1px;
  content: '';
  background: white;
}
.c-stories--list .c-stories__item.last-item::after {
  display: none;
}
.c-stories--list .c-stories__link {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding: 12px;
  text-decoration: none;
  color: white;
}
.c-stories--list .c-stories__link:hover .c-stories__image {
  transform: scale(1.03);
  opacity: 0.3;
}
.c-stories--list .c-stories__link:hover .c-stories__title {
  text-decoration: underline;
}
.c-stories--list .c-stories__media-container {
  position: relative;
  padding-bottom: 24px;
}
.c-stories--list .c-stories__media {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #002d62;
}
.c-stories--list .c-stories__image {
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-stories--list .c-stories__title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  margin: 0;
  color: white;
}
.c-stories--list .c-stories__attributes {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.875rem;
}
.c-stories--list .c-stories__attribute {
  white-space: nowrap;
}
.c-stories--list .c-stories__attribute::after {
  display: inline-block;
  padding: 0 12px;
  content: '/';
}
.c-stories--list .c-stories__attribute:last-child::after {
  display: none;
}
.c-stories--list .c-stories__sport::after {
  display: none;
}
.c-stories--list .c-stories__date {
  width: 100%;
}
@media all and (min-width: 768px) {
  .features__container {
    margin-bottom: 24px;
  }
  .c-stories--list {
    padding: 0 36px 24px;
  }
  .c-stories--list .c-stories__item {
    padding: 12px 0;
  }
  .c-stories--list .c-stories__item::after {
    display: none;
  }
  .c-stories--list .c-stories__item.last-item .c-stories__media::after {
    display: none;
  }
  .c-stories--list .c-stories__link {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .c-stories--list .c-stories__media-container {
    flex: 0 0 149px;
    -webkit-flex: 0 0 149px;
    min-width: 1px;
    min-height: 1px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-bottom: 0;
  }
  .c-stories--list .c-stories__media::after {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 48px;
    height: 1px;
    content: '';
    background: white;
  }
  .c-stories--list .c-stories__details {
    flex: 1 1 66.6667%;
    -webkit-flex: 1 1 66.6667%;
    min-width: 1px;
    min-height: 1px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0 0 0 24px;
  }
  .c-stories--list .c-stories__sport::after {
    display: inline-block;
  }
  .c-stories--list .c-stories__date {
    width: auto;
  }
}
@media all and (min-width: 1024px) {
  .features__row {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .features__ad {
    flex: 0 1 816px;
    -webkit-flex: 0 1 816px;
    min-width: 1px;
    min-height: 1px;
  }
  .features__container {
    padding: 48px 0;
  }
  .features__content {
    flex: 0 0 600px;
    -webkit-flex: 0 0 600px;
    min-width: 1px;
    min-height: 1px;
    min-height: 360px;
    border-left: solid 1px black;
  }
  .s-features__container {
    position: absolute;
    top: 110px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: calc(100% - 110px);
  }
  .c-stories--list {
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    height: calc(100% - 48px);
    padding: 0 36px;
  }
  .c-stories--list .c-stories__item {
    padding: 0;
  }
  .c-stories--list .c-stories__media-container {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex: 1 1 33.3333%;
    -webkit-flex: 1 1 33.3333%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-stories--list .c-stories__media {
    overflow: hidden;
  }
  .c-stories--list .c-stories__details {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .c-stories--list .c-stories__sport::after {
    display: none;
  }
  .c-stories--list .c-stories__date {
    width: 100%;
  }
}
@media all and (min-width: 1464px) {
  .features__content {
    min-height: 720px;
  }
}
/****
VIDEO
****/

.mrugby .s-video,
.wrugby .s-video {
  display: none;
}
.c-videos--featured button.slick-prev,
.c-videos--featured button.slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 0;
  position: relative;
  width: 50%;
  height: 72px;
  color: white;
  border: solid 1px #002d62;
  background: black;
  transition: 0.2s;
}
.c-videos--featured button.slick-prev::-ms-expand,
.c-videos--featured button.slick-next::-ms-expand {
  display: none;
}
.c-videos--featured button.slick-prev::after,
.c-videos--featured button.slick-next::after {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: sidearm_font_v2;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '\e005';
  color: white;
  transition: 0.2s;
}
.c-videos--featured button.slick-prev:hover,
.c-videos--featured button.slick-next:hover {
  color: #002d62;
  background: white;
}
.c-videos--featured button.slick-prev:hover::after,
.c-videos--featured button.slick-next:hover::after {
  color: #002d62;
}
.c-videos--featured button.slick-next {
  border-right: none;
  border-left: none;
}
.c-videos--featured button.slick-next::after {
  content: '\e006';
}
.c-videos--featured .c-videos__featured .showcase-play-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  transition: 0.2s;
  width: 96px;
  height: 96px;
  color: white;
  border-radius: 50%;
  background: #002d62;
}
.c-videos--featured .c-videos__featured .showcase-play-button::-ms-expand {
  display: none;
}
.c-videos--featured .c-videos__featured .showcase-play-button:after {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.2s;
  font-family: sidearm_font_v2;
  font-size: 48px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '\e196';
  color: white;
}
.c-videos--featured .c-videos__featured .showcase-play-button:hover {
  color: #002d62;
  background: white;
}
.c-videos--featured .c-videos__featured .showcase-play-button:hover:after {
  color: #002d62;
}
.c-videos--featured .c-videos__featured .showcase-video-player {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--featured .c-videos__featured button.showcase-play-button {
  width: 48px;
  height: 48px;
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  margin-right: 12px;
}
.c-videos--featured .c-videos__featured button.showcase-play-button::after {
  font-size: 36px;
}
.c-videos--featured .c-videos__featured-player-container {
  background: #002d62;
}
.c-videos--featured .c-videos__featured-player-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--featured .c-videos__featured-player {
  padding-bottom: 56.25%;
}
.c-videos--featured .c-videos__featured-player::after {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
}
.c-videos--featured .c-videos__featured-details {
  padding: 24px 24px 18px;
}
.c-videos--featured .c-videos__featured-details .c-videos__title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  padding-bottom: 16px;
  color: black;
}
.c-videos--featured .c-videos__featured-details .c-videos__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 4px;
  content: '';
  background: #002d62;
}
.c-videos--featured .c-videos__featured-details .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.88;
  color: #002d62;
}
.c-videos--featured .c-videos__featured-details .c-videos__play-btn::-ms-expand {
  display: none;
}
.c-videos--featured .c-videos__featured-details .c-videos__play-btn .sf-play-minimal {
  transform: translate(0, 3px);
  font-size: 24px;
  display: inline-block;
}
.c-videos--featured .c-videos__cta {
  font-family: 'Roboto', sans-serif;
  font-size: 1.375rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
  position: absolute;
  z-index: 4;
  bottom: 24px;
  left: 24px;
  color: white;
}
.c-videos--featured .c-videos__cta-logo {
  position: relative;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 50%;
  background: #002d62;
}
.c-videos--featured .c-videos__cta-logo img {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 24px;
}
.c-videos--featured .c-videos__cta-divider {
  display: inline-block;
  padding: 0 12px 0 10px;
}
.c-videos--featured .c-videos__aside {
  border-top: solid 1px #d9d9db;
}
.c-videos--featured .c-videos__aside .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 36px;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  color: white;
}
.c-videos--featured .c-videos__aside .c-videos__play-btn::-ms-expand {
  display: none;
}
.c-videos--featured .c-videos__list {
  position: relative;
  padding: 0 24px;
}
.c-videos--featured .c-videos__item {
  padding: 24px 0 16px;
  background-image: linear-gradient(to right, black 25%, rgba(255, 255, 255, 0) 0%);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 4px 1px;
}
.c-videos--featured .c-videos__item:hover {
  cursor: pointer;
}
.c-videos--featured .c-videos__item:hover .c-videos__title {
  text-decoration: underline;
  color: #002d62;
}
.c-videos--featured .c-videos__item:hover .c-videos__image {
  transform: translate(-50%, 0) scale(1.05);
  opacity: 1;
}
.c-videos--featured .c-videos__item:last-child {
  background: none;
}
.c-videos--featured .c-videos__media-container {
  flex: 0 0 60px;
  -webkit-flex: 0 0 60px;
  min-width: 1px;
  min-height: 1px;
  overflow: hidden;
  margin-right: 24px;
}
.c-videos--featured .c-videos__media {
  transition: 0.2s;
  padding-bottom: 100%;
  background: black;
}
.c-videos--featured .c-videos__image {
  transform: translate(-50%, 0);
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  opacity: 0.6;
}
.c-videos--featured .c-videos__details {
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  min-width: 1px;
  min-height: 1px;
}
.c-videos--featured .c-videos__title {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.875;
  color: black;
}
.c-videos--featured .c-videos__play-btn-text {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.88;
  color: #002d62;
}
.c-videos--featured .c-videos__play-btn-text .sf-play-minimal {
  transform: translate(0, 3px);
  font-size: 24px;
  display: inline-block;
}
.c-videos--featured .c-videos__more {
  position: relative;
  padding: 0 24px;
}
.c-videos--featured .c-videos__more-link {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  transition: 0.2s;
  line-height: 1.5;
  width: 100%;
  height: 60px;
  text-decoration: none;
  color: #002d62;
  border: solid 1px #d9d9db;
  border-top: none;
  background: white;
}
.c-videos--featured .c-videos__more-link:hover {
  color: white;
  border-color: #002d62;
  background: #002d62;
}
.c-videos--featured button.slick-next,
.c-videos--featured button.slick-prev {
  width: 50%;
  height: 60px;
  color: black;
  border-color: #d9d9db;
  background: white;
}
.c-videos--featured button.slick-next::after,
.c-videos--featured button.slick-prev::after {
  color: black;
}
.c-videos--featured button.slick-next:hover,
.c-videos--featured button.slick-prev:hover {
  color: white;
  border-color: #002d62;
  background: #002d62;
}
.c-videos--featured button.slick-next:hover::after,
.c-videos--featured button.slick-prev:hover::after {
  color: white;
}
.c-videos--featured button.slick-next {
  border-right: solid 1px #d9d9db;
}
@media all and (min-width: 768px) {
  .s-video {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: solid 1px #d9d9db;
  }
  .c-videos--featured .c-videos__featured button.showcase-play-button {
    width: 96px;
    height: 96px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin-right: 0;
  }
  .c-videos--featured .c-videos__featured button.showcase-play-button::after {
    font-size: 48px;
  }
  .c-videos--featured .c-videos__featured-details {
    padding: 48px 48px 40px;
  }
  .c-videos--featured .c-videos__cta {
    bottom: 48px;
    left: 48px;
  }
  .c-videos--featured .c-videos__more {
    padding: 0 48px;
  }
  .c-videos--featured .c-videos__more-link {
    position: absolute;
    right: 48px;
    bottom: 0;
    width: 33.3333%;
    border-top: solid 1px #d9d9db;
  }
  .c-videos--featured .c-videos__list {
    padding: 0 48px;
  }
  .c-videos--featured .c-videos__item {
    padding: 24px 0;
  }
  .c-videos--featured .c-videos__item:last-child {
    background-image: linear-gradient(to right, black 25%, rgba(255, 255, 255, 0) 0%);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 4px 1px;
  }
  .c-videos--featured .c-videos__play-btn-text {
    display: none;
  }
  .c-videos--featured .slick-list {
    padding-bottom: 24px;
  }
  .c-videos--featured button.slick-next,
  .c-videos--featured button.slick-prev {
    width: 33.3333%;
  }
  .c-videos--featured button.slick-next {
    border-right: none;
  }
}
@media all and (min-width: 1024px) {
  .s-video {
    padding-bottom: 0;
    border-bottom: none;
  }
  .c-videos--featured {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    border: solid 1px #d9d9db;
  }
  .c-videos--featured .c-videos__featured {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
  }
  .c-videos--featured .c-videos__aside {
    flex: 0 0 480px;
    -webkit-flex: 0 0 480px;
    min-width: 1px;
    min-height: 1px;
    border-top: none;
    border-left: solid 1px #d9d9db;
  }
  .c-videos--featured .c-videos__list {
    overflow: auto;
    height: 302px;
    padding: 0 79px 0 48px;
  }
  .c-videos--featured .c-videos__more {
    padding: 24px 48px;
  }
  .c-videos--featured .c-videos__more-link {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}
/****
FANATICS
****/

.s-fanatics {
  padding: 24px 0 0;
}
.c-fanatics__item {
  padding: 0 24px 24px;
}
.c-fanatics__header {
  padding: 0 0 39px;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
  color: #002d62;
  position: relative;
}
.c-fanatics__header::after {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 48px;
  height: 4px;
  content: '';
  background: #002d62;
}
.c-fanatics__media {
  flex: 0 0 120px;
  -webkit-flex: 0 0 120px;
  min-width: 1px;
  min-height: 1px;
}
.c-fanatics__image {
  width: 100%;
}
.c-fanatics__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-fanatics__details .c-fanatics__header {
  display: none;
}
.c-fanatics__url {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.875;
  color: #002d62;
  text-decoration: none;
}
.c-fanatics__url:hover {
  text-decoration: underline;
}
.c-fanatics__price {
  padding-top: 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  font-style: normal;
  color: #002d62;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .s-fanatics {
    padding: 0 24px 18px;
  }
  .c-fanatics__item {
    padding: 20px 24px 19px;
  }
  .c-fanatics__header {
    display: none;
  }
  .c-fanatics__media {
    flex: 0 0 216px;
    -webkit-flex: 0 0 216px;
    min-width: 1px;
    min-height: 1px;
  }
  .c-fanatics__details .c-fanatics__header {
    display: block;
  }
}
@media all and (min-width: 1024px) {
  .c-fanatics__item {
    padding: 0 24px 24px;
  }
  .c-fanatics__header {
    display: block;
  }
  .c-fanatics__media {
    flex: 0 0 120px;
    -webkit-flex: 0 0 120px;
    min-width: 1px;
    min-height: 1px;
  }
  .c-fanatics__details .c-fanatics__header {
    display: none;
  }
}
/****
GALLERIES
****/

.mrugby .s-galleries,
.wrugby .s-galleries {
  display: none;
}
.s-galleries {
  margin-bottom: 24px;
}
.s-galleries__header {
  border-top: solid 1px #d9d9db;
}
.c-galleries--grid .c-galleries__item {
  border-top: solid 2px white;
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  overflow: hidden;
}
.c-galleries--grid .c-galleries__item:hover .c-galleries__badge,
.c-galleries--grid .c-galleries__item.sidearm-hover .c-galleries__badge {
  transform: translate(-100%, 0);
}
.c-galleries--grid .c-galleries__link {
  text-decoration: none;
  color: white;
}
.c-galleries--grid .c-galleries__link:hover .c-galleries__picture img,
.c-galleries--grid .c-galleries__link.sidearm-hover .c-galleries__picture img,
.c-galleries--grid .c-galleries__link:focus .c-galleries__picture img {
  transform: scale(1.05);
}
.c-galleries--grid .c-galleries__link:hover .c-galleries__details,
.c-galleries--grid .c-galleries__link.sidearm-hover .c-galleries__details,
.c-galleries--grid .c-galleries__link:focus .c-galleries__details {
  opacity: 1;
}
.c-galleries--grid .c-galleries__link:focus .c-galleries__details {
  border: 5px solid aqua;
}
.c-galleries--grid .c-galleries__media {
  padding-bottom: 75%;
  overflow: hidden;
}
.c-galleries--grid .c-galleries__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  display: block;
}
.c-galleries--grid .c-galleries__details {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  background-color: rgba(0, 45, 98, 0.84);
  color: white;
  padding: 16px 24px;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}
.c-galleries--grid .c-galleries__title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}
.c-galleries--grid .c-galleries__date {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.875;
}
.c-galleries--grid .c-galleries__badge {
  position: absolute;
  bottom: 24px;
  left: 0;
  height: 96px;
  background: white;
  font-family: 'Roboto', sans-serif;
  font-size: 1.375rem;
  font-weight: 900;
  font-style: normal;
  color: #002d62;
  line-height: 1.5;
  padding: 0 24px;
  transition: 0.3s;
}
.c-galleries--grid .c-galleries__badge-logo {
  position: relative;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 50%;
  background: #002d62;
}
.c-galleries--grid .c-galleries__badge-logo img {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 24px;
}
@media all and (min-width: 768px) {
  .c-galleries--grid .c-galleries__item {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-galleries--grid .c-galleries__item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: white;
    z-index: 20;
  }
  .c-galleries--grid .c-galleries__item:nth-child(odd)::before {
    left: auto;
    right: 0;
  }
  .c-galleries--grid .c-galleries__details {
    padding: 40px 48px;
  }
}
@media all and (min-width: 1024px) {
  .s-galleries__header {
    border: solid 1px #d9d9db;
    border-bottom: none;
  }
  .c-galleries--grid .c-galleries__title {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
  }
  .c-galleries--grid .c-galleries__details {
    padding: 20px 24px;
  }
  .c-galleries--grid .c-galleries__item {
    border-top: none;
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-galleries--grid .c-galleries__item::before,
  .c-galleries--grid .c-galleries__item::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: white;
    z-index: 20;
  }
  .c-galleries--grid .c-galleries__item::after {
    left: auto;
    right: 0;
  }
  .c-galleries--grid .c-galleries__item:first-child::before {
    display: none;
  }
  .c-galleries--grid .c-galleries__item:nth-child(odd)::before {
    left: 0;
    right: auto;
  }
  .c-galleries--grid .c-galleries__item:nth-child(4)::after {
    display: none;
  }
  .c-galleries--grid .c-galleries__item:nth-child(5)::before {
    left: auto;
    right: 0;
  }
  .c-galleries--grid .c-galleries__item:nth-child(5),
  .c-galleries--grid .c-galleries__item:nth-child(6) {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-galleries--grid .c-galleries__item:nth-child(5)::after,
  .c-galleries--grid .c-galleries__item:nth-child(6)::after {
    width: 100%;
    height: 2px;
  }
  .c-galleries--grid .c-galleries__item:nth-child(5) .c-galleries__title,
  .c-galleries--grid .c-galleries__item:nth-child(6) .c-galleries__title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    font-style: normal;
  }
  .c-galleries--grid .c-galleries__item:nth-child(5) .c-galleries__details,
  .c-galleries--grid .c-galleries__item:nth-child(6) .c-galleries__details {
    padding: 40px 48px;
  }
}
@media all and (min-width: 1320px) {
  .c-galleries--grid .c-galleries__title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    font-style: normal;
  }
  .c-galleries--grid .c-galleries__details {
    padding: 40px 48px;
  }
}
/****
MAIN FOOTER
****/

.main-footer .main-footer__logos {
  border-top: solid 1px #d9d9db;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.main-footer .main-footer__logo {
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  min-width: 1px;
  min-height: 1px;
  height: 168px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-bottom: solid 1px #d9d9db;
  padding: 12px;
}
.main-footer .main-footer__logo:last-child {
  border: none;
}
.main-footer .main-footer__text {
  background: #002d62;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.875;
  padding: 0 24px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.main-footer .main-footer__text a {
  color: white;
  text-decoration: underline;
}
.main-footer .main-footer__links {
  padding: 12px 0;
}
.main-footer .main-footer__copyright {
  width: 100%;
}
.main-footer .main-footer__cbs {
  width: 100%;
}
.main-footer .main-footer__divider {
  padding: 0 10px 0 9px;
}
.main-footer .main-footer__penn-logo {
  padding: 4px 0 12px;
}
.main-footer .main-footer__penn-logo img {
  width: 69px;
  height: 48px;
}
@media all and (min-width: 768px) {
  .main-footer .main-footer__logo {
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    min-width: 1px;
    min-height: 1px;
  }
  .main-footer .main-footer__logo:nth-child(even) {
    border-left: solid 1px #d9d9db;
  }
  .main-footer .main-footer__logo:nth-child(5) {
    border-bottom: none;
  }
  .main-footer .main-footer__copyright {
    width: auto;
  }
  .main-footer .main-footer__text {
    padding: 0 48px;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .main-footer .main-footer__penn-logo {
    padding: 18px 0;
  }
  .main-footer .main-footer__penn-logo img {
    width: 104px;
    height: 72px;
  }
}
@media all and (min-width: 1024px) {
  .main-footer .main-footer__logos {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .main-footer .main-footer__logo {
    flex: 1 1 236px;
    -webkit-flex: 1 1 236px;
    min-width: 1px;
    min-height: 1px;
    height: 240px;
    border-bottom: none;
    border-left: solid 1px #d9d9db;
  }
  .main-footer .main-footer__logo:last-child {
    border-right: solid 1px #d9d9db;
  }
  .main-footer .main-footer__cbs {
    width: auto;
  }
}
/****
ADS
****/

.dfp-ad {
  background: whitesmoke;
}
.ad-leaderboard {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 24px 0;
  border-top: solid 1px #d9d9db;
}
.ad-leaderboard--top {
  padding: 12px 0;
}
.ad-sponsors {
  padding: 24px 0;
  border-top: solid 1px #d9d9db;
}
.ad-sponsors .slick-list::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: '';
  background: white;
  z-index: 10;
}
.ad-sponsors .ad {
  padding: 0 12px;
  position: relative;
}
.ad-sponsors .ad img {
  margin: 0 auto;
}
.ad-interior-leaderboard {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 12px 0;
}
.ad-sticky-leaderboard {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 400;
  transition: 0.3s;
}
.ad-sticky-leaderboard.headroom--not-top {
  transform: translate(0, 100%);
}
@media all and (min-width: 540px) {
  .ad-sponsors .ad::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 48px;
    transform: translate(0, -50%);
    background-image: linear-gradient(to bottom, black 25%, rgba(255, 255, 255, 0) 0%);
    background-repeat: repeat-y;
    background-position: bottom;
    background-size: 1px 4px;
    content: '';
  }
}
@media all and (min-width: 1024px) {
  .ad-leaderboard {
    border: solid 1px #d9d9db;
    border-bottom: none;
  }
  .ad-leaderboard--top {
    padding: 24px 0;
    border-left: none;
    border-right: none;
  }
  .ad-sponsors {
    border: solid 1px #d9d9db;
    border-bottom: none;
  }
}
/****
STORY RECAP TABLES
****/

table.fbrecap {
  width: 100%;
}
table.fbrecap > tbody > tr > td > table {
  width: 100%;
}
table.fbrecap > tbody > tr > td > table td {
  text-align: center;
}
table.fbrecap > tbody > tr > td > table tr[style="background-color: #041e41;"],
table.fbrecap > tbody > tr > td > table td[style="background-color: #041e41;"],
table.fbrecap > tbody > tr > td > table td[bgcolor="#041e41"] {
  color: white;
}
/****
PERFECT SCROLLBAR
****/

/* perfect-scrollbar v0.7.0 */

.ps {
  overflow: hidden !important;
  -ms-touch-action: auto;
  touch-action: auto;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
}
.ps > .ps__scrollbar-y-rail {
  position: absolute;
  z-index: 30;
  right: 30px;
  display: none;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 6px;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear, width 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear, width 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear, width 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear, width 0.2s linear;
  /* please don't change 'position' */
  opacity: 1;
  border-radius: 3px;
  background: #00224a;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  border-radius: 3px;
  /* please don't change 'position' */
  background-color: white;
}
.c-videos .ps > .ps__scrollbar-y-rail {
  right: 48px;
  margin-top: 24px;
  background: #d9d9db;
}
.c-videos .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background: #002d62;
}
/****
ACCESSIBILITY
*****/

h1.hide,
h2.hide {
  background: white;
  color: black;
}
.c-polite-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  display: none;
  opacity: 0;
}
.c-polite-pop-up.is-active {
  transition: display 0s ,opacity 0.3s;
  display: flex;
  display: -webkit-flex;
  opacity: 1;
}
.c-polite-pop-up .c-polite-pop-up__content {
  background: white;
  padding: 48px 48px 24px;
  border-radius: 3px;
  position: relative;
}
.c-polite-pop-up .c-polite-pop-up__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 1.5rem;
  color: #393939;
  transition: color 0.3s;
}
.c-polite-pop-up .c-polite-pop-up__close::-ms-expand {
  display: none;
}
.c-polite-pop-up .c-polite-pop-up__close:hover,
.c-polite-pop-up .c-polite-pop-up__close:focus {
  color: #002d62;
}
/****
NEW HOME LAYOUT
****/

/***
COMMON HEADERS
****/

.s-header {
  height: 99px;
  border: 1px solid #d9d9db;
  padding: 0 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.s-header__title {
  color: #002d62;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 12px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.s-header__title:after {
  content: '';
  margin-top: 6px;
  width: 24px;
  height: 3px;
  background: #002d62;
}
/****
TOP CONTAINER
****/

.top-container {
  padding: 24px 0;
  background: #fafafa;
}
.top-container__main {
  background: white;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.top-container__side {
  border: 1px solid #d9d9db;
  border-left: none;
  background: white;
  flex: 0 0 360px;
  -webkit-flex: 0 0 360px;
  min-width: 1px;
  min-height: 1px;
}
.top-container__side .ad-leaderboard {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #d9d9db;
}
@media all and (max-width: 1024px) {
  .top-container {
    padding-bottom: 0;
  }
  .top-container .row {
    display: block;
    padding: 0;
  }
  .top-container__side {
    border-bottom: none;
  }
}
/****
STORIES
****/

.s-stories .c-stories--grid {
  border: 1px solid #d9d9db;
  border-bottom: none;
}
.s-stories .c-stories--grid .c-stories__item {
  position: relative;
  width: 50%;
  display: block;
  padding: 24px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.s-stories .c-stories--grid .c-stories__item:first-child {
  width: 100%;
  border-bottom: 1px solid #d9d9db;
}
.s-stories .c-stories--grid .c-stories__item:first-child .c-stories__title {
  font-size: 26px;
  line-height: 39px;
}
.s-stories .c-stories--grid .c-stories__item:first-child .c-stories__sport-date {
  padding-bottom: 4px;
}
.s-stories .c-stories--grid .c-stories__item:first-child .c-stories__sport {
  position: relative;
}
.s-stories .c-stories--grid .c-stories__item:first-child .c-stories__sport:after {
  content: '';
  width: 48px;
  height: 4px;
  background: #002d62;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.s-stories .c-stories--grid .c-stories__item:last-child {
  border-left: 1px solid #d9d9db;
}
.s-stories .c-stories--grid .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}
.s-stories .c-stories--grid .c-stories__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.s-stories .c-stories--grid .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.s-stories .c-stories--grid .c-stories__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-top: 24px;
}
.s-stories .c-stories--grid .c-stories__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 12px;
}
.s-stories .c-stories--grid .c-stories__url {
  text-decoration: none;
  color: black;
}
.s-stories .c-stories--grid .c-stories__url:hover,
.s-stories .c-stories--grid .c-stories__url:focus,
.s-stories .c-stories--grid .c-stories__url.sidearm-hover {
  text-decoration: underline;
  color: #002d62;
}
.s-stories .c-stories--grid .c-stories__teaser {
  font-size: 16px;
  line-height: 24px;
  color: #262628;
  margin-bottom: auto;
}
.s-stories .c-stories--grid .c-stories__sport-date {
  font-size: 16px;
  color: #262628;
  margin-top: 12px;
}
.s-stories .c-stories--grid .c-stories__sport {
  text-transform: uppercase;
}
.s-stories .c-stories--grid .c-stories__separator {
  color: #2a2a2a;
  margin: 0 3px;
}
.s-stories .c-stories--grid .c-stories__ad {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
@media all and (max-width: 1024px) {
  .s-stories .c-stories--grid {
    border-left: none;
    border-right: none;
  }
}
@media all and (max-width: 767px) {
  .s-stories .c-stories--grid {
    display: block;
  }
  .s-stories .c-stories--grid .c-stories__item {
    width: 100%;
  }
  .s-stories .c-stories--grid .c-stories__item:last-child {
    border-left: 0;
  }
}
/****
VIDEOS
****/

.s-videos .c-videos--grid {
  padding: 24px;
  border: 1px solid #d9d9db;
  border-top: none;
}
.s-videos .c-videos--grid .showcase-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
  transform: scale(0.85);
}
.s-videos .c-videos--grid .showcase-modal__inner {
  max-width: 1416px;
  width: 100%;
}
.s-videos .c-videos--grid .showcase-modal__player {
  max-height: 100vh;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-videos .c-videos--grid .showcase-modal__player-wrapper {
  width: 80%;
  margin: 0 auto;
}
.s-videos .c-videos--grid .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: 1px solid #002d62;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  transition: .25s;
}
.s-videos .c-videos--grid .showcase-modal__close::-ms-expand {
  display: none;
}
.s-videos .c-videos--grid .showcase-modal__close:hover,
.s-videos .c-videos--grid .showcase-modal__close:focus,
.s-videos .c-videos--grid .showcase-modal__close.sidearm-hover {
  background: #002d62;
  color: white;
}
.s-videos .c-videos--grid .showcase-modal__title {
  font-size: 22px;
  color: white;
  font-weight: 700;
  margin-bottom: 12px;
}
.s-videos .c-videos--grid .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-videos .c-videos--grid .showcase-modal.video-is-playing {
  opacity: 1;
  left: 0;
  pointer-events: all;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
}
.s-videos .c-videos--grid .c-videos__list {
  margin: 0 -12px;
}
.s-videos .c-videos--grid .c-videos__item {
  margin: 0 12px;
  width: calc(33.3334% - 24px);
  cursor: pointer;
}
.s-videos .c-videos--grid .c-videos__item:hover .c-videos__play-btn,
.s-videos .c-videos--grid .c-videos__item:focus .c-videos__play-btn,
.s-videos .c-videos--grid .c-videos__item.sidearm-hover .c-videos__play-btn {
  background: white;
  color: #002d62;
}
.s-videos .c-videos--grid .c-videos__item:hover .c-videos__image,
.s-videos .c-videos--grid .c-videos__item:focus .c-videos__image,
.s-videos .c-videos--grid .c-videos__item.sidearm-hover .c-videos__image {
  transform: scale(1.05);
}
.s-videos .c-videos--grid .c-videos__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.s-videos .c-videos--grid .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
}
.s-videos .c-videos--grid .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  transition: 0.3s;
  display: block;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #002d62;
  color: white;
}
.s-videos .c-videos--grid .c-videos__play-btn::-ms-expand {
  display: none;
}
.s-videos .c-videos--grid .c-videos__details {
  margin-top: 24px;
}
.s-videos .c-videos--grid .c-videos__title {
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
}
.s-videos .c-videos--grid .c-videos__watch-now {
  color: #002d62;
  font-size: 16px;
}
.s-videos .c-videos--grid .c-videos__all {
  margin-top: 24px;
}
.s-videos .c-videos--grid .c-videos__all a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 48px;
  background: #fafafa;
  color: #002d62;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}
.s-videos .c-videos--grid .c-videos__all a:hover,
.s-videos .c-videos--grid .c-videos__all a:focus,
.s-videos .c-videos--grid .c-videos__all a.sidearm-hover {
  background: #002d62;
  color: white;
}
@media all and (max-width: 1224px) {
  .s-videos .c-videos--grid .c-videos__item {
    width: calc(50% - 24px);
  }
  .s-videos .c-videos--grid .c-videos__item:first-child {
    padding: 0 12px;
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
  }
  .s-videos .c-videos--grid .c-videos__item:first-child .c-videos__details {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 24px;
  }
}
@media all and (max-width: 1024px) {
  .s-videos .s-header {
    border-left: none;
    border-right: none;
  }
  .s-videos .c-videos--grid {
    border: none;
  }
}
@media all and (max-width: 767px) {
  .s-videos .c-videos--grid {
    display: block;
  }
  .s-videos .c-videos--grid .c-videos__item {
    width: 100%;
    margin-bottom: 24px;
  }
  .s-videos .c-videos--grid .c-videos__item:last-child {
    margin-bottom: 0;
  }
  .s-videos .c-videos--grid .c-videos__item:last-child .c-videos__details {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .s-videos .c-videos--grid .c-videos__details {
    padding-bottom: 24px;
    border-bottom: 1px solid #e3e3e3;
  }
}
/****
HEADLINES
****/

.s-headlines .s-header {
  border: none;
}
.s-headlines .c-stories--list-homepage .c-stories__item {
  padding: 0 24px 0 48px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.s-headlines .c-stories--list-homepage .c-stories__item:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #002d62;
  position: absolute;
  left: 26px;
  top: 10px;
}
.s-headlines .c-stories--list-homepage .c-stories__sport {
  font-weight: 700;
  color: #002d62;
}
.s-headlines .c-stories--list-homepage .c-stories__separator {
  color: #2a2a2a;
  margin: 0 3px;
}
.s-headlines .c-stories--list-homepage .c-stories__url {
  text-decoration: none;
}
.s-headlines .c-stories--list-homepage .c-stories__url:hover,
.s-headlines .c-stories--list-homepage .c-stories__url:focus,
.s-headlines .c-stories--list-homepage .c-stories__url.sidearm-hover {
  text-decoration: underline;
  color: #002d62;
}
.s-headlines .c-stories--list-homepage .c-stories__archives {
  padding: 12px 24px 24px;
}
.s-headlines .c-stories--list-homepage .c-stories__archives a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 48px;
  background: #fafafa;
  color: #002d62;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}
.s-headlines .c-stories--list-homepage .c-stories__archives a:hover,
.s-headlines .c-stories--list-homepage .c-stories__archives a:focus,
.s-headlines .c-stories--list-homepage .c-stories__archives a.sidearm-hover {
  background: #002d62;
  color: white;
}
@media all and (max-width: 1024px) {
  .s-headlines .c-stories--list .c-stories__list {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media all and (max-width: 767px) {
  .s-headlines .c-stories--list .c-stories__list {
    -webkit-column-count: 1;
    column-count: 1;
  }
}
/**** 
PODCASTS
****/

.s-podcasts .s-header {
  border: none;
}
.s-podcasts .c-podcasts--list .c-podcasts__item {
  padding: 0 24px 0 48px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.s-podcasts .c-podcasts--list .c-podcasts__item:before {
  content: '\e090';
  font-family: sidearm_font_v2;
  color: #002d62;
  font-size: 16px;
  position: absolute;
  left: 21px;
  top: 2px;
}
.s-podcasts .c-podcasts--list .c-podcasts__details {
  flex: 1 1 66.6667%;
  -webkit-flex: 1 1 66.6667%;
  min-width: 1px;
  min-height: 1px;
}
.s-podcasts .c-podcasts--list .c-podcasts__url {
  text-decoration: none;
  color: #262628;
}
.s-podcasts .c-podcasts--list .c-podcasts__url:hover,
.s-podcasts .c-podcasts--list .c-podcasts__url:focus,
.s-podcasts .c-podcasts--list .c-podcasts__url.sidearm-hover {
  text-decoration: underline;
  color: #002d62;
}
.s-podcasts .c-podcasts--list .c-podcasts__all {
  padding: 12px 24px 24px;
}
.s-podcasts .c-podcasts--list .c-podcasts__all a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 48px;
  background: #fafafa;
  color: #002d62;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}
.s-podcasts .c-podcasts--list .c-podcasts__all a:hover,
.s-podcasts .c-podcasts--list .c-podcasts__all a:focus,
.s-podcasts .c-podcasts--list .c-podcasts__all a.sidearm-hover {
  background: #002d62;
  color: white;
}
@media all and (max-width: 1024px) {
  .s-podcasts .c-podcasts--list .c-podcasts__list {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media all and (max-width: 1024px) {
  .s-podcasts .c-podcasts--list .c-podcasts__list {
    -webkit-column-count: 1;
    column-count: 1;
  }
}
/****
PROMO SLIDER
****/

.promo-slider {
  padding: 24px 0;
  background: #002d62;
}
.promo-slider .slick-prev,
.promo-slider .slick-next,
.promo-slider .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 0;
  height: 72px;
  background: black;
  color: white;
  transition: 0.3s;
}
.promo-slider .slick-prev::-ms-expand,
.promo-slider .slick-next::-ms-expand,
.promo-slider .slick-pause-play::-ms-expand {
  display: none;
}
.promo-slider .slick-prev:hover,
.promo-slider .slick-next:hover,
.promo-slider .slick-pause-play:hover,
.promo-slider .slick-prev:focus,
.promo-slider .slick-next:focus,
.promo-slider .slick-pause-play:focus,
.promo-slider .slick-prev.sidearm-hover,
.promo-slider .slick-next.sidearm-hover,
.promo-slider .slick-pause-play.sidearm-hover {
  background: white;
  color: #002d62;
}
.promo-slider .slick-prev:after,
.promo-slider .slick-next:after,
.promo-slider .slick-pause-play:after {
  font-family: sidearm_font_v2;
  font-size: 28px;
}
.promo-slider .slick-prev,
.promo-slider .slick-next {
  width: calc(50% - 30px);
  border-right: 1px solid #002d62;
}
.promo-slider .slick-prev:after {
  content: '\e005';
}
.promo-slider .slick-next:after {
  content: '\e006';
}
.promo-slider .slick-pause-play {
  width: 60px;
}
.promo-slider .slick-pause:after {
  content: '\e201';
}
.promo-slider .slick-play:after {
  content: '\e196';
}
@media all and (max-width: 1024px) {
  .promo-slider {
    padding: 0;
  }
  .promo-slider .row {
    padding: 0;
  }
}
/****
PHOTOS
****/

.s-photos {
  padding: 24px 0;
}
.s-photos .c-galleries--grid {
  border: 1px solid #d9d9db;
  border-top: 0;
  padding: 24px;
}
.s-photos .c-galleries--grid .c-galleries__item {
  flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  overflow: hidden;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.s-photos .c-galleries--grid .c-galleries__item:first-child {
  border-left: none;
}
.s-photos .c-galleries--grid .c-galleries__item:last-child {
  border-right: none;
}
.s-photos .c-galleries--grid .c-galleries__link {
  text-decoration: none;
  color: white;
}
.s-photos .c-galleries--grid .c-galleries__link:hover .c-galleries__picture img,
.s-photos .c-galleries--grid .c-galleries__link.sidearm-hover .c-galleries__picture img {
  transform: scale(1.05);
}
.s-photos .c-galleries--grid .c-galleries__link:hover .c-galleries__details,
.s-photos .c-galleries--grid .c-galleries__link.sidearm-hover .c-galleries__details {
  opacity: 1;
}
.s-photos .c-galleries--grid .c-galleries__media {
  padding-bottom: 75%;
  overflow: hidden;
}
.s-photos .c-galleries--grid .c-galleries__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  display: block;
}
.s-photos .c-galleries--grid .c-galleries__details {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  background-color: rgba(0, 45, 98, 0.84);
  color: white;
  padding: 16px 24px;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}
.s-photos .c-galleries--grid .c-galleries__title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}
.s-photos .c-galleries--grid .c-galleries__date {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.875;
}
.s-photos .c-galleries--grid .c-galleries__all {
  margin-top: 24px;
}
.s-photos .c-galleries--grid .c-galleries__all a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 48px;
  background: #fafafa;
  color: #002d62;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}
.s-photos .c-galleries--grid .c-galleries__all a:hover,
.s-photos .c-galleries--grid .c-galleries__all a:focus,
.s-photos .c-galleries--grid .c-galleries__all a.sidearm-hover {
  background: #002d62;
  color: white;
}
@media all and (max-width: 1024px) {
  .s-photos .s-header {
    border-left: 0;
    border-right: 0;
  }
  .s-photos .row {
    padding: 0;
  }
  .s-photos .c-galleries--grid {
    border-left: none;
    border-right: none;
  }
  .s-photos .c-galleries--grid .c-galleries__item {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
    border: 0 !important;
  }
  .s-photos .c-galleries--grid .c-galleries__item:nth-child(even) {
    border-left: 2px solid white !important;
  }
  .s-photos .c-galleries--grid .c-galleries__item:nth-child(1),
  .s-photos .c-galleries--grid .c-galleries__item:nth-child(2) {
    border-bottom: 2px solid white !important;
  }
}
@media all and (max-width: 767px) {
  .s-photos .c-galleries--grid .c-galleries__list {
    display: block;
  }
  .s-photos .c-galleries--grid .c-galleries__item {
    border: 0 !important;
    margin-bottom: 2px;
  }
  .s-photos .c-galleries--grid .c-galleries__item:nth-child(1),
  .s-photos .c-galleries--grid .c-galleries__item:nth-child(2),
  .s-photos .c-galleries--grid .c-galleries__item:nth-child(even) {
    border: 0 !important;
  }
}
.s-common-footer.s-common-footer--white {
  background: white;
}
.s-common-footer.s-common-footer--black {
  background: black;
}
.s-common-footer .s-common-footer__wrapper {
  max-width: 1464px;
  margin: 0 auto;
}
