/*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;
}
.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Hide Class from Rosters */

.sidearm-roster-player-class-hometown .sidearm-roster-player-academic-year {
  display: none;
}
.sidearm-roster-player-class-hometown .sidearm-roster-player-major:before {
  display: none;
}
/* Hide Class from Stories */

.sidearm-story-template .sidearm-story-template-player-details .sidearm-story-template-player-class {
  display: none;
}
/*Styles*/

a.sidearm-skip-link {
  position: absolute;
  top: 0;
  left: -99999px;
  color: white;
  background-color: #b40839;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: white;
}
a.sidearm-skip-link:focus {
  position: fixed;
  z-index: 9999999;
  left: 0;
}
body {
  font: 1rem/1.5 'Source Sans Pro', sans-serif;
  margin: 0;
  padding: 0;
  padding-top: 80px;
  color: black;
  background: #f7f7f7;
}
@media all and (min-width: 768px) {
  body {
    padding-top: 120px;
  }
}
html:not(.custom) .main-content-placeholder {
  max-width: 1416px;
  margin: 0 auto;
  background-color: white;
  padding: 24px;
}
@media all and (min-width: 1440px) {
  html:not(.custom) .main-content-placeholder {
    margin: 48px auto;
  }
}
html.custom .main-content-placeholder {
  max-width: 1464px;
  margin: 0 auto;
}
html.index body {
  background: #004c74;
}
@media all and (min-width: 1024px) {
  html.index:after {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #004c74 url('https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/usarowing.sidearmsports.com/images/parallax_image_1920.png') no-repeat top center;
  }
}
html.index .main-content-placeholder {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: none;
}
.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;
}
/****
LOADERS
****/

.loadable {
  opacity: 0;
  transition: opacity 0.5s 0.5s;
}
.loadable.is-loaded {
  opacity: 1;
}
.loadable--main-content {
  min-height: 100vh;
}
/*****
HEADER
*****/

.main-header {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.main-header .main-header__sup-nav {
  display: none;
  height: 48px;
  background: #004162;
  transition: 0.2s;
}
.main-header .main-header__quick-links {
  display: none;
}
.main-header .main-header__quick-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  display: -webkit-flex;
}
.main-header .main-header__quick-links ul li {
  margin-left: 36px;
}
.main-header .main-header__quick-links ul a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  position: relative;
  text-decoration: none;
  color: white;
}
.main-header .main-header__quick-links ul a::after {
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: '';
  background: white;
}
.main-header .main-header__quick-links ul a:hover::after {
  width: 100%;
}
.main-header .main-header__member-links {
  padding-right: 24px;
}
.main-header .main-header__member-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  display: -webkit-flex;
}
.main-header .main-header__member-links ul li {
  margin-left: 36px;
}
.main-header .main-header__member-links ul a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  line-height: 48px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}
.main-header .main-header__member-links ul a::after {
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: '';
  background: white;
}
.main-header .main-header__member-links ul a:hover::after {
  width: 100%;
}
@media all and (min-width: 768px) {
  .main-header .main-header__sup-nav {
    display: block;
  }
}
@media all and (min-width: 1024px) {
  .main-header .main-header__quick-links {
    display: block;
  }
}
/****
NAVIGATION
****/

