@import url('https://fonts.googleapis.com/css?family=Roboto|Rubik:300,400,700&display=swap');
.reset-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background-color: black !important;
  color: white !important;
  clip: rect(1px, 1px, 1px, 1px);
}
html.wide:not(.custom) .main-content-placeholder {
  max-width: 1416px;
  padding: 24px;
  margin: 163px auto 48px;
  background: white;
}
.row {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.row.pad {
  padding-left: 24px;
  padding-right: 24px;
}
.row.no-pad {
  max-width: 1416px;
}
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #221c35;
  color: white;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: white;
}
a.sidearm-skip-link:focus {
  position: fixed;
  left: 0;
  z-index: 9999999;
}
body {
  font: 14px/1.4 arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background-image: url("https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/portlandpilots.com/images/responsive_2018/portland_bg_desktop.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
  height: 70px;
  width: 70px;
  z-index: 100;
}
.c-search--popout {
  position: relative;
  padding: 0 12px;
}
.c-search--popout fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.c-search--popout .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  transition: .2s;
  display: block;
  position: relative;
  font-size: 30px;
  width: 36px;
  height: 80px;
  line-height: 80px;
  color: white;
  text-align: center;
  font-size: 24px;
}
.c-search--popout .c-search__toggle:hover {
  color: #f2f2f2;
}
.c-search--popout .c-search__popout {
  transition: opacity .2s;
  position: absolute;
  bottom: -24px;
  left: -99999px;
  opacity: 0;
}
.c-search--popout .c-search__popout.is-open {
  left: auto;
  right: 0;
  opacity: 1;
}
.c-search--popout .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  width: 90vw;
  max-width: 320px;
  height: 36px;
  padding: 0 12px;
  line-height: 36px;
  color: #4d5357;
  background-color: white;
  border: 2px solid black;
}
.c-search--popout .c-search__text::-webkit-input-placeholder {
  color: #4d5357;
}
.c-search--popout .c-search__text::-moz-placeholder {
  color: #4d5357;
}
.c-search--popout .c-search__text:-ms-input-placeholder {
  color: #4d5357;
}
.c-search--popout .c-search__text:-moz-placeholder {
  color: #4d5357;
}
.c-search--popout .c-search__button {
  /* color: white; */
  /* background-color: #330072; */
  position: absolute;
  display: inline-block;
  /* background: none; */
  border: 0;
  line-height: 30px;
  right: 0;
  margin-top: -34px;
  /* z-index: 1000000;*/

}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.main-header__nav {
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 -6px 0 #330072;
  position: relative;
}
.main-header__nav-sport {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  position: relative;
  z-index: 2;
}
.main-header__nav-sport--inner:after {
  content: '';
  width: 2000px;
  background-color: #330072;
  left: 100%;
  position: absolute;
  height: 60px;
  top: 0;
}
.main-header__logo {
  position: absolute;
  top: 14px;
  z-index: 100;
}
.main-header__logo img {
  width: 125px;
}
.main-header__logo img.mobile {
  display: none;
}
.main-header__wordmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.main-header__wordmark img {
  width: 329px;
}
.main-header .social-desktop .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
  font-size: 24px;
}
.main-header .social-desktop .ads-container .ad {
  margin: 0 12px;
}
.main-header .social-desktop .ads-container .ad:last-child {
  margin-right: 0;
}
.main-header .social-desktop .ads-container a {
  color: white;
  text-decoration: none;
}
.main-header .social-desktop .ads-container span {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background-color: black !important;
  color: white !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.main-header .search-desktop .c-search--popout {
  position: relative;
}
.main-header .search-desktop .c-search--popout fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.main-header .search-desktop .c-search--popout .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
}
.main-header .search-desktop .c-search--popout .c-search__popout {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  transition: opacity .25s;
  width: 250px;
  height: 40px;
  background: #330072;
  line-height: 40px;
  padding: 0 24px;
}
.main-header .search-desktop .c-search--popout .c-search__popout.is-open {
  left: auto;
  right: 0;
  opacity: 1;
  z-index: 9;
}
/*** Main Navigation ***/

