/*Variables*/
/*Colors*/
/*Social Media Brand Colors*/
/*Fonts*/

@font-face {
  font-family: 'DINOT';
  font-weight: bold;
  font-style: normal;
  src: url('/site/fonts/DINOT-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Klinic Slab';
  font-weight: 500;
  font-style: normal;
  src: url('/site/fonts/KlinicSlab-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Klinic Slab';
  font-weight: normal;
  font-style: normal;
  src: url('/site/fonts/KlinicSlab-Book.woff') format('woff');
}
@font-face {
  font-family: 'Gotham';
  font-weight: 500;
  font-style: normal;
  src: url('/site/fonts/Gotham-Book.woff') format('woff');
}
/*Mixins*/
.reset_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*Utility Classes*/

.accessible-hide {
  position: absolute;
  top: -99999px;
  left: -99999px;
  display: block !important;
  color: white !important;
  background-color: black !important;
}
.accessible-text {
  color: white !important;
  background-color: black !important;
}
.border-button,
a.burder-button,
button.border-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-family: 'DINOT', sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  font-style: normal;
  transition: 0.2s;
  line-height: 1.5;
  display: inline-block;
  padding: 4px 18px 6px 23px;
  text-decoration: none;
  letter-spacing: 0.022rem;
  text-transform: uppercase;
  color: #020930;
  border: solid 1px #3db7e4;
}
.border-button::-ms-expand,
a.burder-button::-ms-expand,
button.border-button::-ms-expand {
  display: none;
}
.border-button:hover,
a.burder-button:hover,
button.border-button:hover {
  background: #020930;
}
.color-black {
  color: black !important;
}
.color-white {
  color: white !important;
}
.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
/*Styles*/

a.sidearm-skip-link {
  position: absolute;
  top: 0;
  left: -99999px;
  color: white;
  background-color: #00205b;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: white;
}
a.sidearm-skip-link:focus {
  position: fixed;
  z-index: 9999999;
  left: 0;
}
html {
  overflow-x: hidden;
}
html.wide:not(.custom) .main-content-placeholder {
  max-width: 1464px;
  margin: 0 auto;
  padding: 24px;
  background-color: white;
}
body {
  font: 14px/1.4 'Gotham', arial, sans-serif;
  margin: 0;
  padding: 0;
  color: black;
  background: white;
}
.row {
  max-width: 1464px;
  margin: 0 auto;
}
.row--pad {
  padding-right: 24px;
  padding-left: 24px;
}
.row--narrow {
  max-width: 1416px;
}
.showcase-play-button {
  font-size: 0;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  overflow: visible;
  width: 70px;
  height: 70px;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0;
  outline: 0;
  background-color: transparent;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
}
/****
HEADER
****/

.main-header {
  padding-bottom: 65px;
}
.main-header__icons {
  position: relative;
  background: white;
}
.main-header__icons-row {
  height: 42px;
}
.main-header__icon-toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  color: #020930;
  font-size: 24px;
  padding: 0 17px;
  transition: 0.2s;
}
.main-header__icon-toggle::-ms-expand {
  display: none;
}
.main-header__icon-toggle:hover {
  color: #3db7e4;
}
.main-header__icon-toggle.is-open span::before {
  content: '\e077';
}
.main-header__icon-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  z-index: 900;
  top: 0px;
  right: 9999px;
  height: 42px;
  width: auto;
  opacity: 0;
  background: white;
  transition: opacity 0.2s, right 0s 0.2s;
}
.main-header__icon-container.is-open {
  left: auto;
  right: 70px;
  opacity: 1;
  transition: opacity 0.2s;
}
.main-header__icon-container .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.main-header__icon-container .ads-container .ad {
  padding: 0 2px;
}
.main-header__icon-container .ads-container .ad a {
  font-size: 24px;
  text-decoration: none;
  color: #020930;
  display: block;
  line-height: 42px;
  position: relative;
  overflow: hidden;
}
.main-header__icon-container .ads-container .ad a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #3db7e4;
  transform: translate(-50%, 100%);
  transition: 0.2s;
}
.main-header__icon-container .ads-container .ad a:hover:after {
  transform: translate(-50%, 0);
}
.main-header__icon-container .ads-container .ad a span span {
  position: absolute;
  left: -9999px;
  top: -9999px;
  background: black;
  color: white;
}
.main-header__icon-container .ads-container .tunein > a {
  display: block;
  width: 33.5px;
  height: 42px;
  background: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/villanova.com/images/tunein.svg') center center no-repeat;
  background-size: 20px 20px;
}
.main-header__hashtag {
  font-family: 'DINOT', sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  font-style: normal;
  position: relative;
  padding-right: 24px;
  letter-spacing: 0.031rem;
  color: #020930;
  border-right: solid 1px #b3bdce;
}
.main-header__sticky {
  position: absolute;
  z-index: 700;
  top: 42px;
  left: 0;
  width: 100%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.24);
}
.main-header__logo_link:focus img {
  border: 5px solid #ff5500;
}
.main-header__logo {
  transform: translate(0, 12px);
  transition: 0.2s;
  position: absolute;
  z-index: 800;
  top: 100%;
  left: 24px;
  width: 42px;
  height: 38px;
}
.main-header__logo.small {
  width: 42px;
  height: 38px;
}
html.sport .main-header {
  padding-bottom: 130px;
}
html.headroom--not-top .main-header__sticky {
  position: fixed;
  top: 0;
}
html.headroom--not-top .main-header__logo {
  width: 42px;
  height: 38px;
}
@media all and (min-width: 768px) {
  .main-header__icon-container {
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    top: auto;
    right: auto;
    margin-right: 17px;
    padding: 0 0 0 13px;
    width: auto;
    opacity: 1;
  }
  .main-header__icon-container .ads-container {
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .main-header__logo {
    width: 93px;
    height: 84px;
  }
  html.headroom--not-top .main-header__logo {
    width: 42px;
    height: 38px;
  }
}
/****
SEARCH
****/

.c-search--popout fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.c-search--popout .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 24px;
  line-height: 42px;
  display: block;
  color: #020930;
  position: relative;
  overflow: hidden;
}
.c-search--popout .c-search__toggle::-ms-expand {
  display: none;
}
.c-search--popout .c-search__toggle:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #3db7e4;
  transform: translate(-50%, 100%);
  transition: 0.2s;
}
.c-search--popout .c-search__toggle:hover:after {
  transform: translate(-50%, 0);
}
.c-search--popout .c-search__toggle.is-toggled {
  color: #3db7e4;
}
.c-search--popout .c-search__toggle.is-toggled .sf-search-3:before {
  content: '\e078';
}
.c-search--popout .c-search__popout {
  position: absolute;
  top: 0;
  left: -99999px;
  transition: opacity 0.25s;
  opacity: 0;
}
.c-search--popout .c-search__popout.is-open {
  z-index: 999;
  right: 34px;
  left: auto;
  width: calc(100% - 32px);
  opacity: 1;
}
.c-search--popout .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  line-height: 40px;
  height: 42px;
  padding: 0 12px;
  border: solid 1px #f0f0f0;
  background: white;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.c-search--popout .c-search__text::-ms-expand {
  display: none;
}
.c-search--popout .c-search__submit {
  background: white;
  border: 0;
  position: absolute;
  right: 4px;
  margin-top: -38px;
  height: 34px;
  color: #020930;
  font-weight: bold;
}
.c-search--standard {
  transform: translate(0, 10px);
  opacity: 0;
  transition: 0s 0.5s;
}
.c-search--standard fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.c-search--standard .c-search__container {
  padding: 12px 24px 24px;
  position: relative;
  background: white;
}
.c-search--standard .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  line-height: 40px;
  padding: 0 12px;
  border: solid 1px #f0f0f0;
  background: white;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.c-search--standard .c-search__text::-ms-expand {
  display: none;
}
.c-search--standard .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  position: absolute;
  top: calc(50% - 6px);
  right: 36px;
  transform: translate(0, -50%);
  text-transform: uppercase;
}
.c-search--standard .c-search__submit::-ms-expand {
  display: none;
}
/****
NAVIGATION
****/