.main-navigation {
  height: 80px;
  background: #004c74;
  transition: 0.2s;
}
.main-navigation .main-navigation__row {
  position: relative;
  height: 80px;
}
.main-navigation .main-navigation__logo {
  position: absolute;
  bottom: 28px;
  left: 24px;
  width: 95px;
}
.main-navigation .main-navigation__icons {
  display: none;
}
.main-navigation .main-navigation__icons .ads-container {
  display: flex;
  display: -webkit-flex;
}
.main-navigation .main-navigation__icons .ads-container .ad a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 24px;
  height: 72px;
  padding: 0 24px;
  text-decoration: none;
  color: white;
}
.main-navigation .main-navigation__icons .ads-container .ad a span > span {
  display: none;
}
.main-navigation .main-navigation__icons .ads-container .ad a:hover {
  color: #b40839;
  box-shadow: inset 1px 0 0 #e0e0e0, inset -1px 0 0 #e0e0e0;
}
.main-navigation .main-navigation__icons .ads-container .ad:hover {
  background: white;
}
.main-navigation navigation-component {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  display: block;
}
@media all and (min-width: 768px) {
  .main-navigation {
    height: 72px;
  }
  .main-navigation .main-navigation__logo {
    bottom: 16px;
    width: 160px;
  }
  .main-navigation .main-navigation__row {
    height: 72px;
    padding-left: 226px;
  }
}
@media all and (min-width: 1024px) {
  .main-navigation .main-navigation__icons {
    display: block;
  }
}
.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-navigation--main .c-navigation__donate {
  display: 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__level-1 {
  width: 100%;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1 {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:hover,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover {
  background: white;
}
.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 {
  color: #b40839;
  box-shadow: inset 1px 0 0 #e0e0e0, inset -1px 0 0 #e0e0e0;
}
.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: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 72px;
  padding: 0 24px;
  text-transform: uppercase;
  color: white;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  width: 100%;
  pointer-events: none;
  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 {
  margin: 0 24px;
  padding: 48px 20px 40px;
  pointer-events: all;
  border: 1px solid #e0e0e0;
  background: white;
}
.c-navigation--main.c-navigation--desktop .c-navigation__column {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  border-right: solid 1px #e0e0e0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__column:last-child {
  border-right: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__ad {
  margin-left: 24px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  line-height: 24px;
  padding: 0 24px 10px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2:last-child {
  padding-bottom: 0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__separator {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
  text-transform: uppercase;
  color: #004c74;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: black;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2::after {
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: '';
  background: #b40839;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:hover::after {
  width: 100%;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:hover {
  color: #b40839;
}
.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--mobile .c-navigation__url {
  display: block;
  text-decoration: none;
  color: inherit;
}
.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: 24px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  color: white;
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:hover {
  color: #b40839;
  background: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
  width: 100%;
  max-height: 0;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  overflow: auto;
  max-height: calc(100vh - 80px);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas-inner {
  background: #f7f7f7;
}
.c-navigation--main.c-navigation--mobile .c-navigation__member-links .ad {
  padding: 24px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__member-links .ad ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  display: -webkit-flex;
}
.c-navigation--main.c-navigation--mobile .c-navigation__member-links .ad li {
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  min-width: 1px;
  min-height: 1px;
  border-right: solid 1px #f7f7f7;
}
.c-navigation--main.c-navigation--mobile .c-navigation__member-links .ad li:last-child {
  border-right: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__member-links .ad a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  transition: 0.2s;
  line-height: 27px;
  padding: 23px 24px 19px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background: #b40839;
}
.c-navigation--main.c-navigation--mobile .c-navigation__member-links .ad a:hover {
  background: #970730;
}
.c-navigation--main.c-navigation--mobile .c-navigation__quick-links {
  border-top: solid 1px #e0e0e0;
}
.c-navigation--main.c-navigation--mobile .c-navigation__quick-links ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  padding: 12px;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.c-navigation--main.c-navigation--mobile .c-navigation__quick-links ul li {
  margin: 12px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__quick-links ul a {
  text-decoration: none;
  color: #004c74;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-1 {
  border-top: solid 1px #e0e0e0;
}
.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: 20px;
  font-weight: 400;
  font-style: normal;
  display: block;
  margin-left: 10px;
  content: '\e008';
  transition: transform 0.25s;
  color: black;
}
.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: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  line-height: 27px;
  padding: 23px 24px 19px;
  text-transform: uppercase;
  color: #004c74;
}
.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: #004c74;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1:hover:after,
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1.is-open:after,
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1.sidearm-hover:after {
  color: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: 0.3s;
  opacity: 1;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 3500px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__ad {
  padding: 12px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2 {
  border-top: solid 1px #e0e0e0;
  background: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2:first-child {
  border-top: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__separator {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  line-height: 23px;
  padding: 14px 24px 8px;
  text-transform: uppercase;
  color: black;
  background: #f7f7f7;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 23px;
  position: relative;
  padding: 14px 24px 8px;
  text-decoration: none;
  color: black;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2::after {
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: '';
  background: #b40839;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2:hover::after {
  width: 100%;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--main.c-navigation--mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
@media all and (min-width: 768px) {
  .c-navigation--main.c-navigation--mobile .c-navigation__toggle {
    line-height: 72px;
    width: 72px;
    height: 72px;
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__offcanvas {
    width: 50%;
    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.15);
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
    max-height: calc(100vh - 72px - 48px);
  }
  .c-navigation--main.c-navigation--mobile .c-navigation__member-links {
    display: none;
  }
}
/****
SEARCH
****/

.c-search--popout {
  position: relative;
}
.c-search--popout fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.c-search--popout .c-search__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: 24px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
}
.c-search--popout .c-search__toggle::-ms-expand {
  display: none;
}
.c-search--popout .c-search__toggle:hover {
  color: #b40839;
  background: white;
}
.c-search--popout .c-search__popout {
  position: absolute;
  top: 100%;
  left: -99999px;
  overflow: hidden;
  transition: opacity 0.25s;
  opacity: 0;
}
.c-search--popout .c-search__popout.is-open {
  right: 0;
  left: auto;
  opacity: 1;
  box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.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 60px 0 12px;
  background: white;
}
.c-search--popout .c-search__text::-ms-expand {
  display: none;
}
.c-search--popout .c-search__text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #707070;
}
.c-search--popout .c-search__text::-moz-placeholder {
  /* Firefox 19+ */
  color: #707070;
}
.c-search--popout .c-search__text:-ms-input-placeholder {
  /* IE 10+ */
  color: #707070;
}
.c-search--popout .c-search__text:-moz-placeholder {
  /* Firefox 18- */
  color: #707070;
}
.c-search--popout .c-search__text:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.c-search--popout .c-search__text:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.c-search--popout .c-search__text:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.c-search--popout .c-search__text:focus:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.c-search--popout .c-search__submit {
  -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: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  transition: 0.25s;
  line-height: 48px;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 48px;
  height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border-radius: 50%;
  background: #b40839;
}
.c-search--popout .c-search__submit::-ms-expand {
  display: none;
}
.c-search--popout .c-search__submit:hover {
  background: #970730;
}
.c-search--popout .c-search__submit[disabled] {
  transform: translate(60px, 0);
}
@media all and (min-width: 768px) {
  .c-search--popout .c-search__toggle {
    line-height: 72px;
    width: 72px;
    height: 72px;
  }
}
@media all and (min-width: 1024px) {
  .c-search--popout .c-search__toggle {
    width: auto;
    padding: 0 24px;
  }
}
/****
HOMEPAGE HEADROOM
****/

@media all and (min-width: 1024px) {
  html.index:not(.headroom--not-top) .main-header {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    box-shadow: none;
  }
  html.index:not(.headroom--not-top) .main-header .main-header__sup-nav {
    background: none;
    box-shadow: inset 0 -0.062rem 0 rgba(255, 255, 255, 0.12);
  }
  html.index:not(.headroom--not-top) .main-navigation {
    background: none;
  }
  html.index:not(.headroom--not-top) .c-navigation--main.c-navigation--mobile .c-navigation__toggle {
    box-shadow: none;
  }
  html.index body {
    padding-top: 0;
  }
}
/****
SECTIONS
****/

.s-section {
  padding: 48px 0;
}
.s-section--gray {
  background: #f7f7f7;
}
.s-section--white {
  background: white;
}
.s-section .s-header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0 24px;
}
.s-section .s-header--small {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.s-section .s-header--small .s-header__ad {
  padding: 0 6px;
}
.s-section .s-header__title-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
}
.s-section .s-header__title-container--small {
  width: auto;
}
.s-section .s-header__title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.875rem;
  font-weight: 900;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.s-section .s-header__title--red {
  color: #b40839;
}
.s-section .s-header__title--blue {
  color: #004c74;
}
.s-section .s-header__title--small {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.625rem;
  font-weight: 900;
  font-style: normal;
}
.s-section .s-header__ad {
  margin-left: auto;
  padding: 0 0 0 6px;
}
.s-section .s-header__btn {
  margin-left: auto;
}
.s-section .s-header__btn-link {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  font-style: normal;
  transition: 0.2s;
  width: 60px;
  height: 60px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}
.s-section .s-header__btn-link--red {
  color: white;
  background: #b40839;
}
.s-section .s-header__btn-link--red:hover {
  background: #970730;
}
.s-section .s-header__btn-link--blue {
  color: white;
  background: #004c74;
}
.s-section .s-header__btn-link--blue:hover {
  background: #004162;
}
.s-section .s-header__filter {
  position: relative;
  width: 100%;
  margin-top: 24px;
  margin-left: auto;
}
.s-section .s-header__filter::after {
  transform: translate(0, -50%);
  font-family: sidearm_font_v2;
  font-size: 20px;
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 24px;
  content: '\e008';
  color: #707070;
}
.s-section .s-header__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: 'Source Sans Pro', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 60px;
  min-width: 216px;
  height: 60px;
  padding: 0 24px;
  color: #707070;
  border: solid 1px #e0e0e0;
  border-radius: 30px;
  background: white;
}
.s-section .s-header__filter-select::-ms-expand {
  display: none;
}
@media all and (min-width: 768px) {
  .s-section .s-header__ad {
    margin-left: 24px;
    padding: 0;
  }
  .s-section .s-header__title-container {
    width: auto;
  }
  .s-section .s-header__title--small {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.875rem;
    font-weight: 900;
    font-style: normal;
  }
  .s-section .s-header__filter {
    width: auto;
    margin-top: 0;
  }
  .s-section .s-header__btn-link {
    width: auto;
    padding: 0 48px;
  }
  .s-section .s-header--small .s-header__ad {
    padding: 0;
  }
}
/****
STORIES
****/

.c-stories--cover {
  background: black;
}
.c-stories--cover .c-stories__item {
  position: relative;
}
.c-stories--cover .c-stories__media-as-bg {
  background-color: black;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.c-stories--cover .c-stories__media {
  padding-bottom: 56.25%;
  background: black;
}
.c-stories--cover .c-stories__media::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
.c-stories--cover .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-stories--cover .c-stories__details {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 24px 48px;
  min-height: 60%;
  background: black;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.c-stories--cover .c-stories__title {
  margin: 0;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 24px;
}
.c-stories--cover .c-stories__url {
  text-decoration: none;
  color: white;
  position: relative;
}
.c-stories--cover .c-stories__url::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background: white;
  opacity: 0;
  transform: scaleX(0.4);
  transition: 0.3s;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.c-stories--cover .c-stories__url:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.c-stories--cover .c-stories__more {
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  background: #b40839;
  height: 60px;
  padding: 0 48px;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  font-style: normal;
  transition: 0.2s;
}
.c-stories--cover .c-stories__more:hover {
  background: #970730;
}
.c-stories--cover .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;
  transform: translate(-50%, -50%);
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  overflow: hidden;
  z-index: 10;
  transition: 0.3s;
}
.c-stories--cover .showcase-play-button::-ms-expand {
  display: none;
}
.c-stories--cover .showcase-play-button::after {
  transform: translate(-50%, -50%);
  font-family: sidearm_font_v2;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\e050';
  color: #b40839;
  z-index: 3;
  transition: 0.3s;
}
.c-stories--cover .showcase-play-button:hover {
  background: #b40839;
  color: white;
}
.c-stories--cover .showcase-play-button:hover::after {
  color: white;
}
.c-stories--cover .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.c-stories--cover button.slick-pause-play {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 0;
  border: none;
  background: white;
  color: #004c74;
  transition: all 0.2s ease-in-out 0s;
}
.c-stories--cover button.slick-pause-play:after {
  font-family: sidearm_font_v2;
  font-size: 20px;
}
.c-stories--cover button.slick-pause-play:hover {
  background: #004c74;
  color: white;
}
.c-stories--cover .slick-pause:after {
  content: '\e201';
}
.c-stories--cover .slick-play:after {
  content: '\e196';
}
.c-stories--cover button.slick-next,
.c-stories--cover button.slick-prev {
  -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;
  font-size: 0;
  position: absolute;
  z-index: 10;
  top: 0;
  margin-top: 28.125%;
  left: 24px;
  width: 60px;
  height: 60px;
  color: white;
  border-radius: 50%;
  transform: translate(0, -50%);
}
.c-stories--cover button.slick-next::-ms-expand,
.c-stories--cover button.slick-prev::-ms-expand {
  display: none;
}
.c-stories--cover button.slick-next::after,
.c-stories--cover button.slick-prev::after {
  transform: translate(-50%, -50%);
  transition: 0.2s;
  font-family: sidearm_font_v2;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\e005';
  color: white;
}
.c-stories--cover button.slick-next:hover,
.c-stories--cover button.slick-prev:hover {
  color: white;
  background: #004c74;
}
.c-stories--cover button.slick-next:hover::after,
.c-stories--cover button.slick-prev:hover::after {
  color: white;
}
.c-stories--cover button.slick-next {
  transform: translate(0, -50%);
  left: auto;
  right: 24px;
}
.c-stories--cover button.slick-next::after {
  content: '\e006';
}
.c-stories--list .c-stories__header {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 24px;
}
.c-stories--list .c-stories__header h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  color: black;
  text-transform: uppercase;
  padding: 24px 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
.c-stories--list .c-stories__header h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #b40839;
}
.c-stories--list .c-stories__list {
  padding: 12px 0;
}
.c-stories--list .c-stories__item {
  padding: 12px 44px;
  position: relative;
}
.c-stories--list .c-stories__item:before {
  position: absolute;
  top: 50%;
  left: 26px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b40839;
  content: '';
  transform: translate(0, -50%);
}
.c-stories--list .c-stories__url {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: black;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.c-stories--list .c-stories__url::after {
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: '';
  background: black;
}
.c-stories--list .c-stories__url:hover::after {
  width: 100%;
}
@media all and (min-width: 1024px) {
  .c-stories--list .c-stories__url {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
  }
}
@media all and (min-width: 768px) {
  .c-stories--cover .c-stories__title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    font-style: normal;
  }
  .c-stories--cover button.slick-next,
  .c-stories--cover button.slick-prev {
    background: white;
    border: solid 1px #e0e0e0;
    border-radius: 50%;
    color: black;
  }
  .c-stories--cover button.slick-next::after,
  .c-stories--cover button.slick-prev::after {
    color: black;
  }
  .c-stories--cover button.slick-pause-play {
    bottom: 102px;
  }
}
@media all and (min-width: 1024px) {
  .s-stories {
    height: 100vh;
    background: black;
  }
  .c-stories--cover .c-stories__item {
    height: calc(100vh);
  }
  .c-stories--cover .c-stories__media-as-bg {
    height: calc(100vh);
  }
  .c-stories--cover .c-stories__details {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 84px 118px;
    min-height: 60%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .c-stories--cover .c-stories__title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    font-style: normal;
  }
}
@media all and (min-width: 1464px) {
  .c-stories--cover button.slick-prev,
  .c-stories--cover button.slick-next,
  .c-stories--cover button.slick-pause-play {
    left: auto;
    margin-top: 0;
    top: 50%;
    right: 50%;
    transform: translate(-648px, -50%);
  }
  .c-stories--cover button.slick-next {
    transform: translate(704px, -50%);
  }
  .c-stories--cover button.slick-pause-play {
    transform: translate(704px, -50%);
    top: auto;
    bottom: 100px;
  }
}
/****
EVENTS
****/

.c-events--cards {
  padding: 0;
}
.c-events--cards .slick-track {
  display: flex;
  display: -webkit-flex;
}
.c-events--cards .c-events__no-data {
  padding: 24px 24px 0;
  text-align: center;
}
.c-events--cards .c-events__slider {
  padding-top: 24px;
}
.c-events--cards .c-events__item {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: relative;
  height: auto;
  padding: 24px;
  border-top: solid 1px #e0e0e0;
  background: white;
}
.c-events--cards .c-events__item:last-child {
  border-bottom: solid 1px #e0e0e0;
}
.c-events--cards .c-events__header {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-events--cards .c-events__date {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 22px;
  text-transform: uppercase;
  color: #707070;
}
.c-events--cards .c-events__body {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-events--cards .c-events__opponent {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 40px;
  color: black;
}
.c-events--cards .c-events__location {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  color: black;
}
.c-events--cards .c-events__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;
  transition: 0.2s;
  position: absolute;
  z-index: 12;
  top: 17px;
  right: 12px;
  width: 40px;
  height: 40px;
  color: black;
  border-radius: 50%;
}
.c-events--cards .c-events__toggle::-ms-expand {
  display: none;
}
.c-events--cards .c-events__toggle:hover {
  color: white;
  background: #004c74;
}
.c-events--cards .c-events__toggle:hover::after {
  color: white;
}
.c-events--cards .c-events__toggle::after {
  transform: translate(-50%, -50%);
  transition: 0.2s;
  font-family: sidearm_font_v2;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\e112';
  color: black;
}
.c-events--cards .c-events__toggle.is-open {
  color: white;
}
.c-events--cards .c-events__toggle.is-open::after {
  transform: translate(-50%, -50%) rotate(90deg);
  color: white;
}
.c-events--cards .c-events__toggle.is-open:hover {
  color: #004c74;
  background: white;
}
.c-events--cards .c-events__toggle.is-open:hover::after {
  color: #004c74;
}
.c-events--cards .c-events__overlay {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  transition: 0.2s;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 24px;
  pointer-events: none;
  opacity: 0;
  color: white;
  background: #b40839;
}
.c-events--cards .c-events__overlay.is-open {
  pointer-events: all;
  opacity: 1;
}
.c-events--cards .c-events__game-note {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  margin: auto 0;
}
.c-events--cards .c-events__game-files {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c-events--cards .c-events__game-files li {
  position: relative;
  padding-right: 22px;
  margin: 0 12px;
}
.c-events--cards .c-events__game-files li::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '\e026';
  transform: translate(0, -50%);
  font-family: sidearm_font_v2;
  font-size: 18px;
  font-weight: 400;
}
.c-events--cards .c-events__game-files a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  position: relative;
}
.c-events--cards .c-events__game-files a::after {
  transition: 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: '';
  background: white;
}
.c-events--cards .c-events__game-files a:hover::after {
  width: 100%;
}
.c-events--cards .c-events__ui {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 24px 24px 0;
}
.c-events--cards .c-events__full-schedule {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  font-style: normal;
  transition: 0.2s;
  height: 60px;
  padding: 0 48px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  border-radius: 30px;
  background: #004c74;
}
.c-events--cards .c-events__full-schedule:hover {
  background: #004162;
}
.c-events--cards .c-events__full-schedule::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  display: none;
  width: calc(100% - 102px);
  height: 1px;
  content: '';
  pointer-events: none;
  background: #e0e0e0;
}
.c-events--cards button.slick-next,
.c-events--cards button.slick-prev {
  -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;
  font-size: 0;
  position: absolute;
  z-index: 10;
  right: 78px;
  bottom: -84px;
  width: 60px;
  height: 60px;
  color: black;
  border: solid 1px #e0e0e0;
  border-radius: 50%;
  background: white;
}
.c-events--cards button.slick-next::-ms-expand,
.c-events--cards button.slick-prev::-ms-expand {
  display: none;
}
.c-events--cards button.slick-next::after,
.c-events--cards button.slick-prev::after {
  transform: translate(-50%, -50%);
  transition: 0.2s;
  font-family: sidearm_font_v2;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\e005';
  color: black;
}
.c-events--cards button.slick-next:hover,
.c-events--cards button.slick-prev:hover {
  color: white;
  background: #004c74;
}
.c-events--cards button.slick-next:hover::after,
.c-events--cards button.slick-prev:hover::after {
  color: white;
}
.c-events--cards button.slick-next {
  right: 12px;
}
.c-events--cards button.slick-next::after {
  content: '\e006';
}
.c-events--cards button.slick-disabled {
  pointer-events: none;
  color: black;
  background: #f7f7f7;
}
.c-events--cards button.slick-disabled::after {
  color: #e0e0e0;
}
@media all and (min-width: 768px) {
  .c-events--cards .c-events__no-data {
    text-align: left;
  }
  .c-events--cards .c-events__slider {
    padding: 24px 12px 0;
  }
  .c-events--cards .c-events__item {
    margin: 0 12px 12px;
    border: solid 1px #e0e0e0;
  }
}
@media all and (min-width: 1024px) {
  .c-events--cards .c-events__item {
    margin: 0 12px;
  }
  .c-events--cards .c-events__ui {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .c-events--cards .c-events__full-schedule::before {
    display: block;
  }
}
/****
VIDEOS
****/

.s-videos {
  border-bottom: solid 1px #e0e0e0;
  border-left: none;
  border-right: none;
}
.c-videos--grid .showcase-modal {
  transform: scale(0.8);
  transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
}
.c-videos--grid .showcase-modal.video-is-playing {
  transform: none;
  transition: opacity 0.25s, transform 0.25s;
  left: 0;
  opacity: 1;
}
.c-videos--grid .showcase-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  max-height: 90vh;
  padding: 16px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-videos--grid .showcase-modal__player-wrapper {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  overflow: hidden;
}
.c-videos--grid .showcase-modal__player {
  overflow: hidden;
  padding-bottom: 56.25%;
}
.c-videos--grid .showcase-modal__player iframe {
  width: 100%;
  height: 100%;
}
.c-videos--grid .showcase-modal__title {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  padding: 24px;
  color: white;
}
.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;
  transition: 0.2s;
  font-size: 1.125rem;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  color: white;
  border: solid 1px white;
  border-radius: 50%;
}
.c-videos--grid .showcase-modal__close::-ms-expand {
  display: none;
}
.c-videos--grid .showcase-modal__close:hover {
  color: #004c74;
  background: white;
}
.c-videos--grid .showcase-modal .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--grid .c-videos__list {
  padding: 12px;
}
.c-videos--grid .c-videos__item {
  width: 100%;
  padding: 12px;
}
.c-videos--grid .c-videos__media-container::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  transform: scaleX(0);
  content: '';
  background: #b40839;
  opacity: 0;
  transition: 0.3s;
}
.c-videos--grid .c-videos__media-container:hover::after {
  opacity: 1;
  transform: none;
}
.c-videos--grid .c-videos__media-container:hover .c-videos__play-btn {
  background: #b40839;
  color: white;
  transform: translate(-50%, -70%);
}
.c-videos--grid .c-videos__media-container:hover .c-videos__play-btn::after {
  color: white;
}
.c-videos--grid .c-videos__media {
  padding-bottom: 56.25%;
  background: black;
  overflow: hidden;
}
.c-videos--grid .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.2s;
}
.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;
  transform: translate(-50%, -50%);
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  overflow: hidden;
  z-index: 10;
  transition: 0.3s;
}
.c-videos--grid .c-videos__play-btn::-ms-expand {
  display: none;
}
.c-videos--grid .c-videos__play-btn::after {
  transform: translate(-50%, -50%);
  font-family: sidearm_font_v2;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\e050';
  color: #b40839;
  z-index: 3;
  transition: 0.3s;
}
.c-videos--grid .c-videos__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  font-style: normal;
  padding: 12px 24px;
  color: black;
  border: solid 1px #e0e0e0;
  border-top: none;
  background: white;
}
.c-videos--grid .c-videos__load-more {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-videos--grid .c-videos__load-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: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: 0.2s;
  height: 60px;
  padding: 0 48px;
  text-transform: uppercase;
  color: white;
  border-radius: 30px;
  background: #b40839;
}
.c-videos--grid .c-videos__load-btn::-ms-expand {
  display: none;
}
.c-videos--grid .c-videos__load-btn:hover {
  background: #970730;
}
@media all and (min-width: 768px) {
  .c-videos--grid .c-videos__item {
    width: 50%;
  }
}
@media all and (min-width: 1024px) {
  .c-videos--grid .c-videos__list {
    margin-bottom: -24px;
  }
  .c-videos--grid .c-videos__item {
    width: 33.333%;
  }
  .c-videos--grid .c-videos__load-more {
    display: none;
  }
}
/****
PHOTOS
****/

.smug-mug-embed {
  padding-top: 12px;
}
.smug-mug-embed .ad {
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: -12px;
  padding: 0 12px;
}
.smug-mug-embed .smug {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  display: none;
  width: 100%;
  padding: 12px;
}
.smug-mug-embed .smug:first-child {
  display: flex;
  display: -webkit-flex;
}
.smug-mug-embed .smug.is-open {
  display: flex;
  display: -webkit-flex;
}
.smug-mug-embed .smug a {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  border: solid 1px #e0e0e0;
  background: white;
}
.smug-mug-embed .smug a::before {
  content: '\e121';
  font-family: sidearm_font_v2;
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -25%);
  text-shadow: 0px 0px 3px black;
  opacity: 0;
  transition: 0.3s;
}
.smug-mug-embed .smug a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  transform: scaleX(0);
  content: '';
  background: #004c74;
  opacity: 0;
  transition: 0.3s;
}
.smug-mug-embed .smug a:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.smug-mug-embed .smug a:hover::after {
  opacity: 1;
  transform: none;
}
.smug-mug-embed .smug img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.smug-mug-embed .smug-title {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  font-style: normal;
  padding: 12px 24px;
  text-decoration: none;
  color: black;
  border: solid 1px #e0e0e0;
  border-top: none;
  background: white;
}
.smug-mug-embed .smug-load {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.smug-mug-embed .smug-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;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: 0.2s;
  height: 60px;
  margin-top: 24px;
  padding: 0 48px;
  text-transform: uppercase;
  color: white;
  border-radius: 30px;
  background: #004c74;
}
.smug-mug-embed .smug-button::-ms-expand {
  display: none;
}
.smug-mug-embed .smug-button:hover {
  background: #004162;
}
@media all and (min-width: 768px) {
  .smug-mug-embed .smug {
    width: 50%;
  }
  .smug-mug-embed .smug:nth-child(2) {
    display: flex;
    display: -webkit-flex;
  }
}
@media all and (min-width: 1024px) {
  .smug-mug-embed .smug {
    display: flex;
    display: -webkit-flex;
    width: 33.333%;
  }
  .smug-mug-embed .smug-load {
    display: none;
  }
}
/****
CONTENT STREAM
****/

.c-contentstream__filter-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;
}
.c-contentstream__filter-button::-ms-expand {
  display: none;
}
.c-contentstream__wrapper {
  padding: 12px;
}
.c-contentstream__item {
  width: 100%;
  padding: 12px;
}
.c-contentstream__item-inner {
  position: relative;
  width: 100%;
  border: solid 1px #e0e0e0;
  background: white;
}
.c-contentstream__item-inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  content: '';
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.c-contentstream__item-content {
  padding: 24px;
}
.c-contentstream__item-icon {
  display: flex;
  display: -webkit-flex;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  color: white;
  background: #b40839;
}
.c-contentstream__item-icon::before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  content: '';
  border-bottom: 60px solid #b40839;
  border-left: 60px solid transparent;
}
.c-contentstream__media {
  display: block;
  margin-bottom: 12px;
}
.c-contentstream__media-image {
  display: block;
  width: 100%;
  height: auto;
}
.c-contentstream__media-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;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
}
.c-contentstream__media-play::-ms-expand {
  display: none;
}
.c-contentstream__media.aspect {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.c-contentstream__media.aspect .c-contentstream__media-image {
  position: absolute;
  top: 0;
  left: 0;
}
.c-contentstream__media.video-is-playing .showcase-modal {
  transform: scale(1);
  pointer-events: all;
  opacity: 1;
}
.c-contentstream__body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  color: black;
}
.c-contentstream__body a {
  text-decoration: none;
  color: #004c74;
}
.c-contentstream__actions {
  padding-top: 17px;
}
.c-contentstream__actions-item {
  font-size: 30px;
}
.c-contentstream__actions-link {
  transition: 0.2s;
  text-decoration: none;
  color: black;
}
.c-contentstream__actions-link:hover {
  color: #b40839;
}
.c-contentstream .showcase-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  transition: 0.25s;
  transform: scale(0.95);
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}
.c-contentstream .showcase-modal__inner {
  width: 100%;
  max-width: 1416px;
}
.c-contentstream .showcase-modal__player {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.c-contentstream .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;
  position: fixed;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  transition: 0.25s;
  color: white;
  border: 1px solid #b40839;
  border-radius: 50%;
}
.c-contentstream .showcase-modal__close::-ms-expand {
  display: none;
}
.c-contentstream .showcase-modal__close:hover {
  color: white;
  background: #b40839;
}
.c-contentstream .showcase-modal .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-contentstream .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: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.2s;
  height: 60px;
  padding: 0 48px;
  text-transform: uppercase;
  color: white;
  border-radius: 30px;
  background: #b40839;
}
.c-contentstream .load-more__button::-ms-expand {
  display: none;
}
.c-contentstream .load-more__button:hover {
  background: #970730;
}
@media all and (min-width: 768px) {
  .c-contentstream .c-contentstream__item {
    width: 50%;
  }
}
@media all and (min-width: 1024px) {
  .c-contentstream .c-contentstream__item {
    width: 33.333%;
  }
  .c-contentstream .c-contentstream__item-inner {
    padding-bottom: 100%;
  }
  .c-contentstream .c-contentstream__item-content {
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
  }
}
/****
PROMO ROTATOR
****/