.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: white;
  height: 80px;
  width: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 24px;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #330072 50%, white 50%);
}
.c-navigation--main .c-navigation__toggle:hover,
.c-navigation--main .c-navigation__toggle.is-toggled {
  background-position: 0 -100%;
  color: #330072;
}
.c-navigation--main .c-navigation--desktop {
  padding-left: 148px;
}
.c-navigation--main .c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-1:after {
  content: '';
  width: 1px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #330072;
}
.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: #330072;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1:after,
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1:after {
  display: none;
}
.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;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-1:first-child .c-navigation__url--level-1 {
  border-left: none;
}
.c-navigation--main .c-navigation--desktop .c-navigation__url--level-1 {
  height: 80px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  white-space: nowrap;
  font-weight: 700;
  color: white;
  position: relative;
  font-family: 'Rubik', sans-serif;
  padding: 0 35px;
}
.c-navigation--main .c-navigation--desktop .c-navigation__url--level-1:after {
  content: '';
  width: 1px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #330072;
}
.c-navigation--main .c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  z-index: 12;
  background-color: white;
  box-shadow: inset 0 -6px 0 #330072;
}
.c-navigation--main .c-navigation--desktop .c-navigation__level-2.is-open {
  left: 0;
  opacity: 1;
  transition: 0s;
}
.c-navigation--main .c-navigation--desktop .c-navigation__level-2-inner {
  padding: 36px 0;
  padding-left: 148px;
  max-height: calc(100vh - 120px);
  overflow: auto;
  max-width: 1440px;
  margin: 0 auto;
}
.c-navigation--main .c-navigation--desktop .c-navigation__column {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  margin: 0 30px;
}
.c-navigation--main .c-navigation--desktop .c-navigation__column:first-child {
  margin-left: 0;
}
.c-navigation--main .c-navigation--desktop .c-navigation__column:last-child {
  margin-right: 0;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 12px 24px;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-2:hover {
  background-color: #330072;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-2:hover .c-navigation__url--level-2 {
  color: white;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-2:hover:after,
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-2:hover:before {
  background-color: #330072;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-2:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  transition: all 0.3s ease-in-out 0s;
}
.c-navigation--main .c-navigation--desktop .c-navigation__separator {
  color: #330072;
  padding: 0px 24px 12px;
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}
.c-navigation--main .c-navigation--desktop .c-navigation__separator:hover {
  background-color: transparent;
}
.c-navigation--main .c-navigation--desktop .c-navigation__separator:after,
.c-navigation--main .c-navigation--desktop .c-navigation__separator:before {
  display: none;
}
.c-navigation--main .c-navigation--desktop .c-navigation__url--level-2 {
  font-weight: 700;
  font-size: 18px;
  color: #330072;
  font-family: 'Roboto', sans-serif;
}
.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__social {
  width: 24px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  font-weight: 400;
}
.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 {
  display: none;
}
.c-navigation--main .c-navigation--desktop .c-navigation__social.instagram::before {
  content: '\e044';
}
.c-navigation--main .c-navigation--desktop .c-navigation__social.tickets {
  display: none;
}
.c-navigation--main .c-navigation--desktop .c-navigation__schedule-roster-news {
  font-weight: 400;
  margin: 0 4px;
}
.c-navigation--main .c-navigation--desktop .c-navigation__schedule-roster-news.news {
  margin-right: 24px;
}
.c-navigation--main .c-navigation--desktop .c-navigation__schedule-roster-news.news:after {
  display: none;
}
.c-navigation--main .c-navigation--mobile__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  z-index: 999999;
}
.c-navigation--main .c-navigation--mobile__offcanvas.is-open {
  max-height: calc(100vh - 80px);
  overflow: auto;
}
.c-navigation--main .c-navigation--mobile .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.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: 24px;
  content: '\e008';
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--main .c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open {
  background: #330072;
  color: white;
}
.c-navigation--main .c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--main .c-navigation--mobile .c-navigation__url--level-1 {
  background-color: white;
  text-decoration: none;
  display: flex;
  padding: 18px 12px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: #330072;
  box-shadow: inset 0 -1px 0 #d8d8d8;
}
.c-navigation--main .c-navigation--mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}
.c-navigation--main .c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 2000px;
}
.c-navigation--main .c-navigation--mobile .c-navigation__separator {
  background-color: #eeeeee;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  padding: 12px;
  text-transform: uppercase;
  color: #330072;
  font-size: 18px;
  font-weight: 700;
}
.c-navigation--main .c-navigation--mobile .c-navigation__url--level-2 {
  display: flex;
  padding: 18px 12px;
  text-decoration: none;
  border-bottom: 1px solid #d8d8d8;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  background: #eeeeee;
}
.c-navigation--main .c-navigation--mobile .social-links {
  background: white;
}
.c-navigation--main .c-navigation--mobile .social-links .ads-container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-navigation--main .c-navigation--mobile .social-links .ads-container .ad {
  font-size: 24px;
  margin: 0 12px;
  line-height: 95px;
}
.c-navigation--main .c-navigation--mobile .social-links .ads-container a {
  color: #330072;
}
.c-navigation--main .c-navigation--mobile .social-links .ads-container span {
  display: none;
}
/*** Sport Nav ***/

