@import url('https://fonts.googleapis.com/css?family=Exo:700,700i|Roboto:400,400i,700,700i');
@import url('https://fonts.sidearmsports.com/sidearm_v2/sidearm_font_v2.css');
/*Variables*/
/*Colors*/
/*Social Media Brand Colors*/
/*Fonts*/
/*Mixins*/
/*Utility Classes*/

.accessible-hide {
  position: absolute;
  top: -99999px;
  left: -99999px;
  display: block !important;
}
.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
/*Style*/

a.sidearm-skip-link {
  position: absolute;
  top: 0;
  left: -99999px;
  color: white;
  background-color: black;
}
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 .main-content-placeholder {
  padding-top: 12px;
}
html.wide:not(.custom) .main-content-placeholder {
  max-width: 1464px;
  margin: 12px auto;
  padding: 24px 12px;
  background-color: white;
}
html.storypage:not(.custom) .main-content-placeholder {
  padding: 24px 0;
}
@media all and (min-width: 1024px) {
  html .main-content-placeholder {
    padding-top: 24px;
  }
}
body {
  font: 16px/1.4 arial, sans-serif;
  margin: 0;
  padding: 0;
  color: black;
  background: #f2f2f2;
}
.row {
  width: 100%;
  max-width: 1464px;
  margin: 0 auto;
}
.row--narrow {
  max-width: 1416px;
}
button.showcase-play-button,
.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: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
button.showcase-play-button::-ms-expand,
.showcase-play-button::-ms-expand {
  display: none;
}
button.showcase-play-button:focus,
.showcase-play-button:focus {
  outline: thin dotted;
}
button.load-more__button,
.load-more__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #1c1d4c;
  background: white;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
}
button.load-more__button::-ms-expand,
.load-more__button::-ms-expand {
  display: none;
}
button.load-more__button:focus,
.load-more__button:focus {
  outline: thin dotted;
}
button.load-more__button--red,
.load-more__button--red {
  color: #a51e36;
}
button.load-more__button:hover,
.load-more__button:hover {
  color: #8e7731;
}
/****
SHOWCASE MODALS
****/

.showcase-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.showcase-modal.video-is-playing {
  left: 0;
}
.showcase-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1200px;
  padding: 16px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
}
.showcase-modal__player {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.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: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  padding: 8px 12px;
  color: white;
  background-color: #8c032a;
}
.showcase-modal__close::-ms-expand {
  display: none;
}
.showcase-modal__close:focus {
  outline: thin dotted;
}
.showcase-modal__close:hover {
  color: white;
  background: #10155e;
}
.showcase-modal .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/****
PROMOS
****/

.b-leaderboard--inner {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}
.b-leaderboard .ad {
  text-align: center;
}
.b-leaderboard .ad a {
  display: inline-block;
  margin-top: 12px;
}
@media all and (min-width: 1024px) {
  .b-leaderboard .ad a {
    margin-top: 24px;
  }
}
/****
MAIN HEADER
****/