.promo-rotator {
  background: white;
  text-align: center;
}
.promo-rotator .slick-list {
  background: url('https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/usarowing.sidearmsports.com/images/bkg_promo_1416.jpg') center center no-repeat;
}
.promo-rotator img {
  margin: 0 auto;
}
.promo-rotator button.slick-next,
.promo-rotator button.slick-prev {
  -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;
  font-size: 0;
  width: 60px;
  height: 60px;
  color: black;
  border-radius: 50%;
  background: white;
  position: relative;
  margin: 4px 0px;
  display: inline-block !important;
}
.promo-rotator button.slick-next::-ms-expand,
.promo-rotator button.slick-prev::-ms-expand {
  display: none;
}
.promo-rotator button.slick-next::after,
.promo-rotator button.slick-prev::after {
  transform: translate(-50%, -50%);
  transition: 0.2s;
  font-family: sidearm_font_v2;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\e005';
  color: black;
}
.promo-rotator button.slick-next:hover,
.promo-rotator button.slick-prev:hover {
  color: white;
  background: #004c74;
}
.promo-rotator button.slick-next:hover::after,
.promo-rotator button.slick-prev:hover::after {
  color: white;
}
.promo-rotator button.slick-next::after {
  content: '\e006';
}
.promo-rotator .slick-pause-play {
  position: absolute;
  bottom: 24px;
  right: 24px;
  font-size: 0;
  border: none;
  background: white;
  color: #004c74;
  transition: all 0.2s ease-in-out 0s;
}
.promo-rotator .slick-pause-play:after {
  font-family: sidearm_font_v2;
  font-size: 20px;
}
.promo-rotator .slick-pause-play:hover {
  background: #004c74;
  color: white;
}
.promo-rotator .slick-pause:after {
  content: '\e201';
}
.promo-rotator .slick-play:after {
  content: '\e196';
}
@media all and (min-width: 451px) {
  .promo-rotator button.slick-next,
  .promo-rotator button.slick-prev {
    border: solid 1px #e0e0e0;
    border-radius: 50%;
    margin: 24px 12px;
  }
  .promo-rotator .slick-pause-play {
    bottom: 36px;
  }
}
@media all and (min-width: 769px) {
  .promo-rotator {
    background: #004c74;
  }
  .promo-rotator button.slick-next,
  .promo-rotator button.slick-prev {
    position: absolute;
    margin: 0;
    z-index: 10;
    top: 50%;
    left: 24px;
    transform: translate(0, -50%);
  }
  .promo-rotator button.slick-next {
    left: auto;
    right: 24px;
  }
  .promo-rotator .slick-pause-play {
    bottom: 0px;
  }
}
/****
PARALLAX
****/