.c-navigation--sport {
  position: relative;
}
.c-navigation--sport:before {
  content: '';
  position: absolute;
  top: 0;
  left: -45px;
  width: 0;
  height: 0;
  border-top: 60px solid #330072;
  border-left: 45px solid transparent;
}
.c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-1 {
  background: #330072;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2 {
  left: auto;
  right: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:last-child .c-navigation__url--level-1 {
  box-shadow: inset -1px 0 0 #260054, inset 1px 0 0 #260054;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  color: white;
  padding: 0 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  font-size: 24px;
  font-weight: 700;
  padding-right: 100px;
  padding-left: 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1:hover {
  text-decoration: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport.sport-home {
  padding-left: 22px;
  padding-left: 24px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__additional .c-navigation__url--level-1 {
  position: relative;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__additional .c-navigation__url--level-1:after {
  content: '\e016';
  font-family: 'sidearm_font_v2';
  padding-left: 6px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  background-color: white;
  width: 300px;
  box-shadow: 0 0.125rem 0.313rem rgba(0, 0, 0, 0.2);
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2.is-open {
  left: auto;
  right: 0;
  opacity: 1;
  transition: 0s;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 12px 24px;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover {
  background-color: #330072;
  color: white;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover:after {
  background-color: #330072;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: #e5e5e5;
  transition: all 0.3s ease-in-out 0s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport {
  padding-right: 32px;
  padding-left: 28px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-links {
  background: #330072;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  color: white;
  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;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  z-index: 999;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 140px);
  overflow: auto;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas-inner {
  margin-left: 180px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: 'sidearm_font_v2';
  font-size: 24px;
  content: '\e008';
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  background-color: #330072;
  text-decoration: none;
  display: flex;
  padding: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: white;
  border-bottom: 1px solid white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  overflow: hidden;
  transition: 1s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 2000px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__separator {
  background-color: white;
  display: flex;
  padding: 12px;
  text-transform: uppercase;
  color: #330072;
  font-size: 18px;
  font-weight: 700;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  background-color: #eeeeee;
  color: #330072;
  display: flex;
  font-weight: 700;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  border-bottom: 1px solid #d8d8d8;
}
/*** Stories ***/

#s-stories .s-stories--featured {
  position: relative;
  z-index: 20;
}
#s-stories .s-stories--grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #330072;
  z-index: 19;
  /*&-left{
			.flex-item(1 1 864px);
		}
		&-right{
			.flex-item(1 1 576px);
		}*/

}
#s-stories .s-stories--grid > .row {
  height: 100%;
}
#s-stories .c-stories--cover .c-stories__item {
  position: relative;
  height: calc(100vh);
}
#s-stories .c-stories--cover .c-stories__media-as-bg {
  height: calc(100vh);
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
#s-stories .c-stories--cover .c-stories__media-as-bg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
#s-stories .c-stories--cover .c-stories__media {
  padding-bottom: 56.25%;
  background: black;
  position: relative;
}
#s-stories .c-stories--cover .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#s-stories .c-stories--cover .c-stories__details {
  position: absolute;
  bottom: 132px;
  left: 0;
  width: 100%;
  padding: 8px 24px;
}
#s-stories .c-stories--cover .c-stories__thumbnails ul {
  display: flex;
  display: -webkit-flex;
}
#s-stories .c-stories--cover .c-stories__thumbnails ul li {
  margin: 0 6px;
  border-radius: 50%;
  background: white;
  font-size: 0;
  width: 8px;
  height: 8px;
  transition: .25s;
}
#s-stories .c-stories--cover .c-stories__thumbnails ul li:hover,
#s-stories .c-stories--cover .c-stories__thumbnails ul li.c-stories__active {
  background: #330072;
}
#s-stories .c-stories--cover .c-stories__thumbnails ul li:first-child {
  margin-left: 0;
}
#s-stories .c-stories--cover .c-stories__title {
  margin: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
  padding-right: 96px;
}
#s-stories .c-stories--cover .c-stories__url {
  color: white;
  text-decoration: none;
  transition: .25s;
}
#s-stories .c-stories--cover .c-stories__url:hover {
  text-decoration: underline;
}
#s-stories .c-stories--cover .c-stories__view-more a {
  text-decoration: none;
  font-size: 18px;
  color: white;
}
#s-stories .c-stories--cover .c-stories__view-more a:hover {
  text-decoration: underline;
}
#s-stories .c-stories--cover .c-stories__event {
  flex: 1 0 261px;
  -webkit-flex: 1 0 261px;
  min-width: 1px;
  min-height: 1px;
  color: white;
}
#s-stories .c-stories--cover .c-stories__event .c-events__next {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 24px;
}
#s-stories .c-stories--cover .c-stories__event .c-events__title-container {
  padding-top: 30px;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
}
#s-stories .c-stories--cover .c-stories__event .c-events__date-time {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 10px;
}
#s-stories .c-stories--cover .c-stories__event .c-events__opponent {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
#s-stories .c-stories--cover .c-stories__event .c-events__opponent--name {
  padding-left: 4px;
}
#s-stories .c-stories--cover .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#s-stories .c-stories--featured .c-stories__item {
  flex: 1 0 50%;
  -webkit-flex: 1 0 50%;
  min-width: 1px;
  min-height: 1px;
  position: relative;
}
#s-stories .c-stories--featured .c-stories__item:first-child {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
}
#s-stories .c-stories--featured .c-stories__item:first-child .c-stories__details {
  font-size: 24px;
  line-height: 38px;
}
#s-stories .c-stories--featured .c-stories__details {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
}
#s-stories .c-stories--featured .c-stories__url {
  color: white;
  text-decoration: none;
}
#s-stories .c-stories--featured .c-stories__url:hover {
  text-decoration: underline;
}
#s-stories .c-stories--grid .c-stories__item {
  position: relative;
  margin: 12px;
  width: calc(33.33333% - 24px);
  display: block;
}
#s-stories .c-stories--grid .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
}
#s-stories .c-stories--grid .c-stories__media iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
}
#s-stories .c-stories--grid .c-stories__media:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
#s-stories .c-stories--grid .c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#s-stories .c-stories--grid .c-stories__details {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
}
#s-stories .c-stories--grid .c-stories__url {
  color: white;
  text-decoration: none;
}
#s-stories .c-stories--grid .c-stories__url:hover {
  text-decoration: underline;
}
@media all and (max-width: 1024px) {
  #s-stories .c-stories--cover .c-stories__item {
    height: initial;
  }
  #s-stories .c-stories--cover .c-stories__media {
    padding-bottom: 0;
  }
  #s-stories .c-stories--cover .c-stories__media:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  }
  #s-stories .c-stories--cover .c-stories__picture img,
  #s-stories .c-stories--cover .c-stories__image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
  #s-stories .c-stories--cover .c-stories__details {
    position: relative;
    bottom: auto;
    left: auto;
    background: black;
  }
  #s-stories .c-stories--cover .c-stories__extra {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  #s-stories .c-stories--cover .c-stories__title {
    font-size: 36px;
    line-height: 50px;
  }
}
#s-stories .s-stories-viewToggle {
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 48px;
  left: 50%;
  z-index: 21;
}
#s-stories .s-stories-viewToggle button {
  transition: 0.2s;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  height: 50px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 0;
  color: white;
}
#s-stories .s-stories-viewToggle button.active {
  background-color: #330072;
  color: white;
}
#s-stories .s-stories-viewToggle button i {
  font-size: 32px;
  color: white;
}
/*** Schedule ***/

