/* =========== SITE VARIABLES ========== */
/*Fonts*/
/* =========== BREAKPOINTS ========== */
/*Tabs*/

html.index .ui-tabs-panel {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  overflow: hidden;
}
html.index .ui-tabs-panel[aria-hidden=true] {
  display: block !important;
  height: 0;
  opacity: 0;
}
html.index .ui-tabs-panel[aria-hidden=false] {
  overflow: visible;
}
/*DFP*/

.dfp-ad {
  margin: 24px auto;
}
/*Mixins*/
/*Utility Classes*/

.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.reset-icon {
  display: inline-flex;
  line-height: 1;
}
.reset-icon::before {
  margin: 0;
}
.accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black !important;
  color: white !important;
}
.hide {
  background: black !important;
  color: white !important;
}
.bg-black {
  background: black;
}
.relative {
  position: relative;
}
@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hide-on-tablet-up {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .hide-on-tablet-down {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .hide-on-desktop-up {
    display: none !important;
  }
}
@media screen and (max-width: 1440px) {
  .hide-on-desktop-down {
    display: none !important;
  }
}
.flex-item-1 {
  flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.row {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.row.pad {
  padding-left: 12px;
  padding-right: 12px;
}
.row.no-pad {
  max-width: 1416px;
}
.row.row-wide {
  max-width: 2000px;
}
html.sport .main-header__calendar,
html.members-custom .main-header__calendar,
html.sport .main-header__standings,
html.members-custom .main-header__standings {
  display: none !important;
}
html:not(.index) .main-content-placeholder {
  max-width: 1416px;
  padding: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  border: 1px solid #eeeeee;
  background: white;
}
html.members-custom .main-content-placeholder {
  max-width: none;
  padding: 0;
  margin-left: none;
  margin-right: none;
  margin-bottom: 0;
  border: none;
  background-image: url("https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/ivyleague.sidearmsports.com/images/responsive_2021/bg_pattern_repeater.jpg");
  background-repeat: repeat;
}
html.navigation-loaded .s-loading {
  display: none;
  height: 0;
  width: 0;
  z-index: -1;
}
html.navigation-loaded .main-header {
  opacity: 1;
}
html.whockey .s-standings {
  display: none;
}
body {
  font: 14px/1.4 'Effra', arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background-image: url("https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/ivyleague.sidearmsports.com/images/responsive_2021/bg_pattern_repeater.jpg");
  background-repeat: repeat;
}
body.calendar-open .c-navigation__item--level-1,
body.standings-open .c-navigation__item--level-1 {
  pointer-events: none;
}
.common-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.common-header span {
  color: #026937;
  font-family: 'Effra', sans-serif;
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .common-header span {
    font-size: 25px;
    letter-spacing: 3px;
  }
}
.c-members--list {
  display: flex;
  align-items: normal;
  justify-content: normal;
  background: white;
}
.c-members--list .c-members__filter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 70px;
  flex: 0 0 169px;
  box-shadow: inset -1px 0 0 #eeeeee;
}
.c-members--list .c-members__filter--text {
  font-family: 'Effra', sans-serif;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  text-transform: uppercase;
  color: #707070;
  letter-spacing: 2px;
}
.c-members--list .c-members__filter i {
  color: #707070;
  font-size: 16px;
}
.c-members--list .c-members__list {
  display: flex;
  align-items: normal;
  justify-content: normal;
  flex: 1;
}
.c-members--list .c-members__item {
  flex: 1;
}
.c-members--list .c-members__item.is-active .c-members__link {
  background: #f1f0f0;
}
.c-members--list .c-members__item.is-active .c-members__image img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.c-members--list .c-members__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  height: 70px;
}
.c-members--list .c-members__link:focus .c-members__image img,
.c-members--list .c-members__link:hover .c-members__image img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.c-members--list .c-members__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-members--list .c-members__image img {
  width: 40px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .3;
  transition: 200ms ease-in-out;
}
.c-members--nav {
  position: relative;
}
.c-members--nav .c-members__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 50px;
  background: white;
  width: 100%;
  transition: 200ms ease-in-out;
}
.c-members--nav .c-members__toggle::-ms-expand {
  display: none;
}
.c-members--nav .c-members__toggle span {
  font-family: 'Effra', sans-serif;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #707070;
  margin-right: 8px;
}
.c-members--nav .c-members__toggle i {
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms ease-in-out;
}
.c-members--nav .c-members__offcanvas {
  position: absolute;
  z-index: 6;
  top: 100%;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: height 0s;
  background: white;
}
.c-members--nav .c-members__items {
  display: grid;
  grid-template-columns: auto;
  transform: translate(0, -100%);
  transition: .25s;
}
.c-members--nav .c-members__link {
  display: flex;
  align-items: center;
  justify-content: normal;
  height: 60px;
  box-shadow: inset 0 -1px 0 #eeeeee;
  width: 100%;
  text-decoration: none;
  padding: 0 24px;
}
.c-members--nav .c-members__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.c-members--nav .c-members__image img {
  object-fit: cover;
}
.c-members--nav .c-members__title {
  font-family: 'Effra', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #312f2f;
}
.c-members--nav.is-open .c-members__offcanvas {
  z-index: 5;
  height: calc(100vh - 50px);
  overflow: auto;
  transition: height 0s;
}
.c-members--nav.is-open .c-members__items {
  transform: none;
}
.c-members--nav.is-open .c-members__toggle {
  background: #f1f0f0;
}
.c-members--nav.is-open .c-members__toggle i {
  transform: rotate(180deg);
}
.c-navigation--main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--main .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding: 0 12px;
  height: 60px;
  transition: 200ms ease-in-out;
  color: white;
}
.c-navigation--main .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--main .c-navigation__toggle--text {
  font-family: 'Effra', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-right: 6px;
}
.c-navigation--main .c-navigation__toggle .sidearm-icon {
  display: inline-flex;
  line-height: 1;
}
.c-navigation--main .c-navigation__toggle .sidearm-icon::before {
  margin: 0;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1 {
  cursor: default;
  padding: 0 20px;
}
.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,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1::after,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.is-open .c-navigation__url--level-1::after {
  transform: translateX(0);
  opacity: 1;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover:not(.shop) .c-navigation__url--level-1 span::after,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover:not(.shop) .c-navigation__url--level-1 span::after,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus:not(.shop) .c-navigation__url--level-1 span::after,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.is-open:not(.shop) .c-navigation__url--level-1 span::after {
  transform: rotate(180deg);
}
.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,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:focus .c-navigation__level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.is-open .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity 0.25s;
  max-height: calc(100vh - 60px);
  overflow: auto;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.shop .c-navigation__url--level-1 span::after {
  font-family: 'sidearm_font_v2';
  font-size: 12px;
  content: '\e129';
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  transition: none;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.nav-sports .c-navigation__column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.nav-sports .c-navigation__separator {
  grid-column: 1 / span 2;
}
.c-navigation--main .c-navigation-desktop .c-navigation__parent .c-navigation__url--level-1 span::after {
  content: '\e012';
  font-family: 'sidearm_font_v2';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: white;
  margin-left: 6px;
  transition: 200ms ease-in-out;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1 {
  color: white;
  white-space: nowrap;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms ease-in-out;
  overflow: hidden;
  position: relative;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1 span {
  font-family: 'Effra', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: normal;
  letter-spacing: .5px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transform: translateX(-100%);
  opacity: 0;
  transition: 200ms ease-in-out;
  background: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  background: white;
  overflow: hidden;
  position: absolute;
  z-index: 5;
  left: -99999px;
  opacity: 0;
  width: 100%;
  max-height: 0;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner {
  margin: 0 auto;
  max-width: 1464px;
  padding: 18px 0 48px;
}
html.headroom--unpinned .c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  max-height: calc(100vh - 80px) !important;
}
.c-navigation--main .c-navigation-desktop .c-navigation__column-wrapper {
  flex: 0 1 50%;
  padding: 0 24px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2 {
  display: flex;
  align-items: center;
  justify-content: normal;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: 200ms ease-in-out;
  background: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:not(.c-navigation__separator):hover,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:not(.c-navigation__separator):focus {
  background: #026937;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:not(.c-navigation__separator):hover .c-navigation__url--level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:not(.c-navigation__separator):focus .c-navigation__url--level-2 {
  color: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__separator {
  font-family: 'Effra', sans-serif;
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
  color: #026937;
  display: flex;
  align-items: center;
  justify-content: normal;
  height: 32px;
  box-shadow: inset 0 -2px 0 #026937;
  text-transform: uppercase;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2 {
  display: flex;
  align-items: center;
  justify-content: normal;
  color: #312f2f;
  min-height: 44px;
  padding: 0 12px;
  font-family: 'PT Serif';
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child:last-child {
  width: 100%;
  margin-right: 0;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child:last-child:hover {
  text-decoration: none;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:last-child {
  margin-right: 12px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:hover,
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:focus {
  text-decoration: underline;
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
  z-index: 3;
  background: #026937;
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 80px);
  overflow: auto;
  height: auto;
}
.c-navigation--main .c-navigation-mobile .c-navigation__espn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__espn img {
  width: 125px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-1:first-child .c-navigation__url--level-1 {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(0, 0, 0, 0.15);
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-1.shop .c-navigation__url--level-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 200ms ease-in-out;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-1.shop .c-navigation__url--level-1::after {
  font-family: 'sidearm_font_v2';
  font-size: 16px;
  content: '\e129';
  margin-left: 12px;
  font-style: normal;
  display: block;
  transition: all 200ms ease-in-out;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 200ms ease-in-out;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1::after {
  font-family: 'sidearm_font_v2';
  font-size: 16px;
  content: '\e012';
  margin-left: 12px;
  font-style: normal;
  display: block;
  transition: all 200ms ease-in-out;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  transform: rotate(-180deg);
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
  display: flex;
  align-items: center;
  justify-content: normal;
  color: white;
  font-family: 'Effra', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  height: 60px;
  padding: 0 24px;
  white-space: nowrap;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2 {
  background: #fafafa;
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2.is-open {
  max-height: none;
  overflow: auto;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2:last-child {
  border: none;
}
.c-navigation--main .c-navigation-mobile .c-navigation__separator {
  display: flex;
  align-items: center;
  justify-content: normal;
  background: white;
  height: 54px;
  padding: 0 24px;
  font-family: 'Effra', sans-serif;
  font-size: 12px;
  font-weight: 800;
  font-style: normal;
  color: #026937;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: inset 0 -2px 0 #026937;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2 {
  display: flex;
  align-items: center;
  justify-content: normal;
  font-family: 'PT Serif';
  font-weight: 400;
  font-size: 14px;
  color: #312f2f;
  height: 60px;
  padding: 0 48px;
  box-shadow: inset 0 -1px 0 #eeeeee;
  background: #fafafa;
}
/*** Sport Navigation ***/

.c-navigation--sport {
  background: #c6b784;
  position: relative;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
}
.c-navigation--sport ul {
  margin: 0;
  padding: 0;
  list-style: none;
  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__item--level-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: normal;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__url--level-1,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1 {
  text-decoration: underline;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:focus .c-navigation__level-2,
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2 {
  left: auto;
  right: 0;
  opacity: 1;
  transition: opacity .25s;
  z-index: 5;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  padding: 0 24px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: normal;
  font-family: 'Effra', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #312f2f;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: normal;
  padding-left: 24px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  font-family: 'Effra', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  padding: 0;
  letter-spacing: .5px;
  order: 1;
  margin-left: 0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  width: 400px;
  max-height: calc(100vh - 180px);
  overflow: auto;
  background: #026937;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
}
.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 {
  font-family: 'Effra', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: white;
  transition: 200ms ease-in-out;
  padding: 12px 24px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:focus,
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2.sidearm-hover {
  background: white;
  color: #026937;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: normal;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  font-family: 'Effra', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .5px;
  text-decoration: none;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: normal;
  color: #312f2f;
  text-transform: uppercase;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-links {
  padding: 0 24px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: normal;
  font-family: 'Effra', sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 5;
  overflow: hidden;
  background: #026937;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  height: calc(100vh - 160px);
  overflow: auto;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: 'sidearm_font_v2';
  content: '\e012';
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
  color: white;
}
.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 {
  display: flex;
  align-items: center;
  justify-content: normal;
  text-decoration: none;
  color: white;
  font-family: 'Effra', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .5px;
  height: 50px;
  padding: 0 24px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.is-open {
  background: #026937;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  padding: 0;
  opacity: 1;
  position: static;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  display: flex;
  align-items: center;
  justify-content: normal;
  text-decoration: none;
  background: white;
  box-shadow: inset 0 -1px 0 #eeeeee;
  padding: 12px 24px;
  font-family: 'Effra', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #312f2f;
}
.c-search--navigation {
  background: #026937;
  height: 60px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.c-search--navigation fieldset {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.c-search--navigation .c-search__container {
  display: flex;
  align-items: normal;
  justify-content: normal;
  height: 100%;
}
.c-search--navigation .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  flex: 1 1 auto;
  color: white;
  padding: 0 24px;
  font-family: 'Effra', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.c-search--navigation .c-search__text::-ms-expand {
  display: none;
}
.c-search--navigation .c-search__text::placeholder {
  color: white;
}
.c-search--navigation .c-search__text::-webkit-input-placeholder {
  color: white;
}
.c-search--navigation .c-search__text::-moz-placeholder {
  color: white;
}
.c-search--navigation .c-search__text:-ms-input-placeholder {
  color: white;
}
.c-search--navigation .c-search__text:-moz-placeholder {
  color: white;
}
.c-search--navigation .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  flex: 0 0 auto;
  color: white;
  font-size: 20px;
  line-height: 1;
  width: 60px;
}
.c-search--navigation .c-search__submit::-ms-expand {
  display: none;
}
.c-search--overlay {
  height: 100%;
}
.c-search--overlay fieldset {
  border: none;
  display: block;
  margin: 0;
  max-width: 600px;
  padding: 0 24px;
  width: 100%;
}
.c-search--overlay .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
  margin: 0 24px;
  transition: 200ms ease-in-out;
  height: 60px;
  overflow: hidden;
}
.c-search--overlay .c-search__toggle::-ms-expand {
  display: none;
}
.c-search--overlay .c-search__toggle--text {
  font-size: 0;
}
@media screen and (min-width: 1416px) {
  .c-search--overlay .c-search__toggle--text {
    font-family: 'Effra', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-right: 6px;
  }
}
.c-search--overlay .c-search__toggle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: white;
  transform: translateX(-100%);
  opacity: 0;
  transition: 200ms ease-in-out;
}
.c-search--overlay .c-search__toggle:hover::after,
.c-search--overlay .c-search__toggle:focus::after,
.c-search--overlay .c-search__toggle.is-toggled::after {
  transform: translateX(0);
  opacity: 1;
}
.c-search--overlay .c-search__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  position: fixed;
  top: 0;
  left: -99999px;
  width: 100%;
  height: 100%;
  z-index: 200;
  transition: opacity 0.2s, left 0s 0.2s;
}
.c-search--overlay .c-search__overlay.is-open {
  left: 0;
  opacity: 1;
  transition: opacity 0.2s;
}
.c-search--overlay .c-search__text-wrap {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  height: 72px;
}
.c-search--overlay .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: white;
  color: black;
  display: block;
  font-size: 1.25rem;
  line-height: 40px;
  padding: 0 104px 0 24px;
  width: 100%;
  height: 100%;
}
.c-search--overlay .c-search__text::-ms-expand {
  display: none;
}
.c-search--overlay .c-search__text::-webkit-input-placeholder {
  color: black;
}
.c-search--overlay .c-search__text::-moz-placeholder {
  color: black;
}
.c-search--overlay .c-search__text:-ms-input-placeholder {
  color: black;
}
.c-search--overlay .c-search__text:-moz-placeholder {
  color: black;
}
.c-search--overlay .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: #026937;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  transition: background 0.15s, color 0.15s;
}
.c-search--overlay .c-search__submit::-ms-expand {
  display: none;
}
.c-search--overlay .c-search__submit[disabled] {
  background: #eeeeee;
  color: black;
  cursor: not-allowed;
}
.c-search--overlay .c-search__submit:hover:not([disabled]),
.c-search--overlay .c-search__submit:focus:not([disabled]) {
  background: white;
  color: #026937;
}
.c-search--overlay .c-search__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  overflow: hidden;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  transition: 200ms ease-in-out;
}
.c-search--overlay .c-search__close::-ms-expand {
  display: none;
}
.c-search--overlay .c-search__close:hover,
.c-search--overlay .c-search__close:focus {
  background: #026937;
}
.c-standings--table {
  color: #312f2f;
  background: white;
  max-width: 375px;
  margin-left: auto;
  height: 100%;
  display: flex;
  align-items: normal;
  justify-content: normal;
  flex-direction: column;
}
.c-standings--table .c-standings__aside {
  margin-top: auto;
}
.c-standings--table .c-standings__calendar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 49px;
  text-decoration: none;
  background: #026937;
  font-family: 'Effra', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  transition: 200ms ease-in-out;
  color: white;
}
.c-standings--table .c-standings__calendar span {
  color: white;
  margin-right: 9px;
}
.c-standings--table .c-standings__calendar i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.c-standings--table .c-standings__filters {
  display: flex;
  align-items: center;
  justify-content: normal;
  width: 100%;
}
.c-standings--table .c-standings__selectWrapper {
  width: 100%;
  position: relative;
  box-sizing: content-box;
  height: 44px;
}
.c-standings--table .c-standings__selectWrapper select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
  padding: 0 12px;
  font-size: 14px;
  font-family: 'PT Serif';
  font-weight: 400;
  position: relative;
  text-overflow: ellipsis;
  color: #707070;
  background: white;
}
.c-standings--table .c-standings__selectWrapper select::-ms-expand {
  display: none;
}
.c-standings--table .c-standings__selectWrapper select:hover,
.c-standings--table .c-standings__selectWrapper select:focus,
.c-standings--table .c-standings__selectWrapper select.sidearm-hover {
  text-decoration: underline;
  cursor: pointer;
}
.c-standings--table .c-standings__selectWrapper::after {
  content: '\e012';
  font-family: 'sidearm_font_v2';
  position: absolute;
  font-size: 12px;
  top: 50%;
  right: 19px;
  transform: translate(0, -50%);
  pointer-events: none;
  color: #707070;
}
.c-standings--table .c-standings__table {
  line-height: 1;
  width: 100%;
  position: relative;
  height: max-content;
  display: block;
  background: white;
}
.c-standings--table .c-standings__table tr {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.c-standings--table .c-standings__table td {
  border: 1px solid #eeeeee;
}
.c-standings--table .c-standings__table-header {
  display: block;
  background: #c6b784;
}
.c-standings--table .c-standings__table-heading {
  font-family: 'Effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 2px;
  color: #312f2f;
  padding: 10px 12px;
  text-align: center;
  flex: 0 0 25%;
  width: 25%;
  white-space: nowrap;
  text-transform: uppercase;
}
.c-standings--table .c-standings__table-heading:first-child {
  padding: 10px 12px;
  text-align: left;
  flex: 1 1 50%;
  width: 50%;
}
.c-standings--table .c-standings__table-heading:last-child {
  padding: 10px 20px 10px 20px;
}
.c-standings--table .c-standings__table-group {
  padding: 22px 24px;
  text-align: left;
  color: #312f2f;
  width: 100%;
  white-space: nowrap;
}
.c-standings--table .c-standings__table-body {
  width: 100%;
  padding-bottom: 0px;
  display: block;
}
.c-standings--table .c-standings__table-cell {
  display: flex;
  align-items: center;
  justify-content: normal;
  padding: 10px 12px;
  text-align: center;
  white-space: nowrap;
  flex: 0 0 25%;
  width: 25%;
  font-family: 'PT Serif';
  font-weight: 400;
  font-size: 14px;
}
.c-standings--table .c-standings__table-cell:first-child {
  text-align: left;
  padding: 10px 12px 10px 16px;
  flex: 1 1 auto;
  width: 50%;
}
.c-standings--table .c-standings__table-cell:last-child {
  padding: 10px 24px 10px 24px;
}
.c-standings--table .c-standings__table-cell a {
  text-decoration: none;
}
.c-standings--table .c-standings__table-cell a:hover {
  text-decoration: underline;
}
.c-standings--table .c-standings__table-cell:nth-of-type(2) span,
.c-standings--table .c-standings__table-cell:nth-of-type(3) span {
  margin: 0 auto;
}
.c-standings--table .c-standings__image img {
  width: 24px;
  margin-right: 24px;
  overflow: hidden;
}
.c-scoreboard__selectWrapper {
  position: relative;
}
.c-scoreboard__selectWrapper select {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 100%;
  height: 44px;
  box-shadow: inset 0 -1px 0 #eeeeee;
  color: #707070;
  padding: 0 12px;
  font-size: 14px;
  font-family: 'PT Serif';
  font-weight: 400;
  position: relative;
  text-overflow: ellipsis;
  background: white;
}
.c-scoreboard__selectWrapper select::-ms-expand {
  display: none;
}
.c-scoreboard__selectWrapper select:hover,
.c-scoreboard__selectWrapper select:focus,
.c-scoreboard__selectWrapper select.sidearm-hover {
  text-decoration: underline;
  cursor: pointer;
}
.c-scoreboard__selectWrapper::after {
  content: '\e008';
  font-family: 'sidearm_font_v2';
  position: absolute;
  font-size: 16px;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  pointer-events: none;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .c-scoreboard__selectWrapper::after {
    right: 25px;
  }
}
.c-scoreboard__list {
  max-height: calc(100vh - 317px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #026937 transparent;
}
html.headroom--not-top .c-scoreboard__list {
  max-height: calc(100vh - 267px);
}
@media screen and (min-width: 768px) {
  html.headroom--not-top .c-scoreboard__list {
    max-height: calc(100vh - 247px);
  }
}
.c-scoreboard__list::-webkit-scrollbar {
  width: 11px;
}
.c-scoreboard__list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #026937;
}
.c-scoreboard__list::-webkit-scrollbar-track {
  background-color: transparent;
}
.c-scoreboard__date-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c6b784;
  height: 36px;
  font-family: 'Effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #312f2f;
}
.c-scoreboard__data {
  display: flex;
  align-items: center;
  justify-content: normal;
  padding: 0 24px 0 12px;
}
.c-scoreboard__item {
  background: white;
  box-shadow: inset 0 -1px 0 #eeeeee;
  padding: 6px 0 12px;
}
.c-scoreboard__sport,
.c-scoreboard__time {
  font-family: 'Effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 150%;
  color: #312f2f;
  text-transform: uppercase;
}
.c-scoreboard__sport {
  margin-right: auto;
}
.c-scoreboard__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.c-scoreboard__icon i {
  display: inline-flex;
  line-height: 1;
  color: #026937;
  font-size: 10px;
}
.c-scoreboard__icon i::before {
  margin: 0;
}
.c-scoreboard__main {
  padding: 12px 24px;
}
.c-scoreboard__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-right: 8px;
}
.c-scoreboard__logo img {
  object-fit: cover;
  width: 12px;
}
.c-scoreboard__away {
  display: flex;
  align-items: center;
  justify-content: normal;
  font-family: 'PT Serif';
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  width: 100%;
}
.c-scoreboard__away--title {
  margin-right: auto;
}
.c-scoreboard__home {
  display: flex;
  align-items: center;
  justify-content: normal;
  font-family: 'PT Serif';
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  width: 100%;
  margin-bottom: 8px;
}
.c-scoreboard__home--title {
  margin-right: auto;
}
.c-scoreboard__at {
  margin-right: 4px;
}
.c-scoreboard__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-scoreboard__media-item:not(:last-child)::after {
  content: '/';
  font-family: 'Effra', sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .5px;
  color: #312f2f;
  display: inline-block;
  margin: 0 8px;
}
.c-scoreboard__media-link {
  font-family: 'Effra', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-decoration: none;
}
.c-scoreboard__media-link:hover,
.c-scoreboard__media-link:focus {
  text-decoration: underline;
}
.c-scoreboard__media-text {
  color: #026937;
}
.c-scoreboard__composite-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #026937;
  height: 49px;
  text-decoration: none;
}
.c-scoreboard__composite-link span {
  font-family: 'Effra', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: white;
  margin-right: 9px;
  text-decoration: none;
}
.c-scoreboard__composite-link i {
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms ease-in-out;
}
.c-scoreboard__composite-link:hover i,
.c-scoreboard__composite-link:focus i {
  transform: translateX(5px) scale(1.2);
}
.c-stories__container {
  margin-bottom: 48px;
}
@media screen and (min-width: 1200px) {
  .c-stories__container {
    margin-bottom: 0;
  }
}
.c-stories__archives {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #026937;
  height: 46px;
  border-radius: 4px;
  margin-top: 12px;
  text-decoration: none;
  transition: 200ms ease-in-out;
}
.c-stories__archives span {
  color: white;
  text-transform: uppercase;
  font-family: 'Effra', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.5px;
  margin-right: 9px;
  transition: 200ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-stories__archives span {
    font-size: 14px;
    letter-spacing: 2.5px;
  }
}
.c-stories__archives i {
  color: white;
  transition: 200ms ease-in-out;
}
.c-stories__archives:hover,
.c-stories__archives:focus {
  background: white;
}
.c-stories__archives:hover span,
.c-stories__archives:focus span,
.c-stories__archives:hover i,
.c-stories__archives:focus i {
  color: #026937;
}
.c-stories--list {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .c-stories--list {
    grid-template-columns: 1fr 1fr;
  }
}
.c-stories--list .c-stories__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: normal;
  padding: 0 12px;
  height: 90px;
  background: white;
  border: 1px solid #eeeeee;
}
@media screen and (min-width: 768px) {
  .c-stories--list .c-stories__item {
    display: grid;
    height: auto;
    padding: 0;
    align-items: flex-start;
  }
}
.c-stories--list .c-stories__media-container {
  flex: 0 0 90px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .c-stories--list .c-stories__media-container {
    margin: 0;
  }
}
.c-stories--list .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
}
.c-stories--list .c-stories__media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-stories--list .c-stories__details {
    padding: 24px;
  }
}
.c-stories--list .c-stories__headline {
  margin: 0;
}
.c-stories--list .c-stories__url {
  text-decoration: none;
  font-family: 'PT Serif';
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
}
.c-stories--list .c-stories__url span {
  color: #312f2f;
  display: block;
  padding-left: 12px;
  border-left: 2px solid #026937;
  transition: 200ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-stories--list .c-stories__url {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-stories--list .c-stories__url {
    font-size: 20px;
  }
}
.c-stories--list .c-stories__url:hover span,
.c-stories--list .c-stories__url:focus span {
  color: #026937;
}
.c-stories--list .c-stories__featured {
  background: white;
}
@media screen and (min-width: 768px) {
  .c-stories--list .c-stories__featured {
    grid-column: 1 / span 2;
  }
}
.c-stories--list .c-stories__details--featured {
  padding: 24px 24px 48px;
}
@media screen and (min-width: 1200px) {
  .c-stories--list .c-stories__details--featured {
    padding: 24px 24px 36px;
  }
}
.c-stories--list .c-stories__url--featured {
  text-decoration: none;
  font-family: 'PT Serif';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  position: relative;
}
.c-stories--list .c-stories__url--featured span {
  color: #312f2f;
  display: block;
  padding-left: 12px;
  border-left: 2px solid #026937;
  transition: 200ms ease-in-out;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-stories--list .c-stories__url--featured {
    font-size: 25px;
    line-height: 31.25px;
  }
}
@media screen and (min-width: 1200px) {
  .c-stories--list .c-stories__url--featured {
    font-size: 31px;
    line-height: 38.75px;
  }
}
.c-stories--list .c-stories__url--featured:hover span,
.c-stories--list .c-stories__url--featured:focus span {
  color: #026937;
}
.c-stories--list .c-stories__meta {
  display: flex;
  align-items: center;
  justify-content: normal;
  text-transform: uppercase;
  font-family: 'Effra', sans-serif;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  color: #312f2f;
  margin-top: 18px;
}
.c-stories--list .c-stories__divider {
  display: inline-block;
  margin: 0 8px;
}
.c-members--headlines {
  padding-top: 24px;
  background: white;
  border: 1px solid #eeeeee;
}
.c-members--headlines .c-members__item {
  display: flex;
  align-items: center;
  justify-content: normal;
  padding: 24px;
  box-shadow: inset 0 -1px 0 #eeeeee;
  transition: 200ms ease-in-out;
  position: relative;
}
.c-members--headlines .c-members__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #026937;
  opacity: 0;
  transform: translateX(-100%);
  transition: 200ms ease-in-out;
}
.c-members--headlines .c-members__item:hover,
.c-members--headlines .c-members__item:focus {
  background: #f1f0f0;
}
.c-members--headlines .c-members__item:hover .c-members__logo-img,
.c-members--headlines .c-members__item:focus .c-members__logo-img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.c-members--headlines .c-members__item:hover .c-members__title,
.c-members--headlines .c-members__item:focus .c-members__title {
  font-weight: 700;
}
.c-members--headlines .c-members__item:hover::before,
.c-members--headlines .c-members__item:focus::before {
  opacity: 1;
  transform: translateX(0);
}
.c-members--headlines .c-members__logo {
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-members--headlines .c-members__logo-img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 200ms ease-in-out;
}
.c-members--headlines .c-members__details {
  margin-left: 20px;
  width: calc(100% - 46px);
}
.c-members--headlines .c-members__title {
  text-decoration: none;
  font-family: 'PT Serif';
  font-weight: 400;
  font-size: 14px;
  color: #312f2f;
  line-height: 150%;
  transition: 200ms ease-in-out;
}
.c-members--headlines .c-members__title:hover,
.c-members--headlines .c-members__title:focus {
  text-decoration: underline;
}
.c-slideshow--slider {
  padding: 48px 0 118px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .c-slideshow--slider {
    display: flex;
    align-items: center;
    justify-content: normal;
    padding: 84px 0;
  }
}
@media screen and (min-width: 1200px) {
  .c-slideshow--slider .c-slideshow__header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 56px;
    flex: 1 0 36%;
  }
}
.c-slideshow--slider .c-slideshow__header--container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c-slideshow--slider .c-slideshow__header img {
  width: 100px;
}
@media screen and (min-width: 1200px) {
  .c-slideshow--slider .c-slideshow__header img {
    width: 200px;
  }
}
.c-slideshow--slider .c-slideshow__header--text {
  margin-top: 12px;
  font-family: 'Effra', sans-serif;
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  line-height: 125%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
}
@media screen and (min-width: 768px) {
  .c-slideshow--slider .c-slideshow__header--text {
    font-size: 25px;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .c-slideshow--slider .c-slideshow__header--text {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .c-slideshow--slider .c-slideshow__slider-container {
    flex: 0 0 64%;
    max-width: 64%;
    overflow: hidden;
  }
}
.c-slideshow--slider .c-slideshow__item {
  margin: 0 6px;
}
@media screen and (min-width: 1200px) {
  .c-slideshow--slider .c-slideshow__item {
    max-width: 336px;
  }
}
.c-slideshow--slider .c-slideshow__item-inner {
  height: 347px;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 200ms ease-in-out;
}
.c-slideshow--slider .c-slideshow__item-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.65);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 100%);
  transition: 200ms ease-in-out;
}
@media screen and (min-width: 1200px) {
  .c-slideshow--slider .c-slideshow__item-inner {
    max-width: 336px;
    height: 532px;
  }
}
.c-slideshow--slider .c-slideshow__item-inner:hover,
.c-slideshow--slider .c-slideshow__item-inner:focus {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.c-slideshow--slider .c-slideshow__item-inner:hover::after,
.c-slideshow--slider .c-slideshow__item-inner:focus::after {
  background-color: transparent;
}
.c-slideshow--slider .c-slideshow__link {
  text-decoration: none;
}
.c-slideshow--slider .c-slideshow__details {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
  z-index: 2;
}
.c-slideshow--slider .c-slideshow__title {
  font-family: 'PT Serif';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  color: #312f2f;
  margin-bottom: 8px;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-slideshow--slider .c-slideshow__title {
    font-size: 20px;
  }
}
.c-slideshow--slider .c-slideshow__date {
  font-family: 'Effra', sans-serif;
  font-size: 8px;
  font-weight: 400;
  font-style: normal;
  color: black;
  text-transform: uppercase;
  line-height: 150%;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .c-slideshow--slider .c-slideshow__date {
    font-size: 10px;
  }
}
.c-slideshow--slider .c-slideshow__button {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  width: 326px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid white;
}
.c-slideshow--slider .c-slideshow__button span {
  font-family: 'Effra', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-right: 9px;
}
@media screen and (min-width: 768px) {
  .c-slideshow--slider .c-slideshow__button span {
    font-size: 14px;
    letter-spacing: 2.5px;
  }
}
.c-slideshow--slider .c-slideshow__button i {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-slideshow--slider .c-slideshow__button {
    width: 382px;
    height: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .c-slideshow--slider .c-slideshow__button {
    position: static;
    transform: none;
  }
}
.c-slideshow--slider .c-slideshow__button:hover i,
.c-slideshow--slider .c-slideshow__button:focus i {
  transform: translateX(5px) scale(1.2);
}
.c-slideshow--slider .slick-list {
  padding: 36px 66px 0 !important;
}
@media screen and (min-width: 768px) {
  .c-slideshow--slider .slick-list {
    padding: 42px 414px 0 90px !important;
  }
}
@media screen and (min-width: 1200px) {
  .c-slideshow--slider .slick-list {
    padding: 0 !important;
    width: 348px;
    overflow: visible;
  }
}
.c-slideshow--slider .slick-prev,
.c-slideshow--slider .slick-next,
.c-slideshow--slider .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  font-size: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  color: #026937;
  background: white;
  transition: all 200ms ease-in-out;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.12);
  transform: translateY(-50%);
  transition: 200ms ease-in-out;
}
.c-slideshow--slider .slick-prev::-ms-expand,
.c-slideshow--slider .slick-next::-ms-expand,
.c-slideshow--slider .slick-pause-play::-ms-expand {
  display: none;
}
.c-slideshow--slider .slick-prev::after,
.c-slideshow--slider .slick-next::after,
.c-slideshow--slider .slick-pause-play::after {
  font-family: 'sidearm_font_v2';
  color: #026937;
  font-size: 20px;
  transition: 200ms ease-in-out;
  display: inline-flex;
  line-height: 1;
  transition: 200ms ease-in-out;
}
.c-slideshow--slider .slick-prev::after::before,
.c-slideshow--slider .slick-next::after::before,
.c-slideshow--slider .slick-pause-play::after::before {
  margin: 0;
}
.c-slideshow--slider .slick-prev.slick-disabled,
.c-slideshow--slider .slick-next.slick-disabled,
.c-slideshow--slider .slick-pause-play.slick-disabled {
  cursor: not-allowed;
}
.c-slideshow--slider .slick-prev:hover:not(.slick-disabled),
.c-slideshow--slider .slick-next:hover:not(.slick-disabled),
.c-slideshow--slider .slick-pause-play:hover:not(.slick-disabled),
.c-slideshow--slider .slick-prev:focus:not(.slick-disabled),
.c-slideshow--slider .slick-next:focus:not(.slick-disabled),
.c-slideshow--slider .slick-pause-play:focus:not(.slick-disabled),
.c-slideshow--slider .slick-prev.sidearm-hover:not(.slick-disabled),
.c-slideshow--slider .slick-next.sidearm-hover:not(.slick-disabled),
.c-slideshow--slider .slick-pause-play.sidearm-hover:not(.slick-disabled) {
  background: #026937;
}
.c-slideshow--slider .slick-prev:hover:not(.slick-disabled)::after,
.c-slideshow--slider .slick-next:hover:not(.slick-disabled)::after,
.c-slideshow--slider .slick-pause-play:hover:not(.slick-disabled)::after,
.c-slideshow--slider .slick-prev:focus:not(.slick-disabled)::after,
.c-slideshow--slider .slick-next:focus:not(.slick-disabled)::after,
.c-slideshow--slider .slick-pause-play:focus:not(.slick-disabled)::after,
.c-slideshow--slider .slick-prev.sidearm-hover:not(.slick-disabled)::after,
.c-slideshow--slider .slick-next.sidearm-hover:not(.slick-disabled)::after,
.c-slideshow--slider .slick-pause-play.sidearm-hover:not(.slick-disabled)::after {
  color: white;
}
.c-slideshow--slider .slick-prev {
  left: 12px;
}
@media screen and (min-width: 1200px) {
  .c-slideshow--slider .slick-prev {
    left: 0;
  }
}
.c-slideshow--slider .slick-prev::after {
  content: '\e009';
}
.c-slideshow--slider .slick-next {
  right: 12px;
}
.c-slideshow--slider .slick-next::after {
  content: '\e010';
}
.c-slideshow--sport {
  display: flex;
  align-items: normal;
  justify-content: normal;
  background-color: #026937;
  background-image: url("https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/ivyleague.sidearmsports.com/images/responsive_2021/parallax_championship_bg.jpg");
  background-position: center;
  background-size: cover;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .c-slideshow--sport {
    flex-direction: row;
  }
}
.c-slideshow--sport .c-slideshow__image {
  order: -1;
}
@media screen and (min-width: 1024px) {
  .c-slideshow--sport .c-slideshow__image {
    order: 2;
    width: 50%;
  }
}
.c-slideshow--sport .c-slideshow__image img {
  height: 320px;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-slideshow--sport .c-slideshow__image img {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .c-slideshow--sport .c-slideshow__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 117px;
    width: 50%;
  }
}
.c-slideshow--sport .c-slideshow__text {
  color: white;
  padding: 24px 24px 48px;
  display: grid;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .c-slideshow--sport .c-slideshow__text {
    padding: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .c-slideshow--sport .c-slideshow__text {
    padding: 0;
  }
}
.c-slideshow--sport .c-slideshow__title {
  text-align: center;
  font-family: 'PT Serif';
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  text-transform: capitalize;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .c-slideshow--sport .c-slideshow__title {
    font-size: 31px;
  }
}
.c-slideshow--sport .c-slideshow__subtitle {
  font-family: 'Effra', sans-serif;
  font-size: 12px;
  font-weight: 800;
  font-style: normal;
  line-height: 125%;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 310px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .c-slideshow--sport .c-slideshow__subtitle {
    font-size: 16px;
    max-width: 363px;
  }
}
@media screen and (min-width: 1024px) {
  .c-slideshow--sport .c-slideshow__subtitle {
    text-align: left;
    margin-right: auto;
  }
}
.c-slideshow--sport .c-slideshow__teaser {
  font-family: 'PT Serif';
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 24px;
  max-width: 326px;
}
@media screen and (min-width: 768px) {
  .c-slideshow--sport .c-slideshow__teaser {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .c-slideshow--sport .c-slideshow__teaser {
    margin-right: auto;
  }
}
.c-slideshow--sport .c-slideshow__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 42px;
  border-radius: 4px;
  border: 1px solid white;
  text-decoration: none;
  transition: 200ms ease-in-out;
}
.c-slideshow--sport .c-slideshow__link span {
  font-family: 'Effra', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: white;
  margin-right: 8px;
  transition: 200ms ease-in-out;
}
.c-slideshow--sport .c-slideshow__link i {
  color: white;
  transition: 200ms ease-in-out;
}
.c-slideshow--sport .c-slideshow__link:hover,
.c-slideshow--sport .c-slideshow__link:focus {
  background: white;
}
.c-slideshow--sport .c-slideshow__link:hover span,
.c-slideshow--sport .c-slideshow__link:focus span,
.c-slideshow--sport .c-slideshow__link:hover i,
.c-slideshow--sport .c-slideshow__link:focus i {
  color: #026937;
}
@media screen and (min-width: 1024px) {
  .c-slideshow--sport .c-slideshow__link {
    margin-right: auto;
  }
}
.c-galleries--slider {
  border-radius: 24px;
  overflow: hidden;
  background: white;
  border: 1px solid #eeeeee;
  padding: 24px;
}
.c-galleries--slider .slick-track {
  display: flex;
  align-items: normal;
  justify-content: center;
}
.c-galleries--slider .slick-list {
  flex: 1 0 100%;
}
.c-galleries--slider .slick-slide {
  display: grid;
  gap: 24px;
}
.c-galleries--slider .slick-prev,
.c-galleries--slider .slick-next,
.c-galleries--slider .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  font-size: 0;
  border-radius: 50%;
  position: absolute;
  bottom: -71px;
  color: white;
  background: #026937;
  transition: all 200ms ease-in-out;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.12);
  transition: 200ms ease-in-out;
}
.c-galleries--slider .slick-prev::-ms-expand,
.c-galleries--slider .slick-next::-ms-expand,
.c-galleries--slider .slick-pause-play::-ms-expand {
  display: none;
}
.c-galleries--slider .slick-prev::after,
.c-galleries--slider .slick-next::after,
.c-galleries--slider .slick-pause-play::after {
  font-family: 'sidearm_font_v2';
  color: white;
  font-size: 20px;
  transition: 200ms ease-in-out;
  display: inline-flex;
  line-height: 1;
  transition: 200ms ease-in-out;
}
.c-galleries--slider .slick-prev::after::before,
.c-galleries--slider .slick-next::after::before,
.c-galleries--slider .slick-pause-play::after::before {
  margin: 0;
}
.c-galleries--slider .slick-prev.slick-disabled,
.c-galleries--slider .slick-next.slick-disabled,
.c-galleries--slider .slick-pause-play.slick-disabled {
  background: #ededed;
  cursor: not-allowed;
  box-shadow: none;
  color: black;
}
.c-galleries--slider .slick-prev.slick-disabled::after,
.c-galleries--slider .slick-next.slick-disabled::after,
.c-galleries--slider .slick-pause-play.slick-disabled::after {
  color: #707070;
}
.c-galleries--slider .slick-prev:hover:not(.slick-disabled),
.c-galleries--slider .slick-next:hover:not(.slick-disabled),
.c-galleries--slider .slick-pause-play:hover:not(.slick-disabled),
.c-galleries--slider .slick-prev:focus:not(.slick-disabled),
.c-galleries--slider .slick-next:focus:not(.slick-disabled),
.c-galleries--slider .slick-pause-play:focus:not(.slick-disabled),
.c-galleries--slider .slick-prev.sidearm-hover:not(.slick-disabled),
.c-galleries--slider .slick-next.sidearm-hover:not(.slick-disabled),
.c-galleries--slider .slick-pause-play.sidearm-hover:not(.slick-disabled) {
  background: white;
}
.c-galleries--slider .slick-prev:hover:not(.slick-disabled)::after,
.c-galleries--slider .slick-next:hover:not(.slick-disabled)::after,
.c-galleries--slider .slick-pause-play:hover:not(.slick-disabled)::after,
.c-galleries--slider .slick-prev:focus:not(.slick-disabled)::after,
.c-galleries--slider .slick-next:focus:not(.slick-disabled)::after,
.c-galleries--slider .slick-pause-play:focus:not(.slick-disabled)::after,
.c-galleries--slider .slick-prev.sidearm-hover:not(.slick-disabled)::after,
.c-galleries--slider .slick-next.sidearm-hover:not(.slick-disabled)::after,
.c-galleries--slider .slick-pause-play.sidearm-hover:not(.slick-disabled)::after {
  color: #026937;
}
.c-galleries--slider .slick-prev {
  right: calc(50% + 109px);
}
.c-galleries--slider .slick-prev::after {
  content: '\e009';
}
.c-galleries--slider .slick-next {
  left: calc(50% + 109px);
}
.c-galleries--slider .slick-next::after {
  content: '\e010';
}
.c-galleries--slider .c-galleries__item {
  position: relative;
  background: black;
}
.c-galleries--slider .c-galleries__link {
  display: block;
  text-decoration: none;
}
.c-galleries--slider .c-galleries__link:hover .c-galleries__image,
.c-galleries--slider .c-galleries__link:focus .c-galleries__image {
  transform: scale(1.1);
}
.c-galleries--slider .c-galleries__image {
  height: 421px;
  width: auto;
  object-fit: cover;
  transition: 200ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-galleries--slider .c-galleries__image {
    height: 540px;
  }
}
.c-galleries--slider .c-galleries__details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: normal;
  justify-content: flex-end;
  flex-direction: column;
  padding: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.c-galleries--slider .c-galleries__title {
  font-family: 'PT Serif';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: white;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .c-galleries--slider .c-galleries__title {
    font-size: 20px;
  }
}
.c-galleries--slider .c-galleries__date,
.c-galleries--slider .c-galleries__sport {
  font-family: 'Effra', sans-serif;
  font-size: 8px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  color: white;
  text-transform: uppercase;
}
.c-galleries--slider .c-galleries__divider {
  font-family: 'Effra', sans-serif;
  font-size: 8px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  color: white;
  margin: 0 8px;
}
.c-galleries--slider .c-galleries__gallery--link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 188px;
  border-radius: 4px;
  background: #026937;
  text-decoration: none;
  margin: 24px auto 0 auto;
}
.c-galleries--slider .c-galleries__gallery--link span {
  font-family: 'Effra', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.5px;
  color: white;
  text-transform: uppercase;
  margin-right: 9px;
}
.c-galleries--slider .c-galleries__gallery--link i {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms ease-in-out;
}
.c-galleries--slider .c-galleries__gallery--link:hover i,
.c-galleries--slider .c-galleries__gallery--link:focus i {
  transform: translateX(5px) scale(1.2);
}
.c-awards--slider {
  border-radius: 24px;
  overflow: hidden;
  background: white;
  border: 1px solid #eeeeee;
  padding: 24px;
  height: 100%;
  display: flex;
  align-items: normal;
  justify-content: normal;
  flex-direction: column;
}
.c-awards--slider .slick-track {
  display: flex;
  align-items: normal;
  justify-content: center;
  padding-bottom: 72px;
}
.c-awards--slider .slick-list {
  flex: 1 0 100%;
}
.c-awards--slider .slick-slide {
  display: grid;
}
.c-awards--slider .slick-prev,
.c-awards--slider .slick-next,
.c-awards--slider .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  font-size: 0;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  color: white;
  background: #026937;
  transition: all 200ms ease-in-out;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.12);
  transition: 200ms ease-in-out;
}
.c-awards--slider .slick-prev::-ms-expand,
.c-awards--slider .slick-next::-ms-expand,
.c-awards--slider .slick-pause-play::-ms-expand {
  display: none;
}
.c-awards--slider .slick-prev::after,
.c-awards--slider .slick-next::after,
.c-awards--slider .slick-pause-play::after {
  font-family: 'sidearm_font_v2';
  color: white;
  font-size: 20px;
  transition: 200ms ease-in-out;
  display: inline-flex;
  line-height: 1;
  transition: 200ms ease-in-out;
}
.c-awards--slider .slick-prev::after::before,
.c-awards--slider .slick-next::after::before,
.c-awards--slider .slick-pause-play::after::before {
  margin: 0;
}
.c-awards--slider .slick-prev.slick-disabled,
.c-awards--slider .slick-next.slick-disabled,
.c-awards--slider .slick-pause-play.slick-disabled {
  background: #ededed;
  cursor: not-allowed;
  box-shadow: none;
  color: black;
}
.c-awards--slider .slick-prev.slick-disabled::after,
.c-awards--slider .slick-next.slick-disabled::after,
.c-awards--slider .slick-pause-play.slick-disabled::after {
  color: #707070;
}
.c-awards--slider .slick-prev:hover:not(.slick-disabled),
.c-awards--slider .slick-next:hover:not(.slick-disabled),
.c-awards--slider .slick-pause-play:hover:not(.slick-disabled),
.c-awards--slider .slick-prev:focus:not(.slick-disabled),
.c-awards--slider .slick-next:focus:not(.slick-disabled),
.c-awards--slider .slick-pause-play:focus:not(.slick-disabled),
.c-awards--slider .slick-prev.sidearm-hover:not(.slick-disabled),
.c-awards--slider .slick-next.sidearm-hover:not(.slick-disabled),
.c-awards--slider .slick-pause-play.sidearm-hover:not(.slick-disabled) {
  background: white;
}
.c-awards--slider .slick-prev:hover:not(.slick-disabled)::after,
.c-awards--slider .slick-next:hover:not(.slick-disabled)::after,
.c-awards--slider .slick-pause-play:hover:not(.slick-disabled)::after,
.c-awards--slider .slick-prev:focus:not(.slick-disabled)::after,
.c-awards--slider .slick-next:focus:not(.slick-disabled)::after,
.c-awards--slider .slick-pause-play:focus:not(.slick-disabled)::after,
.c-awards--slider .slick-prev.sidearm-hover:not(.slick-disabled)::after,
.c-awards--slider .slick-next.sidearm-hover:not(.slick-disabled)::after,
.c-awards--slider .slick-pause-play.sidearm-hover:not(.slick-disabled)::after {
  color: #026937;
}
.c-awards--slider .slick-prev {
  right: calc(50% + 9px);
}
.c-awards--slider .slick-prev::after {
  content: '\e009';
}
.c-awards--slider .slick-next {
  left: calc(50% + 9px);
}
.c-awards--slider .slick-next::after {
  content: '\e010';
}
.c-awards--slider .c-awards__slider {
  align-self: stretch;
  flex: 1;
}
.c-awards--slider .c-awards__no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'PT Serif';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #312f2f;
  text-transform: capitalize;
}
.c-awards--slider .c-awards__media {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border: 1px solid #eeeeee;
}
.c-awards--slider .c-awards__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}
.c-awards--slider .c-awards__details {
  padding: 24px;
  box-shadow: inset -1px 0px 0px #eeeeee, inset 1px -1px 0px #eeeeee;
}
.c-awards--slider .c-awards__title {
  text-decoration: none;
  border-left: 2px solid #026937;
  padding-left: 12px;
  margin-bottom: 18px;
  display: inline-block;
}
.c-awards--slider .c-awards__title span {
  display: inline-block;
  font-family: 'PT Serif';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #312f2f;
  text-transform: capitalize;
  transition: 200ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-awards--slider .c-awards__title span {
    font-size: 20px;
  }
}
.c-awards--slider .c-awards__title:hover span,
.c-awards--slider .c-awards__title:focus span {
  color: #026937;
}
.c-awards--slider .c-awards__date {
  font-family: 'Effra', sans-serif;
  font-size: 8px;
  font-weight: 400;
  font-style: normal;
  color: #312f2f;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.c-videos--slider {
  border-radius: 24px;
  overflow: hidden;
  background: white;
  border: 1px solid #eeeeee;
  padding: 24px;
  height: 100%;
  display: flex;
  align-items: normal;
  justify-content: normal;
  flex-direction: column;
}
.c-videos--slider .showcase-modal {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
  transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
  transform: scale(0.85);
}
.c-videos--slider .showcase-modal.youtube-video-is-playing {
  visibility: visible;
  opacity: 1;
  left: 0;
  pointer-events: all;
  -webkit-transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transform: scale(1);
}
.c-videos--slider .showcase-modal__inner {
  max-width: 1416px;
  width: 100%;
}
.c-videos--slider .showcase-modal__player {
  max-height: 100vh;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.c-videos--slider .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: 1px solid #046a38;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: fixed;
  top: 24px;
  right: 24px;
  transition: .25s;
}
.c-videos--slider .showcase-modal__close::-ms-expand {
  display: none;
}
.c-videos--slider .showcase-modal__close:hover,
.c-videos--slider .showcase-modal__close:focus,
.c-videos--slider .showcase-modal__close.sidearm-hover {
  background: #046a38;
  color: white;
}
.c-videos--slider .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-videos--slider .slick-track {
  display: flex;
  align-items: normal;
  justify-content: center;
}
.c-videos--slider .slick-list {
  flex: 1 0 100%;
}
.c-videos--slider .slick-slide {
  display: grid;
  gap: 24px;
}
.c-videos--slider .slick-prev,
.c-videos--slider .slick-next,
.c-videos--slider .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  font-size: 0;
  border-radius: 50%;
  position: absolute;
  bottom: -71px;
  color: white;
  background: #026937;
  transition: all 200ms ease-in-out;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.12);
  transition: 200ms ease-in-out;
}
.c-videos--slider .slick-prev::-ms-expand,
.c-videos--slider .slick-next::-ms-expand,
.c-videos--slider .slick-pause-play::-ms-expand {
  display: none;
}
.c-videos--slider .slick-prev::after,
.c-videos--slider .slick-next::after,
.c-videos--slider .slick-pause-play::after {
  font-family: 'sidearm_font_v2';
  color: white;
  font-size: 20px;
  transition: 200ms ease-in-out;
  display: inline-flex;
  line-height: 1;
  transition: 200ms ease-in-out;
}
.c-videos--slider .slick-prev::after::before,
.c-videos--slider .slick-next::after::before,
.c-videos--slider .slick-pause-play::after::before {
  margin: 0;
}
.c-videos--slider .slick-prev.slick-disabled,
.c-videos--slider .slick-next.slick-disabled,
.c-videos--slider .slick-pause-play.slick-disabled {
  background: #ededed;
  cursor: not-allowed;
  box-shadow: none;
  color: black;
}
.c-videos--slider .slick-prev.slick-disabled::after,
.c-videos--slider .slick-next.slick-disabled::after,
.c-videos--slider .slick-pause-play.slick-disabled::after {
  color: #707070;
}
.c-videos--slider .slick-prev:hover:not(.slick-disabled),
.c-videos--slider .slick-next:hover:not(.slick-disabled),
.c-videos--slider .slick-pause-play:hover:not(.slick-disabled),
.c-videos--slider .slick-prev:focus:not(.slick-disabled),
.c-videos--slider .slick-next:focus:not(.slick-disabled),
.c-videos--slider .slick-pause-play:focus:not(.slick-disabled),
.c-videos--slider .slick-prev.sidearm-hover:not(.slick-disabled),
.c-videos--slider .slick-next.sidearm-hover:not(.slick-disabled),
.c-videos--slider .slick-pause-play.sidearm-hover:not(.slick-disabled) {
  background: white;
}
.c-videos--slider .slick-prev:hover:not(.slick-disabled)::after,
.c-videos--slider .slick-next:hover:not(.slick-disabled)::after,
.c-videos--slider .slick-pause-play:hover:not(.slick-disabled)::after,
.c-videos--slider .slick-prev:focus:not(.slick-disabled)::after,
.c-videos--slider .slick-next:focus:not(.slick-disabled)::after,
.c-videos--slider .slick-pause-play:focus:not(.slick-disabled)::after,
.c-videos--slider .slick-prev.sidearm-hover:not(.slick-disabled)::after,
.c-videos--slider .slick-next.sidearm-hover:not(.slick-disabled)::after,
.c-videos--slider .slick-pause-play.sidearm-hover:not(.slick-disabled)::after {
  color: #026937;
}
.c-videos--slider .slick-prev {
  right: calc(50% + 109px);
}
.c-videos--slider .slick-prev::after {
  content: '\e009';
}
.c-videos--slider .slick-next {
  left: calc(50% + 109px);
}
.c-videos--slider .slick-next::after {
  content: '\e010';
}
.c-videos--slider .c-videos__list {
  flex: 1;
}
.c-videos--slider .c-videos__item {
  position: relative;
  background: black;
}
.c-videos--slider .c-videos__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.c-videos--slider .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-videos--slider .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 2;
  color: white;
}
.c-videos--slider .c-videos__play-btn::-ms-expand {
  display: none;
}
.c-videos--slider .c-videos__play-btn::before {
  font-family: 'sidearm_font_v2';
  content: '\e196';
  font-size: 36px;
  color: white;
  transition: 200ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-videos--slider .c-videos__play-btn:hover::before,
.c-videos--slider .c-videos__play-btn:focus::before {
  transform: scale(1.2);
}
.c-videos--slider .c-videos__details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  padding: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: normal;
}
.c-videos--slider .c-videos__title {
  color: white;
  font-family: 'PT Serif';
  font-weight: 700;
  font-size: 12px;
}
.c-videos--slider .c-videos__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 188px;
  border-radius: 4px;
  background: #026937;
  text-decoration: none;
  margin: 24px auto 0 auto;
}
.c-videos--slider .c-videos__link span {
  font-family: 'Effra', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.5px;
  color: white;
  text-transform: uppercase;
  margin-right: 9px;
}
.c-videos--slider .c-videos__link i {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms ease-in-out;
}
.c-videos--slider .c-videos__link:hover i,
.c-videos--slider .c-videos__link:focus i {
  transform: translateX(5px) scale(1.2);
}
.c-contentstream {
  overflow-anchor: none;
}
@media screen and (min-width: 1024px) {
  .c-contentstream__top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 18px;
  }
  .c-contentstream__top .common-header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
  }
}
.c-contentstream__filter {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .c-contentstream__filter {
    margin-bottom: 0;
  }
}
.c-contentstream__filter-item {
  margin: 0 9px;
}
.c-contentstream__filter-item--all {
  display: none;
}
.c-contentstream__filter-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  transition: 200ms ease-in-out;
}
.c-contentstream__filter-button::-ms-expand {
  display: none;
}
.c-contentstream__filter-button span {
  font-size: 0;
}
.c-contentstream__filter-button i {
  color: #026937;
  font-size: 16px;
  transition: 200ms ease-in-out;
}
.c-contentstream__filter-button.is-active {
  background: #026937;
}
.c-contentstream__filter-button.is-active i {
  color: white;
}
@media screen and (min-width: 768px) {
  .c-contentstream__stream {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.c-contentstream__item {
  width: 100%;
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .c-contentstream__item {
    width: 50%;
    padding: 0 6px;
  }
}
@media screen and (min-width: 1024px) {
  .c-contentstream__item {
    width: 33.33333%;
  }
}
@media screen and (min-width: 1416px) {
  .c-contentstream__item {
    width: 25%;
  }
}
.c-contentstream__item:not(:last-child) {
  margin-bottom: 12px;
}
.c-contentstream__item:hover .c-contentstream__overlay,
.c-contentstream__item:focus .c-contentstream__overlay {
  z-index: 1;
  opacity: 1;
}
.c-contentstream__item .sidearm-font {
  font-size: 20px;
}
.c-contentstream__item .sf-instagram {
  color: #e0294a;
}
.c-contentstream__item .sf-facebook-2 {
  color: #3b5999;
}
.c-contentstream__item .sf-twitter {
  color: #1f76d8;
}
.c-contentstream__item-inner {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.c-contentstream__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border: 1px solid white;
  border-radius: 4px;
  opacity: 0;
  transition: 200ms ease-in-out;
}
.c-contentstream__container {
  display: flex;
  align-items: center;
  justify-content: normal;
  flex-direction: column;
}
.c-contentstream__user {
  text-decoration: none;
  font-family: 'PT Serif';
  font-size: 16px;
  line-height: 150%;
}
.c-contentstream__user span {
  color: #026937;
}
.c-contentstream__user:hover,
.c-contentstream__user:focus {
  text-decoration: underline;
}
.c-contentstream__media {
  display: block;
}
.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;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  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 {
  overflow: hidden;
  position: relative;
  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 {
  opacity: 1;
  left: 0;
  pointer-events: all;
  transition: 200ms ease-in-out;
  transform: scale(1);
}
.c-contentstream__body {
  background: white;
  padding: 24px;
  border-radius: 4px;
}
.c-contentstream__text {
  margin-top: 24px;
  font-family: 'PT Serif';
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #312f2f;
}
.c-contentstream__text a {
  text-decoration: none;
  color: #026937;
}
.c-contentstream .showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  -webkit-transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
  transition: opacity 0.2s, transform 0.2s, left 0s 0.2s;
  transform: scale(0.85);
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.c-contentstream .showcase-modal__inner {
  padding: 16px;
  background: white;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-contentstream .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.c-contentstream .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #046a38;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.c-contentstream .showcase-modal__close::-ms-expand {
  display: none;
}
.c-contentstream .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-contentstream .load-more__container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.c-contentstream .load-more__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 186px;
  border-radius: 4px;
  background: #026937;
  color: white;
  text-transform: uppercase;
  font-family: 'Effra', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.5px;
  transition: 200ms ease-in-out;
}
.c-contentstream .load-more__button::-ms-expand {
  display: none;
}
.c-contentstream .load-more__button i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  font-size: 16px;
  transition: 200ms ease-in-out;
}
.c-contentstream .load-more__button:hover,
.c-contentstream .load-more__button:focus {
  background: white;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
  color: #026937;
}
.c-contentstream .load-more__button:hover i,
.c-contentstream .load-more__button:focus i {
  color: #026937;
}
.main-header {
  position: sticky;
  top: -50px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .main-header {
    top: -70px;
  }
}
.main-header__lower {
  display: flex;
  align-items: normal;
  justify-content: normal;
  background: #026937;
}
.main-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}
.main-header__logo img {
  width: 108px;
}
.main-header__espn {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c6b784;
  height: 60px;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  padding: 0 30px;
}
.main-header__espn img {
  width: 127px;
}
.main-header__calendar {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .main-header__calendar {
    margin-left: 0;
  }
}
.main-header__calendar-toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  color: #333333;
  transition: all 200ms ease-in-out;
  background: #c6b784;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.main-header__calendar-toggle::-ms-expand {
  display: none;
}
.main-header__calendar-toggle .decor {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-150%);
  height: 4px;
  width: 80%;
  z-index: 1;
  background: black;
  opacity: 0;
  transition: 200ms ease-in-out;
}
.main-header__calendar-toggle span {
  font-size: 0;
}
@media screen and (min-width: 1620px) {
  .main-header__calendar-toggle span {
    font-family: 'Effra', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: black;
  }
}
.main-header__calendar-toggle i {
  font-size: 16px;
}
.main-header__calendar-toggle:hover .decor,
.main-header__calendar-toggle:focus .decor,
.main-header__calendar-toggle.show .decor {
  transform: translateX(-50%);
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .main-header__calendar-toggle {
    padding: 0 30px;
    width: auto;
  }
}
.main-header__calendar-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.75);
  transition: all 200ms ease-in-out;
  overflow: hidden;
  visibility: hidden;
}
.main-header__calendar-overlay.is-open {
  height: calc(100vh - 110px);
  overflow: auto;
  visibility: visible;
}
html.headroom--not-top .main-header__calendar-overlay.is-open {
  height: calc(100vh - 60px);
}
@media screen and (min-width: 768px) {
  .main-header__calendar-overlay.is-open {
    height: calc(100vh - 130px);
  }
  html.headroom--not-top .main-header__calendar-overlay.is-open {
    height: calc(100vh - 60px);
  }
}
.main-header__standings {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header__standings-toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  color: #333333;
  transition: all 200ms ease-in-out;
  background: #c6b784;
  position: relative;
}
.main-header__standings-toggle::-ms-expand {
  display: none;
}
.main-header__standings-toggle .decor {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-150%);
  height: 4px;
  width: 80%;
  z-index: 1;
  background: black;
  opacity: 0;
  transition: 200ms ease-in-out;
}
.main-header__standings-toggle span {
  font-size: 0;
}
@media screen and (min-width: 1620px) {
  .main-header__standings-toggle span {
    font-family: 'Effra', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: black;
  }
}
.main-header__standings-toggle i {
  font-size: 16px;
}
.main-header__standings-toggle:hover .decor,
.main-header__standings-toggle:focus .decor,
.main-header__standings-toggle.show .decor {
  transform: translateX(-50%);
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .main-header__standings-toggle {
    padding: 0 30px;
    width: auto;
  }
}
.main-header__standings-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.75);
  transition: all 200ms ease-in-out;
  overflow: hidden;
  visibility: hidden;
}
.main-header__standings-overlay.is-open {
  height: calc(100vh - 110px);
  overflow: auto;
  visibility: visible;
}
html.headroom--not-top .main-header__standings-overlay.is-open {
  height: calc(100vh - 60px);
}
@media screen and (min-width: 768px) {
  .main-header__standings-overlay.is-open {
    height: calc(100vh - 130px);
  }
  html.headroom--not-top .main-header__standings-overlay.is-open {
    height: calc(100vh - 60px);
  }
}
.s-schedule {
  background: white;
  max-width: 375px;
  margin-left: auto;
}
.s-schedule__inner {
  position: relative;
}
.s-schedule__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 -1px 0 #eeeeee;
}
.s-schedule__tabs-item {
  width: 50%;
}
.s-schedule__tabs-item.ui-state-active .s-schedule__tabs-link {
  background: #f1f0f0;
}
.s-schedule__tabs-item.ui-state-active .s-schedule__tabs-link::after {
  transform: translateX(0);
  opacity: 1;
}
.s-schedule__tabs-item:hover::after,
.s-schedule__tabs-item:focus::after {
  transform: translateX(0);
  opacity: 1;
}
.s-schedule__tabs-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.s-schedule__tabs-link span {
  font-family: 'Effra', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  color: #312f2f;
  text-transform: uppercase;
}
.s-schedule__tabs-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #026937;
  transform: translateX(-100%);
  opacity: 0;
  transition: 200ms ease-in-out;
}
.s-schedule__tabs-link:hover::after,
.s-schedule__tabs-link:focus::after {
  transform: translateX(0);
  opacity: 1;
}
.tag-line {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: white;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.12);
}
.tag-line span {
  display: inline-block;
  padding: 12px;
  background: white;
  font-family: 'Effra', sans-serif;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  color: #026937;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .tag-line span {
    font-size: 12px;
    letter-spacing: 8px;
  }
}
.tag-line::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  background: #026937;
}
.top-wrapper {
  padding: 12px 12px 0;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .top-wrapper {
    display: grid;
    grid-template-columns: 1fr 468px;
    gap: 12px;
  }
}
.s-promo-static .ad {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
}
.s-member-headline {
  margin-top: 48px;
}
@media screen and (min-width: 1200px) {
  .s-member-headline {
    margin-top: 12px;
  }
}
.s-promo-rotator .ads-container {
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-wrap: wrap;
  padding: 48px 0 120px;
  max-width: 1464px;
  margin: 0 auto;
}
.s-promo-rotator .ads-container .slick-list {
  flex: 1 0 100%;
  padding: 0 6px;
}
.s-promo-rotator .ad {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
}
.s-promo-rotator .slick-prev,
.s-promo-rotator .slick-next,
.s-promo-rotator .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  font-size: 0;
  border-radius: 50%;
  position: absolute;
  bottom: 48px;
  color: white;
  background: #026937;
  transition: all 200ms ease-in-out;
  transform: translateX(-50%);
  transition: 200ms ease-in-out;
}
.s-promo-rotator .slick-prev::-ms-expand,
.s-promo-rotator .slick-next::-ms-expand,
.s-promo-rotator .slick-pause-play::-ms-expand {
  display: none;
}
.s-promo-rotator .slick-prev::after,
.s-promo-rotator .slick-next::after,
.s-promo-rotator .slick-pause-play::after {
  font-family: 'sidearm_font_v2';
  color: white;
  font-size: 20px;
  transition: 200ms ease-in-out;
  display: inline-flex;
  line-height: 1;
  transition: 200ms ease-in-out;
}
.s-promo-rotator .slick-prev::after::before,
.s-promo-rotator .slick-next::after::before,
.s-promo-rotator .slick-pause-play::after::before {
  margin: 0;
}
.s-promo-rotator .slick-prev:hover,
.s-promo-rotator .slick-next:hover,
.s-promo-rotator .slick-pause-play:hover,
.s-promo-rotator .slick-prev:focus,
.s-promo-rotator .slick-next:focus,
.s-promo-rotator .slick-pause-play:focus,
.s-promo-rotator .slick-prev.sidearm-hover,
.s-promo-rotator .slick-next.sidearm-hover,
.s-promo-rotator .slick-pause-play.sidearm-hover {
  background: white;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.12);
}
.s-promo-rotator .slick-prev:hover::after,
.s-promo-rotator .slick-next:hover::after,
.s-promo-rotator .slick-pause-play:hover::after,
.s-promo-rotator .slick-prev:focus::after,
.s-promo-rotator .slick-next:focus::after,
.s-promo-rotator .slick-pause-play:focus::after,
.s-promo-rotator .slick-prev.sidearm-hover::after,
.s-promo-rotator .slick-next.sidearm-hover::after,
.s-promo-rotator .slick-pause-play.sidearm-hover::after {
  color: #026937;
}
.s-promo-rotator .slick-prev {
  left: calc(50% - 66px);
}
.s-promo-rotator .slick-prev::after {
  content: '\e009';
}
.s-promo-rotator .slick-next {
  left: calc(50% + 66px);
}
.s-promo-rotator .slick-next::after {
  content: '\e010';
}
.s-promo-rotator .slick-pause-play {
  left: 50%;
}
.s-promo-rotator .slick-pause-play::after {
  content: '\e200';
}
.s-promo-rotator .slick-play::after {
  content: '\e196';
}
.bottom-wrapper {
  padding: 0 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  margin: 48px 0 24px;
}
.bottom-wrapper > section {
  max-width: calc(100vw - 24px);
}
.bottom-wrapper.school {
  margin: 0 0 24px;
}
@media screen and (min-width: 1024px) {
  .bottom-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: normal;
    max-width: 1440px;
    margin: 72px auto 30px;
  }
  .bottom-wrapper.school {
    margin: 0 auto 30px;
  }
  .bottom-wrapper > section {
    max-width: calc(33.333333% - 8px);
    flex: 1 1 33.333333%;
  }
}
.s-championships {
  background-color: #026937;
  background-image: url("https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/ivyleague.sidearmsports.com/images/responsive_2021/parallax_championship_bg.jpg");
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .s-championships {
    background-attachment: fixed;
  }
}
.s-social__inner {
  padding: 24px 0 48px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .s-social__inner {
    padding: 24px 12px 48px;
  }
}
.s-social__header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.s-social__header--text {
  color: #026937;
  font-family: 'Effra', sans-serif;
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 4px;
}
.c-newsletter {
  display: flex;
  align-items: center;
  justify-content: normal;
  flex-direction: column;
}
.c-newsletter__form--container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-newsletter__form--container {
    display: flex;
    align-items: center;
    justify-content: normal;
  }
}
.c-newsletter__cta {
  color: white;
  text-transform: uppercase;
  font-family: 'Effra', sans-serif;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  line-height: 125%;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .c-newsletter__cta {
    font-size: 20px;
    margin-bottom: 24px;
    letter-spacing: 3px;
  }
}
.c-newsletter__input {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: normal;
  width: 100%;
  height: 46px;
  border-radius: 4px;
  margin-bottom: 12px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), #026937;
  padding: 0 12px;
  font-family: 'PT Serif';
  font-size: 10px;
  color: white;
}
.c-newsletter__input::-ms-expand {
  display: none;
}
.c-newsletter__input::placeholder {
  font-family: 'PT Serif';
  font-size: 10px;
  color: white;
}
@media screen and (min-width: 768px) {
  .c-newsletter__input::placeholder {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .c-newsletter__input {
    width: 308px;
    margin-right: 12px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
.c-newsletter__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 4px;
  background: white;
  font-family: 'Effra', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.5px;
  color: #026937;
  text-transform: uppercase;
  width: 100%;
  transition: 200ms ease-in-out;
}
.c-newsletter__submit::-ms-expand {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-newsletter__submit {
    width: 181px;
    font-size: 14px;
  }
}
.c-newsletter__submit:hover,
.c-newsletter__submit:focus {
  background: #026937;
  color: white;
  box-shadow: 0 2px 18px rgba(255, 255, 255, 0.2);
}
.main-footer {
  background: white;
}
.main-footer__newsletter {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #026937;
  background-image: url("https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/ivyleague.sidearmsports.com/images/responsive_2021/parallax_championship_bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .main-footer__newsletter {
    padding: 32px;
  }
}
.main-footer__sponsors {
  position: relative;
  background: white;
}
.main-footer__sponsors .ads-container {
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-wrap: wrap;
  padding: 48px 0 96px;
  max-width: 1464px;
  margin: 0 auto;
}
.main-footer__sponsors .ads-container .slick-list {
  flex: 1 0 100%;
  padding: 0 12px;
}
.main-footer__sponsors .ad {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px;
}
.main-footer__sponsors .slick-prev,
.main-footer__sponsors .slick-next,
.main-footer__sponsors .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  font-size: 0;
  border-radius: 50%;
  position: absolute;
  bottom: 24px;
  color: white;
  background: #026937;
  transition: all 200ms ease-in-out;
  transform: translateX(-50%);
  transition: 200ms ease-in-out;
}
.main-footer__sponsors .slick-prev::-ms-expand,
.main-footer__sponsors .slick-next::-ms-expand,
.main-footer__sponsors .slick-pause-play::-ms-expand {
  display: none;
}
.main-footer__sponsors .slick-prev::after,
.main-footer__sponsors .slick-next::after,
.main-footer__sponsors .slick-pause-play::after {
  font-family: 'sidearm_font_v2';
  color: white;
  font-size: 20px;
  transition: 200ms ease-in-out;
  display: inline-flex;
  line-height: 1;
  transition: 200ms ease-in-out;
}
.main-footer__sponsors .slick-prev::after::before,
.main-footer__sponsors .slick-next::after::before,
.main-footer__sponsors .slick-pause-play::after::before {
  margin: 0;
}
.main-footer__sponsors .slick-prev:hover,
.main-footer__sponsors .slick-next:hover,
.main-footer__sponsors .slick-pause-play:hover,
.main-footer__sponsors .slick-prev:focus,
.main-footer__sponsors .slick-next:focus,
.main-footer__sponsors .slick-pause-play:focus,
.main-footer__sponsors .slick-prev.sidearm-hover,
.main-footer__sponsors .slick-next.sidearm-hover,
.main-footer__sponsors .slick-pause-play.sidearm-hover {
  background: white;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
}
.main-footer__sponsors .slick-prev:hover::after,
.main-footer__sponsors .slick-next:hover::after,
.main-footer__sponsors .slick-pause-play:hover::after,
.main-footer__sponsors .slick-prev:focus::after,
.main-footer__sponsors .slick-next:focus::after,
.main-footer__sponsors .slick-pause-play:focus::after,
.main-footer__sponsors .slick-prev.sidearm-hover::after,
.main-footer__sponsors .slick-next.sidearm-hover::after,
.main-footer__sponsors .slick-pause-play.sidearm-hover::after {
  color: #026937;
}
.main-footer__sponsors .slick-prev {
  left: calc(50% - 66px);
}
.main-footer__sponsors .slick-prev::after {
  content: '\e009';
}
.main-footer__sponsors .slick-next {
  left: calc(50% + 66px);
}
.main-footer__sponsors .slick-next::after {
  content: '\e010';
}
.main-footer__sponsors .slick-pause-play {
  left: 50%;
}
.main-footer__sponsors .slick-pause-play::after {
  content: '\e200';
}
.main-footer__sponsors .slick-play::after {
  content: '\e196';
}
@media screen and (min-width: 1200px) {
  .main-footer__links {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }
}
.main-footer__links--inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  padding: 1px 0;
  background: #eeeeee;
}
@media screen and (min-width: 1200px) {
  .main-footer__links--inner {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1416px;
    margin: 0 auto;
    padding: 0;
  }
}
.main-footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  height: 130px;
  transition: 200ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .main-footer__link {
    height: 200px;
  }
}
.main-footer__link img {
  max-height: 60px;
}
@media screen and (min-width: 768px) {
  .main-footer__link img {
    max-height: 110px;
  }
}
.main-footer__link:hover,
.main-footer__link:focus {
  background: #eeeeee;
}
.main-footer .c-common-footer {
  font-family: 'Roboto';
  max-width: 1464px;
  margin: 0 auto;
}
.sports-page__container .common-header {
  margin-bottom: 18px;
}
.sports-page__top {
  padding: 12px 12px 48px;
}
@media screen and (min-width: 1024px) {
  .sports-page__top {
    display: grid;
    grid-template-columns: 1fr 467px;
    gap: 12px;
    max-width: 1440px;
    margin: 0 auto;
  }
}
.sports-page__top .s-schedule {
  max-width: none;
  margin-left: 0;
  margin-bottom: 48px;
  padding-top: 12px;
}
@media screen and (min-width: 1024px) {
  .sports-page__top .s-schedule {
    margin-bottom: 12px;
  }
}
.sports-page__top .s-schedule .c-scoreboard__list {
  max-height: none;
}
@media screen and (min-width: 1024px) {
  .sports-page__top .s-schedule .c-scoreboard__list {
    max-height: 750px;
  }
}
.sports-page__top .s-standings {
  background: white;
  padding-top: 12px;
}
.sports-page__top .c-standings--table {
  max-width: none;
  margin-left: 0;
}
.sports-page__top .c-standings__aside {
  display: none;
}
.c-school--container {
  position: relative;
}
.c-school--container .c-school__banner {
  background-size: cover;
  height: 200px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-school--container .c-school__banner {
    height: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .c-school--container .c-school__banner {
    height: 350px;
  }
}
.c-school--container .c-school__nav {
  display: flex;
  align-items: center;
  justify-content: normal;
  background: white;
  position: relative;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
  max-width: 1416px;
  margin: 0 auto;
}
.c-school--container .c-school__nav.absolute {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}
.c-school--container .c-school__school {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-left: 24px;
}
.c-school--container .c-school__school span {
  font-family: 'Effra', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #312f2f;
}
.c-school--container .c-school__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.c-school--container .c-school__logo img {
  width: 20px;
  object-fit: cover;
}
.c-school--container .c-school__links {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: normal;
}
.c-school--container .c-school__link {
  display: flex;
  align-items: center;
  justify-content: normal;
  height: 50px;
  padding: 0 24px;
  min-width: 200px;
  text-decoration: none;
}
.c-school--container .c-school__link span {
  font-family: 'Effra', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #312f2f;
}
.c-school--container .c-school__link:hover,
.c-school--container .c-school__link:focus {
  text-decoration: underline;
}
.c-school--container .c-school__social {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 50px;
  text-decoration: none;
}
.c-school--container .c-school__social span {
  font-size: 0;
}
.c-school--container .c-school__social i {
  font-size: 16px;
  color: #312f2f;
  transition: 200ms ease-in-out;
}
.c-school--container .c-school__social:hover i,
.c-school--container .c-school__social:focus i {
  color: #026937;
}
.c-school--container .c-school__addl {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-school--container .c-school__addl {
    margin-left: 0;
  }
}
.c-school--container .c-school__addl-toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 24px;
  position: relative;
}
.c-school--container .c-school__addl-toggle::-ms-expand {
  display: none;
}
.c-school--container .c-school__addl-toggle span {
  font-family: 'Effra', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .5px;
  color: #312f2f;
  text-transform: uppercase;
  margin-right: 2px;
}
.c-school--container .c-school__addl-toggle i {
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms ease-in-out;
}
.c-school--container .c-school__addl-toggle.show i {
  transform: rotate(135deg);
}
.c-school--container .c-school__addl-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.75);
  transition: all 200ms ease-in-out;
  overflow: hidden;
}
.c-school--container .c-school__addl-overlay.is-open {
  height: auto;
  overflow: auto;
}
.c-school--container .c-school__addl-link {
  display: flex;
  align-items: center;
  justify-content: normal;
  height: 50px;
  padding: 0 24px;
  min-width: 200px;
  text-decoration: none;
  background: white;
  box-shadow: inset 0 -1px 0 #eeeeee;
}
.c-school--container .c-school__addl-link span {
  font-family: 'Effra', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #312f2f;
}
.school-wrapper {
  padding: 12px 12px 48px;
}
@media screen and (min-width: 1024px) {
  .school-wrapper {
    display: grid;
    grid-template-columns: 1fr 467px;
    gap: 12px;
    max-width: 1440px;
    margin: 0 auto;
  }
}
.school-wrapper .s-schedule {
  max-width: none;
  margin-left: 0;
  margin-bottom: 48px;
  padding-top: 12px;
}
@media screen and (min-width: 1024px) {
  .school-wrapper .s-schedule {
    margin-bottom: 12px;
  }
}
.school-wrapper .s-schedule .c-scoreboard__list {
  max-height: none;
}
@media screen and (min-width: 1024px) {
  .school-wrapper .s-schedule .c-scoreboard__list {
    max-height: 750px;
  }
}
.school-wrapper .s-standings {
  background: white;
  padding-top: 12px;
}
.school-wrapper .c-standings--table {
  max-width: none;
  margin-left: 0;
}
.school-wrapper .c-standings__aside {
  display: none;
}