.main-header {
  position: relative;
  padding-bottom: 69px;
  background: white;
  margin-bottom: 24px;
}
.main-header__top {
  color: white;
  background: #1c1d4c;
}
.main-header a.main-header__top-links {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: none;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 40px;
  padding: 0 24px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  border-left: solid 1px #171740;
}
.main-header a.main-header__top-links:hover {
  background: #8e7731;
}
.main-header__top-row {
  height: 0px;
}
.main-header__membership-title {
  font-family: 'Exo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  margin-right: 360px;
  padding-left: 24px;
  display: none;
  text-transform: uppercase;
  color: white;
  border-left: solid 1px #171740;
}
.main-header__membership {
  position: absolute;
  top: 114px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  height: 24px;
  background: #a51e36;
  z-index: 600;
}
.main-header__membership a.main-header__membership-link {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  height: 24px;
  padding: 0 24px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  border-right: solid 1px #9a1c32;
  background: #a51e36;
  white-space: nowrap;
}
.main-header__membership a.main-header__membership-link:hover {
  background: #8e7731;
}
.main-header__membership a.main-header__membership-link:first-child {
  padding-left: 12px;
}
.main-header__membership a.main-header__membership-link:first-child:before {
  -webkit-transform: translate(-23px, 0);
  transform: translate(-23px, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  border-top: 24px solid #a51e36;
  border-left: 24px solid transparent;
}
.main-header__membership a.main-header__membership-link:first-child:hover:before {
  border-top-color: #8e7731;
}
.main-header__membership a.main-header__membership-link:last-child {
  padding-right: 12px;
  border-right: none;
}
.main-header__membership a.main-header__membership-link:last-child:before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(23px, 0);
  transform: translate(23px, 0);
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  content: '';
  border-top: 24px solid #a51e36;
  border-right: 24px solid transparent;
}
.main-header__membership a.main-header__membership-link:last-child:hover:before {
  border-top-color: #8e7731;
}
.main-header__body {
  height: 48px;
}
.main-header__logo {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.main-header__logo-image {
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 0 24px;
}
.main-header__logo-text {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-family: 'Exo', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  font-size: 20px;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 12px;
  color: #1c1d4c;
}
@media screen and (min-width: 0px) {
  .main-header__logo-text {
    font-size: calc(12px + (12 - 12) * (100vw - 0px) / (767 - 0));
  }
}
@media screen and (min-width: 767px) {
  .main-header__logo-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .main-header__logo-text {
    font-size: calc(20px + (20 - 20) * (100vw - 768px) / (1023 - 768));
  }
}
@media screen and (min-width: 1023px) {
  .main-header__logo-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .main-header__logo-text {
    font-size: calc(20px + (30 - 20) * (100vw - 1024px) / (1440 - 1024));
  }
}
@media screen and (min-width: 1440px) {
  .main-header__logo-text {
    font-size: 30px;
  }
}
.main-header__logo-text small {
  font-family: 'Exo', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  font-size: 16px;
  font-size: 16px;
}
@media screen and (min-width: 0px) {
  .main-header__logo-text small {
    font-size: calc(12px + (12 - 12) * (100vw - 0px) / (767 - 0));
  }
}
@media screen and (min-width: 767px) {
  .main-header__logo-text small {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .main-header__logo-text small {
    font-size: calc(16px + (16 - 16) * (100vw - 768px) / (1023 - 768));
  }
}
@media screen and (min-width: 1023px) {
  .main-header__logo-text small {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .main-header__logo-text small {
    font-size: calc(16px + (20 - 16) * (100vw - 1024px) / (1440 - 1024));
  }
}
@media screen and (min-width: 1440px) {
  .main-header__logo-text small {
    font-size: 20px;
  }
}
.main-header__search {
  flex: 0 1 300px;
  -webkit-flex: 0 1 300px;
  min-width: 1px;
  min-height: 1px;
  margin: 0 24px 12px 12px;
}
.main-header__sticky {
  position: absolute;
  z-index: 700;
  top: 48px;
  left: 0;
  width: 100%;
  height: auto;
  height: 66px;
  border: solid 1px #e5e5e5;
  border-right: none;
  border-left: none;
  background: white;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}
.main-header__sticky-logo {
  width: 100px;
  margin: 0 24px;
}
.main-header__sticky-logo a {
  width: 100%;
}
.main-header__sticky-search {
  position: relative;
}
.main-header__sticky-search-toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 20px;
  height: 65px;
  line-height: 65px;
  margin-right: 12px;
  padding: 0 6px;
  color: #1c1d4c;
}
.main-header__sticky-search-toggle::-ms-expand {
  display: none;
}
.main-header__sticky-search-toggle:focus {
  outline: thin dotted;
}
.main-header__sticky-search-toggle:hover {
  color: #a51e36;
}
.main-header__sticky-search .b-search {
  position: absolute;
  top: 100%;
  left: -9999px;
  width: 320px;
  padding: 10px;
  background: white;
}
.main-header__sticky-search.is-open .b-search {
  right: 0;
  left: auto;
}
html.headroom--not-top .main-header__sticky {
  position: fixed;
  top: 0;
}
html.headroom--not-top .main-header__membership {
  position: fixed;
  top: 66px;
  z-index: 600;
}
@media all and (min-width: 768px) {
  .main-header__body {
    height: 80px;
  }
  .main-header__sticky {
    top: 80px;
  }
  .main-header__membership {
    top: 146px;
    right: 48px;
    -webkit-transform: none;
    transform: none;
  }
}
@media all and (min-width: 1024px) {
  .main-header {
    margin-bottom: 0;
  }
  .main-header__top-row {
    height: 40px;
  }
  .main-header__body {
    height: 112px;
  }
  .main-header a.main-header__top-links {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .main-header__membership {
    top: 0;
    height: 46px;
  }
  .main-header a.main-header__membership-link {
    height: 46px;
  }
  .main-header a.main-header__membership-link:first-child:before {
    border-top: 46px solid #a51e36;
    border-left: 24px solid transparent;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .main-header a.main-header__membership-link:last-child:before {
    border-top: 46px solid #a51e36;
    border-right: 24px solid transparent;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .main-header__membership-title {
    display: block;
  }
  .main-header__sticky {
    height: auto;
    top: 152px;
  }
  html.headroom--not-top .main-header__membership {
    position: absolute;
    top: 0;
  }
}
/****
NAVIGATION
****/

.main-navigation {
  margin-left: auto;
}
.c-navigation--main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-navigation--main.c-navigation--desktop {
  border: solid 1px #f2f2f2;
  border-top: none;
  border-bottom: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
  border: solid 1px #f2f2f2;
  border-top: none;
  border-bottom: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1 {
  background: #f2f2f2;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1 {
  background: #f2f2f2;
}
.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;
  width: auto;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:last-child {
  border-right: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:last-child:hover .c-navigation__level-2,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:nth-last-child(2):hover .c-navigation__level-2,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:last-child.sidearm-hover .c-navigation__level-2,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:nth-last-child(2).sidearm-hover .c-navigation__level-2 {
  left: auto;
  right: 0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 {
  font-family: 'Exo', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  color: #1c1d4c;
  height: 67px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  width: 100%;
  text-transform: uppercase;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  width: 100%;
  opacity: 0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2-inner {
  background: #f2f2f2;
  padding: 48px 24px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__column {
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
  border-top: solid 1px #e5e5e5;
  margin: 0 24px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  border-bottom: solid 1px #e5e5e5;
  height: 36px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__separator {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #a51e36;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2 {
  color: #1c1d4c;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}
.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:hover {
  text-decoration: underline;
}
.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: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  color: #1c1d4c;
  height: 65px;
  padding: 0 6px;
  font-size: 20px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:focus {
  outline: thin dotted;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  content: '';
  background: rgba(255, 255, 255, 0.85);
  z-index: 899;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle.is-open:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle-offcanvas {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  color: #1c1d4c;
  font-size: 20px;
  height: 46px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding: 0 4px;
  width: 100%;
  border-bottom: solid 1px #e5e5e5;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle-offcanvas::-ms-expand {
  display: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle-offcanvas:focus {
  outline: thin dotted;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 320px;
  border-left: solid 1px #e5e5e5;
  height: 100%;
  background: white;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  -webkit-transform: none;
  transform: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-1 {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  height: calc(100vh - 46px);
  overflow: auto;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font;
  font-size: 20px;
  font-style: normal;
  display: block;
  margin-left: 10px;
  content: '\e830';
  transition: transform 0.25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: transform 0.25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__separator {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #a51e36;
  min-height: 46px;
  line-height: 1.2;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 8px 12px 8px 24px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  text-decoration: none;
  color: #1c1d4c;
  font-family: 'Exo', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  padding: 8px 12px;
  line-height: 1.2;
  min-height: 46px;
  border-bottom: solid 1px #e5e5e5;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  overflow: hidden;
  width: 100%;
  max-height: 0px;
  transition: 1s;
  opacity: 1;
  background: #f2f2f2;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2 {
  border-bottom: solid 1px #e5e5e5;
}
.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: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  line-height: 1.2;
  min-height: 46px;
  padding: 8px 12px 8px 24px;
  text-decoration: none;
  color: #1c1d4c;
}
.sport-navigation__row {
  padding: 0 24px;
}
.c-navigation--sport {
  background: #a51e36;
  color: white;
  margin-top: 12px;
  position: relative;
}
.c-navigation--sport ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-navigation--sport .c-navigation__url {
  display: block;
  text-decoration: none;
  color: inherit;
}
.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;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:after {
  content: '/';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(2px, -50%);
  transform: translate(2px, -50%);
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 .sidearm-hover .c-navigation__url--level-1 {
  text-decoration: underline;
}
.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__item--level-1:last-child:after {
  display: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  padding: 0 12px;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport-home {
  margin: 0 auto 0 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport-home:after {
  display: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport-home .c-navigation__url--level-1 {
  font-family: 'Exo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  background: #a51e36;
  min-width: 320px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-2 {
  margin: 0 12px;
  border-top: solid 1px #9a1c32;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  min-height: 45px;
  padding: 4px 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2.sidearm-hover {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-home {
  padding: 0 12px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-home-link {
  font-family: 'Exo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  height: 60px;
  text-transform: uppercase;
}
.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: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: white;
  padding: 8px 12px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle:focus {
  outline: thin dotted;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle:hover {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  background: #a51e36;
  z-index: 600;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  overflow: auto;
  max-height: calc(100vh - 0px);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font;
  font-style: normal;
  display: block;
  margin-left: 12px;
  content: '\e834';
  transition: transform 0.25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: transform 0.25s;
}
.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;
  color: white;
  text-decoration: none;
  padding: 12px;
  border-top: solid 1px #9a1c32;
}
.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 {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  padding: 0;
  transition: max-height 0.5s;
  opacity: 1;
  background: #9a1c32;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  padding: 12px 24px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:hover {
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .c-navigation--sport {
    margin-top: 24px;
  }
  .c-navigation--sport.c-navigation--mobile .c-navigation__sport-home {
    padding: 0 24px;
  }
  .c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
    padding: 8px 24px;
  }
}
@media all and (min-width: 1024px) {
  .main-navigation {
    width: 100%;
    margin-left: 0;
  }
}
/****
SEARCH
****/

.b-search .b-search__icon {
  cursor: pointer;
}
.b-search .b-search__input-text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 100%;
  height: 42px;
  padding: 0 52px 0 24px;
  border-radius: 21px;
  border: solid 1px #e5e5e5;
}
.b-search .b-search__input-text::-ms-expand {
  display: none;
}
.b-search .b-search__input-text:focus {
  outline: thin dotted;
}
.b-search .b-search__input-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1c1d4c;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
}
.b-search .b-search__input-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #1c1d4c;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
}
.b-search .b-search__input-text:-ms-input-placeholder {
  /* IE 10+ */
  color: #1c1d4c;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
}
.b-search .b-search__input-text:-moz-placeholder {
  /* Firefox 18- */
  color: #1c1d4c;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
}
.b-search .b-search__input-text:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
}
.b-search .b-search__input-text:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
}
.b-search .b-search__input-text:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
}
.b-search .b-search__input-text:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
}
.b-search .b-search__input-submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 20px;
  color: #1c1d4c;
  width: 40px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.b-search .b-search__input-submit::-ms-expand {
  display: none;
}
.b-search .b-search__input-submit:focus {
  outline: thin dotted;
}
.b-search .b-search__input-submit:hover {
  color: #a51e36;
}
.b-search .b-search__label {
  position: absolute;
  top: -99999px;
  left: -99999px;
}
.b-search--popout .b-search__container {
  position: absolute;
  top: -9999px;
  left: -99999px;
  opacity: 0;
}
.b-search--popout.open .b-search__container {
  top: 0;
  left: 0;
  opacity: 1;
}
/****
STORIES
****/

.s-stories__social {
  border: solid 1px #e5e5e5;
  background: white;
  border-top: none;
}
.s-stories__social-icons {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-stories__social-icons .ads-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  font-size: 24px;
}
.s-stories__social-icons .ads-container .ad {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-stories__social-icons .ads-container .ad a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  width: 100%;
  height: 60px;
  overflow: hidden;
  border-right: solid 1px #e5e5e5;
  color: #1c1d4c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.s-stories__social-icons .ads-container .ad a:hover {
  color: #8e7731;
}
.s-stories__social-icons .ads-container .ad a span {
  position: absolute;
  top: -99999px;
  left: -99999px;
  display: block !important;
}
.s-stories__social-logo {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  padding: 12px;
  border-top: solid 1px #e5e5e5;
}
.s-stories__list-header {
  background: #8e7731;
  color: white;
  display: none;
}
.s-stories__list-header-inner {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  z-index: 2;
  background: #1c1d4c;
  padding: 0 24px 0 18px;
  background: #1c1d4c;
  color: white;
  height: 60px;
  font-family: 'Exo', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
}
.s-stories__list-header-inner:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c1d4c;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.s-stories__list-header-inner span {
  color: #8e7731;
  font-size: 28px;
  padding-right: 2px;
}
.s-stories__list a.s-stories__list-header-link {
  font-family: 'Exo', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 22px 0 auto;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.s-stories__list a.s-stories__list-header-link:hover {
  color: #1c1d4c;
}
.s-stories__ad img {
  width: 100%;
}
.c-stories__media-container {
  background: url('/images/responsive/mainstory_default.jpg');
  background-size: cover;
}
.c-stories .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.c-stories .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  font-size: 0;
  color: white;
  background: #a51e36;
  border-radius: 50%;
  z-index: 10;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-stories .showcase-play-button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  content: '\e89f';
  font-size: 16px;
  color: white;
  font-family: sidearm_font;
  padding-left: 2px;
}
.c-stories--slider {
  border: solid 1px #e5e5e5;
  position: relative;
  background: white;
}
.c-stories--slider .c-stories__item {
  position: relative;
}
.c-stories--slider .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
}
.c-stories--slider .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-stories--slider .c-stories__details {
  padding: 18px 21px 21px;
}
.c-stories--slider .c-stories__title {
  margin: 0 0 12px 0;
}
.c-stories--slider .c-stories__url {
  font-family: 'Exo', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.5;
  text-decoration: none;
  color: #1c1d4c;
}
.c-stories--slider .c-stories__url:hover {
  color: #8e7731;
}
.c-stories--slider .c-stories__teaser {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0 12px 0;
  color: #1c1d4c;
}
.c-stories--slider .c-stories__date {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: italic;
  color: #a51e36;
}
.c-stories--slider .c-stories__footer {
  border-top: solid 1px #e5e5e5;
}
.c-stories--slider .c-stories__archive {
  height: 56px;
}
.c-stories--slider .c-stories__archive a {
  margin: 0 18px 0 24px;
  font-family: 'Exo', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  color: #a51e36;
  text-transform: uppercase;
  text-decoration: none;
}
.c-stories--slider .c-stories__archive a:hover {
  color: #8e7731;
}
.c-stories--slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 17px;
  -webkit-transform: translate(0, 36px);
  transform: translate(0, 36px);
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.c-stories--slider .slick-dots li {
  margin: 0 6px;
}
.c-stories--slider .slick-dots li.slick-active button,
.c-stories--slider .slick-dots li button:hover {
  background-color: #a51e36;
  color: white;
}
.c-stories--slider .slick-dots li button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background-color: #1c1d4c;
  border-radius: 50%;
  color: white;
  display: block;
  font-size: 0;
  height: 10px;
  width: 10px;
  transition: .25s;
}
.c-stories--slider .slick-dots li button::-ms-expand {
  display: none;
}
.c-stories--slider .slick-dots li button:focus {
  outline: thin dotted;
}
.c-stories--list .c-stories__item {
  position: relative;
  background: white;
  border: solid 1px #e5e5e5;
  border-top: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-stories--list .c-stories__item:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  border-top: 7px solid transparent;
  border-left: 5px solid #1c1d4c;
  border-bottom: 7px solid transparent;
  opacity: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-stories--list .c-stories__item.is-active {
  background: #f2f2f2;
}
.c-stories--list .c-stories__item.is-active:before {
  opacity: 1;
}
.c-stories--list .c-stories__title {
  margin: 0;
}
.c-stories--list .c-stories__url {
  color: #1c1d4c;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  display: inline-block;
  padding: 16px 75px 18px 24px;
  text-decoration: none;
}
.c-stories--list .c-stories__url:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 100%;
  background: white;
  font-family: sidearm_font_v2;
  color: #1c1d4c;
  content: '\e071';
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  padding-right: 7px;
  border-left: solid 1px #e5e5e5;
}
.c-stories--list .c-stories__url:hover {
  color: #8e7731;
}
.c-stories--list .c-stories__url:hover:after {
  color: #8e7731;
}
.c-stories--tip {
  background: white;
}
.c-stories--tip .c-stories__item {
  position: relative;
  padding: 24px 24px 21px;
}
.c-stories--tip .c-stories__media-container {
  width: 100%;
  margin-bottom: 16px;
}
.c-stories--tip .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
}
.c-stories--tip .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-stories--tip .c-stories__title {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  color: #1c1d4c;
  margin-bottom: 7px;
}
.c-stories--tip .c-stories__title a {
  text-decoration: none;
  color: #1c1d4c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-stories--tip .c-stories__title a:hover {
  color: #8e7731;
}
.c-stories--tip .c-stories__date {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  color: #a51e36;
}
@media all and (min-width: 768px) {
  .s-stories__social-logo {
    padding: 0 8px;
    border-top: none;
  }
  .s-stories__social-icons .ads-container .ad a {
    width: 101px;
  }
  .c-stories--slider .c-stories__url {
    font-family: 'Exo', sans-serif;
    font-size: 2.125rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
  }
  .c-stories--slider .c-stories__date {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
  }
  .c-stories--tip .c-stories__media-container {
    flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    min-width: 1px;
    min-height: 1px;
    margin-right: 24px;
    margin-bottom: 0;
    width: auto;
  }
}
@media all and (min-width: 1024px) {
  .s-stories {
    background: #f2f2f2;
    padding-bottom: 48px;
    position: relative;
  }
  .s-stories__main {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    margin: 0 12px 0 24px;
  }
  .s-stories__aside {
    flex: 0 0 456px;
    -webkit-flex: 0 0 456px;
    min-width: 1px;
    min-height: 1px;
    margin: 0 24px 0 12px;
    position: relative;
  }
  .s-stories__aside-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .s-stories__social {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    border: solid 1px #e5e5e5;
  }
  .s-stories__social .ads-container .ad {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
  }
  .s-stories__social .ads-container .ad a {
    width: 60px;
  }
  .s-stories__list {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    margin-bottom: 24px;
  }
  .s-stories__list-header {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .s-stories__list-body {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    position: relative;
    border-bottom: solid 1px #e5e5e5;
  }
  .s-stories__ad {
    margin-top: auto;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
  }
  .c-stories--list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .c-stories--tip .c-stories__media-container {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
/****
FEATURE BLOCKS
****/

.s-feature-blocks {
  background: white;
  position: relative;
  z-index: 0;
}
.s-feature-blocks:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  content: '';
  background: #f2f2f2;
  border-bottom: solid 1px #e5e5e5;
  z-index: 1;
}
.s-feature-blocks__row {
  position: relative;
  z-index: 2;
}
.s-feature-blocks .html-ad > div {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.s-feature-blocks .html-ad > div .b-feature {
  width: 100%;
}
.s-feature-blocks .html-ad > div .b-feature__inner {
  background: black;
}
.s-feature-blocks .html-ad > div .b-feature__inner img {
  opacity: 0.4;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.s-feature-blocks .html-ad > div .b-feature__text > a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  font-family: 'Exo', sans-serif;
  font-size: 700;
  font-weight: 700;
  font-style: 1rem;
  line-height: 1;
  text-decoration: none;
  background: #1c1d4c;
  color: white;
  min-height: 60px;
  padding: 8px 12px 8px 48px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.s-feature-blocks .html-ad > div .b-feature__text > a:before {
  color: #8e7731;
  content: '\e026';
  font-family: sidearm_font_v2;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.s-feature-blocks .html-ad > div .b-feature__inner:hover img {
  opacity: 1;
}
.s-feature-blocks .html-ad > div .b-feature__inner:hover .b-feature__text > a {
  color: #8e7731;
}
.s-feature-blocks .b-sponsor-spots .ad {
  display: block;
  padding: 12px;
}
.s-feature-blocks .b-sponsor-spots .ad img {
  margin: 12px auto;
}
@media all and (min-width: 768px) {
  .s-feature-blocks .html-ad > div .b-feature {
    width: 50%;
  }
}
@media all and (min-width: 1024px) {
  .s-feature-blocks {
    padding-bottom: 48px;
  }
  .s-feature-blocks__row {
    padding: 0 12px;
  }
  .s-feature-blocks .html-ad > div .b-feature {
    width: 25%;
    padding: 12px;
  }
  .s-feature-blocks .b-sponsor-spots .ad img {
    margin: 0 auto;
  }
}
/****
NEWS SECTION
****/

.s-news {
  background: #f2f2f2;
  position: relative;
}
.s-news:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  content: '';
  background: white;
  border-bottom: solid 1px #e5e5e5;
  z-index: 1;
}
.s-news__row {
  position: relative;
}
.s-news__main {
  position: relative;
  z-index: 2;
}
.s-news__main-header {
  background: #8e7731;
  color: white;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.s-news__main-header-inner {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  z-index: 2;
  background: #1c1d4c;
  padding: 0 24px 0 18px;
  background: #1c1d4c;
  color: white;
  height: 60px;
  font-family: 'Exo', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
}
.s-news__main-header-inner:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c1d4c;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.s-news__main-header-inner span {
  color: #8e7731;
  font-size: 28px;
  padding-right: 2px;
}
.s-news__aside {
  position: relative;
}
@media all and (min-width: 1024px) {
  .s-news {
    padding-bottom: 24px;
  }
  .s-news__main {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    margin-left: 24px;
  }
  .s-news__aside {
    flex: 0 0 456px;
    -webkit-flex: 0 0 456px;
    min-width: 1px;
    min-height: 1px;
    margin-right: 24px;
    position: relative;
  }
}
/****
CONTENT STREAM
****/

.s-contentstream {
  background: white;
  border: solid 1px #e5e5e5;
  padding: 12px 12px 0 12px;
}
.c-contentstream__stream {
  padding-bottom: 12px;
}
.c-contentstream__item {
  width: 100%;
  padding: 12px;
}
.c-contentstream__item-inner {
  border: solid 1px #e5e5e5;
}
.c-contentstream__item-footer {
  border-top: solid 1px #e5e5e5;
}
.c-contentstream__item-handle {
  padding: 0 24px;
  line-height: 1.2;
}
.c-contentstream__item-handle a {
  color: #a51e36;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
.c-contentstream__item-handle a:hover {
  color: #8e7731;
}
.c-contentstream__item-icon {
  height: 58px;
  width: 65px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  z-index: 2;
  background: white;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  font-size: 20px;
  color: #1c1d4c;
}
.c-contentstream__item-icon:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-left: solid 1px #e5e5e5;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.c-contentstream__story__media {
  padding-bottom: 56.25%;
}
.c-contentstream__story__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-contentstream__instagram__image {
  width: 100%;
}
.c-contentstream__twitter__image {
  width: 100%;
}
.c-contentstream__twitter__body {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.88;
  color: #1c1d4c;
  padding: 16px 21px 11px 21px;
}
.c-contentstream__twitter__body a {
  text-decoration: none;
  color: #a51e36;
}
.c-contentstream__twitter__body a:hover {
  color: #8e7731;
}
.c-contentstream__twitter__actions {
  padding: 0 12px 16px;
}
.c-contentstream__twitter__actions-item {
  padding: 0 6px;
}
.c-contentstream__twitter__actions-link {
  color: #1c1d4c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-contentstream__twitter__actions-link i {
  display: inline-block;
  font-size: 20px;
}
.c-contentstream__twitter__actions-link i.icon-heart {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.c-contentstream__twitter__actions-link:hover {
  color: #8e7731;
}
.c-contentstream__video .showcase-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.c-contentstream__video .showcase-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1200px;
  padding: 16px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
}
.c-contentstream__video .showcase-modal__player {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.c-contentstream__video .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: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  padding: 8px 12px;
  color: white;
  background-color: #8c032a;
}
.c-contentstream__video .showcase-modal__close::-ms-expand {
  display: none;
}
.c-contentstream__video .showcase-modal__close:focus {
  outline: thin dotted;
}
.c-contentstream__video .showcase-modal .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-contentstream__video__media {
  padding-bottom: 56.25%;
}
.c-contentstream__video__media.video-is-playing .showcase-modal {
  left: 0;
}
.c-contentstream__video__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-contentstream__video__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
}
.c-contentstream__video__play-btn::-ms-expand {
  display: none;
}
.c-contentstream__video__play-btn:focus {
  outline: thin dotted;
}
.c-contentstream__gallery__link {
  display: block;
  text-decoration: none;
}
.c-contentstream__gallery__media {
  padding-bottom: 56.25%;
}
.c-contentstream__gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-contentstream__facebook__image {
  width: 100%;
}
.c-contentstream__facebook__body {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.88;
  color: #1c1d4c;
  padding: 16px 21px 11px 21px;
}
.c-contentstream__facebook__body a {
  text-decoration: none;
  color: #a51e36;
}
.c-contentstream__facebook__body a:hover {
  color: #8e7731;
}
.c-contentstream__facebook__buttons {
  padding: 0 12px 16px;
}
.c-contentstream__facebook__buttons a {
  font-size: 22px;
  color: #1c1d4c;
}
.c-contentstream__facebook__buttons a:hover {
  color: #8e7731;
}
.c-contentstream .load-more__container {
  margin: 0 -12px;
  border-top: solid 1px #e5e5e5;
}
@media all and (min-width: 1024px) {
  .s-contentstream {
    min-height: 300px;
  }
}
@media all and (min-width: 1280px) {
  .c-contentstream__item {
    width: 50%;
  }
}
/****
PRO TIPS
****/

.s-pro-tip__header {
  background: white;
  color: #1c1d4c;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  border: solid 1px #e5e5e5;
  border-left: none;
}
.s-pro-tip__header-inner {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  z-index: 2;
  background: #f2f2f2;
  padding: 0 24px 0 18px;
  background: #f2f2f2;
  color: #1c1d4c;
  height: 60px;
  font-family: 'Exo', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
}
.s-pro-tip__header-inner:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  border-right: solid 1px #e5e5e5;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.s-pro-tip__header-inner span {
  color: #a51e36;
  font-size: 28px;
  padding-right: 2px;
}
.s-pro-tip__ad .ad a {
  display: block;
  text-align: center;
  padding: 24px;
  background: white;
}
@media all and (min-width: 1024px) {
  .s-pro-tip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
  }
  .s-pro-tip__header--stationary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
  }
  .s-pro-tip__scrollable {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    height: calc(100% - 62px);
    overflow: auto;
  }
}
/****
YOUTUBE
****/

.c-videos--list .c-videos__list {
  background: white;
}
.c-videos--list .c-videos__item {
  border-bottom: solid 1px #e5e5e5;
  padding: 24px 24px 21px;
}
.c-videos--list .c-videos__media-container {
  width: 100%;
  margin-bottom: 16px;
}
.c-videos--list .c-videos__media {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  background: black;
}
.c-videos--list .c-videos__media::-ms-expand {
  display: none;
}
.c-videos--list .c-videos__media:focus {
  outline: thin dotted;
}
.c-videos--list .c-videos__media:hover .c-videos__image {
  opacity: 1;
}
.c-videos--list .c-videos__media:hover .showcase-play-button {
  background: #8e7731;
}
.c-videos--list .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-videos--list .c-videos__title {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  color: #1c1d4c;
  margin-bottom: 7px;
}
.c-videos--list .c-videos__date {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  color: #a51e36;
}
.c-videos--list .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  font-size: 0;
  color: white;
  background: #a51e36;
  border-radius: 50%;
  z-index: 10;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-videos--list .showcase-play-button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  content: '\e89f';
  font-size: 16px;
  color: white;
  font-family: sidearm_font;
  padding-left: 2px;
}
@media all and (min-width: 768px) {
  .c-videos--list .c-videos__media-container {
    flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    min-width: 1px;
    min-height: 1px;
    margin-right: 24px;
    margin-bottom: 0;
    width: auto;
  }
}
@media all and (min-width: 1024px) {
  .c-videos--list .c-videos__media-container {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
/****
BLOG
****/

.s-blog {
  background: #f2f2f2;
  position: relative;
  z-index: 0;
}
.s-blog__row {
  position: relative;
  z-index: 2;
}
.s-blog__main {
  position: relative;
}
.s-blog__main-header {
  background: #8e7731;
  color: white;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.s-blog__main-header-inner {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  z-index: 2;
  background: #1c1d4c;
  padding: 0 24px 0 18px;
  background: #1c1d4c;
  color: white;
  height: 60px;
  font-family: 'Exo', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
}
.s-blog__main-header-inner:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c1d4c;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.s-blog__main-header-inner span {
  color: #8e7731;
  font-size: 28px;
  padding-right: 2px;
}
.s-blog__aside {
  background: white;
}
@media all and (min-width: 1024px) {
  .s-blog {
    padding-bottom: 48px;
  }
  .s-blog__main {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    margin-left: 24px;
    min-height: 733px;
    border: solid 1px #e5e5e5;
    border-right: none;
    border-top: none;
  }
  .s-blog__aside {
    flex: 0 0 456px;
    -webkit-flex: 0 0 456px;
    min-width: 1px;
    min-height: 1px;
    margin-right: 24px;
    position: relative;
  }
}
/*BLOGROLL*/

.s-blogroll {
  background: white;
}
.s-blogroll .blog-post {
  padding: 24px 24px 20px 24px;
  border-bottom: solid 1px #e5e5e5;
}
.s-blogroll .blog-post .blog-image {
  margin-bottom: 17px;
}
.s-blogroll .blog-post .blog-image img {
  width: 100%;
}
.s-blogroll .blog-post .blog-text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #a51e36;
}
.s-blogroll .blog-post .blog-text a {
  display: block;
  line-height: 1.8;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #1c1d4c;
  margin-bottom: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.s-blogroll .blog-post .blog-text a:hover {
  color: #8e7731;
}
.s-blogroll .blog-post.frozen {
  display: none;
}
@media all and (min-width: 1024px) {
  .s-blogroll {
    border-right: solid 1px #e5e5e5;
  }
  .s-blogroll .blog-post {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 24px 78px 24px 24px;
    border-bottom: solid 1px #e5e5e5;
    position: relative;
  }
  .s-blogroll .blog-post .blog-image {
    margin-bottom: 0;
    flex: 0 1 312px;
    -webkit-flex: 0 1 312px;
    min-width: 1px;
    min-height: 1px;
    margin-right: 24px;
  }
  .s-blogroll .blog-post .blog-text {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    min-width: 1px;
    min-height: 1px;
  }
  .s-blogroll .blog-post .blog-text a:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 100%;
    background: white;
    font-family: sidearm_font_v2;
    color: #1c1d4c;
    content: '\e071';
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    padding-right: 7px;
    border-left: solid 1px #e5e5e5;
  }
  .s-blogroll .blog-post .blog-text a:hover:after {
    color: #8e7731;
  }
}
/****
ON THE WEB
*****/

.s-ontheweb {
  position: relative;
  height: 100%;
}
.s-ontheweb__header {
  background: white;
  color: #1c1d4c;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  border: solid 1px #e5e5e5;
  border-left: none;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.s-ontheweb__header-inner {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  z-index: 2;
  background: #f2f2f2;
  padding: 0 24px 0 18px;
  background: #f2f2f2;
  color: #1c1d4c;
  height: 60px;
  font-family: 'Exo', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
}
.s-ontheweb__header-inner:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  border-right: solid 1px #e5e5e5;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.s-ontheweb__header-inner span {
  color: #a51e36;
  font-size: 28px;
  padding-right: 2px;
}
.s-ontheweb__body {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
  border-bottom: solid 1px #e5e5e5;
}
.s-ontheweb__body .ad ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 8px;
}
.s-ontheweb__body .ad ul li {
  padding: 14px 48px;
  position: relative;
}
.s-ontheweb__body .ad ul li:before {
  position: absolute;
  top: 50%;
  left: 21px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: sidearm_font_v2;
  font-size: 20px;
  padding-bottom: 4px;
  color: #8e7731;
  content: '\e026';
}
.s-ontheweb__body .ad ul a {
  font-family: 'Exo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #1c1d4c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.s-ontheweb__body .ad ul a:hover {
  color: #8e7731;
}
@media all and (min-width: 1024px) {
  .s-ontheweb__body {
    position: absolute;
    top: 62px;
    left: 0px;
    width: 100%;
    height: calc(100% - 62px);
    background: white;
    overflow: auto;
    border: solid 1px #e5e5e5;
    border-top: none;
    border-left: none;
  }
}
/****
EVENTS
*****/

.s-calendar {
  background: white;
}
.s-calendar__heading {
  height: 60px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-family: 'Exo', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: #1c1d4c;
  padding: 0 8px;
}
.s-calendar__heading span {
  color: #a51e36;
  font-size: 24px;
  padding-right: 2px;
  padding-bottom: 2px;
}
.s-calendar__wrapper {
  border-top: solid 1px #e5e5e5;
}
.c-events {
  position: relative;
}
.c-events__link {
  width: 80px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  color: #1c1d4c;
  background: white;
  position: absolute;
  top: 0;
  left: 36px;
  height: 100%;
  z-index: 9;
  border-right: solid 1px #e5e5e5;
}
.c-events__link a {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  color: #1c1d4c;
  text-decoration: none;
}
.c-events__link a:hover {
  color: #a51e36;
}
.c-events__item {
  height: auto;
  padding: 18px 24px 24px;
  border-right: solid 1px #e5e5e5;
}
.c-events__date {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #1c1d4c;
}
.c-events__time {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #a51e36;
}
.c-events__opponent {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #1c1d4c;
  line-height: 16px;
}
.c-events__inner {
  padding-right: 36px;
  padding-left: 116px;
  width: 100%;
}
.c-events .slick-track {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.c-events .slick-prev,
.c-events .slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 100%;
  background: #1c1d4c;
  font-size: 0;
  color: white;
}
.c-events .slick-prev::-ms-expand,
.c-events .slick-next::-ms-expand {
  display: none;
}
.c-events .slick-prev:focus,
.c-events .slick-next:focus {
  outline: thin dotted;
}
.c-events .slick-prev:after,
.c-events .slick-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\e017';
  font-size: 16px;
  color: white;
  font-family: sidearm_font_v2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-events .slick-next {
  left: auto;
  right: 0;
}
.c-events .slick-next:after {
  content: '\e018';
}
@media all and (min-width: 768px) {
  .s-calendar {
    padding-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .s-calendar {
    padding-top: 40px;
    border-top: solid 1px #e5e5e5;
  }
  .c-events {
    position: relative;
  }
  .c-events__link {
    width: calc(20% - 72px);
  }
  .c-events__link span {
    padding: 0 3px;
  }
  .c-events__inner {
    padding-left: calc(20% - 36px);
  }
}
/****
FOOTER
****/

.main-footer {
  background: white;
  border-top: solid 1px #e5e5e5;
}
.main-footer__logos {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 24px 0;
}
.main-footer__logo {
  padding: 24px;
  width: 50%;
}
.main-footer__contact {
  padding: 48px 12px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.43;
}
.main-footer__contact-image {
  margin-bottom: 18px;
}
.main-footer__contact a {
  color: white;
  text-decoration: underline;
}
.main-footer__contact a:hover {
  color: #8e7731;
}
.main-footer__text {
  background: #1c1d4c;
  color: white;
}
.main-footer__text-column {
  border: solid 1px #171740;
  border-right: none;
  border-top: none;
  overflow: hidden;
}
.main-footer__text-column p {
  width: 100%;
}
.main-footer__text-column:last-child {
  border-right: solid 1px #171740;
}
.main-footer__text-body {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.88;
  padding: 30px 24px;
}
.main-footer__text-body a {
  color: white;
  text-decoration: none;
}
.main-footer__text-body a:hover {
  color: #8e7731;
}
.main-footer__text-ad {
  padding: 12px;
}
.main-footer__lower {
  border: solid 1px #171740;
  border-top: none;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.43;
}
.main-footer__lower-column {
  padding: 48px 24px;
}
.main-footer__lower-column a {
  color: white;
}
.main-footer__lower-column a:hover {
  color: #8e7731;
}
.main-footer__lower-column:first-child {
  border-bottom: solid 1px #171740;
}
@media all and (min-width: 768px) {
  .main-footer__logos {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
  }
  .mai-footer__logo {
    width: auto;
    padding: 60px 24px;
  }
  .main-footer__lower-column:first-child {
    border-bottom: none;
  }
}
@media all and (min-width: 1024px) {
  .main-footer__text {
    padding-bottom: 60px;
  }
  .main-footer__text-ad {
    padding: 0;
  }
  .main-footer__lower-column {
    padding: 60px;
  }
}
/****
ARTICLE
****/

html .s-body-content {
  background: white;
  max-width: 1416px;
  margin: 0 auto;
  padding-top: 12px;
}
html .article__media-row {
  margin-bottom: 48px;
  margin-top: 36px;
}
html .article-image-container {
  background: url('../images/responsive/mainstory_default.jpg') center center no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 56.25%;
}
html .article-image-container img {
  min-width: 100%;
}
html .article-image-container .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
html .article-content {
  background: white;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: black;
}
html .article-body-content {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  color: black;
}
html .article-wrapper {
  padding-top: 100px;
  padding-bottom: 24px;
}
@media all and (min-width: 1024px) {
  html .article-wrapper {
    padding-bottom: 72px;
    padding-top: 60px;
  }
}
html .article-datesport {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: #a51e36;
  text-transform: uppercase;
}
html .article-headline {
  font-family: 'Exo', sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  color: black;
  margin: 0;
}
@media all and (min-width: 540px) {
  html .article-headline {
    font-family: 'Exo', sans-serif;
    font-size: 34px;
    font-weight: 700;
    font-style: normal;
  }
}
html .article-share-links {
  margin: 0;
  padding: 16px 0 4px 0;
  list-style: none;
}
html .article-share-links li {
  margin-right: 10px;
}
html .article-share-links a {
  display: inline-block;
  height: 21px;
  padding: 0 9px 0 6px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  color: white;
  background-color: #004f39;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 21px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
html .article-share-links a i:before {
  width: initial;
}
html .article-share-links a.article-share-facebook {
  background-color: #3b5998;
}
html .article-share-links a.article-share-facebook:hover {
  background-color: #4c70ba;
}
html .article-share-links a.article-share-twitter {
  background-color: #00aced;
}
html .article-share-links a.article-share-twitter:hover {
  background-color: #21c2ff;
}
html .article-share-links a.article-share-google {
  background-color: #dd4b39;
}
html .article-share-links a.article-share-google:hover {
  background-color: #e47365;
}
html .article-share-links a.article-share-pinterest {
  background-color: #bd081c;
}
html .article-share-links a.article-share-pinterest:hover {
  background-color: #ee0a23;
}
html .article-share-links a.article-share-email {
  background-color: #ff9c00;
}
html .article-share-links a.article-share-email:hover {
  background-color: #ffb033;
}
html .article-share-links a.article-share-print {
  background-color: #004f39;
}
html .article-share-links a.article-share-print:hover {
  background-color: #00825e;
}
html .article-share-links a.article-share-pinterest {
  background-color: #bd081c;
}
html .article-share-links a.article-share-pinterest:hover {
  background-color: #ee0a23;
}
html .s-aside-content {
  margin-bottom: 36px;
}
@media all and (min-width: 1024px) {
  html .s-aside-content {
    margin-bottom: 0;
  }
}
.c-stories--related__wrapper {
  border: solid 1px #e5e5e5;
}
.c-stories--related h4 {
  margin: 0;
  padding: 0;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: #1c1d4c;
  text-transform: uppercase;
  padding: 24px 24px 12px;
  border-bottom: solid 1px #e5e5e5;
}
.c-stories--related__list-items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-stories--related__list-title-url {
  padding: 14px 24px 0 ;
  display: block;
}
.c-stories--related__list-title-url a {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #1c1d4c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-stories--related__list-title-url a:hover {
  color: #8e7731;
}
.c-stories--related__date {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #1c1d4c;
  line-height: 16px;
  padding: 0 24px  24px;
  border-bottom: solid 1px #e5e5e5;
}
.c-stories--related__date span {
  white-space: nowrap;
}
.c-stories--related__list-item:last-child .c-stories--related__date {
  border-bottom: none;
}
/* 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__scrollbar-y-rail {
  display: block;
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: white;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  opacity: 0.9;
  background-color: #eeeeee;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  height: 11px;
  background-color: #999999;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  opacity: 1;
  background-color: white;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  width: 7px;
  background-color: white;
}
.ps > .ps__scrollbar-x-rail {
  position: absolute;
  bottom: 0px;
  display: none;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 6px;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  /* please don't change 'position' */
  opacity: 1;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 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;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  /* please don't change 'position' */
  background-color: #8e7731;
}
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 6px;
}
.ps > .ps__scrollbar-y-rail {
  position: absolute;
  z-index: 30;
  right: 0;
  display: block;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 7px;
  -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-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  right: -1px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 7px;
  -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;
  /* please don't change 'position' */
  background-color: #a51e36;
}
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 7px;
}
.ps > .ps__scrollbar-y-rail:hover {
  width: 7px;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  opacity: 1;
  background-color: white;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  height: 6px;
  background-color: #8e7731;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  opacity: 1;
  background-color: white;
}
.ps-in-scrolling > .ps__scrollbar-y-rail {
  width: 7px;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  width: 11px;
  background-color: white;
}
.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 1;
}
.ps:hover > .ps__scrollbar-x-rail:hover {
  opacity: 1;
  background-color: white;
}
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #8e7731;
}
.ps:hover > .ps__scrollbar-y-rail:hover {
  opacity: 1;
  background-color: white;
}
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #a51e36;
}
.s-pro-tip .ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.s-blog__main .ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.s-blog__aside .ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #1c1d4c;
}
.s-pro-tip .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y,
.s-blog__main .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y,
.s-blog__aside .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #1c1d4c;
}
html.wide:not(.storypage) .story_headline {
  font-family: 'Exo', sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  color: black;
}
html.wide:not(.storypage) .story_top_info_container {
  padding-bottom: 24px;
}
html.wide:not(.storypage) .story_content {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: black;
  padding-top: 24px;
}
@media all and (min-width: 768px) {
  html.wide:not(.storypage) .story_headline {
    font-family: 'Exo', sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
  }
}
.job_location {
  font-size: 16px!important;
}
.job_title {
  font-size: 16px!important;
}
.sidearm-common .sidesubs {
  max-width: 240px;
}
.sidearm-common .sidearm-calendar-header {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.sidearm-common .sidearm-common-header-select-list {
  list-style: none;
  margin: 0 -4px;
  padding: 0;
}
.sidearm-common .sidearm-common-header-select-list li {
  margin: 8px 4px;
}
.sidearm-common .sidearm-common-header-select-list li .sidearm-calendar-subscribe {
  color: #494949;
  border-radius: 2px;
  border: 1px solid #cccccc;
  padding: 0;
  background-color: white;
  width: 100%;
  cursor: pointer;
}
.sidearm-common .sidearm-common-header-select-list li .sidearm-calendar-subscribe .sidearm-selected {
  float: left;
  padding: 0 0 0 8px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
}
.sidearm-common .sidearm-common-header-select-list li .sidearm-calendar-subscribe .sidearm-calendar-subscribe-icon {
  float: right;
  cursor: pointer;
}
.sidearm-common .sidearm-common-header-select-list li .sidearm-calendar-subscribe .sidearm-calendar-subscribe-icon i {
  height: 26px;
  line-height: 26px;
  cursor: pointer;
}
.sidearm-common .sidearm-common-header-select-list li .sidearm-calendar-subscribe ul {
  list-style: none;
  padding: 0;
  clear: both;
  height: 0;
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  width: auto;
  position: absolute;
  z-index: 100000;
  background-color: white;
  margin: 0 0 0 -1px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  cursor: default;
  opacity: 0;
}
.sidearm-common .sidearm-common-header-select-list li .sidearm-calendar-subscribe ul li {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  margin: 0 !important;
  cursor: default !important;
}
.sidearm-common .sidearm-common-header-select-list li .sidearm-calendar-subscribe ul li a {
  text-decoration: none;
  color: black;
  width: 100%;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
}
.sidearm-common .sidearm-common-header-select-list li .sidearm-calendar-subscribe ul li:hover {
  background-color: dodgerblue;
}
.sidearm-common .sidearm-common-header-select-list li .sidearm-calendar-subscribe ul li:hover a {
  color: white;
}
.sidearm-common .sidearm-common-header-select-list li .sidearm-calendar-subscribe.open ul {
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .sidesubs {
    max-width: 500px;
    min-width: 307px;
  }
}
.sidearm-common-bio .sidearm-common-bio-fields {
  float: left;
  width: 78%;
}
.hof_sports,
.hof_class_year {
  display: none;
}