.s-schedule {
  padding: 83px 0;
  text-align: center;
}
.s-schedule #schedule__tab[aria-hidden="true"],
.s-schedule #results__tab[aria-hidden="true"] {
  display: block !important;
  position: absolute;
  left: -99999px;
  top: -99999px;
  width: 100%;
}
.s-schedule h2 span {
  margin-right: 4px;
}
.s-schedule__top img {
  background: #330072;
  padding-left: 16px;
}
.s-schedule__top h2 {
  margin: 0;
  text-transform: uppercase;
  color: white;
  background-color: #330072;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 28px;
  padding: 0 24px;
  height: 77px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 84px;
}
.s-schedule__top .row {
  height: 77px;
  border-bottom: 1px solid white;
}
.s-schedule__nav {
  margin-right: auto;
}
.s-schedule__nav li:first-child {
  margin-right: 48px;
}
.s-schedule__nav li a {
  height: 77px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #330072;
  position: relative;
}
.s-schedule__nav li a:after {
  position: absolute;
  content: '';
  height: 6px;
  background-color: #330072;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 0.3s ease-in-out 0s;
}
.s-schedule__nav li a:hover:after {
  width: 100%;
}
.s-schedule__nav li.ui-state-active a {
  font-weight: 700;
}
.s-schedule__nav li.ui-state-active a:after {
  width: 100%;
}
.s-schedule__nav li span {
  margin-right: 4px;
}
.s-schedule__composite {
  text-decoration: none;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #330072;
}
.s-schedule__composite:hover {
  text-decoration: underline;
}
.s-schedule .no-events {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100px;
  background-color: white;
  margin-top: 24px;
}
.s-schedule .c-events--cards-boxy .slick-slide img {
  margin: 0 auto;
}
.s-schedule .c-events--cards-boxy .slick-list {
  margin: 24px -12px;
}
.s-schedule .c-events--cards-boxy .c-events__item {
  display: flex;
  display: -webkit-flex;
  background-color: white;
  margin: 0 12px;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
  padding: 12px;
  flex: 0 1 calc(25% - 24px);
  -webkit-flex: 0 1 calc(25% - 24px);
  min-width: 1px;
  min-height: 1px;
}
.s-schedule .c-events--cards-boxy .c-events__sport {
  height: 90px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.s-schedule .c-events--cards-boxy .c-events__details {
  height: 100px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  margin-bottom: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
.s-schedule .c-events--cards-boxy .c-events__logo {
  height: 100px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.s-schedule .c-events--cards-boxy .c-events__logo-default {
  width: 100px;
  height: auto;
}
.s-schedule .c-events--cards-boxy .c-events__indicator,
.s-schedule .c-events--cards-boxy .c-events__opponent {
  font-weight: 700;
}
.s-schedule .c-events--cards-boxy .c-events__date-time-wrap {
  color: #330072;
  margin-top: 12px;
}
.s-schedule .c-events--cards-boxy .c-events__toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #d8d8d8;
  border: none;
  font-size: 21px;
  z-index: 10;
}
.s-schedule .c-events--cards-boxy .c-events__toggle i:before {
  transition: transform 0.3s ease-in-out 0s;
}
.s-schedule .c-events--cards-boxy .c-events__toggle.is-toggled {
  background-color: #373a36;
}
.s-schedule .c-events--cards-boxy .c-events__toggle.is-toggled i {
  color: white;
}
.s-schedule .c-events--cards-boxy .c-events__toggle.is-toggled i:before {
  transform: rotate(45deg);
}
.s-schedule .c-events--cards-boxy .c-events__toggle:hover {
  color: white;
  background-position: 0 -100%;
}
.s-schedule .c-events--cards-boxy .c-events__media-wrap {
  position: absolute;
  width: 100%;
  height: 120px;
  bottom: -100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  box-shadow: inset 0 6px 0 #666666;
  background-color: #373a36;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}
.s-schedule .c-events--cards-boxy .c-events__media-wrap.is-open {
  bottom: 0;
}
.s-schedule .c-events--cards-boxy .c-events__media-item {
  margin: 0 12px;
  display: flex;
  display: -webkit-flex;
}
.s-schedule .c-events--cards-boxy .c-events__media-link {
  font-size: 18px;
  text-decoration: none;
  color: white;
  display: flex;
  display: -webkit-flex;
  font-family: 'Roboto', sans-serif;
}
.s-schedule .c-events--cards-boxy .c-events__media-link span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.s-schedule .c-events--cards-boxy .c-events__media-link:hover span {
  text-decoration: underline;
}
.s-schedule .load-more__container {
  padding-top: 36px;
}
.s-schedule .load-more__container .load-more__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: #330072;
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.s-schedule .load-more__container .load-more__button:after {
  position: absolute;
  content: '';
  height: 6px;
  background-color: #330072;
  left: 0;
  bottom: -6px;
  width: 0;
  transition: all 0.3s ease-in-out 0s;
}
.s-schedule .load-more__container .load-more__button:hover:after {
  width: 100%;
}
.promo {
  background: black;
  padding: 84px 0;
}
.promo .ads-container {
  position: relative;
}
.promo .slick-prev,
.promo .slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
  position: absolute;
  bottom: 24px;
  transform: translateX(-50%);
}
.promo .slick-prev:before,
.promo .slick-next:before {
  font-family: 'sidearm_font_v2';
  font-size: 24px;
  color: white;
}
.promo .slick-prev {
  left: calc(50% - 12px);
}
.promo .slick-prev:before {
  content: '\e009';
}
.promo .slick-next {
  left: calc(50% + 12px);
}
.promo .slick-next:before {
  content: '\e010';
}
#s-videos {
  background: #330072;
  box-shadow: inset 0 -12px 0 #260054;
  padding: 84px 0;
}
#s-videos .s-videos__top {
  min-height: 77px;
  border-bottom: 1px solid white;
}
#s-videos .s-videos__top--logo {
  width: 77px;
  position: relative;
}
#s-videos .s-videos__top--logo:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #330072;
}
#s-videos .s-videos__top h2 {
  margin: 0;
  color: #330072;
  font-family: 'Rubik', sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  background: white;
  padding: 0 24px;
  line-height: 77px;
  margin-right: auto;
}
#s-videos .s-videos__top a {
  text-decoration: none;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: white;
}
#s-videos .s-videos__top a.tablet {
  display: none;
}
#s-videos .c-videos--featured {
  margin-top: 24px;
}
#s-videos .c-videos--featured .c-videos__featured {
  flex: 1 1 60%;
  -webkit-flex: 1 1 60%;
  min-width: 1px;
  min-height: 1px;
  padding-right: 24px;
}
#s-videos .c-videos--featured .c-videos__featured-player {
  padding-bottom: 56.25%;
}
#s-videos .c-videos--featured .c-videos__featured-player-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#s-videos .c-videos--featured .c-videos__featured .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#s-videos .c-videos--featured .c-videos__featured-details {
  padding-top: 24px;
}
#s-videos .c-videos--featured .c-videos__featured-details .c-videos__title {
  color: white;
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  padding-left: 0;
}
#s-videos .c-videos--featured .c-videos__list {
  flex: 0 1 457px;
  -webkit-flex: 0 1 457px;
  min-width: 1px;
  min-height: 1px;
}
#s-videos .c-videos--featured .c-videos__item {
  background: white;
  margin-bottom: 12px;
  transition: .25s;
  box-shadow: inset 0 -12px 0 white;
  position: relative;
}
#s-videos .c-videos--featured .c-videos__item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: white;
  transition: .45s;
}
#s-videos .c-videos--featured .c-videos__item:hover {
  background: #260054;
  box-shadow: inset 0 -12px 0 #260054;
}
#s-videos .c-videos--featured .c-videos__item:hover:after {
  width: 100%;
}
#s-videos .c-videos--featured .c-videos__item:hover .c-videos__title {
  color: white;
}
#s-videos .c-videos--featured .c-videos__item:hover .c-videos__details i {
  color: white;
}
#s-videos .c-videos--featured .c-videos__media-container {
  flex: 1 1 40%;
  -webkit-flex: 1 1 40%;
  min-width: 1px;
  min-height: 1px;
}
#s-videos .c-videos--featured .c-videos__media {
  padding-bottom: 56.25%;
}
#s-videos .c-videos--featured .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#s-videos .c-videos--featured .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
}
#s-videos .c-videos--featured .c-videos__details {
  flex: 1 1 66.6667%;
  -webkit-flex: 1 1 66.6667%;
  min-width: 1px;
  min-height: 1px;
  padding: 12px 12px 12px 0;
  min-height: 79px;
}
#s-videos .c-videos--featured .c-videos__details i {
  font-size: 24px;
}
#s-videos .c-videos--featured .c-videos__title {
  color: #330072;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding-left: 24px;
}
.s-parallax {
  position: relative;
}
.s-parallax .parallax {
  height: 900px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: white;
  font-size: 0;
}
.s-parallax .parallaxText {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#s-social {
  padding: 83px 0;
}
#s-social .s-social__content {
  display: flex;
  display: -webkit-flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  width: 100%;
}
#s-social .s-social__content > section {
  margin: 0 12px;
  flex: 1 1 33.3333%;
  -webkit-flex: 1 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
  position: relative;
}
#s-social .s-social__top {
  min-height: 77px;
  padding-bottom: 24px;
}
#s-social .s-social__top--logo {
  width: 77px;
  position: relative;
  background: #330072;
}
#s-social .s-social__top h2 {
  margin: 0;
  color: white;
  font-family: 'Rubik', sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  background: #330072;
  padding: 0 24px;
  line-height: 77px;
  margin-right: auto;
}
#s-social .s-social__top a {
  text-decoration: none;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: white;
}
#s-social .s-social__top a.tablet {
  display: none;
}
#s-social .slick-dots {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
#s-social .slick-dots li {
  margin: 0 6px;
}
#s-social .slick-dots li.slick-active button {
  background: #330072;
}
#s-social .slick-dots button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  transition: .25s;
}
#s-social .slick-dots button:hover {
  background: #330072;
}
#s-facebook .c-facebook__icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent #330072 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#s-facebook .c-facebook__icon::after {
  content: "\e041";
  font-family: 'sidearm_font_v2';
  position: absolute;
  color: white;
  font-size: 21px;
  left: 30px;
}
#s-facebook .c-facebook__body-wrap {
  padding: 24px;
}
#s-facebook .c-facebook__has-image .c-facebook__screen-name {
  display: block;
  margin-left: 0;
}
#s-facebook .c-facebook__has-image .c-facebook__user {
  margin: 12px 0;
}
#s-facebook .c-facebook__image-wrap {
  position: relative;
}
#s-facebook .c-facebook__image-wrap .c-facebook__user-logo {
  position: absolute;
  bottom: 0;
  left: 24px;
  bottom: -25px;
}
#s-facebook .c-facebook__user-logo {
  width: 53px;
  height: 53px;
  padding: 6px;
  background-color: white;
}
#s-facebook .c-facebook__like {
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  border: 2px solid #330072;
  border-radius: 12px;
  padding: 0 12px;
  margin-left: auto;
  color: #330072;
}
#s-facebook .c-facebook__like:hover {
  background-color: #330072;
  color: white;
}
#s-facebook .c-facebook__screen-name {
  text-decoration: none;
  font-weight: 700;
  margin-left: 12px;
  font-family: 'Rubik', sans-serif;
}
#s-facebook .c-facebook--scroll .c-facebook__scroll {
  max-height: 489px;
  background-color: white;
  position: relative;
  font-family: 'Roboto', sans-serif;
}
#s-facebook .c-facebook--slider {
  text-align: center;
}
#s-facebook .c-facebook--slider .c-facebook__item {
  margin: 12px;
  position: relative;
  flex: 0 0 calc(50% - 24px);
  -webkit-flex: 0 0 calc(50% - 24px);
  min-width: 1px;
  min-height: 1px;
}
#s-facebook .c-facebook--slider .c-facebook__item-sizer {
  position: relative;
  padding-bottom: 100%;
}
#s-facebook .c-facebook--slider .c-facebook__item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
}
#s-facebook .c-facebook--slider .c-facebook__body-wrap {
  text-align: left;
}
#s-facebook .c-facebook--slider .c-facebook__body {
  font-size: .875rem;
  line-height: 26px;
}
#s-facebook .c-facebook--slider .c-facebook__has-image .c-facebook__user-logo {
  position: absolute;
  bottom: 0;
  left: 24px;
  top: 125px;
}
#s-facebook .c-facebook--slider .c-facebook__image-wrap {
  height: 150px;
  overflow: hidden;
}
#s-facebook .c-facebook--slider .c-facebook__user {
  margin: 12px 0;
}
#s-instagram .c-instagram--scroll .c-instagram__icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent #330072 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#s-instagram .c-instagram--scroll .c-instagram__icon::after {
  content: "\e044";
  font-family: 'sidearm_font_v2';
  position: absolute;
  color: white;
  font-size: 21px;
  left: 30px;
}
#s-instagram .c-instagram--scroll .c-instagram__scroll {
  max-height: 489px;
  position: relative;
}
#s-instagram .c-instagram--scroll .c-instagram__item {
  flex: 1 1 50%;
  min-width: 1px;
  min-height: 1px;
  padding: 6px;
}
#s-instagram .c-instagram--slider {
  text-align: center;
}
#s-instagram .c-instagram--slider .c-instagram__icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent #330072 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#s-instagram .c-instagram--slider .c-instagram__icon::after {
  content: "\e044";
  font-family: 'sidearm_font_v2';
  position: absolute;
  color: white;
  font-size: 21px;
  left: 30px;
}
#s-instagram .c-instagram--slider .c-instagram__item {
  margin: 12px;
  position: relative;
  flex: 0 0 calc(50% - 24px);
  -webkit-flex: 0 0 calc(50% - 24px);
  min-width: 1px;
  min-height: 1px;
}
#s-instagram .c-instagram--slider .c-instagram__item-sizer {
  position: relative;
  padding-bottom: 100%;
}
#s-instagram .c-instagram--slider .c-instagram__item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
}
#s-instagram .c-instagram--slider .c-instagram__link {
  height: 100%;
}
#s-twitter .c-twitter--scroll .c-twitter__icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent #330072 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#s-twitter .c-twitter--scroll .c-twitter__icon::after {
  content: "\e035";
  font-family: 'sidearm_font_v2';
  position: absolute;
  color: white;
  font-size: 21px;
  left: 30px;
}
#s-twitter .c-twitter--scroll .c-twitter__scroll {
  max-height: 489px;
  background-color: white;
  position: relative;
  font-family: 'Roboto', sans-serif;
}
#s-twitter .c-twitter--scroll .c-twitter__body-wrap {
  padding: 24px;
}
#s-twitter .c-twitter--scroll .c-twitter__has-image .c-twitter__screen-name {
  display: block;
  margin-left: 0;
}
#s-twitter .c-twitter--scroll .c-twitter__has-image .c-twitter__user {
  margin: 12px 0;
}
#s-twitter .c-twitter--scroll .c-twitter__image-wrap {
  position: relative;
}
#s-twitter .c-twitter--scroll .c-twitter__image-wrap .c-twitter__user-logo {
  position: absolute;
  bottom: 0;
  left: 24px;
  bottom: -25px;
}
#s-twitter .c-twitter--scroll .c-twitter__user-logo {
  width: 53px;
  height: 53px;
  padding: 6px;
  background-color: white;
}
#s-twitter .c-twitter--scroll .c-twitter__user-screen {
  font-weight: 700;
  text-decoration: none;
}
#s-twitter .c-twitter--scroll .c-twitter__like {
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  border: 2px solid #330072;
  border-radius: 12px;
  padding: 0 12px;
  margin-left: auto;
}
#s-twitter .c-twitter--scroll .c-twitter__like:hover {
  background-color: #330072;
  color: white;
}
#s-twitter .c-twitter--scroll .c-twitter__screen-name {
  text-decoration: none;
  font-weight: 700;
  margin-left: 12px;
  font-family: 'Rubik', sans-serif;
}
#s-twitter .c-twitter--scroll .c-twitter__body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
#s-twitter .c-twitter--slider {
  text-align: center;
}
#s-twitter .c-twitter--slider .c-twitter__icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent #330072 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#s-twitter .c-twitter--slider .c-twitter__icon::after {
  content: "\e035";
  font-family: 'sidearm_font_v2';
  position: absolute;
  color: white;
  font-size: 21px;
  left: 30px;
}
#s-twitter .c-twitter--slider .c-twitter__item {
  margin: 12px;
  position: relative;
  flex: 0 0 calc(50% - 24px);
  -webkit-flex: 0 0 calc(50% - 24px);
  min-width: 1px;
  min-height: 1px;
}
#s-twitter .c-twitter--slider .c-twitter__item-sizer {
  position: relative;
  padding-bottom: 100%;
}
#s-twitter .c-twitter--slider .c-twitter__item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
}
#s-twitter .c-twitter--slider .c-twitter__body-wrap {
  padding: 24px;
  text-align: left;
}
#s-twitter .c-twitter--slider .c-twitter__body {
  font-size: .875rem;
  line-height: 26px;
}
#s-twitter .c-twitter--slider .c-twitter__has-image .c-twitter__screen-name {
  display: block;
  margin-left: 0;
}
#s-twitter .c-twitter--slider .c-twitter__has-image .c-twitter__user {
  margin: 12px 0;
}
#s-twitter .c-twitter--slider .c-twitter__has-image .c-twitter__user-logo {
  position: absolute;
  bottom: 0;
  left: 24px;
  top: 125px;
}
#s-twitter .c-twitter--slider .c-twitter__image-wrap {
  position: relative;
  height: 150px;
  overflow: hidden;
}
#s-twitter .c-twitter--slider .c-twitter__user {
  margin: 12px 0;
}
#s-twitter .c-twitter--slider .c-twitter__user-logo {
  width: 53px;
  height: 53px;
  padding: 6px;
  background-color: white;
}
#s-twitter .c-twitter--slider .c-twitter__like {
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  border: 2px solid #330072;
  border-radius: 12px;
  padding: 0 12px;
  margin-left: auto;
}
#s-twitter .c-twitter--slider .c-twitter__like:hover {
  background-color: #330072;
  color: white;
}
#s-twitter .c-twitter--slider .c-twitter__screen-name {
  text-decoration: none;
  font-weight: bold;
}
.main-footer__sponsors {
  background: white;
  padding: 54px 0;
  border-top: 1px solid #d8d8d8;
}
.main-footer__sponsors .ad {
  margin: 0 12px;
}
.main-footer__logos {
  background: #330072;
}
.main-footer__logos li {
  flex: 1 1 25%;
  -webkit-flex: 1 1 25%;
  min-width: 1px;
  min-height: 1px;
  text-align: center;
  min-height: 250px;
}
.main-footer__logos div {
  height: 100%;
}
.main-footer__logos a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
  text-decoration: none;
  width: 100%;
  padding: 40px 48px;
  transition: .25s;
}
.main-footer__links {
  background: #330072;
  color: white;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 73px;
}
.main-footer__links ul {
  margin: 0;
}
.main-footer__links a {
  color: white;
  text-decoration: none;
}
.main-footer__links span {
  font-weight: 700;
}
.main-footer__links .c-footer__item {
  text-align: center;
}
.main-footer__links .c-footer__item:before {
  content: '/';
  margin: 0 4px;
}
/*
 * Container style
 */

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/* perfect-scrollbar v0.7.0 */