.s-parallax {
  height: 300px;
  background: url('https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/usarowing.sidearmsports.com/images/parallax_image_375.jpg') center center no-repeat #004c74;
  background-size: cover;
}
@media all and (min-width: 768px) {
  .s-parallax {
    height: 400px;
    background-image: url('https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/usarowing.sidearmsports.com/images/parallax_image_768.jpg');
  }
}
@media all and (min-width: 1024px) {
  .s-parallax {
    height: 440px;
    background: none;
  }
}
/****
ADS
****/

.ad-leaderboard {
  border-bottom: solid 1px #e0e0e0;
  background: #f7f7f7;
  border-top: solid 1px #e0e0e0;
  padding: 12px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.ad-leaderboard .ad,
.ad-leaderboard .dfp-ad {
  background: #f7f7f7;
}
.c-sticky-leaderboard .ad,
.c-sticky-leaderboard .dfp-ad {
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
}
.mobile-menu-open .c-sticky-leaderboard {
  z-index: 499;
}
/****
SPONSORS
****/

.sponsors {
  background: white;
  text-align: center;
  padding: 36px 0 40px;
}
.sponsors .ad {
  padding: 12px;
}
.sponsors .row {
  padding: 0 12px;
}
.sponsors img {
  margin: 0 auto;
}
.sponsors .slick-list {
  padding-bottom: 3px;
}
.sponsors button.slick-prev,
.sponsors 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;
  width: 32px;
  height: 32px;
  display: inline-block;
  font-size: 0;
  color: black;
  background: white;
  position: relative;
  border-radius: 50%;
  transition: 0.2s;
}
.sponsors button.slick-prev::-ms-expand,
.sponsors button.slick-next::-ms-expand {
  display: none;
}
.sponsors button.slick-prev::after,
.sponsors button.slick-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '\e005';
  font-family: sidearm_font_v2;
  color: black;
  font-size: 16px;
}
.sponsors button.slick-prev:hover,
.sponsors button.slick-next:hover {
  background: #004c74;
  color: white;
}
.sponsors button.slick-prev:hover::after,
.sponsors button.slick-next:hover::after {
  color: white;
}
.sponsors button.slick-next::after {
  content: '\e006';
}
.sponsors .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;
  position: relative;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 1;
  font-size: 0;
  border: none;
  background: white;
  color: #004c74;
  transition: all 0.2s ease-in-out 0s;
}
.sponsors .slick-pause-play::-ms-expand {
  display: none;
}
.sponsors .slick-pause-play:after {
  font-family: sidearm_font_v2;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sponsors .slick-pause-play:hover {
  background: #004c74;
  color: white;
}
.sponsors .slick-pause:after {
  content: '\e201';
}
.sponsors .slick-play:after {
  content: '\e196';
}
.sponsors .sponsors__large .slick-track {
  margin: 0 auto;
}
.sponsors .sponsors__small {
  padding-top: 18px;
}
/****
FOOTER
****/

.main-footer {
  color: white;
  background: #b40839;
}
.main-footer .main-footer__header {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.938rem;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 9px;
  text-transform: uppercase;
}
.main-footer .main-footer__header--accordion {
  transition: 0.2s;
  position: relative;
  padding: 25px 24px 21px;
  border-top: solid 1px #970730;
}
.main-footer .main-footer__header--accordion:hover,
.main-footer .main-footer__header--accordion.is-open {
  color: black;
  border-top-color: #e0e0e0;
  background: #f7f7f7;
}
.main-footer .main-footer__header--accordion:hover::after,
.main-footer .main-footer__header--accordion.is-open::after {
  color: black;
}
.main-footer .main-footer__header--accordion::after {
  transform: translate(0, -50%);
  transition: 0.2s;
  font-family: sidearm_font_v2;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 24px;
  content: '\e008';
  color: white;
}
.main-footer .main-footer__header--accordion.is-open::after {
  transform: translate(0, -50%) rotate(180deg);
}
.main-footer .main-footer__body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.938rem;
  font-weight: 400;
  font-style: normal;
}
.main-footer .main-footer__body--accordion {
  transition: 0.2s;
  overflow: hidden;
  max-height: 0;
}
.main-footer .main-footer__body--accordion.is-open {
  max-height: 1000px;
}
.main-footer .main-footer__about {
  padding: 48px 24px 24px;
}
.main-footer .main-footer__contact .main-footer__body {
  padding: 0 24px;
  color: black;
  background: white;
}
.main-footer .main-footer__contact .main-footer__body.is-open {
  padding: 13px 24px 13px;
  border-top: solid 1px #e0e0e0;
}
.main-footer .main-footer__contact a {
  position: relative;
  text-decoration: none;
  color: black;
}
.main-footer .main-footer__contact a::after {
  transition: 0.2s;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  content: '';
  background: black;
}
.main-footer .main-footer__contact a:hover::after {
  width: 100%;
}
.main-footer .main-footer__other-links {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.main-footer .main-footer__other-links .ad ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-footer .main-footer__other-links .ad li {
  border-top: solid 1px #e0e0e0;
}
.main-footer .main-footer__other-links .ad a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.938rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
  display: block;
  padding: 13px 24px 9px;
  text-decoration: none;
  color: black;
  background: white;
}
.main-footer .main-footer__other-links .ad a:hover {
  text-decoration: underline;
}
.main-footer .main-footer__social-icons {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 40px 0 16px;
  border-top: solid 1px #970730;
}
.main-footer .main-footer__social-icons .main-footer__header {
  display: none;
}
.main-footer .main-footer__social-icons .ads-container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.main-footer .main-footer__social-icons .ad {
  margin: 0 12px;
}
.main-footer .main-footer__social-icons .ad a {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
  text-decoration: none;
  color: white;
}
.main-footer .main-footer__social-icons .ad a span::before {
  margin-left: 0;
}
.main-footer .main-footer__social-icons .ad a span > span {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.938rem;
  font-weight: 400;
  font-style: normal;
  transform: translate(0, -3px);
  display: none;
  visibility: hidden;
  text-decoration: underline;
}
.main-footer .main-footer__social-icons .ad a:hover span > span {
  visibility: visible;
}
.main-footer .main-footer__newsletter {
  position: relative;
  margin-top: 24px;
  padding: 48px 24px;
}
.main-footer .main-footer__newsletter::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #970730;
}
@media all and (min-width: 768px) {
  .main-footer .main-footer__social-icons .ad {
    margin: 0 24px;
  }
  .main-footer .main-footer__newsletter {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}
@media all and (min-width: 1024px) {
  .main-footer .main-footer__content-row {
    padding: 48px 12px 60px;
  }
  .main-footer .main-footer__section {
    padding: 0 12px;
  }
  .main-footer .main-footer__header--accordion {
    transition: 0s;
    padding: 0 0 9px;
    border-top: none;
  }
  .main-footer .main-footer__header--accordion:hover,
  .main-footer .main-footer__header--accordion.is-open {
    color: white;
    background: none;
  }
  .main-footer .main-footer__header--accordion::after {
    display: none;
  }
  .main-footer .main-footer__body--accordion {
    transition: 0s;
    max-height: none;
  }
  .main-footer .main-footer__body--accordion .is-open {
    border-top: none;
  }
  .main-footer .main-footer__about {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    min-width: 1px;
    min-height: 1px;
    padding: 0 12px;
  }
  .main-footer .main-footer__contact {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    min-width: 1px;
    min-height: 1px;
  }
  .main-footer .main-footer__contact .main-footer__body {
    padding: 0;
    color: white;
    background: none;
  }
  .main-footer .main-footer__contact .main-footer__body a {
    color: white;
  }
  .main-footer .main-footer__contact .main-footer__body a::after {
    transition: 0.2s;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    content: '';
    background: white;
  }
  .main-footer .main-footer__contact .main-footer__body a:hover::after {
    width: 100%;
  }
  .main-footer .main-footer__contact .main-footer__body.is-open {
    padding: 0;
  }
  .main-footer .main-footer__other-links .ad li {
    padding-bottom: 3px;
    border-top: none;
  }
  .main-footer .main-footer__other-links .ad a {
    display: inline-block;
    padding: 0;
    color: white;
    background: none;
  }
  .main-footer .main-footer__other-links .ad a::after {
    transition: 0.2s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: '';
    background: white;
  }
  .main-footer .main-footer__other-links .ad a:hover::after {
    width: 100%;
  }
  .main-footer .main-footer__other-links .ad a:hover {
    text-decoration: none;
  }
  .main-footer .main-footer__social-icons {
    padding: 0;
    border-top: none;
  }
  .main-footer .main-footer__social-icons .main-footer__header {
    display: block;
  }
  .main-footer .main-footer__social-icons .ads-container {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .main-footer .main-footer__social-icons .ad {
    margin: 0;
  }
  .main-footer .main-footer__social-icons .ad a span > span {
    display: inline-block;
  }
  .main-footer .main-footer__newsletter {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    min-width: 1px;
    min-height: 1px;
    padding: 48px 12px 0;
  }
  .main-footer .main-footer__newsletter::before {
    left: -12px;
    width: calc(100% + 24px);
  }
}
@media all and (min-width: 1200px) {
  .main-footer .main-footer__contact {
    flex: 0 0 16.6667%;
    -webkit-flex: 0 0 16.6667%;
    min-width: 1px;
    min-height: 1px;
  }
  .main-footer .main-footer__newsletter {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    min-width: 1px;
    min-height: 1px;
    display: block;
    margin-top: 0;
    padding-top: 0;
  }
  .main-footer .main-footer__newsletter::before {
    display: none;
  }
}
.common-footer {
  background: white;
}
.s-newsletter {
  width: 100%;
  padding-top: 24px;
}
.s-newsletter .s-newsletter__input {
  -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: 'Source Sans Pro', sans-serif;
  font-size: 0.938rem;
  font-weight: 400;
  font-style: normal;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 18px 12px 16px;
  color: black;
  background: white;
}
.s-newsletter .s-newsletter__input::-ms-expand {
  display: none;
}
.s-newsletter .s-newsletter__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #707070;
}
.s-newsletter .s-newsletter__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #707070;
}
.s-newsletter .s-newsletter__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #707070;
}
.s-newsletter .s-newsletter__input:-moz-placeholder {
  /* Firefox 18- */
  color: #707070;
}
.s-newsletter .s-newsletter__input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.s-newsletter .s-newsletter__input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.s-newsletter .s-newsletter__input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.s-newsletter .s-newsletter__input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.s-newsletter .s-newsletter__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;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.938rem;
  font-weight: 700;
  font-style: normal;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  transition: 0.2s;
  padding: 18px 24px 16px;
  text-transform: uppercase;
  color: #004c74;
  border-left: 1px solid #e0e0e0;
  background: #f7f7f7;
}
.s-newsletter .s-newsletter__button::-ms-expand {
  display: none;
}
.s-newsletter .s-newsletter__button:hover {
  color: white;
  background: #004c74;
}
@media all and (min-width: 768px) {
  .s-newsletter {
    width: 50%;
    padding-top: 0;
  }
}
@media all and (min-width: 1200px) {
  .s-newsletter {
    width: 100%;
    padding-top: 24px;
  }
}
/* Perfect Scrollbar */