.main-navigation {
  position: relative;
  z-index: 700;
  height: 65px;
  border-bottom: solid 3px #3db7e4;
  background: #020930;
}
.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-navigation--main.c-navigation--desktop {
  padding: 0 12px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1 {
  color: #3db7e4;
}
.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 {
  transform: translate(-50%, 0);
}
.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 {
  transform: translate(0, -3px);
  left: 0;
  opacity: 1;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1 {
  font-family: 'DINOT', sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  height: 62px;
  padding: 0 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: white;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-1:after {
  transform: translate(-50%, 100%);
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  border-right: 7px solid transparent;
  border-bottom: 10px solid #3db7e4;
  border-left: 7px solid transparent;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  overflow: auto;
  width: 100%;
  max-height: calc(100vh - 107px);
  opacity: 0;
  border-top: solid 3px #3db7e4;
  background: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2.is-open {
  left: 0;
  transition: 0s;
  opacity: 1;
}
.c-navigation--main.c-navigation--desktop .c-navigation__level-2-inner {
  max-width: 1464px;
  margin: 0 auto;
  padding: 16px 6px 29px;
  position: relative;
}
.c-navigation--main.c-navigation--desktop .c-navigation__column {
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  padding: 0 18px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__column.padded {
  position: relative;
  padding-top: 82px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__column.padded:before {
  position: absolute;
  top: 61px;
  right: 18px;
  width: calc(200% - 72px);
  height: 2px;
  content: '';
  background: #f0f0f0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__column:nth-child(2).padded:after {
  position: absolute;
  top: 32px;
  right: 0;
  width: 1px;
  height: calc(100% - 32px);
  content: '';
  background: #f0f0f0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 8px 0;
  border-bottom: solid 1px #f0f0f0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__separator {
  font-family: 'DINOT', sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.29;
  margin-bottom: 19px;
  padding: 25px 0 6px 0;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #020930;
  border-bottom: solid 2px #f0f0f0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2 {
  font-family: 'DINOT', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  color: #020930;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:first-child:last-child {
  width: 100%;
  margin-right: 0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__url--level-2:hover {
  color: #3db7e4;
  text-decoration: underline;
}
.c-navigation--main.c-navigation--desktop .c-navigation__secondary-item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  padding-bottom: 5px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__schedule-roster-news {
  font-family: 'DINOT', sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  white-space: nowrap;
  letter-spacing: 0.31px;
  color: #636363;
}
.c-navigation--main.c-navigation--desktop .c-navigation__schedule-roster-news:after {
  display: inline-block;
  padding: 0 4px 0 5px;
  content: ' / ';
}
.c-navigation--main.c-navigation--desktop .c-navigation__schedule-roster-news:first-child {
  margin-right: 0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__schedule-roster-news:last-child:after {
  display: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__schedule-roster-news:hover::after {
  color: #636363;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social {
  font-size: 20px;
  font-weight: 400;
  visibility: hidden;
  overflow: hidden;
  width: 18px;
  margin-right: 10px;
  white-space: nowrap;
  pointer-events: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social[href] {
  visibility: visible;
  pointer-events: all;
  color: #020930;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social[href]:hover {
  color: #3db7e4;
  text-decoration: none;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.instagram {
  margin-right: 0;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social:before {
  font-family: sidearm_font_v2;
  margin-right: 30px;
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.facebook:before {
  content: '\e041';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.twitter:before {
  content: '\e035';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.instagram:before {
  content: '\e044';
}
.c-navigation--main.c-navigation--desktop .c-navigation__social.tickets:before {
  content: '\e107';
}
.c-navigation--main.c-navigation--desktop .c-navigation__ad {
  position: absolute;
  top: 24px;
  right: 24px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-family: 'DINOT', sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  line-height: 62px;
  position: relative;
  display: block;
  padding: 0 42px 0 24px;
  text-transform: uppercase;
  color: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:hover .c-navigation__toggle-icon {
  background: #3db7e4;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:hover .c-navigation__toggle-icon:before,
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:hover .c-navigation__toggle-icon:after {
  background: #3db7e4;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle.is-toggled .c-navigation__toggle-icon {
  transform: translate(0, 6px) rotate(-45deg);
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle.is-toggled .c-navigation__toggle-icon:before {
  opacity: 0;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle.is-toggled .c-navigation__toggle-icon:after {
  transform: translate(0, -6px) rotate(90deg);
  width: 18px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle-text {
  margin-right: 10px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle-icon {
  transition: 0.3s;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 18px;
  height: 3px;
  content: '';
  background: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle-icon:after {
  transition: 0.3s;
  position: absolute;
  top: 6px;
  right: 0;
  width: 13px;
  height: 3px;
  content: '';
  background: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__toggle-icon:before {
  transition: 0.3s;
  position: absolute;
  top: 12px;
  right: 0;
  width: 7px;
  height: 3px;
  content: '';
  opacity: 1;
  background: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  background: white;
  transform: translate(-100%, 0);
  transition: transform 0.5s, height 0.5s 0.5s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  overflow: auto;
  height: calc(100vh - 104px);
  border-top: solid 3px #3db7e4;
  transform: none;
  transition: transform 0.5s;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open .c-navigation__level-1 {
  transform: none;
  transition: 0.5s 0.5s;
  opacity: 1;
}
.c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open .c-search--standard {
  transform: none;
  transition: 0.5s 0.5s;
  opacity: 1;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-1 {
  transform: translate(0, 10px);
  opacity: 0;
  transition: 0s 0.5s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-1 {
  background: white;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font_v2;
  font-size: 20px;
  font-style: normal;
  display: block;
  margin-left: 10px;
  content: '\e012';
  transition: transform 0.25s;
}
.c-navigation--main.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transition: transform 0.25s;
  transform: rotate(-180deg);
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1 {
  font-family: 'DINOT', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  padding: 12px 24px;
  text-decoration: none;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  color: #020930;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1:hover,
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1.is-open,
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1.sidearm-hover {
  color: #3db7e4;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: 1s;
  opacity: 1;
  background: #f0f0f0;
}
.c-navigation--main.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2 {
  padding: 8px 0;
  border-bottom: solid 1px #dddddd;
}
.c-navigation--main.c-navigation--mobile .c-navigation__item--level-2:last-child {
  border-bottom: none;
}
.c-navigation--main.c-navigation--mobile .c-navigation__separator {
  font-family: 'DINOT', sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  padding: 8px 24px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #020930;
  border-top: solid 1px #dddddd;
  border-bottom: solid 2px #dddddd;
}
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-2 {
  font-family: 'DINOT', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  display: block;
  width: 100%;
  padding: 6px 24px;
  text-decoration: none;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  color: #020930;
}
.sport-navigation {
  min-height: 65px;
  background: #f0f0f0;
}
.c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-navigation--sport.c-navigation--desktop {
  transition: 0.2s;
  padding: 0 12px 0 96px;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1 {
  color: #3db7e4;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1:after {
  transform: translate(-50%, 0);
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:hover .c-navigation__level-2 {
  right: 0;
  left: auto;
  transition: opacity 0.25s;
  opacity: 1;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  font-family: 'DINOT', sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  height: 65px;
  padding: 0 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #020930;
  white-space: nowrap;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1:after {
  transform: translate(-50%, 100%);
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  border-right: 7px solid transparent;
  border-bottom: 10px solid #3db7e4;
  border-left: 7px solid transparent;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  margin-right: auto;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  font-family: 'DINOT', sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  overflow: auto;
  min-width: 300px;
  max-height: calc(100vh - 172px);
  padding: 0 12px;
  opacity: 0;
  border-top: solid 3px #3db7e4;
  background: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.24);
}
.c-navigation--sport.c-navigation--desktop .c-navigation__level-2.is-open {
  right: 0;
  left: auto;
  transition: 0s;
  opacity: 1;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-2 {
  font-family: 'DINOT', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  padding: 6px 0;
  color: #020930;
  border-bottom: solid 1px #f0f0f0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__item--level-2:last-child {
  border-bottom: none;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__separator {
  border-bottom: solid 2px #f0f0f0;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  font-family: 'DINOT', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: #020930;
}
.c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover {
  color: #3db7e4;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link {
  font-family: 'DINOT', sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 65px;
  margin-left: 24px;
  text-decoration: none;
  text-transform: uppercase;
  color: #020930;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__sport-link:hover {
  color: #3db7e4;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-family: 'DINOT', sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  transition: 0.2s;
  line-height: 65px;
  display: block;
  padding: 0 18px;
  text-transform: uppercase;
  color: #020930;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle::-ms-expand {
  display: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle:hover {
  color: #3db7e4;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle:hover .c-navigation__toggle-icon {
  color: #3db7e4;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle.is-toggled .c-navigation__toggle-icon:before {
  transform: rotate(45deg);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle-icon {
  color: #020930;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__toggle-icon:before {
  transition: 0.2s;
  display: inline-block;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  background: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  overflow: auto;
  max-height: calc(100vh - 130px);
  border-top: solid 1px #dddddd;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-1 {
  background: white;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font_v2;
  font-size: 20px;
  font-style: normal;
  display: block;
  margin-left: 10px;
  content: '\e012';
  transition: transform 0.25s;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transition: transform 0.25s;
  transform: rotate(-180deg);
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  font-family: 'DINOT', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  padding: 12px 24px;
  text-decoration: none;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  color: #020930;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1:hover,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.is-open,
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1.sidearm-hover {
  color: #3db7e4;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  position: static;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: 1s;
  opacity: 1;
  background: #f0f0f0;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 2500px;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-2 {
  padding: 8px 0;
  border-bottom: solid 1px #dddddd;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__item--level-2:last-child {
  border-bottom: none;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__separator {
  font-family: 'DINOT', sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  padding: 8px 24px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #020930;
  border-top: solid 1px #dddddd;
  border-bottom: solid 2px #dddddd;
}
.c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  font-family: 'DINOT', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  display: block;
  width: 100%;
  padding: 6px 24px;
  text-decoration: none;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  color: #020930;
}
@media all and (min-width: 768px) {
  .c-navigation--sport.c-navigation--mobile .c-navigation__sport {
    padding-left: 96px;
  }
}
html.headroom--not-top .c-navigation--main.c-navigation--mobile .c-navigation__offcanvas.is-open {
  height: calc(100vh - 62px);
}
html.headroom--not-top .c-navigation--sport.c-navigation--desktop {
  padding: 0 12px;
}
html.headroom--not-top .c-navigation--sport.c-navigation--mobile .c-navigation__sport {
  padding-left: 0;
}
/**** 
SECTION HEADERS
****/

.section-container {
  overflow: hidden;
}
.section-header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.section-header .section-header__text {
  font-family: 'DINOT', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.29;
  position: relative;
  margin: 3px 12px 4px 0;
  padding: 4px 16px 9px 22px;
  letter-spacing: 0.029rem;
  text-transform: uppercase;
  color: white;
  background: #00205b;
  pointer-events: all;
}
.section-header .section-header__text::before {
  position: absolute;
  top: 0;
  right: 100%;
  width: 9999px;
  height: 100%;
  content: '';
  background: #00205b;
}
.section-header .section-header__text::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 9999px;
  height: 3px;
  content: '';
  background: #3db7e4;
}
.section-header .section-header__ad-text {
  font-family: 'Gotham', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.43;
  color: #b8b8b8;
  letter-spacing: 0.019rem;
}
.section-header .section-header__ad {
  width: 100%;
}
.section-header .section-header__ad a {
  pointer-events: all;
  display: block;
  margin: 8px 24px 0;
}
.section-header--video .section-header__text {
  color: #00205b;
  background: white;
}
.section-header--video .section-header__text::before {
  background: white;
}
.section-header--video .section-header__text-break {
  display: block;
}
.section-header--video .section-header__ad {
  width: 100%;
  padding: 6px 24px 0 24px;
}
.section-header--video .section-header__ad a {
  display: block;
  margin: 0 0 0 12px;
}
@media all and (min-width: 540px) {
  .section-header .section-header__ad {
    width: auto;
  }
  .section-header .section-header__ad a {
    margin: 0;
  }
  .section-header--video .section-header__text-break {
    display: inline;
  }
  .section-header--video .section-header__ad {
    width: 100%;
    padding: 6px 24px 0 24px;
  }
  .section-header--video .section-header__ad a {
    display: block;
    margin-left: 12px;
  }
}
@media all and (min-width: 1024px) {
  .section-header--video .section-header__ad {
    padding: 6px 24px 0 94px;
  }
  .section-header--store .section-header__text::before {
    right: auto;
    left: 100%;
  }
  .section-header--store .section-header__text::after {
    right: auto;
    left: 0;
  }
}
/****
STORIES
****/

.s-topstories {
  padding-bottom: 45px;
}
.c-stories--slider .showcase-play-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  overflow: hidden;
  width: 70px;
  height: 70px;
  color: white;
  border: solid 2px #3db7e4;
  border-radius: 50%;
}
.c-stories--slider .showcase-play-button::-ms-expand {
  display: none;
}
.c-stories--slider .showcase-play-button:after {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: sidearm_font_v2;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 4px;
  content: '\e050';
  transition: 0.2s;
  color: white;
}
.c-stories--slider .showcase-play-button:hover:after {
  background: #3db7e4;
}
.c-stories--slider .showcase-video-player {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-stories--slider .c-stories__item {
  position: relative;
}
.c-stories--slider .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
  background: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/villanova.com/images/main_story_image_default.jpg') center center no-repeat;
  background-size: cover;
}
.c-stories--slider .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-stories--slider .c-stories__details {
  position: relative;
  width: 100%;
  padding: 15px 0 0;
  text-align: center;
}
.c-stories--slider .c-stories__title {
  margin: 0;
}
.c-stories--slider .c-stories__url {
  font-family: 'DINOT', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
  transition: 0.2s;
  line-height: 1.25;
  text-decoration: none;
  letter-spacing: 0.021rem;
  text-transform: uppercase;
  color: #00205b;
}
.c-stories--slider .c-stories__url:hover {
  color: #3db7e4;
}
.c-stories--slider .c-stories__extra {
  font-family: 'Klinic Slab', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  padding-top: 11px;
  padding-bottom: 17px;
  letter-spacing: 0.035rem;
  text-transform: uppercase;
  color: #474747;
}
.c-stories--slider .c-stories__sport {
  font-family: 'Klinic Slab', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  color: #474747;
}
.c-stories--slider .c-stories__link-url {
  font-family: 'Klinic Slab', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  transition: 0.2s;
  text-decoration: none;
  color: #474747;
}
.c-stories--slider .c-stories__link-url:before {
  padding: 0 6px;
  content: '/';
}
.c-stories--slider .c-stories__link-url:hover {
  color: #3db7e4;
}
.c-stories--slider .c-stories__link-url:hover:before {
  color: #474747;
}
.c-stories--slider .c-stories__archive {
  text-decoration: none;
  color: #00205b;
}
.c-stories--slider .c-stories__archive:hover {
  color: #00205b;
  background: #3db7e4;
}
.c-stories--slider .c-stories__prev,
.c-stories--slider .c-stories__next {
  padding: 0;
  transition: 0.2s;
  font-size: 30px;
  line-height: 45px;
  z-index: 102;
  display: inline-block !important;
  width: 38px;
  height: 47px;
  margin: 24px 12px 0;
  cursor: pointer;
  text-align: center;
  color: #00205b;
  border: solid 1px #3db7e4;
  background: #020930;
}
.c-stories--slider .c-stories__prev span:before,
.c-stories--slider .c-stories__next span:before {
  margin: 0;
}
.c-stories--slider .c-stories__prev:hover,
.c-stories--slider .c-stories__next:hover {
  color: white;
  background: #00205b;
  border-color: #00205b;
}
.c-stories--slider .c-stories__next {
  padding-left: 2px;
}
@media all and (min-width: 768px) {
  .c-stories--slider .c-stories__prev,
  .c-stories--slider .c-stories__next {
    transform: translate(0, -50%);
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    margin: 0;
  }
  .c-stories--slider .c-stories__next {
    right: 0;
    left: auto;
  }
  .c-stories--slider .c-stories__url {
    font-family: 'DINOT', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.028rem;
  }
  .c-stories--slider .c-stories__details {
    padding: 11px 62px 0;
  }
  .c-stories--slider .c-stories__extra {
    font-family: 'Klinic Slab', sans-serif;
    font-size: 1.688rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    padding-top: 3px;
  }
  .c-stories--slider .c-stories__sport {
    font-family: 'Klinic Slab', sans-serif;
    font-size: 1.688rem;
    font-weight: 500;
    font-style: normal;
  }
  .c-stories--slider .c-stories__link-url {
    font-family: 'Klinic Slab', sans-serif;
    font-size: 1.688rem;
    font-weight: 500;
    font-style: normal;
  }
}
@media all and (min-width: 1024px) {
  .c-stories--slider .c-stories__prev,
  .c-stories--slider .c-stories__next {
    top: 50%;
  }
  .c-stories--slider .c-stories__details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 46px 86px 48px;
    text-align: center;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 78%, rgba(0, 0, 0, 0) 100%);
  }
  .c-stories--slider .c-stories__url {
    color: white;
  }
  .c-stories--slider .c-stories__url:hover {
    color: #3db7e4;
  }
  .c-stories--slider .c-stories__extra {
    color: #b8b8b8;
    padding-top: 0;
    margin-top: -7px;
    padding-bottom: 13px;
  }
  .c-stories--slider .c-stories__item {
    background: #020930;
  }
  .c-stories--slider .c-stories__sport,
  .c-stories--slider .c-stories__link-url {
    color: #b8b8b8;
  }
  .c-stories--slider .c-stories__sport:hover,
  .c-stories--slider .c-stories__link-url:hover {
    color: #3db7e4;
  }
  .c-stories--slider .c-stories__sport:hover:before,
  .c-stories--slider .c-stories__link-url:hover:before {
    color: #b8b8b8;
  }
  .c-stories--slider .c-stories__prev {
    left: 24px;
    color: white;
  }
  .c-stories--slider .c-stories__prev:hover {
    color: white;
  }
  .c-stories--slider .c-stories__next {
    right: 24px;
    color: white;
  }
  .c-stories--slider .c-stories__next:hover {
    color: white;
  }
  .c-stories--slider a.border-button {
    color: #3db7e4;
  }
}
/****
EVENTS
****/

.section-container {
  padding-bottom: 48px;
}
.s-events {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.c-events--cards-boxy {
  padding: 24px 12px 0;
}
.c-events--cards-boxy .slick-track {
  display: flex;
  display: -webkit-flex;
}
.c-events--cards-boxy .c-events__item {
  display: flex;
  display: -webkit-flex;
  height: auto;
  margin: 0 12px;
  border: solid 1px #f0f0f0;
}
.c-events--cards-boxy .c-events__header {
  padding: 16px 12px 19px;
  border-bottom: solid 1px #f0f0f0;
}
.c-events--cards-boxy .c-events__sport {
  font-family: 'DINOT', sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 0.024rem;
  text-transform: uppercase;
  color: #00205b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-events--cards-boxy .c-events__datetime {
  font-family: 'Klinic Slab', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.022rem;
  text-transform: uppercase;
  color: #00205b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-events--cards-boxy .c-events__body {
  position: relative;
  padding: 24px;
}
.c-events--cards-boxy .c-events__logo {
  height: 108px;
}
.c-events--cards-boxy .c-events__logo-image {
  margin: 0 auto;
}
.c-events--cards-boxy .c-events__logo-image--default {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 108px;
  height: 96px;
  opacity: 0.4;
}
.c-events--cards-boxy .c-events__indicator {
  font-family: 'Gotham', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.25;
  padding-top: 20px;
  letter-spacing: 0.019rem;
  color: #636363;
}
.c-events--cards-boxy .c-events__location {
  font-family: 'Gotham', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.69;
  padding-top: 24px;
  letter-spacing: 0.019rem;
  color: #636363;
}
.c-events--cards-boxy .c-events__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  transition: 0.2s;
  font-size: 24px;
  line-height: 46px;
  position: relative;
  z-index: 20;
  width: 46px;
  height: 46px;
  margin: 16px auto 0;
  text-align: center;
  color: #00205b;
  background: #3db7e4;
}
.c-events--cards-boxy .c-events__toggle::-ms-expand {
  display: none;
}
.c-events--cards-boxy .c-events__toggle:hover {
  color: white;
  background: #00205b;
}
.c-events--cards-boxy .c-events__toggle:hover .c-events__toggle-icon:before {
  color: white;
}
.c-events--cards-boxy .c-events__toggle.is-toggled .c-events__toggle-icon:before {
  transform: rotate(45deg);
}
.c-events--cards-boxy .c-events__toggle-icon:before {
  transition: 0.2s;
  display: inline-block;
  color: #00205b;
}
.c-events--cards-boxy .c-events__media {
  transition: 0.5s;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 24px 69px;
  opacity: 0;
  background: white;
}
.c-events--cards-boxy .c-events__media.is-toggled {
  pointer-events: all;
  opacity: 1;
}
.c-events--cards-boxy .c-events__media-item {
  padding: 6px 0;
}
.c-events--cards-boxy .c-events__media-link {
  display: block;
  color: #00205b;
}
.c-events--cards-boxy .c-events__media-link:hover {
  background: #3db7e4;
}
.c-events--cards-boxy .c-events__ui {
  padding: 24px 12px 0;
}
.c-events--cards-boxy .c-events__arrows {
  padding: 0 0 12px 0;
}
.c-events--cards-boxy .c-events__arrows button.slick-prev,
.c-events--cards-boxy .c-events__arrows button.slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 0;
  position: relative;
  width: 38px;
  height: 47px;
  margin: 0 6px;
  color: white;
  border: solid 1px #3db7e4;
  background: none;
}
.c-events--cards-boxy .c-events__arrows button.slick-prev::-ms-expand,
.c-events--cards-boxy .c-events__arrows button.slick-next::-ms-expand {
  display: none;
}
.c-events--cards-boxy .c-events__arrows button.slick-prev:after,
.c-events--cards-boxy .c-events__arrows button.slick-next:after {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.2s;
  font-family: sidearm_font_v2;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '\e009';
  color: white;
}
.c-events--cards-boxy .c-events__arrows button.slick-prev:hover:after,
.c-events--cards-boxy .c-events__arrows button.slick-next:hover:after {
  color: white;
  background: #3db7e4;
}
.c-events--cards-boxy .c-events__arrows button.slick-next:after {
  content: '\e010';
}
.c-events--cards-boxy .c-events__arrows button.slick-prev,
.c-events--cards-boxy .c-events__arrows button.slick-next {
  height: 39px;
  color: #00205b;
}
.c-events--cards-boxy .c-events__arrows button.slick-prev:after,
.c-events--cards-boxy .c-events__arrows button.slick-next:after {
  font-size: 24px;
  color: #00205b;
}
.c-events--cards-boxy .c-events__arrows button.slick-prev:hover:after,
.c-events--cards-boxy .c-events__arrows button.slick-next:hover:after {
  color: #00205b;
  background: #3db7e4;
}
.c-events--cards-boxy .c-events__arrows button.slick-next {
  margin-right: 0;
}
.c-events--cards-boxy .c-events__calendar {
  padding: 4px 24px 6px 27px;
  color: #00205b;
}
.c-events--cards-boxy .c-events__calendar:hover {
  background: #3db7e4;
}
.c-events__no-data {
  font-family: 'Gotham', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  color: #636363;
  padding: 24px;
}
@media all and (min-width: 768px) {
  .c-events--cards-boxy .c-events__arrows {
    padding: 0 18px;
  }
  .c-events--cards-boxy .c-events__arrows button.slick-next {
    margin-right: 6px;
  }
}
@media all and (min-width: 1024px) {
  .s-events {
    padding: 0 12px;
  }
  .c-events--cards-boxy {
    padding: 32px 0 0;
  }
}
/****
FANATICS
*****/

.s-fanatics {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  width: 100%;
  padding-top: 44px;
}
.s-fanatics__header {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin-bottom: 32px;
}
.s-fanatics__shop {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
  background: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/villanova.com/images/store_portrait_bg.jpg') bottom center no-repeat #020930;
  background-size: cover;
  margin: 0 24px;
  padding-bottom: 80px;
}
.c-fanatics .c-fanatics {
  position: relative;
}
.c-fanatics .c-fanatics__item {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-fanatics .c-fanatics__media {
  padding: 24px 24px 12px;
  text-align: center;
  order: 0;
  -webkit-order: 0;
  width: 100%;
}
.c-fanatics .c-fanatics__media img {
  margin: 0 auto;
}
.c-fanatics .c-fanatics__details {
  order: 1;
  -webkit-order: 1;
  text-align: center;
  width: 100%;
}
.c-fanatics .c-fanatics__url {
  font-family: 'Gotham', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  color: #020930;
  display: block;
  letter-spacing: 0.019rem;
  text-decoration: none;
  padding: 0 24px;
  transition: 0.2s;
}
.c-fanatics .c-fanatics__url:hover {
  color: #3db7e4;
}
.c-fanatics .c-fanatics__price {
  font-family: 'DINOT', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
  color: #020930;
  display: block;
  padding: 12px 24px 16px;
}
.c-fanatics button {
  transition: .2s;
  transform: translate(-50%, 0);
  position: absolute;
  bottom: -12px;
  font-size: 0;
  width: 38px;
  height: 47px;
  line-height: 47px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #3db7e4;
  outline: none;
  text-align: center;
  z-index: 3;
}
.c-fanatics button.slick-prev {
  transition: .2s;
  left: calc(50% - 24px);
}
.c-fanatics button.slick-prev:before {
  transition: .2s;
  content: '\e009';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 30px;
  line-height: 47px;
  color: white;
}
.c-fanatics button.slick-prev:hover {
  background-color: white;
}
.c-fanatics button.slick-prev:hover:before {
  color: #00205b;
}
.c-fanatics button.slick-next {
  transition: .2s;
  left: calc(50% + 24px);
}
.c-fanatics button.slick-next:before {
  transition: .2s;
  content: '\e010';
  width: 0;
  height: 0;
  font-family: sidearm_font_v2;
  font-size: 30px;
  line-height: 47px;
  color: white;
}
.c-fanatics button.slick-next:hover {
  background-color: white;
}
.c-fanatics button.slick-next:hover:before {
  color: #00205b;
}
@media all and (min-width: 540px) {
  .s-fanatics__shop {
    background: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/villanova.com/images/store_promo_tablet_b.jpg') bottom center no-repeat #020930;
    background-size: auto;
  }
  .c-fanatics .c-fanatics__url,
  .c-fanatics .c-fanatics__price {
    color: white;
  }
}
@media all and (min-width: 768px) {
  .c-fanatics .c-fanatics__item {
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    padding: 24px 96px;
  }
  .c-fanatics .c-fanatics__media {
    order: 1;
    -webkit-order: 1;
    padding: 0 24px 0;
    text-align: left;
    width: 50%;
  }
  .c-fanatics .c-fanatics__media img {
    margin: 0 auto 0 0;
  }
  .c-fanatics .c-fanatics__details {
    width: 50%;
    order: 0;
    -webkit-order: 0;
    text-align: right;
  }
}
@media all and (min-width: 1024px) {
  .s-fanatics {
    width: 336px;
    padding-right: 24px;
    padding-top: 0;
  }
  .s-fanatics__shop {
    background: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/villanova.com/images/store_portrait_bg.jpg') bottom center no-repeat #020930;
    background-size: cover;
    margin: 0;
    padding-bottom: 0;
  }
  .c-fanatics .c-fanatics__item {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: stretch;
    -webkit-align-items: stretch;
    padding: 0;
  }
  .c-fanatics .c-fanatics__media {
    order: 0;
    -webkit-order: 0;
    padding: 24px 24px 12px;
    text-align: center;
    width: 100%;
  }
  .c-fanatics .c-fanatics__media img {
    margin: 0 auto;
  }
  .c-fanatics .c-fanatics__details {
    width: 100%;
    order: 1;
    -webkit-order: 1;
    text-align: center;
  }
  .c-fanatics .c-fanatics__price,
  .c-fanatics .c-fanatics__url {
    color: #020930;
  }
}
/****
CONTENT STREAM
****/

.s-contentstream {
  overflow: hidden;
  padding: 45px 0 36px;
  background: white;
}
.s-contentstream .load-more__container {
  padding: 12px 0 12px;
}
.s-contentstream .border-button:hover {
  background: #3db7e4;
}
.c-contentstream .c-contentstream__filter {
  width: 100%;
  padding-top: 17px;
  padding-bottom: 10px;
}
.c-contentstream .c-contentstream__filter-item {
  margin: 0 12px;
}
.c-contentstream .c-contentstream__filter-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-family: 'DINOT', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
  transition: 0.2s;
  position: relative;
  text-transform: uppercase;
  color: #00205b;
}
.c-contentstream .c-contentstream__filter-button::-ms-expand {
  display: none;
}
.c-contentstream .c-contentstream__filter-button span {
  display: none;
}
.c-contentstream .c-contentstream__filter-button:after {
  transition: 0.2s;
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  pointer-events: none;
  opacity: 0;
  background: #3db7e4;
}
.c-contentstream .c-contentstream__filter-button:before {
  transform: translate(-50%, 100%);
  transition: 0.2s;
  position: absolute;
  bottom: -11px;
  left: 50%;
  content: '';
  pointer-events: none;
  opacity: 0;
  border-top: 8px solid #3db7e4;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.c-contentstream .c-contentstream__filter-button.is-active:before,
.c-contentstream .c-contentstream__filter-button.is-active:after {
  opacity: 1;
}
.c-contentstream .c-contentstream__filter-button:hover {
  color: #3db7e4;
}
.c-contentstream .c-contentstream__stream-row {
  padding: 24px 12px 0;
}
.c-contentstream .c-contentstream__item {
  width: 100%;
  padding: 12px;
}
.c-contentstream .c-contentstream__item-inner {
  border: solid 1px #f0f0f0;
}
.c-contentstream .c-contentstream__item-header {
  padding: 16px 24px 19px;
  border-bottom: solid 1px #f0f0f0;
}
.c-contentstream .c-contentstream__item-user {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  padding-right: 12px;
}
.c-contentstream .c-contentstream__item-username {
  font-family: 'DINOT', sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.25;
  max-width: 100%;
  padding-bottom: 1px;
  letter-spacing: 0.024rem;
  text-transform: uppercase;
  color: #00205b;
}
.c-contentstream .c-contentstream__item-userscreen {
  font-family: 'Klinic Slab', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.25;
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
  letter-spacing: 0.022rem;
  color: #00205b;
}
.c-contentstream .c-contentstream__item-userscreen:hover {
  color: #3db7e4;
}
.c-contentstream .c-contentstream__item-icon {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 18px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  margin-top: 6px;
  text-align: center;
  color: white;
  background: #00205b;
}
.c-contentstream .c-contentstream__item-content {
  font-family: 'Gotham', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.69;
  padding: 16px 24px;
  letter-spacing: 0.019rem;
  color: #636363;
}
.c-contentstream .c-contentstream__item-content--instagram {
  padding: 24px;
}
.c-contentstream .c-contentstream__item-content a {
  text-decoration: none;
  color: #00205b;
}
.c-contentstream .c-contentstream__item-content a:hover {
  color: #3db7e4;
}
.c-contentstream .c-contentstream__item-media {
  padding: 0 24px 24px;
}
.c-contentstream .c-contentstream__item-footer {
  padding: 0 24px 24px;
}
.c-contentstream .c-contentstream__item-date {
  font-family: 'Gotham', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 0.019rem;
  color: #636363;
}
.c-contentstream .c-contentstream__item-actions-item {
  border: solid 1px #3db7e4;
  border-right: none;
}
.c-contentstream .c-contentstream__item-actions-item:last-child {
  border-right: solid 1px #3db7e4;
}
.c-contentstream .c-contentstream__item-actions-link {
  transition: 0.2s;
  font-size: 24px;
  line-height: 39px;
  display: block;
  width: 39px;
  height: 39px;
  text-align: center;
  color: #00205b;
  background: white;
}
.c-contentstream .c-contentstream__item-actions-link:hover {
  background: #3db7e4;
}
.c-contentstream .c-contentstream__story__media {
  padding-bottom: 56.25%;
}
.c-contentstream .c-contentstream__story__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-contentstream .c-contentstream__instagram__image {
  width: 100%;
}
.c-contentstream .c-contentstream__twitter__image {
  width: 100%;
}
.c-contentstream .c-contentstream__video .showcase-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.c-contentstream .c-contentstream__video .showcase-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1200px;
  padding: 16px;
  transform: translate(-50%, -50%);
  background: white;
}
.c-contentstream .c-contentstream__video .showcase-modal__player {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.c-contentstream .c-contentstream__video .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  padding: 8px 12px;
  color: white;
  background-color: #00205b;
}
.c-contentstream .c-contentstream__video .showcase-modal__close::-ms-expand {
  display: none;
}
.c-contentstream .c-contentstream__video .showcase-modal .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-contentstream .c-contentstream__video__media {
  padding-bottom: 56.25%;
}
.c-contentstream .c-contentstream__video__media.video-is-playing .showcase-modal {
  left: 0;
}
.c-contentstream .c-contentstream__video__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-contentstream .c-contentstream__video__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
}
.c-contentstream .c-contentstream__video__play-btn::-ms-expand {
  display: none;
}
.c-contentstream .c-contentstream__gallery__link {
  display: block;
  text-decoration: none;
}
.c-contentstream .c-contentstream__gallery__media {
  padding-bottom: 56.25%;
}
.c-contentstream .c-contentstream__gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-contentstream .c-contentstream__facebook__image {
  width: 100%;
}
@media all and (min-width: 768px) {
  .s-contentstream .load-more__container {
    padding: 18px 0 12px;
  }
  .c-contentstream .c-contentstream__filter {
    padding-bottom: 23px;
  }
  .c-contentstream .c-contentstream__filter-item {
    margin: 0 0 0 24px;
  }
  .c-contentstream .c-contentstream__filter-button {
    font-family: 'DINOT', sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    font-style: normal;
  }
  .c-contentstream .c-contentstream__filter-button span {
    display: inline-block;
  }
  .c-contentstream .c-contentstream__item {
    width: 50%;
  }
}
@media all and (min-width: 1024px) {
  .s-contentstream .load-more__container {
    padding: 36px 0 12px;
  }
  .c-contentstream .c-contentstream__filter {
    width: auto;
    margin-left: auto;
    padding-top: 0;
    padding-right: 24px;
    padding-bottom: 0;
  }
  .c-contentstream .c-contentstream__item {
    width: 33.3333%;
  }
}
/****
GALLERIES
****/

.s-galleries {
  padding-top: 45px;
}
.c-galleries--panels {
  padding-top: 32px;
}
.c-galleries--panels .c-galleries__panel {
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  min-width: 1px;
  min-height: 1px;
}
.c-galleries--panels .c-galleries__panel:nth-child(odd) .c-galleries__item {
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  min-width: 1px;
  min-height: 1px;
}
.c-galleries--panels .c-galleries__panel:nth-child(odd) .c-galleries__item .c-galleries__media {
  padding-bottom: 100%;
}
.c-galleries--panels .c-galleries__panel:nth-child(odd) .c-galleries__item:first-child {
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  min-width: 1px;
  min-height: 1px;
}
.c-galleries--panels .c-galleries__panel:nth-child(odd) .c-galleries__item:first-child .c-galleries__media {
  padding-bottom: 100%;
}
.c-galleries--panels .c-galleries__panel:nth-child(odd) .c-galleries__item:last-child {
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
}
.c-galleries--panels .c-galleries__panel:nth-child(odd) .c-galleries__item:last-child .c-galleries__media {
  padding-bottom: 56.25%;
}
.c-galleries--panels .c-galleries__item {
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  background: #3db7e4;
}
.c-galleries--panels .c-galleries__item:first-child {
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
}
.c-galleries--panels .c-galleries__item:first-child .c-galleries__media {
  padding-bottom: 56.25%;
}
.c-galleries--panels .c-galleries__link:hover .c-galleries__details,
.c-galleries--panels .c-galleries__link.sidearm-hover .c-galleries__details {
  opacity: 1;
}
.c-galleries--panels .c-galleries__link:hover .c-galleries__picture img,
.c-galleries--panels .c-galleries__link.sidearm-hover .c-galleries__picture img,
.c-galleries--panels .c-galleries__link:hover .c-galleries__image,
.c-galleries--panels .c-galleries__link.sidearm-hover .c-galleries__image {
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
  transform: scale(1.05);
  opacity: 0.1;
}
.c-galleries--panels .c-galleries__media-container {
  overflow: hidden;
  width: 100%;
}
.c-galleries--panels .c-galleries__media {
  padding-bottom: 100%;
}
.c-galleries--panels .c-galleries__picture img,
.c-galleries--panels .c-galleries__image {
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-galleries--panels .c-galleries__details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  opacity: 0;
}
.c-galleries--panels .c-galleries__title {
  font-family: 'DINOT', sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.35;
  text-decoration: none;
  letter-spacing: 0.024rem;
  text-transform: uppercase;
  color: #00205b;
  max-width: 100%;
}
.c-galleries--panels .c-galleries__sportdate {
  font-family: 'Klinic Slab', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  text-transform: uppercase;
  color: #00205b;
}
.c-galleries--panels .c-galleries__view {
  font-family: 'DINOT', sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
  display: inline-block;
  margin-top: 30px;
  margin-left: auto;
  padding: 4px 18px 6px 23px;
  text-decoration: none;
  letter-spacing: 0.022rem;
  text-transform: uppercase;
  color: #00205b;
  border: solid 1px #00205b;
}
.c-galleries--grid {
  padding-top: 24px;
}
.c-galleries--grid .c-galleries__item {
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  background: #3db7e4;
}
.c-galleries--grid .c-galleries__item:nth-child(1):after,
.c-galleries--grid .c-galleries__item:nth-child(4):after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: white;
  content: '';
}
.c-galleries--grid .c-galleries__item:nth-child(3) {
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
  border: solid 1px white;
  border-left: none;
  border-right: none;
}
.c-galleries--grid .c-galleries__item:nth-child(3) .c-galleries__media {
  padding-bottom: 56.25%;
}
.c-galleries--grid .c-galleries__link:hover .c-galleries__details,
.c-galleries--grid .c-galleries__link.sidearm-hover .c-galleries__details {
  opacity: 1;
}
.c-galleries--grid .c-galleries__link:hover .c-galleries__picture img,
.c-galleries--grid .c-galleries__link.sidearm-hover .c-galleries__picture img,
.c-galleries--grid .c-galleries__link:hover .c-galleries__image,
.c-galleries--grid .c-galleries__link.sidearm-hover .c-galleries__image {
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
  opacity: 0.1;
}
.c-galleries--grid .c-galleries__media-container {
  width: 100%;
}
.c-galleries--grid .c-galleries__media {
  padding-bottom: 100%;
}
.c-galleries--grid .c-galleries__picture img,
.c-galleries--grid .c-galleries__image {
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-galleries--grid .c-galleries__details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  opacity: 0;
}
.c-galleries--grid .c-galleries__title {
  font-family: 'DINOT', sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.35;
  text-decoration: none;
  letter-spacing: 0.024rem;
  text-transform: uppercase;
  color: #00205b;
  max-width: 100%;
}
.c-galleries--grid .c-galleries__sportdate {
  font-family: 'Klinic Slab', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  text-transform: uppercase;
  color: #00205b;
}
.c-galleries--grid .c-galleries__view {
  font-family: 'DINOT', sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
  display: none;
  margin-top: 30px;
  margin-left: auto;
  padding: 4px 18px 6px 23px;
  text-decoration: none;
  letter-spacing: 0.022rem;
  text-transform: uppercase;
  color: #00205b;
  border: solid 1px #00205b;
}
@media all and (min-width: 540px) {
  .c-galleries--grid .c-galleries__view {
    display: inline-block;
  }
  .c-galleries--grid .c-galleries__details {
    padding: 24px;
  }
  .c-galleries--grid .c-galleries__title {
    font-family: 'DINOT', sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    font-style: normal;
  }
  .c-galleries--grid .c-galleries__sportdate {
    font-family: 'Klinic Slab', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    font-style: normal;
  }
}
@media all and (min-width: 768px) {
  .c-galleries--grid .c-galleries__item:nth-child(1):after,
  .c-galleries--grid .c-galleries__item:nth-child(4):after {
    display: none;
  }
  .c-galleries--grid .c-galleries__item:nth-child(3) {
    border: none;
  }
}
@media all and (min-width: 1252px) {
  .c-galleries--panels .c-galleries__panel {
    flex: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
    min-width: 1px;
    min-height: 1px;
  }
}
/****
VIDEOS
****/

.s-video {
  overflow: hidden;
  padding: 45px 0 48px;
}
.c-videos--featured {
  padding: 32px 12px 0 ;
}
.c-videos--featured .showcase-play-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  overflow: hidden;
  width: 70px;
  height: 70px;
  color: white;
  border: solid 2px #3db7e4;
  border-radius: 50%;
}
.c-videos--featured .showcase-play-button::-ms-expand {
  display: none;
}
.c-videos--featured .showcase-play-button:after {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: sidearm_font_v2;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 4px;
  content: '\e050';
  transition: 0.2s;
  color: white;
}
.c-videos--featured .showcase-play-button:hover:after {
  background: #3db7e4;
}
.c-videos--featured .showcase-video-player {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--featured .c-videos__featured-player-container {
  border-bottom: solid 6px #3db7e4;
}
.c-videos--featured .c-videos__featured-player-container:hover .showcase-play-button {
  opacity: 1;
}
.c-videos--featured .c-videos__featured-player-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--featured .c-videos__featured-player {
  padding-bottom: 56.25%;
}
.c-videos--featured .c-videos__featured .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--featured .c-videos__featured .showcase-play-button {
  /*opacity: 0;*/

  transition: 0.2s;
  background-color: #020930;
}
.c-videos--featured .c-videos__aside {
  padding-top: 18px;
}
.c-videos--featured .c-videos__item {
  width: 50%;
  padding-right: 12px;
  padding-bottom: 20px;
}
.c-videos--featured .c-videos__item:nth-child(even) {
  padding-right: 0;
  padding-left: 12px;
}
.c-videos--featured .c-videos__item-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 100%;
  padding: 0;
  border: 0;
  background-color: white;
  display: inline-block;
}
.c-videos--featured .c-videos__item-button::-ms-expand {
  display: none;
}
.c-videos--featured .c-videos__item-button:hover,
.c-videos--featured .c-videos__item-button.sidearm-hover {
  cursor: pointer;
}
.c-videos--featured .c-videos__item-button:hover .c-videos__image,
.c-videos--featured .c-videos__item-button.sidearm-hover .c-videos__image {
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
  opacity: 0.1;
}
.c-videos--featured .c-videos__item-button:hover .c-videos__media:after,
.c-videos--featured .c-videos__item-button.sidearm-hover .c-videos__media:after {
  opacity: 1;
}
.c-videos--featured .c-videos__item-button.is-active .c-videos__image {
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
  opacity: 0.1;
}
.c-videos--featured .c-videos__item-button.is-active .c-videos__media:after {
  content: 'Now Playing';
  opacity: 1;
}
.c-videos--featured .c-videos__media-container {
  width: 100%;
}
.c-videos--featured .c-videos__media {
  padding-bottom: 56.25%;
  background: #3db7e4;
}
.c-videos--featured .c-videos__media:after {
  font-family: 'DINOT', sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  font-style: normal;
  transition: opacity 0.2s;
  line-height: 1.5;
  position: absolute;
  bottom: 24px;
  left: 0;
  padding-left: 23px;
  content: 'Watch';
  letter-spacing: 0.022rem;
  text-transform: uppercase;
  opacity: 0;
  color: #00205b;
  border-bottom: solid 2px #00205b;
}
.c-videos--featured .c-videos__image {
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--featured .c-videos__details {
  width: 100%;
  text-align: center;
}
.c-videos--featured .c-videos__sportdate {
  font-family: 'Klinic Slab', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.022rem;
  text-transform: uppercase;
  color: #00205b;
}
.c-videos--featured .c-videos__title {
  font-family: 'Gotham', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.019rem;
  color: #636363;
}
.c-videos__more {
  padding-top: 24px;
}
.c-videos__more .c-videos__more-link {
  color: #00205b;
}
.c-videos__more .c-videos__more-link:hover {
  background: #3db7e4;
}
.c-videos--list {
  padding: 0 24px;
}
.c-videos--list .showcase-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.c-videos--list .showcase-modal.video-is-playing {
  left: 0;
}
.c-videos--list .showcase-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width: 1200px;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  border-bottom: solid 4px #3db7e4;
}
.c-videos--list .showcase-modal__player {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.c-videos--list .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  padding: 8px 12px;
  color: #00205b;
  background-color: #3db7e4;
}
.c-videos--list .showcase-modal__close::-ms-expand {
  display: none;
}
.c-videos--list .showcase-modal .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-videos--list .c-videos__item {
  padding: 24px 0 20px;
  border-bottom: solid 1px #f0f0f0;
}
.c-videos--list .c-videos__item:first-child .c-videos__item-button {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-videos--list .c-videos__item:first-child .c-videos__media-container {
  width: 100%;
}
.c-videos--list .c-videos__item:first-child .c-videos__details {
  width: 100%;
}
.c-videos--list .c-videos__item-button {
  text-decoration: none;
}
.c-videos--list .c-videos__item-button:hover {
  cursor: pointer;
}
.c-videos--list .c-videos__item-button:hover .c-videos__image {
  opacity: 0.1;
}
.c-videos--list .c-videos__media-container {
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
  width: 25%;
}
.c-videos--list .c-videos__media {
  padding-bottom: 56.25%;
  background: #3db7e4;
}
.c-videos--list .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.c-videos--list .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  transform: translate(-50%, -50%);
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
}
.c-videos--list .c-videos__play-btn::-ms-expand {
  display: none;
}
.c-videos--list .c-videos__details {
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
  width: 75%;
  padding-left: 12px;
}
.c-videos--list .c-videos__sportdate {
  font-family: 'Klinic Slab', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.022rem;
  text-transform: uppercase;
  color: #00205b;
}
.c-videos--list .c-videos__title {
  font-family: 'Gotham', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.019rem;
  color: #636363;
}
@media all and (min-width: 768px) {
  .c-videos__more {
    padding-top: 12px;
  }
}
@media all and (min-width: 1024px) {
  .c-videos--featured .c-videos__aside {
    padding-top: 0;
  }
  .c-videos__more {
    padding-top: 36px;
  }
}
/****
AWARDS
****/

.s-awards {
  background: #020930;
}
.s-awards__inner {
  background: #00205b;
  position: relative;
  overflow: hidden;
}
.s-awards__header {
  padding: 24px 0;
}
.s-awards .html-ad {
  position: relative;
}
.s-awards .html-ad:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1416px;
  height: 350px;
  content: '';
  background: #00205b;
  background: -moz-linear-gradient(left, #00205b 0%, #3db7e4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #00205b), color-stop(100%, #3db7e4));
  background: -webkit-linear-gradient(left, #00205b 0%, #3db7e4 100%);
  background: -o-linear-gradient(left, #00205b 0%, #3db7e4 100%);
  background: -ms-linear-gradient(left, #00205b 0%, #3db7e4 100%);
  background: linear-gradient(to right, #00205b 0%, #3db7e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00205b', endColorstr='#3db7e4', GradientType=1);
  transform: translate(-50%, 0);
  z-index: 1;
}
.s-awards button.slick-prev,
.s-awards button.slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 0;
  position: relative;
  width: 38px;
  height: 47px;
  margin: 0 6px;
  color: white;
  border: solid 1px #3db7e4;
  background: none;
}
.s-awards button.slick-prev::-ms-expand,
.s-awards button.slick-next::-ms-expand {
  display: none;
}
.s-awards button.slick-prev:after,
.s-awards button.slick-next:after {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.2s;
  font-family: sidearm_font_v2;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '\e009';
  color: white;
}
.s-awards button.slick-prev:hover:after,
.s-awards button.slick-next:hover:after {
  color: white;
  background: #3db7e4;
}
.s-awards button.slick-next:after {
  content: '\e010';
}
.s-awards button.slick-prev,
.s-awards button.slick-next {
  position: absolute;
  bottom: 48px;
  left: 24px;
  z-index: 100;
  margin: 0;
}
.s-awards button.slick-prev:after,
.s-awards button.slick-next:after {
  background: rgba(0, 0, 0, 0.1);
}
.s-awards button.slick-next {
  left: 74px;
}
.v-awards {
  position: relative;
  z-index: 3;
}
.v-awards:after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  transform: translate(62px, 0);
  width: 546px;
  height: 350px;
  content: '';
  background: url('https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/villanova.com/images/aotw_dash_shape.png') top center no-repeat;
  pointer-events: none;
}
.v-awards .v-awards__item {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 350px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  overflow: hidden;
}
.v-awards .v-awards__text {
  width: auto;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  text-align: left;
  justify-content: center;
  -webkit-justify-content: center;
  text-transform: uppercase;
  color: white;
  order: 1;
  -webkit-order: 1;
  padding: 39px 24px 111px;
}
.v-awards .v-awards__year {
  font-family: 'Klinic Slab', sans-serif;
  font-size: 1.688rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.031rem;
  line-height: 1.2;
}
.v-awards .v-awards__name {
  font-family: 'DINOT', sans-serif;
  font-size: 3rem;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.058rem;
  line-height: 1.2;
}
.v-awards .v-awards__name a {
  text-decoration: none;
  color: white;
  transition: 0.2s;
}
.v-awards .v-awards__name a:hover {
  color: #3db7e4;
}
.v-awards .v-awards__sport {
  font-family: 'Klinic Slab', sans-serif;
  font-size: 1.688rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.031rem;
  line-height: 1.2;
}
.v-awards .v-awards__image {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  width: auto;
  height: 350px;
  overflow: hidden;
  order: 0;
  -webkit-order: 0;
  text-align: right;
}
@media all and (min-width: 540px) {
  .v-awards:after {
    transform: translate(162px, 0);
  }
}
@media all and (min-width: 768px) {
  .s-awards__inner {
    background: #020930;
    background: -moz-linear-gradient(right, #020930 0%, #020930 24%, #01215b 75%, #01215b 100%);
    background: -webkit-gradient(right top, left top, color-stop(0%, #020930), color-stop(24%, #020930), color-stop(75%, #01215b), color-stop(100%, #01215b));
    background: -webkit-linear-gradient(right, #020930 0%, #020930 24%, #01215b 75%, #01215b 100%);
    background: -o-linear-gradient(right, #020930 0%, #020930 24%, #01215b 75%, #01215b 100%);
    background: -ms-linear-gradient(right, #020930 0%, #020930 24%, #01215b 75%, #01215b 100%);
    background: linear-gradient(to left, #020930 0%, #020930 24%, #01215b 75%, #01215b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020930', endColorstr='#01215b', GradientType=1);
  }
  .s-awards__header {
    position: absolute;
    width: 100%;
    z-index: 40;
    top: 48px;
    left: 0;
    pointer-events: none;
    padding: 0;
  }
  .v-awards .v-awards__item {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .v-awards .v-awards__text {
    order: 0;
    -webkit-order: 0;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    text-align: right;
    padding: 80px 0 0 0;
  }
  .v-awards .v-awards__image {
    order: 1;
    -webkit-order: 1;
    width: auto;
    text-align: left;
  }
}
@media all and (min-width: 1024px) {
  .s-awards button.slick-prev,
  .s-awards button.slick-next {
    left: 24px;
    bottom: 50%;
    transform: translate(0, 50%);
  }
  .s-awards button.slick-next {
    left: auto;
    right: 24px;
  }
  .v-awards .v-awards__text {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    width: calc(50% - 24px);
    padding: 80px 24px 0 0;
  }
  .v-awards .v-awards__image {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    width: calc(50% + 24px);
  }
}
@media all and (min-width: 1464px) {
  .s-awards button.slick-prev {
    left: 0;
  }
  .s-awards button.slick-next {
    right: 0;
  }
}
/****
FOOTER
****/

.main-footer {
  background: #00205b;
}
.main-footer .main-footer__content {
  width: 100%;
  padding: 48px 24px 45px;
  border-bottom: solid 1px #020930;
}
.main-footer .main-footer__uni {
  padding: 0 24px;
}
.main-footer .main-footer__text {
  padding-top: 12px;
  text-align: center;
}
.main-footer .main-footer__copyright {
  font-family: 'Klinic Slab', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  text-transform: uppercase;
  color: white;
}
.main-footer .main-footer__links {
  font-family: 'Gotham', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.019rem;
  color: #b8b8b8;
}
.main-footer .main-footer__link {
  font-family: 'Gotham', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  transition: 0.2s;
  text-decoration: none;
  color: #b8b8b8;
}
.main-footer .main-footer__link:hover {
  color: white;
}
.main-footer .main-footer__cbs {
  font-family: 'Gotham', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.019rem;
  color: #b8b8b8;
}
.main-footer .main-footer__logos {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.main-footer .main-footer__logo {
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
  width: 50%;
  padding: 60px 44px 60px;
  border-left: solid 1px #020930;
}
.main-footer .main-footer__logo:last-child {
  padding: 46px 44px 60px;
  border-top: solid 1px #020930;
}
.main-footer .main-footer__logo:nth-child(3) {
  border-top: solid 1px #020930;
}
@media all and (min-width: 768px) {
  .main-footer .main-footer__content {
    padding: 48px 0 45px;
  }
  .main-footer .main-footer__text {
    padding: 0;
    text-align: left;
  }
  .main-footer .main-footer__logos {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .main-footer .main-footer__logo {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    width: auto;
  }
  .main-footer .main-footer__logo:last-child {
    width: auto;
    border-top: none;
  }
  .main-footer .main-footer__logo:nth-child(3) {
    border-top: none;
  }
}
@media all and (min-width: 1024px) {
  .main-footer .main-footer__content {
    width: auto;
    margin-right: auto;
    padding: 0;
    border-bottom: none;
    flex: 1 1 50%;
  }
  .main-footer .main-footer__text {
    padding-right: 24px;
  }
  .main-footer .main-footer__logos {
    flex: 1 1 50%;
  }
  .main-footer .main-footer__logo {
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    min-width: 1px;
    min-height: 1px;
  }
}
/****
ADS
****/

.ad__leaderboard {
  padding: 12px 0;
}
.ad__leaderboard .dfp-ad {
  background: #dddddd;
}
.ad__promo-rotator {
  background: #020930;
  background: -moz-linear-gradient(left, #020930 0%, #020930 24%, #01215b 75%, #01215b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #020930), color-stop(24%, #020930), color-stop(75%, #01215b), color-stop(100%, #01215b));
  background: -webkit-linear-gradient(left, #020930 0%, #020930 24%, #01215b 75%, #01215b 100%);
  background: -o-linear-gradient(left, #020930 0%, #020930 24%, #01215b 75%, #01215b 100%);
  background: -ms-linear-gradient(left, #020930 0%, #020930 24%, #01215b 75%, #01215b 100%);
  background: linear-gradient(to right, #020930 0%, #020930 24%, #01215b 75%, #01215b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020930', endColorstr='#01215b', GradientType=1);
}
.ad__promo-rotator button.slick-prev,
.ad__promo-rotator button.slick-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  font-size: 0;
  position: relative;
  width: 38px;
  height: 47px;
  margin: 0 6px;
  color: white;
  border: solid 1px #3db7e4;
  background: none;
}
.ad__promo-rotator button.slick-prev::-ms-expand,
.ad__promo-rotator button.slick-next::-ms-expand {
  display: none;
}
.ad__promo-rotator button.slick-prev:after,
.ad__promo-rotator button.slick-next:after {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.2s;
  font-family: sidearm_font_v2;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '\e009';
  color: white;
}
.ad__promo-rotator button.slick-prev:hover:after,
.ad__promo-rotator button.slick-next:hover:after {
  color: white;
  background: #3db7e4;
}
.ad__promo-rotator button.slick-next:after {
  content: '\e010';
}
.ad__promo-rotator button.slick-next,
.ad__promo-rotator button.slick-prev {
  position: absolute;
  bottom: 24px;
  left: 24px;
  margin: 0;
  color: black;
}
.ad__promo-rotator button.slick-next:after,
.ad__promo-rotator button.slick-prev:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.ad__promo-rotator button.slick-next {
  left: 74px;
}
.ad__middle-leaderboard {
  padding: 24px 0;
  border: solid 1px #f0f0f0;
  border-left: none;
  border-right: none;
}
.ad__middle-leaderboard .dfp-ad {
  background: #dddddd;
}
.ad__bottom-leaderboard {
  padding: 24px 0;
  background: #f0f0f0;
}
.ad__bottom-leaderboard .dfp-ad {
  background: #dddddd;
}
.ad__sticky-leaderboard {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 400;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  transition: 0.2s;
}
.ad__sticky-leaderboard ads-component {
  display: block;
  padding: 24px;
}
.ad__sticky-leaderboard.headroom--not-top {
  transform: translate(0, 100%);
}
.ad__sticky-leaderboard .dfp-ad {
  background: #dddddd;
}
@media all and (min-width: 451px) {
  .ad__promo-rotator button.slick-prev {
    transform: translate(0, -50%);
    top: 50%;
    bottom: auto;
    left: 24px;
  }
  .ad__promo-rotator button.slick-next {
    transform: translate(0, -50%);
    top: 50%;
    right: 24px;
    bottom: auto;
    left: auto;
  }
}
@media all and (min-width: 1024px) {
  .ad__sticky-leaderboard {
    background: none;
  }
  .ad__sticky-leaderboard ads-component {
    background: rgba(0, 0, 0, 0.75);
  }
}
@media all and (min-width: 1464px) {
  .ad__promo-rotator button.slick-next {
    right: 0;
  }
  .ad__promo-rotator button.slick-prev {
    left: 0;
  }
}
/****
ACCESSIBILITY
****/

h1.hide,
h2.hide {
  color: black !important;
  background: white !important;
}
.sportfile .article-wrapper-ad {
  text-align: center;
}
.sportfile .article-wrapper-ad .ad {
  margin: 24px auto;
}
.content-ad {
  padding: 12px;
}
.content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-ad .dfp-ad {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/**
* Narrator Story Tweaks (#11055)
*/

[data-story-vm-id="32014"] .sidearm-story-template-featured .sidearm-story-template-related-stories {
  display: none;
}
[data-story-vm-id="32014"] .sidearm-story-template-featured .sidearm-story-template-header {
  position: absolute;
  top: -99999px;
  left: -99999px;
  display: block !important;
  color: white !important;
  background-color: black !important;
  position: absolute !important;
}
.c-story-blocks__block-container {
  margin: 0 auto 5px !important;
}
.c-navigation--main.c-navigation--desktop .c-navigation__item--level-1 .c-navigation__url--level-1:focus,
.c-search--popout .c-search__text:focus,
.c-navigation--main.c-navigation--mobile .c-navigation__toggle:focus,
.c-navigation--main.c-navigation--mobile .c-navigation__url--level-1:focus,
.c-search--popout .c-search__toggle:focus,
.c-fanatics .c-fanatics__url:focus,
.c-contentstream .c-contentstream__item-actions-link:focus {
  outline-offset: -5px !important;
}
.ad__promo-rotator .ad a:focus {
  display: inline-block;
  outline-offset: -5px !important;
}
.c-galleries__link:focus {
  display: block;
  outline-offset: -5px !important;
}
.c-fanatics button {
  background: #020930;
}
#top-stories-pause {
  position: relative;
  z-index: 100;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -64px;
  margin-top: 24px;
  width: 100%;
  max-width: 1416px;
  padding-left: 24px;
}
.c-fanatics button.slick-prev {
  left: 40px;
  bottom: 12px;
  background: #020930;
  color: white;
}
.c-fanatics button.slick-next {
  left: auto;
  right: 0;
  bottom: 12px;
  background: #020930;
  color: white;
}
.c-contentstream .c-contentstream__item-content a {
  font-weight: bold;
  text-decoration: underline;
}
.main-footer {
  color: #3db7e4;
}
.main-footer .main-footer__link {
  font-weight: bold;
  color: white;
}
#top-stories-pause button {
  background: #020930;
  color: white;
  border: 0;
  padding: 5px 0;
  width: 40px;
  height: 40px;
  /*line-height: 30px;*/
  margin: 0 0 0 24px;
  font-size: 0;
  transition: .25s;
  border: solid 1px #3db7e4;
  /*border-radius: 100%;*/

  /*&:hover {
			background: @dblue;
			color: @gold;
		}*/

}
#top-stories-pause button:after {
  font-family: 'sidearm_font_v2';
  font-size: 20px;
  content: '\e201';
}
#top-stories-pause button.sidearm-paused:after {
  content: '\e196';
}
.gift-nav {
  margin-left: 25px;
}