.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eeeeee;
  opacity: 1;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999999;
  height: 11px;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eeeeee;
  opacity: 1;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999999;
  width: 14px;
}
.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: black;
  -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;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-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;
  -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;
  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;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}
.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 {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  background: white !important;
  width: 6px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #330072;
  -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;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-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;
  -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;
  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;
  right: 0px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px;
  border-radius: 12px;
}
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 6px;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eeeeee;
  opacity: 1;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999999;
  height: 11px;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eeeeee;
  opacity: 1;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999999;
  width: 11px;
}
.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 1;
}
.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eeeeee;
  opacity: 1;
}
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999999;
}
.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eeeeee;
  opacity: 1;
}
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999999;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (max-width: 1416px) {
  .main-header__logo {
    padding-left: 24px;
  }
  .s-schedule__top .row {
    padding: 0 12px;
  }
}
@media screen and (max-width: 1023px) {
  .main-header__nav {
    background: #330072;
  }
  .main-header__logo {
    top: 8px;
  }
  .main-header__logo img {
    width: 65px;
  }
  .main-content-placeholder {
    margin-top: 80px;
  }
  .main-header .social-desktop {
    margin-left: 0;
  }
  .main-header__logo img.desktop {
    display: none;
  }
  .main-header__logo img.mobile {
    display: block;
  }
  .main-header__wordmark {
    display: block;
  }
  #s-stories .c-stories--cover .c-stories__thumbnails ul {
    justify-content: center;
    -webkit-justify-content: center;
  }
  #s-stories .s-stories--featured {
    background: black;
  }
  #s-stories .s-stories--grid {
    display: none;
  }
  #s-stories .c-stories--cover .c-events--story {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-top: 32px;
    padding-bottom: 55px;
  }
  #s-stories .c-stories--cover .c-stories__event .c-events__date-time {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 72px;
    padding-right: 12px;
  }
  #s-stories .c-stories--cover .c-stories__event {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
  }
  #s-stories .s-stories-viewToggle {
    display: none;
  }
  #s-stories .c-stories--cover .c-stories__title {
    padding-right: 0;
  }
  .s-stories--featured .c-stories__thumbnails {
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
  }
  #s-stories .s-stories-viewToggle {
    display: none !important;
  }
  .s-schedule__top .row {
    flex-direction: column;
    -webkit-flex-direction: column;
    height: auto;
  }
  #schedule__tabs .s-schedule__title {
    margin-right: auto;
  }
  .s-schedule__nav {
    width: 100%;
    border-bottom: 1px solid white;
  }
  .s-schedule__composite {
    line-height: 77px;
    margin-left: auto;
  }
  .s-schedule .c-events--cards-boxy .c-events__item {
    flex: 0 1 calc(50% - 24px);
    -webkit-flex: 0 1 calc(50% - 24px);
    min-width: 1px;
    min-height: 1px;
  }
  #s-videos .c-videos--featured {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #s-videos .c-videos--featured .c-videos__list {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    margin-top: 48px;
  }
  #s-social .s-social__content {
    display: block;
  }
  #s-social .s-social__content > section {
    flex: none;
    width: 100%;
    display: block;
    margin: 0;
  }
  #s-videos .c-videos--featured .c-videos__featured {
    padding-right: 0;
  }
  .s-social .s-facebook {
    margin-top: 24px;
  }
  .main-footer__logos li {
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    min-width: 1px;
    min-height: 1px;
  }
  .main-footer__logos .flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .main-footer__links > .flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .main-footer__links .c-footer__item:first-child:before {
    display: none;
  }
  .main-footer__links span {
    width: 100%;
    text-align: center;
    display: block;
  }
  .s-schedule__top .row {
    border-bottom: none;
  }
  .s-parallax .parallax {
    height: 432px;
  }
}
@media screen and (max-width: 767px) {
  .s-schedule .c-events--cards-boxy .c-events__item {
    flex: 0 1 calc(100% - 12px);
    -webkit-flex: 0 1 calc(100% - 12px);
    min-width: 1px;
    min-height: 1px;
  }
  .hide-on-mobile {
    display: none;
  }
  #s-stories .c-stories--cover .c-events--story {
    display: block;
  }
  #s-stories .c-stories--cover .c-stories__event .c-events__date-time {
    padding: 12px 0;
  }
  #s-videos .s-videos__top h2 span {
    position: absolute;
    left: -99999px;
    top: -99999px;
    display: block !important;
    background-color: black !important;
    color: white !important;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .main-footer__logos li {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .main-footer__links .c-footer__item:last-child:before {
    display: none;
  }
  #s-stories .c-stories--cover .c-stories__title {
    font-size: 24px;
    line-height: 38px;
  }
  #s-videos .s-videos__top a.tablet {
    display: block;
  }
  #s-videos .s-videos__top a.desktop {
    display: none;
  }
  .s-schedule h2 span {
    position: absolute;
    left: -99999px;
    top: -99999px;
    display: block !important;
    background-color: black !important;
    color: white !important;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media screen and (max-width: 540px) {
  .main-header__wordmark {
    display: none;
  }
  .promo {
    padding: 0;
  }
  #s-videos .c-videos--featured .c-videos__featured-details .c-videos__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
  }
  .s-parallax .parallax {
    height: 211px;
  }
  .s-parallax .parallaxText img {
    width: 125px;
    height: 120px;
  }
}
@media screen and (max-width: 400px) {
  .main-footer__sponsors .ad img {
    margin: 0 auto;
  }
}
.content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-ad .dfp-ad {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.c-navigation--main .c-navigation--desktop .c-navigation__url--level-1,
.s-schedule .c-events--cards-boxy .c-events__toggle,
.c-navigation--main .c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1,
.c-navigation--main .c-navigation--mobile .c-navigation__url--level-1 {
  outline-offset: -5px !important;
}
.promo .ad a:focus,
.main-footer__sponsors .ad a:focus {
  display: inline-block;
}
.main-header__logo a {
  display: inline-block;
}
.promo .slick-prev,
.promo .slick-next {
  background: #330072;
  color: white;
  border-radius: 100%;
  padding: 10px;
  border: 2px solid white;
}
.promo .slick-next {
  left: calc(50% + 27px);
}
.promo .slick-prev {
  left: calc(50% - 27px);
}
#s-stories .c-stories--cover .c-stories__item,
#s-stories .c-stories--cover .c-stories__media-as-bg {
  background-color: black;
}