.ps {
  overflow: hidden !important;
  -ms-touch-action: auto;
  touch-action: auto;
  -ms-overflow-style: none;
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  z-index: 1;
  display: block;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  opacity: 1;
  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;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  width: 8px;
  border-radius: 4px;
  background-color: #004c74;
}
.ps > .ps__scrollbar-x-rail {
  position: absolute;
  bottom: 0;
  display: none;
  height: 15px;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  opacity: 0;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  bottom: 2px;
  height: 6px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  background-color: black;
}
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}
.ps > .ps__scrollbar-y-rail {
  position: absolute;
  right: 8px;
  display: none;
  width: 8px;
  margin-top: 12px;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  right: 0;
  width: 8px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  border-radius: 4px;
  background-color: #004c74;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  opacity: 1;
  background-color: #e7e6e6;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  height: 11px;
  background-color: #e7e6e6;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  opacity: 1;
}
.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: #e7e6e6;
}
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #e7e6e6;
}
/****
CUSTOM STORY TEMPLATE
****/

.custom.storypage .article-wrapper {
  margin: 0;
  background: white;
}
.custom.storypage .article-header {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: solid 1px #e0e0e0;
}
.custom.storypage .article-date {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: #707070;
  text-transform: uppercase;
}
.custom.storypage .article-headline {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  color: #004c74;
  padding: 0 0 6px;
  margin: 0;
}
.custom.storypage .article-subheadline {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  color: black;
  padding: 0 48px;
  margin: 0;
}
.custom.storypage .article-byline {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: black;
  padding: 0 48px;
  margin: 0;
}
.custom.storypage .article-main-content {
  padding: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  color: black;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
  width: 100%;
  border-right: solid 1px #e0e0e0;
}
.custom.storypage .article-content {
  padding: 24px 0;
}
.custom.storypage .article-content a {
  color: #004c74;
  text-decoration: underline;
}
.custom.storypage .article-share {
  padding-top: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.custom.storypage .article-share-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  color: white;
  background: #b40839;
  text-transform: uppercase;
  padding: 0 24px;
  height: 48px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.custom.storypage .article-share-links li a {
  border: solid 1px #e0e0e0;
  border-left: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  font-size: 24px;
  color: black;
  transition: 0.2s;
}
.custom.storypage .article-share-links li a:hover {
  background: #004c74;
  color: white;
  border-color: #004c74;
}
.custom.storypage .article-related {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.custom.storypage .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;
  transform: translate(-50%, -50%);
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  overflow: hidden;
  z-index: 10;
  transition: 0.3s;
}
.custom.storypage .showcase-play-button::-ms-expand {
  display: none;
}
.custom.storypage .showcase-play-button::after {
  transform: translate(-50%, -50%);
  font-family: sidearm_font_v2;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\e050';
  color: #b40839;
  z-index: 3;
  transition: 0.3s;
}
.custom.storypage .showcase-play-button:hover {
  background: #b40839;
  color: white;
}
.custom.storypage .showcase-play-button:hover::after {
  color: white;
}
.custom.storypage .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
@media all and (min-width: 768px) {
  .custom.storypage .article-body {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .custom.storypage .article-related {
    width: 240px;
  }
  .custom.storypage .article-headline {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    font-style: normal;
  }
}
@media all and (min-width: 1024px) {
  .custom.storypage .article-related {
    width: 360px;
  }
  .custom.storypage .article-wrapper {
    margin: 48px 24px;
    border: solid 1px #e0e0e0;
  }
  .custom.storypage .article-headline {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    font-style: normal;
  }
}
/****
CUSTOM SPORT FILE
****/

.custom.sportfile .article-wrapper {
  margin: 0;
  background: white;
}
.custom.sportfile .article-header {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 24px;
}
.custom.sportfile .article-headline {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  color: black;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 24px 0;
  position: relative;
}
.custom.sportfile .article-headline::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #b40839;
}
.custom.sportfile .article-image {
  padding: 24px;
}
.custom.sportfile .article-image > div {
  max-width: 100%;
}
.custom.sportfile .article-image img {
  max-width: 100%;
}
.custom.sportfile .article-subheadline {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  color: #004c74;
  padding: 0 48px;
  margin: 0;
  text-align: center;
}
.custom.sportfile .article-byline {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: black;
  padding: 0 48px;
  margin: 0;
  text-align: center;
}
.custom.sportfile .article-content {
  padding: 0 24px 24px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: black;
}
.custom.sportfile .article-content a {
  color: #004c74;
}
.custom.sportfile .article-content .accordion:last-child {
  margin-bottom: -24px;
  border-bottom: none;
}
.custom.sportfile .accordion {
  margin: 24px -24px;
  border-bottom: solid 1px #e0e0e0;
  opacity: 0;
}
.custom.sportfile .accordion.ui-accordion {
  opacity: 1;
  transition: opacity 0.2s;
}
.custom.sportfile .accordion .ui-accordion-header {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  font-style: normal;
  color: black;
  margin: 0;
  padding: 21px 24px 18px;
  border-top: solid 1px #e0e0e0;
  transition: 0.2s;
  position: relative;
}
.custom.sportfile .accordion .ui-accordion-header::before {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0, -50%);
  font-family: sidearm_font_v2;
  content: '\e073';
  color: #004c74;
}
.custom.sportfile .accordion .ui-accordion-header::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: '';
  background: #b40839;
  opacity: 0;
  transition: 0.2s;
}
.custom.sportfile .accordion .ui-accordion-header:hover {
  background: #f7f7f7;
}
.custom.sportfile .accordion .ui-accordion-header-active {
  background: #f7f7f7;
  border-bottom: solid 1px #e0e0e0;
}
.custom.sportfile .accordion .ui-accordion-header-active::before {
  color: #b40839;
  transform: translate(0, -50%) rotate(45deg);
}
.custom.sportfile .accordion .ui-accordion-header-active::after {
  opacity: 1;
}
.custom.sportfile .accordion .ui-accordion-content {
  padding: 48px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  color: black;
}
@media all and (min-width: 768px) {
  
}
@media all and (min-width: 1024px) {
  .custom.sportfile .article-wrapper {
    margin: 48px 24px;
    border: solid 1px #e0e0e0;
  }
}
.social-share {
  display: none;
}
.thingstodo {
  display: none;
}
/****
ACCESSIBILITY
****/

h1.hide,
h2.hide {
  background: white;
  color: black;
}
.sportfile .custom.sportfile .article-image {
  min-height: 72px;
}
@media (min-width: 1200px) {
  .sportfile .custom.sportfile .article-image {
    min-height: 144px;
  }
}
.sidearm-calendar-chooser .sidearm-calendar-chooser-header > div:not(.sidearm-calendar-chooser-week-of) {
  display: none;
}
.c-common-footer .c-common-footer__list-item:nth-child(n+3) {
  display: none;
}
/****
404 PAGE
****/

.sidearm-404 .sidearm-404-main-message-extra a {
  color: white;
}
.sidearm-404 .sidearm-404-main-message-heading .sidearm-404-custom-message {
  font-size: 36px;
  font-weight: bold;
  padding: 12px;
}
@media all and (min-width: 400px) {
  .sidearm-404 .sidearm-404-main-message-heading .sidearm-404-custom-message {
    font-size: 48px;
    padding: 24px;
  }
}
