@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700|Play:400,700&display=swap');
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #2d68c4;
  color: white;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: white;
}
a.sidearm-skip-link:focus {
  position: fixed;
  left: 0;
  z-index: 9999999;
}
body {
  font: 14px/1.4 'Arimo', arial, sans-serif;
  background: #e9e9e9;
  color: black;
  margin: 0;
  padding: 0;
  min-height: 1200px;
}
.row {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.accessible-hide {
  background: black;
  color: white;
  position: absolute;
  left: -9999px;
  top: -9999px;
}
a:focus,
input:focus,
select:focus,
option:focus,
textarea:focus,
button:focus,
submit:focus,
th:focus,
[role="button"]:focus {
  outline-style: solid !important;
  outline-color: #ff5500 !important;
  outline-width: 5px !important;
  outline-offset: 0px !important;
  transition: none !important;
}
.wide:not(.storypage) .main-content-placeholder-inside {
  background: white;
  padding: 24px;
  border: 1px solid #e5e5e5;
}
.sport .s-rankings {
  display: none;
}
.s-index {
  display: flex;
  display: -webkit-flex;
}
.s-indexLeft {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  opacity: 0;
}
.s-indexRight {
  margin-left: 6px;
  flex: 0 0 345px;
  -webkit-flex: 0 0 345px;
  min-width: 1px;
  min-height: 1px;
  width: 345px;
  position: absolute;
  left: -9999px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
@media screen and (max-width: 860px) {
  .s-indexRight .s-calendar {
    display: none;
  }
}
.s-announcement {
  position: relative;
  z-index: 8998;
}
.s-announcement__toggle {
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 0;
  right: 0;
  border: none;
  background: no-repeat;
  padding: 0;
}
.s-announcement__toggle.opened:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.25s;
}
.s-announcement__toggle:before {
  content: '\e071';
  display: block;
  color: black;
  font-size: 14px;
  position: absolute;
  bottom: 8px;
  right: 6px;
  font-family: sidearm_font_v2;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s;
}
.s-announcement__toggle:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 44px solid #f2a900;
  border-left: 44px solid transparent;
}
.s-announcement__play {
  border: none;
  padding: 0;
  height: 60px;
  width: 60px;
  flex-shrink: 0;
}
.s-announcement__play.paused:before {
  content: '\e196';
}
.s-announcement__play:hover:before {
  background: #275bab;
  transition: 0.25s;
}
.s-announcement__play:before {
  font-family: sidearm_font_v2;
  font-size: 18px;
  content: '\e050';
  display: block;
  height: 60px;
  width: 60px;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #2d68c4;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.25s;
  color: white;
}
.s-announcement__dropdown {
  display: none;
  position: absolute;
  max-height: calc(100vh - 200px);
  overflow: auto;
  top: 100%;
  left: 0;
  width: 100%;
}
.s-announcement__dropdown .html-ad .s-announcement__toggle {
  display: none;
}
.s-announcement__dropdown .html-ad .s-announcement__play {
  display: none;
}
.s-announcement__dropdown .html-ad > h3 {
  display: none;
}
.s-announcement__dropdown .html-ad ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 0;
  background: #2d68c4;
  color: white;
}
.s-announcement__dropdown .html-ad ul li {
  padding: 12px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.s-announcement__dropdown .html-ad ul li a {
  color: white;
}
.s-announcement__dropdown .html-ad ul li a:hover {
  text-decoration: none;
}
.s-announcement__slider .html-ad {
  width: 100%;
  height: 60px;
  background-color: #2d68c4;
  margin-bottom: 6px;
  color: white;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
}
.s-announcement__slider .html-ad h3 {
  margin: 0 24px;
  color: white;
  font-family: 'Play', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  flex-shrink: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.s-announcement__slider .html-ad h3:before {
  content: '';
  display: inline-block;
  border-radius: 100%;
  margin-right: 12px;
  width: 8px;
  height: 8px;
  background-color: #f2a900;
}
.s-announcement__slider .html-ad ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 48px;
  overflow: hidden;
}
.s-announcement__slider .html-ad ul .js-marquee li {
  opacity: 1;
}
.s-announcement__slider .html-ad ul li {
  opacity: 0;
  display: inline;
  padding: 0 24px 0 0 ;
  color: white;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.s-announcement__slider .html-ad ul li a {
  color: white;
}
.s-announcement__slider .html-ad ul li a:hover {
  text-decoration: none;
}
header.heading {
  height: 60px;
  border: 1px solid #e5e5e5;
  background-color: white;
  display: flex;
  display: -webkit-flex;
  padding: 0 24px;
  padding-left: 0;
}
header.heading .cs-sponsor {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-left: auto;
}
header.heading > h2 {
  font-family: 'Play', sans-serif;
  color: #2d68c4;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: -1px;
  position: relative;
  padding: 15px 24px;
  padding-right: 0;
  border-bottom: 2px solid #f2a900;
}
header.heading > h2 > span {
  font-weight: 700;
}
.showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("https://s3.amazonaws.com/sidearm.sites/uclabruins.com/images/responsive/play_btn.svg");
  background-size: cover;
  height: 49px;
  width: 50px;
  z-index: 100;
  transition: 0.25s;
}
.showcase-play-button:hover {
  transition: 0.25s;
  width: 46px;
  height: 45px;
}
.showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.showcase-modal.video-is-playing {
  left: 0;
}
.showcase-modal__inner {
  padding: 16px;
  background: white;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #2d68c4;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sidearm-story-template {
  background: white;
}
.main-content-placeholder {
  max-width: 1428px;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  padding-top: 6px;
}
.index .main-navigation {
  opacity: 0;
}
html:not(.index) .main-navigation .row {
  margin-left: auto !important;
  margin-right: auto !important;
}
.main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9001;
}
.main-navigation__wrapper {
  position: relative;
  font-family: 'Arimo', sans-serif;
  display: flex;
  display: -webkit-flex;
  height: 80px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background-color: white;
}
.main-navigation .row {
  max-width: 1428px;
}
.main-navigation .row.pad {
  padding-left: 6px;
  padding-right: 6px;
}
.main-navigation.headroom--not-top {
  position: fixed;
  top: 0;
}
.main-navigation.headroom--not-top .c-navigation__wrapper {
  height: calc(100vh - 80px);
}
.main-navigation .c-nav__wrapper {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 24px;
  padding-right: 0;
  position: relative;
}
.main-navigation__logo {
  padding-bottom: 1px;
  flex-shrink: 0;
}
.main-navigation__sponsor {
  margin-left: auto;
}
.main-navigation__sponsor .ad {
  margin: 0 ;
  margin-right: 24px;
}
.main-navigation__picture img {
  margin: 0 21px;
  max-width: 182px;
  filter: none;
  -webkit-filter: blur(0);
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  filter: none;
  -webkit-filter: blur(0);
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
.main-navigation__pac12 > a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 80px;
  height: 80px;
  padding-bottom: 2px;
  box-shadow: inset 1px -1px 0 #e5e5e5;
  background-color: white;
}
.main-navigation__pac12 > a:hover {
  background: #fafafa;
  transition: 0.25s;
}
.main-navigation__calendar {
  display: none;
}
.main-navigation__calendar button {
  width: 60px;
  height: 60px;
  border: none;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: white;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #2d68c4;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  transition: 0.25s;
}
.main-navigation__calendar button.active,
.main-navigation__calendar button:hover {
  background: #fafafa;
  transition: 0.25s;
}
.main-navigation__calendar button:focus {
  outline-offset: -5px !important;
}
.main-navigation__calendar button > i {
  font-size: 20px;
}
.main-navigation__sports--icon {
  width: 106px;
  height: 80px;
  background-color: white;
  border-bottom: 2px solid transparent;
  border: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #2d68c4;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  transition: 0.25s;
  box-shadow: inset 1px -1px 0 #e5e5e5;
}
.main-navigation__sports--icon:hover {
  background: #fafafa;
  transition: 0.25s;
}
.main-navigation__sports--icon i {
  color: #f2a900;
  font-size: 20px;
  margin-right: 4px;
}
.main-navigation__tickets--icon {
  width: 133px;
  height: 80px;
  background-color: #2d68c4;
  border-bottom: 1px solid #e5e5e5;
  border: none;
  padding: 0;
  padding-right: 6px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: white;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  transition: 0.25s;
}
.main-navigation__tickets--icon:hover {
  background: #3572d1;
  transition: 0.25s;
}
.main-navigation__tickets--icon i {
  color: #f2a900;
  font-size: 20px;
  margin-right: 2px;
}
.main-navigation__search .c-search--popout fieldset {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.main-navigation__search .c-search--popout .c-search__submit {
  position: absolute;
  right: 0;
  z-index: 2;
  display: block;
  width: 28px;
  bottom: 12px;
  text-align: left;
  padding: 0;
  background: none;
  border: none;
  color: #2d68c4;
  font-size: 34px;
}
.main-navigation__search .c-search--popout .c-search__submit i {
  width: 28px;
}
.main-navigation__search .c-search--popout .c-search__submit i:before {
  margin: 0;
}
.main-navigation__search .c-search--popout .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  width: 80px;
  height: 80px;
  box-shadow: inset 1px -1px 0 #e5e5e5;
  background-color: white;
  padding: 0;
  font-size: 20px;
  color: #2d68c4;
  border: none;
  background-color: white;
  transition: 0.25s;
}
.main-navigation__search .c-search--popout .c-search__toggle:hover,
.main-navigation__search .c-search--popout .c-search__toggle.is-toggled {
  background: #fafafa;
  transition: 0.25s;
}
.main-navigation__search .c-search--popout .c-search__popout {
  background: white;
  height: 80px;
  width: calc(100% - 80px);
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  left: -99999px;
  opacity: 0;
  transition: opacity .25s;
  padding: 0 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.main-navigation__search .c-search--popout .c-search__popout.is-open {
  left: auto;
  right: 80px;
  opacity: 1;
}
.main-navigation__search .c-search--popout .c-search__text {
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: #2d68c4;
  font-family: 'Play', sans-serif;
  font-size: 22px;
  line-height: 1;
}
.main-navigation__search .c-search--popout .c-search__text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2d68c4;
}
.main-navigation__search .c-search--popout .c-search__text::-moz-placeholder {
  /* Firefox 19+ */
  color: #2d68c4;
}
.main-navigation__search .c-search--popout .c-search__text:-ms-input-placeholder {
  /* IE 10+ */
  color: #2d68c4;
}
.main-navigation__search .c-search--popout .c-search__text:-moz-placeholder {
  /* Firefox 18- */
  color: #2d68c4;
}
.main-navigation .c-navigation__sports .c-navigation__url--level-2:first-child {
  font-size: 16px;
  line-height: 26px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  order: -2;
  -webkit-order: -2;
}
.main-navigation .c-navigation__menu {
  width: 112px;
  height: 80px;
  border: none;
  padding-right: 9px;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: white;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #2d68c4;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  transition: 0.25s;
}
.main-navigation .c-navigation__menu:focus {
  outline-offset: -5px !important;
}
.main-navigation .c-navigation__menu.active,
.main-navigation .c-navigation__menu:hover {
  background: #fafafa;
  transition: 0.25s;
}
.main-navigation .c-navigation__menu.active::before {
  content: '\e077';
}
.main-navigation .c-navigation__menu::before {
  content: '\e179';
  font-family: 'sidearm_font_v2';
  font-size: 18px;
  margin-right: 2px;
}
.main-navigation .c-navigation__wrapper {
  top: 80px;
  position: absolute;
  width: 345px;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-bottom: none;
  height: calc(100vh - 80px);
  left: -9999px;
  background: white;
  overflow: auto;
}
.main-navigation .c-navigation__wrapper.opened,
.main-navigation .c-navigation__wrapper.focus-level-1 {
  left: auto;
  right: -1px;
}
.main-navigation .c-navigation__wrapper .c-search--standard {
  display: none;
}
.main-navigation .c-navigation__wrapper .c-search--standard fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.main-navigation .c-navigation__wrapper .c-search--standard .c-search__container {
  height: 60px;
  box-shadow: inset 0 -1px 0 #e5e5e5;
  background-color: white;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 24px;
  padding-right: 16px;
}
.main-navigation .c-navigation__wrapper .c-search--standard .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: #2d68c4;
  font-weight: 700;
  font-family: 'Play', sans-serif;
  font-size: 18px;
  line-height: 19.6px;
  text-transform: uppercase;
}
.main-navigation .c-navigation__wrapper .c-search--standard .c-search__text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2d68c4;
}
.main-navigation .c-navigation__wrapper .c-search--standard .c-search__text::-moz-placeholder {
  /* Firefox 19+ */
  color: #2d68c4;
}
.main-navigation .c-navigation__wrapper .c-search--standard .c-search__text:-ms-input-placeholder {
  /* IE 10+ */
  color: #2d68c4;
}
.main-navigation .c-navigation__wrapper .c-search--standard .c-search__text:-moz-placeholder {
  /* Firefox 18- */
  color: #2d68c4;
}
.main-navigation .c-navigation__wrapper .c-search--standard .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
}
.main-navigation .c-navigation__wrapper .c-search--standard .c-search__submit i {
  font-size: 28px;
  color: #2d68c4;
}
.main-navigation .c-navigation__wrapper .c-search--standard .c-search__submit i:before {
  margin: 0;
}
.main-navigation .c-navigation__level-1 {
  margin: 0;
  list-style: none;
  padding: 0;
}
.main-navigation .c-navigation__level-2 {
  margin: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  left: -9999px;
}
.main-navigation .c-navigation__level-2.opened,
.main-navigation .c-navigation__level-2.focus-level-2 {
  left: auto;
  position: relative;
}
.main-navigation .c-navigation__url--level-1 {
  color: black;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.6px;
  text-decoration: none;
  height: 60px;
  width: 100%;
  cursor: pointer;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  box-shadow: inset 0 -1px 0 #e5e5e5;
  background-color: white;
  transition: 0.25s;
  padding: 0 23px 0 24px;
}
.main-navigation .c-navigation__url--level-1:focus {
  outline-offset: -5px !important;
}
.main-navigation .c-navigation__url--level-1::after {
  font-family: 'sidearm_font_v2';
  content: '\e020';
  font-size: 14px;
  transform: rotate(0);
  transition: .25s;
  display: none;
}
.main-navigation .c-navigation__url--level-1:hover {
  color: #2d68c4;
  background-color: #fafafa;
}
.main-navigation .c-navigation__url--level-1:hover::after {
  color: #2d68c4;
}
.main-navigation .c-navigation__wrap {
  height: 60px;
  width: 100%;
  cursor: pointer;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  box-shadow: inset 0 -1px 0 #e5e5e5;
  background-color: white;
  transition: 0.25s;
}
.main-navigation .c-navigation__wrap:hover {
  background-color: #fafafa;
  transition: 0.25s;
}
.main-navigation .c-navigation__wrap > a,
.main-navigation .c-navigation__wrap > span {
  transition: 0.25s;
}
.main-navigation .c-navigation__wrap > i {
  pointer-events: none;
  margin-left: auto;
  font-size: 14px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s;
}
.main-navigation .c-navigation__wrap > i:before {
  margin: 0;
}
.main-navigation .c-navigation__url--level-2 {
  text-decoration: none;
  color: black;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  line-height: 26px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.main-navigation .c-navigation__url--level-2:hover {
  color: #2d68c4;
  background: #f0f0f0;
  transition: 0.15s;
}
.main-navigation .c-navigation__url--level-2.schedule {
  padding: 0 12px;
  height: 60px;
  box-shadow: inset -1px -1px 0 #e5e5e5, inset 1px 0 0 #e5e5e5;
}
.main-navigation .c-navigation__url--level-2.roster {
  padding: 0 12px;
  height: 60px;
  box-shadow: inset -1px -1px 0 #e5e5e5;
}
.main-navigation .c-navigation__url--level-2:first-child {
  display: block;
  padding: 0 24px;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-left: 0;
}
.main-navigation .c-navigation__item--level-1 {
  transition: 0.25s;
}
.main-navigation .c-navigation__item--level-1 .sidearm-icon {
  margin-left: auto;
}
.main-navigation .c-navigation__item--level-1.opened {
  background-color: #fafafa;
  transition: 0.25s;
}
.main-navigation .c-navigation__item--level-1.opened .c-navigation__url--level-1 {
  background-color: #fafafa;
}
.main-navigation .c-navigation__item--level-1.opened .c-navigation__url--level-1 > a,
.main-navigation .c-navigation__item--level-1.opened .c-navigation__url--level-1 > span {
  color: #2d68c4;
  transition: 0.25s;
}
.main-navigation .c-navigation__item--level-1.opened .c-navigation__url--level-1::after {
  color: #2d68c4;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: 0.25s;
}
.main-navigation .c-navigation__item--level-1.c-navigation__parent .c-navigation__url--level-1::after {
  display: block;
}
.main-navigation .c-navigation__item--level-2 {
  width: 100%;
  display: block;
  height: 60px;
  box-shadow: inset 0 -1px 0 #e5e5e5;
  background-color: #fafafa;
  color: black;
  position: relative;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: 0.15s;
}
.main-navigation .c-navigation__item--level-2:hover {
  background: #f0f0f0;
  transition: 0.15s;
}
.main-navigation .c-navigation__separator {
  font-weight: 700;
  background: white;
}
.main-navigation .c-navigation__separator span {
  color: #2d68c4;
  font-size: 16px !important;
  background: white !important;
}
.main-navigation .c-navigation__separator:hover {
  background: white;
}
.main-navigation .c-navigation__separator:hover .c-navigation__url--level-2 {
  text-decoration: none;
}
.sport-navigation {
  height: 60px;
  position: relative;
  border: 1px solid #e5e5e5;
  background-color: white;
  margin-bottom: 6px;
  width: 100%;
}
.sport-navigation .c-navigation--sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__ad .ad {
  margin: 0 12px;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:not(.c-navigation__sport):hover .c-navigation__url--level-1 {
  background: #fafafa;
  transition: 0.25s;
  color: #2d68c4;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__item--level-1:not(.c-navigation__sport):hover .c-navigation__level-2 {
  left: auto;
  right: -1px;
  opacity: 1;
  transition: opacity .25s;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 58px;
  padding: 0 24px;
  border-left: 1px solid #e5e5e5;
  background-color: white;
  color: black;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__additional .c-navigation__url--level-1 {
  font-weight: 700;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sport {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: auto;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1 {
  font-family: 'Play', sans-serif;
  padding-right: 0;
  color: #2d68c4;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  border-left: none;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__sport .c-navigation__url--level-1:hover {
  text-decoration: underline;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  left: -99999px;
  width: 250px;
  z-index: 8999;
  background: white;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  text-align: right;
  font-family: 'Arimo', sans-serif;
  top: 100%;
  opacity: 0;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__level-2.is-open {
  left: auto;
  right: -1px;
  opacity: 1;
  transition: 0s;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2 {
  padding: 12px 24px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  transition: 0.25s;
}
.sport-navigation .c-navigation--sport.c-navigation--desktop .c-navigation__url--level-2:hover {
  background: #fafafa;
  border-bottom: 1px solid #d8d8d8;
  transition: 0.25s;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport-links {
  height: 58px;
  padding: 0 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: auto;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport .c-navigation__url {
  text-decoration: none;
  font-family: 'Play', sans-serif;
  padding-right: 0;
  color: #2d68c4;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  border-left: none;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__sport .c-navigation__url:hover {
  text-decoration: underline;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-family: 'Play', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #2d68c4;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 8999;
  max-height: 0px;
  overflow: hidden;
  background: white;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__offcanvas.is-open {
  max-height: calc(100vh - 150px);
  overflow: auto;
}
.sport-navigation .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;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: sidearm_font_v2;
  content: '\e020';
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-1 {
  font-family: 'Arimo', sans-serif;
  color: black;
  text-transform: none;
  text-decoration: none;
  display: block;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 26px;
  border-bottom: 1px solid #e5e5e5;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__level-1 {
  border-top: 1px solid #e5e5e5;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__level-2 {
  padding: 0;
  opacity: 1;
  position: static;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2 {
  width: 100%;
  padding: 12px 24px;
  display: block;
  box-shadow: inset 0 -1px 0 #e5e5e5;
  background-color: #fafafa;
  color: black;
  font-family: 'Arimo', sans-serif;
  line-height: 26px;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: 0.15s;
}
.sport-navigation .c-navigation--sport.c-navigation--mobile .c-navigation__url--level-2:hover {
  background: #f0f0f0;
  transition: 0.15s;
}
.s-mainStory .c-stories__item {
  padding: 23px;
  border: 1px solid #e5e5e5;
  background-color: white;
  margin-bottom: 6px;
}
.s-mainStory .c-stories__title {
  padding-top: 15px;
}
.s-mainStory .c-stories__media-inside.stories-video-is-playing .showcase-modal {
  left: 0;
}
.s-mainStory .c-stories__url {
  display: block;
  text-decoration: none;
  color: #2d68c4;
  font-family: 'Play', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
}
.s-mainStory .c-stories__url:hover {
  text-decoration: underline;
}
.s-mainStory .c-stories__links ul {
  padding: 6px 0 0 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.s-mainStory .c-stories__links ul li {
  display: inline-block;
  color: #e5e5e5;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.s-mainStory .c-stories__links ul li:after {
  content: '/';
  display: inline-block;
  margin: 0 8px ;
  vertical-align: middle;
}
.s-mainStory .c-stories__links ul li i {
  vertical-align: middle;
  margin-right: 2px;
  display: inline-block;
  color: #f2a900;
  font-size: 11px;
  height: 24px;
}
.s-mainStory .c-stories__links ul li i:before {
  margin: 0;
  display: block;
  height: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-mainStory .c-stories__links ul li a {
  color: black;
  font-family: 'Arimo', sans-serif;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: 0.25s;
}
.s-mainStory .c-stories__links ul li a:hover {
  color: #2d68c4;
  transition: 0.25s;
}
.s-mainStory .c-stories__links ul li:last-child:after {
  content: none;
}
.s-mainStory .c-stories__title {
  display: flex;
  display: -webkit-flex;
}
.s-mainStory .c-stories__teaser {
  color: black;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.s-mainStory .c-stories__teaser .date {
  font-style: italic;
}
.s-mainStory .c-stories__teaser .slash {
  margin: 0 4px;
  color: #2d68c4;
}
.s-mainStory .c-stories__sponsor .ad {
  padding-top: 5px;
}
.s-ad ads-component > div {
  border: 1px solid #e5e5e5;
  background-color: white;
  margin-bottom: 6px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-ad .dfp-ad {
  margin: 23px 21px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-ad.bottom ads-component > div {
  margin-top: 6px;
}
.s-recentHeadlines {
  margin-bottom: 6px;
}
.s-recentHeadlines .c-stories__list {
  border: 1px solid #e5e5e5;
  border-top: none;
  border-bottom: none;
}
.s-recentHeadlines .c-stories__item {
  padding: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: white;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
}
.s-recentHeadlines .c-stories__details {
  padding: 0 24px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-recentHeadlines .c-stories__date {
  color: black;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-top: 6px;
  font-style: italic;
}
.s-recentHeadlines .c-stories__sport {
  color: #2d68c4;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 5px;
}
.s-recentHeadlines .c-stories__title {
  display: flex;
  display: -webkit-flex;
}
.s-recentHeadlines .c-stories__archives {
  background: white;
  height: 50px;
  width: 100%;
  padding: 0 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  box-shadow: inset -1px -1px 0 #e5e5e5, inset 1px 0 0 #e5e5e5;
  transition: 0.25s;
}
.s-recentHeadlines .c-stories__archives:hover {
  background: #fafafa;
  transition: 0.25s;
}
.s-recentHeadlines .c-stories__archives > i {
  color: #f2a900;
  font-size: 10px;
  margin-right: 4px;
}
.s-recentHeadlines .c-stories__archives > a {
  display: block;
  color: #2d68c4;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}
.s-recentHeadlines .c-stories__url {
  display: block;
  color: black;
  font-family: 'Play', sans-serif;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  transition: 0.25s;
}
.s-recentHeadlines .c-stories__url:hover {
  text-decoration: underline;
}
.s-recentHeadlines .c-stories__media-container {
  flex: 0 1 312px;
  -webkit-flex: 0 1 312px;
  min-width: 1px;
  min-height: 1px;
}
.s-recentHeadlines .c-stories__media-inside.stories-video-is-playing .showcase-modal {
  left: 0;
}
.s-promoRotator .ads-container {
  margin-bottom: 6px;
}
.s-promoRotator .ad img {
  width: 100%;
}
.s-videos__no-data {
  text-align: center;
  background: white;
  margin: 0;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.s-videos .c-videos--grid .showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.s-videos .c-videos--grid .showcase-modal.video-is-playing {
  left: 0;
}
.s-videos .c-videos--grid .showcase-modal__inner {
  padding: 16px;
  background: white;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.s-videos .c-videos--grid .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.s-videos .c-videos--grid .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #2d68c4;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.s-videos .c-videos--grid .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-videos .c-videos--grid .c-videos__list {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.s-videos .c-videos--grid .c-videos__item {
  width: 50%;
  padding: 24px;
  padding-bottom: 16px;
  background: white;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
}
.s-videos .c-videos--grid .c-videos__item:nth-child(odd) {
  border-right: 1px solid #e5e5e5;
}
.s-videos .c-videos--grid .c-videos__media {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  cursor: pointer;
}
.s-videos .c-videos--grid .c-videos__media:hover:after {
  transition: 0.15s;
  background: rgba(0, 0, 0, 0.3);
}
.s-videos .c-videos--grid .c-videos__media:hover .c-videos__image {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: 0.15s;
}
.s-videos .c-videos--grid .c-videos__media:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.15s;
}
.s-videos .c-videos--grid .c-videos__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 0.15s;
}
.s-videos .c-videos--grid .c-videos__play-btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 51px;
  height: 50px;
  z-index: 3;
  background-image: url("https://s3.amazonaws.com/sidearm.sites/uclabruins.com/images/responsive/play_btn.svg");
  background-size: cover;
  transition: 0.25s;
}
.s-videos .c-videos--grid .c-videos__play-btn:hover {
  transition: 0.25s;
  width: 46px;
  height: 45px;
}
.s-videos .c-videos--grid .c-videos__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  padding-top: 16px;
}
.s-videos .c-videos--grid .c-videos__views {
  color: #2d68c4;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.s-videos .c-videos--grid .c-videos__date {
  color: black;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}
.s-videos .c-videos--grid .c-videos__dateviews {
  color: #e5e5e5;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.s-videos .c-videos--grid .c-videos__dateviews .slash {
  margin: 0 4px;
}
.s-videos .c-videos--grid .c-videos__url {
  display: block;
}
.s-videos .c-videos--grid .c-videos__url:hover {
  text-decoration: underline;
}
.s-videos .c-videos--grid .c-videos__title {
  color: black;
  display: flex;
  display: -webkit-flex;
  font-family: 'Play', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 8px;
  cursor: pointer;
}
.c-general__archives {
  background: white;
  height: 50px;
  width: 100%;
  padding: 0 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  box-shadow: inset -1px -1px 0 #e5e5e5, inset 1px 0 0 #e5e5e5;
  transition: 0.25s;
}
.c-general__archives:hover {
  background: #fafafa;
  transition: 0.25s;
}
.c-general__archives > i {
  color: #f2a900;
  font-size: 10px;
  margin-right: 4px;
}
.c-general__archives > a {
  display: block;
  color: #2d68c4;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}
.line-wrap {
  position: relative;
}
.line {
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}
.line,
.line span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.line span {
  bottom: 0;
}
.line-gold span:last-child {
  border-bottom: 6px solid #f2a900;
}
.line-0 span:first-child {
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}
.line-0 span:last-child {
  transform: translateX(-102%);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.line-wrap:hover .line-0 span:first-child {
  transform: translateX(102%);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.line-wrap:hover .line-0 span:last-child {
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}
.tabs > ul,
.s-shop > ul {
  width: 100%;
  height: 60px;
  margin: 0;
  list-style: none;
  padding: 0 24px;
  box-shadow: inset -1px -1px 0 #e5e5e5, inset 1px 0 0 #e5e5e5;
  background-color: #fafafa;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.tabs > ul > li.ui-state-active > a,
.s-shop > ul > li.ui-state-active > a {
  font-weight: 700;
}
.tabs > ul > li > a,
.s-shop > ul > li > a {
  color: black;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.tabs > ul > span,
.s-shop > ul > span {
  color: black;
  font-family: 'Arimo', sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  margin-right: 12px;
}
.tabs > ul .slash,
.s-shop > ul .slash {
  margin: 0 6px;
  color: #6e6e6e;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
.tabs .ui-tabs-panel,
.s-shop .ui-tabs-panel {
  width: 100%;
  position: relative;
  opacity: 1;
  transition: 0.2s opacity;
  overflow: hidden;
  top: 0;
  left: 0;
}
.tabs .ui-tabs-panel[aria-hidden="true"],
.s-shop .ui-tabs-panel[aria-hidden="true"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.s-shop .ui-tabs-panel {
  display: block !important;
  width: 100%;
  position: relative;
  opacity: 1;
  transition: 0.2s opacity;
  overflow: hidden;
  top: 0;
  left: 0;
}
.s-shop .ui-tabs-panel[aria-hidden="true"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.s-calendar {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.s-calendar .c-general__archives {
  border-top: 1px solid #e4e4e4;
}
.s-calendar .c-scoreboard__nodetails {
  padding: 24px;
  font-family: 'Arimo', sans-serif;
  text-align: center;
  background: white;
}
.s-calendar .c-scoreboard__wrapper {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  min-height: 350px;
  position: relative;
}
.s-calendar .c-scoreboard__list {
  position: absolute;
  top: 0;
  height: calc(100%);
  width: 100%;
  overflow: auto;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  background: white;
  padding-bottom: 3px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-calendar .c-scoreboard__list.ps .c-scoreboard__item {
  padding-right: 31px;
}
.s-calendar .c-scoreboard .ring-container {
  display: none;
  margin-right: 6px;
}
.s-calendar .c-scoreboard__live {
  align-items: center;
  -webkit-align-items: center;
}
.s-calendar .c-scoreboard__live > span:last-child {
  font-weight: 700;
  color: #2d68c4;
  text-transform: uppercase;
}
.s-calendar .c-scoreboard__toggle {
  background: none;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  border: none;
  margin-left: auto;
  font-size: 14px;
  z-index: 1;
}
.s-calendar .c-scoreboard__toggle i:before {
  margin: 0;
  transform: rotate(0deg);
  transition: .25s;
}
.s-calendar .c-scoreboard__toggle.is-toggled,
.s-calendar .c-scoreboard__toggle:hover {
  color: #f2a900;
}
.s-calendar .c-scoreboard__toggle.is-toggled::before,
.s-calendar .c-scoreboard__toggle:hover::before {
  transform: rotate(45deg);
}
.s-calendar .c-scoreboard__item {
  padding: 24px ;
  padding-top: 16px;
  color: black;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  line-height: 26px;
  background: white;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}
.s-calendar .c-scoreboard__item.live .c-scoreboard__live {
  display: flex;
  display: -webkit-flex;
}
.s-calendar .c-scoreboard__item.live .c-scoreboard__info-inside {
  display: none;
}
.s-calendar .c-scoreboard__item.live .ring-container {
  display: block;
}
.s-calendar .c-scoreboard__item.is-open .c-scoreboard__overlay {
  opacity: 1;
  transition: 0.25s;
  pointer-events: auto;
}
.s-calendar .c-scoreboard__time {
  color: black;
}
.s-calendar .c-scoreboard__details {
  padding: 24px;
  padding-bottom: 0;
  text-align: center;
}
.s-calendar .c-scoreboard__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: 0.25s;
  pointer-events: none;
}
.s-calendar .c-scoreboard__overlay ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-calendar .c-scoreboard__overlay ul li {
  margin: 0 7px;
  margin-top: -4px;
}
.s-calendar .c-scoreboard__overlay ul li a {
  color: #2d68c4;
  font-size: 18px;
  transition: 0.25s;
}
.s-calendar .c-scoreboard__overlay ul li a .sf-tickets {
  display: block;
}
.s-calendar .c-scoreboard__overlay ul li a .sf-stats {
  display: block;
}
.s-calendar .c-scoreboard__overlay ul li a .sf-video {
  display: block;
}
.s-calendar .c-scoreboard__overlay ul li a:hover {
  transition: 0.25s;
  color: #f2a900;
}
.s-calendar .c-scoreboard__sport {
  color: #2d68c4;
}
.s-calendar .c-scoreboard__team {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 31px;
}
.s-calendar .c-scoreboard__team--home {
  margin-bottom: 6px;
}
.s-calendar .c-scoreboard__team-score.winner {
  color: #2d68c4;
}
.s-calendar .c-scoreboard__team-score.winning {
  color: #2d68c4;
  font-weight: 700;
}
.s-calendar .c-scoreboard__team-logo-container {
  width: 31px;
  height: 31px;
  border: 1px solid #e5e5e5;
  background-color: white;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-calendar .c-scoreboard__team-logo-container img {
  filter: none;
  -webkit-filter: blur(0);
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  filter: none;
  -webkit-filter: blur(0);
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  max-width: 25px;
  max-height: 25px;
  display: block;
}
.s-calendar .c-scoreboard__team-name {
  padding: 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-calendar .c-scoreboard__date {
  font-weight: 700;
}
.s-calendar .c-scoreboard__info {
  color: black;
  position: relative;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  line-height: 26px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.s-calendar .c-scoreboard__info .slash {
  color: #6e6e6e;
  margin: 0 6px;
}
.s-events {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  position: relative;
}
.s-events events-component {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-results {
  position: relative;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
}
.s-results results-component {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.s-shop {
  margin-top: 6px;
  position: relative;
}
.s-shop .ads-container {
  background: white;
}
.s-shop .ads-container .ad {
  border-bottom: 1px solid #e4e4e4;
  padding: 24px;
}
.s-shop .ads-container img {
  width: 100%;
}
.s-shop .ads-container .slick-prev,
.s-shop .ads-container .slick-next {
  background: none;
  padding: 0;
  border: none;
  font-size: 0;
  color: #2d68c4;
  transition: 0.25s;
  min-height: 60px;
  padding: 5px 24px;
  padding-left: 16px;
  padding-right: 0;
}
.s-shop .ads-container .slick-prev::after,
.s-shop .ads-container .slick-next::after {
  content: "\e025";
  font-family: "sidearm_font_v2";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
}
.s-shop .ads-container .slick-next {
  padding-left: 5px;
  padding-right: 24px;
}
.s-shop .ads-container .slick-next::after {
  content: "\e026";
}
.s-fanatics,
.s-auctions {
  position: relative;
}
.s-fanatics .c-fanatics,
.s-auctions .c-fanatics,
.s-fanatics .c-auctions,
.s-auctions .c-auctions {
  background: white;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.s-fanatics .c-fanatics__none,
.s-auctions .c-fanatics__none,
.s-fanatics .c-auctions__none,
.s-auctions .c-auctions__none {
  padding: 24px;
}
.s-fanatics .c-fanatics__sponsor,
.s-auctions .c-fanatics__sponsor,
.s-fanatics .c-auctions__sponsor,
.s-auctions .c-auctions__sponsor {
  background: white;
}
.s-fanatics .c-fanatics__sponsor .ad,
.s-auctions .c-fanatics__sponsor .ad,
.s-fanatics .c-auctions__sponsor .ad,
.s-auctions .c-auctions__sponsor .ad {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-top: 1px solid #e4e4e4;
  padding: 5px 12px;
  width: 100%;
}
.s-fanatics .c-fanatics__item,
.s-auctions .c-fanatics__item,
.s-fanatics .c-auctions__item,
.s-auctions .c-auctions__item {
  display: flex;
  display: -webkit-flex;
  padding: 24px;
  padding-bottom: 19px;
  background: white;
}
.s-fanatics .c-fanatics__media,
.s-auctions .c-fanatics__media,
.s-fanatics .c-auctions__media,
.s-auctions .c-auctions__media {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  max-width: 150px;
}
.s-fanatics .c-fanatics__details,
.s-auctions .c-fanatics__details,
.s-fanatics .c-auctions__details,
.s-auctions .c-auctions__details {
  padding-left: 12px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: 'Arimo', sans-serif;
  overflow: hidden;
}
.s-fanatics .c-fanatics__url,
.s-auctions .c-fanatics__url,
.s-fanatics .c-auctions__url,
.s-auctions .c-auctions__url {
  text-decoration: none;
  color: black;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  line-height: 30px;
  display: block;
}
.s-fanatics .c-fanatics__url:hover,
.s-auctions .c-fanatics__url:hover,
.s-fanatics .c-auctions__url:hover,
.s-auctions .c-auctions__url:hover {
  text-decoration: underline;
}
.s-fanatics .c-fanatics__price,
.s-auctions .c-fanatics__price,
.s-fanatics .c-auctions__price,
.s-auctions .c-auctions__price {
  margin-top: 6px;
  color: #2d68c4;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.s-fanatics .c-fanatics__arrows,
.s-auctions .c-fanatics__arrows,
.s-fanatics .c-auctions__arrows,
.s-auctions .c-auctions__arrows {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-fanatics .slick-next,
.s-auctions .slick-next,
.s-fanatics .slick-prev,
.s-auctions .slick-prev {
  background: none;
  padding: 0;
  border: none;
  font-size: 20px;
  margin: 0 4px;
  margin-bottom: 22px;
  color: #2d68c4;
  transition: 0.25s;
}
.s-fanatics .slick-next:hover,
.s-auctions .slick-next:hover,
.s-fanatics .slick-prev:hover,
.s-auctions .slick-prev:hover {
  color: #f2a900;
  transition: 0.25s;
}
.s-quickLinks {
  margin-top: 6px;
}
.s-quickLinks ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.s-quickLinks ul li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  box-shadow: inset -1px -1px 0 #e5e5e5, inset 1px 0 0 #e5e5e5;
  background-color: white;
}
.s-quickLinks ul li a {
  padding: 13px 24px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  text-decoration: none;
  color: black;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: 0.25s;
}
.s-quickLinks ul li a:before {
  margin-right: 7px;
  content: '\e018';
  display: block;
  font-family: sidearm_font_v2;
  color: #f2a900;
  font-size: 10px;
}
.s-quickLinks ul li a:hover {
  color: #2d68c4;
  background-color: #fafafa;
  box-shadow: inset -1px -1px 0 #e5e5e5, inset 1px 0 0 #e5e5e5;
  transition: 0.25s;
}
.s-trending {
  margin-top: 6px;
}
.s-trending .c-trending {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.s-trending .c-trending__item {
  background: white;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  display: -webkit-flex;
}
.s-trending .c-trending__number {
  flex-shrink: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-right: 1px solid #e4e4e4;
  padding: 17px 12px;
  width: 61px;
  color: #2d68c4;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.s-trending .c-trending__title {
  padding: 17px 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.s-trending .c-trending__url {
  text-decoration: none;
  color: black;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.s-trending .c-trending__url:hover {
  text-decoration: underline;
}
.c-trending__title a {
  text-decoration: none;
}
/* perfect-scrollbar v0.8.1 */

.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eeeeee;
  opacity: 0.9;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999999;
  height: 11px;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eeeeee;
  opacity: 0.9;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999999;
  width: 10px;
}
.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaaaaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}
.ps > .ps__scrollbar-y-rail {
  opacity: 0;
  transition: 0.15s opacity;
  margin: 24px 0;
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 12px;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 8px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #2d68c4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  right: 0px;
  cursor: pointer;
  /* there must be 'right' for ps__scrollbar-y */
  width: 8px;
  transition: 0.15s background-color;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y:hover {
  background: #f2a900;
  transition: 0.15s background-color;
}
.ps:hover .ps__scrollbar-y-rail {
  opacity: 1;
  transition: 0.15s opacity;
}
.s-rankings {
  margin-top: 6px;
}
.s-rankings .c-rankings--table {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.s-rankings .c-rankings--table .c-rankings__table {
  width: 100%;
}
.s-rankings .c-rankings--table .c-rankings__header th {
  text-align: left;
  padding: 18px 24px;
}
.s-rankings .c-rankings--table .c-rankings__header th.c-rankings__rank {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.s-rankings .c-rankings--table .c-rankings__row {
  border-bottom: 1px solid #e4e4e4;
  background-color: white;
  color: black;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.s-rankings .c-rankings--table .c-rankings__row--header {
  background-color: #fafafa;
}
.s-rankings .c-rankings--table .c-rankings__row th {
  padding: 18px 24px;
}
.s-rankings .c-rankings--table .c-rankings__row th.c-rankings__rank {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.s-rankings .c-rankings--table .c-rankings__cell {
  padding: 18px 24px;
}
.s-rankings .c-rankings--table .c-rankings__cell.c-rankings__rank {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.s-rankings .c-rankings--table .c-rankings__url {
  text-decoration: none;
  text-decoration: none;
  color: black;
}
.s-rankings .c-rankings--table .c-rankings__url:hover {
  text-decoration: underline;
}
.s-pac12 {
  background: white;
}
.s-pac12 .slick-track {
  display: flex;
  display: -webkit-flex;
}
.s-pac12 header.heading {
  height: 82px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.s-pac12 header.heading > h2 > div:first-child {
  letter-spacing: 1px;
  color: #2d68c4;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
.s-pac12 header.heading > h2 > div:last-child {
  color: #2d68c4;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.s-pac12 header.heading > h2 > div:last-child > span {
  font-weight: 700;
}
.s-pac12 header.heading .s-pac12__image {
  margin-left: auto;
  align-self: center;
}
.s-pac12 .c-pac12 {
  border: 1px solid #e4e4e4;
  border-top: none;
}
.s-pac12 .c-pac12__item {
  padding: 17px 24px;
  padding-bottom: 24px;
  background: white;
  color: black;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  background-color: white;
  font-family: 'Arimo', sans-serif;
  display: flex;
  display: -webkit-flex;
  height: auto;
  flex-direction: column;
  -webkit-flex-direction: column;
  font-size: 16px;
  line-height: 24px;
}
.s-pac12 .c-pac12__date {
  margin-bottom: 12px;
  font-style: italic;
}
.s-pac12 .c-pac12__cta {
  margin-top: auto;
}
.s-pac12 .c-pac12__watch {
  padding: 0 21px;
  height: 44px;
  border: 1px solid #e5e5e5;
  background-color: white;
  display: block;
  text-decoration: none;
  color: #2d68c4;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.25s;
}
.s-pac12 .c-pac12__watch i {
  color: #f2a900;
  font-size: 11px;
  margin-right: 5px;
}
.s-pac12 .c-pac12__watch i:before {
  margin: 0;
}
.s-pac12 .c-pac12__watch:hover {
  border: 1px solid #2d68c4;
  background: #2d68c4;
  color: #f2a900;
  transition: 0.25s;
}
.s-pac12 .c-pac12__arrows {
  min-height: 60px;
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 24px;
  padding-left: 16px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.s-pac12 .c-pac12__arrows .slick-next,
.s-pac12 .c-pac12__arrows .slick-prev {
  background: none;
  padding: 0;
  border: none;
  font-size: 20px;
  margin: 0 2px;
  color: #2d68c4;
  transition: 0.25s;
}
.s-pac12 .c-pac12__arrows .slick-next:hover,
.s-pac12 .c-pac12__arrows .slick-prev:hover {
  color: #f2a900;
  transition: 0.25s;
}
.s-pac12 .c-pac12__arrows .slick-prev {
  margin-left: 0;
}
.s-pac12 .c-pac12__arrows .slick-prev:before {
  margin-left: 0;
}
.s-pac12 .c-pac12__sponsor {
  margin-left: auto;
}
.s-pac12 .c-pac12__network a {
  display: block;
  background-color: white;
  text-decoration: none;
  color: #2d68c4;
  font-family: 'Arimo', sans-serif;
  padding: 9px 21px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
  transition: 0.25s;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.s-pac12 .c-pac12__network a:last-child {
  border-bottom: none;
}
.s-pac12 .c-pac12__network a i {
  color: #f2a900;
  font-size: 11px;
  margin-right: 5px;
}
.s-pac12 .c-pac12__network a i:before {
  margin: 0;
}
.s-pac12 .c-pac12__network a:hover {
  background: #fafafa;
  transition: 0.25s;
}
.s-pac12 .c-pac12__networks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  pointer-events: none;
  opacity: 0;
  padding: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: 0.25s;
}
.s-pac12 .c-pac12__networks.active {
  pointer-events: all;
  opacity: 1;
  transition: 0.25s;
}
.s-pac12 .c-pac12__networks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.s-pac12 .c-pac12__networks a {
  color: black;
  text-decoration: none;
}
.s-pac12 .c-pac12__networks a:hover {
  text-decoration: underline;
}
.s-pac12 .c-pac12__info {
  color: #2d68c4;
  background: none;
  padding: 8px;
  border: none;
  font-size: 20px;
}
.s-pac12 .c-pac12__close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  padding: 12px;
  z-index: 3;
  color: #2d68c4;
  padding: 12px;
  border: none;
  background: none;
}
.s-pac12 .c-pac12__url {
  display: block;
  text-decoration: none;
  color: black;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: 0.25s;
}
.s-pac12 .c-pac12__url:hover {
  color: #2d68c4;
  transition: 0.25s;
}
.index .main-footer {
  opacity: 0;
}
.main-footer {
  margin-top: 6px;
  background: white;
  border: 1px solid #e4e4e4;
  border-bottom: none;
}
.main-footer__logos ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
}
.main-footer__logos ul li {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  border-left: 1px solid #e4e4e4;
}
.main-footer__logos ul li:first-child {
  border-left: none;
}
.main-footer__logos ul li.lgbt img {
  max-width: 136px;
}
.main-footer__logos ul li div {
  height: 0;
  position: relative;
  padding-bottom: 90.6779661%;
  overflow: hidden;
}
.main-footer__logos ul li div a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  transition: 0.25s;
}
.main-footer__logos ul li div a:hover {
  transition: 0.25s;
  background: #fafafa;
}
.main-footer__logos ul li div a img {
  filter: none;
  -webkit-filter: blur(0);
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  filter: none;
  -webkit-filter: blur(0);
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
.main-footer__text {
  background-color: #2d68c4;
  border-left: 2px solid #f2a900;
  min-height: 133px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-footer__text--wrapper {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  color: white;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.main-footer__text--wrapper > div:first-child {
  font-weight: 700;
}
.main-footer__text--wrapper span {
  margin: 0 8px;
}
.main-footer__text--wrapper a {
  color: white;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}
.main-footer__text--wrapper a:hover {
  text-decoration: none;
}
.main-footer__text--button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 36px;
  box-shadow: inset 2px 2px 0 #f2a900, inset -2px -2px 0 #f2a900;
  text-decoration: none;
  max-width: 231px;
  text-align: center;
  transition: 200ms ease-in-out;
}
.main-footer__text--button span {
  color: white;
  font-family: 'Arimo', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transition: 200ms ease-in-out;
}
.main-footer__text--button:hover,
.main-footer__text--button:focus {
  background: #f2a900;
}
.main-footer__text--button:hover span,
.main-footer__text--button:focus span {
  color: #2d68c4;
}
.sidearm-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900000;
  height: 100%;
  background: #e9e9e9;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.sidearm-loading-logo {
  height: 47px;
}
.sidearm-loading .sidearm-progress-bar > div {
  background-color: #f2a900;
}
.sidearm-loading .sidearm-loading-progress {
  height: 86px;
  width: 100%;
}
.sidearm-loading .sidearm-loading-progress > div {
  margin: 26px 2px;
}
html:not(.index) .sidearm-loading {
  display: none !important;
}
.article-wrapper.news {
  max-width: 1428px;
  color: black;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
}
.article-wrapper.news .article_container {
  display: flex;
  display: -webkit-flex;
}
.article-wrapper.news .date {
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-top: 6px;
  font-style: italic;
}
.article-wrapper.news .story_ad {
  padding: 24px 0;
  text-align: center;
}
.article-wrapper.news .story_ad .dfp-ad {
  margin-left: auto;
  margin-right: auto;
}
.article-wrapper.news .article_left {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  background: white;
  padding: 24px;
  border: 1px solid #e5e5e5;
}
.article-wrapper.news .article_right {
  flex: 0 0 345px;
  -webkit-flex: 0 0 345px;
  min-width: 1px;
  min-height: 1px;
  background: white;
  margin-left: 6px;
  border: 1px solid #e5e5e5;
}
.article-wrapper.news .article_right header.heading {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
.article-wrapper.news .article-image {
  position: relative;
}
.article-wrapper.news .article-image iframe {
  width: 100%;
  height: 100%;
  z-index: 104;
  position: absolute;
  top: 0;
  left: 0;
}
.article-wrapper.news .article-details {
  padding: 24px 0 0 0;
}
.article-wrapper.news .article-details .article-headline {
  margin: 0;
  font-family: 'Play', sans-serif;
  color: #2d68c4;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}
.article-wrapper.news .article-datesport > span:first-child {
  font-weight: 600;
  color: #2d68c4;
  text-transform: uppercase;
}
.article-wrapper.news .print-friendly-story-button {
  margin-top: 24px;
  display: block;
}
.article-wrapper.news .article-content {
  line-height: 30px;
  padding: 24px;
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.article-wrapper.news .article-body a {
  color: #2d68c4;
}
.article-wrapper.news .story_email {
  float: right;
  text-align: center;
  margin-left: 24px;
  margin-bottom: 24px;
  line-height: 1.4;
  margin-top: 8px;
}
.article-wrapper.news .story_email > span {
  text-transform: uppercase;
  font-size: 12px;
  color: white;
  position: relative;
  text-align: center;
  width: 96px;
  height: 60px;
  background: #2d68c4;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  font-weight: 600;
  text-transform: uppercase;
}
.article-wrapper.news .story_email > span:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 6px solid #2d68c4;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
.article-wrapper.news .story_email .social-column > a {
  display: block;
  width: 96px;
  height: 70px;
  background: white;
  display: flex;
  display: -webkit-flex;
  transition: 0.35s;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 26px;
  align-items: center;
  -webkit-align-items: center;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
}
.article-wrapper.news .story_email .social-column > a span {
  position: absolute;
  left: -9999px;
  color: white;
  background: black;
}
.article-wrapper.news .story_email .social-column > a:first-child {
  border-top: 1px solid #f2f2f2;
}
.article-wrapper.news .story_email .social-column > a:hover {
  background: #fafafa;
  color: #2d68c4;
  transition: 0.35s;
}
.article-wrapper.news .story_email .social-column > a > span {
  text-decoration: none;
  font-size: 12px;
  color: #2d68c4;
  text-transform: uppercase;
}
.article-wrapper.news .story_email .social-column > a.more:hover {
  background: #2d68c4;
  transition: 0.35s;
  border-color: #2d68c4;
}
.article-wrapper.news .story_email .social-column > a.more:hover > span {
  color: white;
}
.article-wrapper.news .story_email .social-column > a.more > span {
  position: static;
  font-size: 50px;
  background: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  line-height: 20px;
  margin-top: -27px;
}
.article-wrapper.news .article-image-caption {
  font-size: 12px;
  line-height: 1.7;
  padding: 6px 12px;
  text-align: center;
  background: #fafafa;
}
.article-wrapper.news .article-links {
  display: flex;
  display: -webkit-flex;
  width: 100%;
}
.article-wrapper.news .article-links .sidearm-story-template-links {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  width: 100%;
}
.article-wrapper.news .article-links .sidearm-story-template-links-list {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  width: 100%;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
  list-style: none;
  padding: 0;
  display: inline-block;
  padding: 20px 0;
  margin-top: 24px;
  min-height: 60px;
}
.article-wrapper.news .article-links .sidearm-story-template-links-list:empty {
  border: none;
  padding: 0;
}
.article-wrapper.news .article-links .sidearm-story-template-links-list li {
  display: inline;
  margin-right: 12px;
}
.article-wrapper.news .article-links .sidearm-story-template-links-list li:before {
  content: '\e861';
  color: #2d68c4;
  display: inline;
  font-family: sidearm_font;
  margin-right: 2px;
}
.article-wrapper.news .article-links .sidearm-story-template-links-list li a {
  display: inline;
  text-decoration: none;
  line-height: 1.8;
  color: black;
}
.article-wrapper.news .article-links .sidearm-story-template-links-list li a:hover {
  text-decoration: underline;
}
#related .c-stories__item {
  padding: 24px;
  border-bottom: 1px solid #e5e5e5;
  transition: 0.25s;
}
#related .c-stories__item:hover {
  background: #fafafa;
  transition: 0.25s;
}
#related .c-stories__item:hover .c-stories__url {
  color: #2d68c4;
  transition: 0.25s;
}
#related .c-stories__url {
  color: black;
  text-decoration: none;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: 0.25s;
}
#related .c-stories__url:hover {
  text-decoration: underline;
  transition: 0.25s;
}
#related .c-stories__date {
  margin-top: 6px;
}
.promo--optional {
  max-width: 1428px;
  margin-left: auto;
  margin-right: auto;
}
.promo--optional .ad {
  text-align: center;
  margin: 0 0 6px 0;
}
.promo--optional .ad img {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .s-recentHeadlines .c-stories__details {
    padding: 0;
  }
  .s-recentHeadlines .c-stories__media-container {
    display: none;
  }
  .s-videos .c-videos--grid .c-videos__item {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
  }
  .s-videos .c-videos--grid .c-videos__item::nth-child(odd) {
    border-right: none;
  }
  .s-mainStory .c-stories__links ul {
    display: none;
  }
  .main-navigation__picture img {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .main-navigation__sponsor .ad {
    display: none;
  }
  .main-navigation .c-navigation__wrapper .c-search--standard {
    display: block;
  }
  .s-shop {
    margin-top: 0;
  }
  .s-announcement .html-ad {
    margin-bottom: 0;
  }
  .s-announcement__slider .html-ad ul {
    margin-left: 24px;
  }
  .s-announcement__slider .html-ad > h3 {
    display: none;
  }
  .promo--optional .ad {
    margin-bottom: 0;
  }
  .wide:not(.storypage) .main-content-placeholder-inside {
    border-top: none;
    border-bottom: none;
  }
  #related header.heading {
    border-top: 1px solid #e5e5e5;
  }
  #related .c-stories__item:last-child {
    border-bottom: none;
  }
  .article-wrapper.news {
    margin-bottom: 0;
  }
  .article-wrapper.news .article_container {
    display: block;
  }
  .article-wrapper.news .article-links .sidearm-story-template-links {
    margin-bottom: 24px;
  }
  .article-wrapper.news .article-links .sidearm-story-template-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #f2f2f2;
    display: block;
    border-bottom: none;
  }
  .article-wrapper.news .article-links .sidearm-story-template-links ul li {
    background: #fbfbfb;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 24px;
    line-height: 20px;
    display: block;
    margin: 0;
  }
  .article-wrapper.news .article-links .sidearm-story-template-links ul li a {
    display: inline;
    text-decoration: none;
    color: black;
  }
  .article-wrapper.news .article-links .sidearm-story-template-links ul li a:hover span {
    text-decoration: underline;
  }
  .article-wrapper.news .article_left {
    border: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .article-wrapper.news .article_right {
    border: none;
    margin-left: 0;
    width: 100%;
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .main-footer {
    border-left: none;
    border-right: none;
  }
  .showcase-modal__inner,
  .s-videos .c-videos--grid .showcase-modal__inner {
    padding: 0;
    width: 100%;
  }
  .sport-navigation {
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
  }
  .s-pac12 .c-pac12 {
    border-bottom: none;
  }
  .main-footer {
    margin-top: 0;
  }
  .main-footer__logos ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .main-footer__logos ul li {
    flex: 0 1 33.3333%;
    -webkit-flex: 0 1 33.3333%;
    min-width: 1px;
    min-height: 1px;
  }
  .main-footer__logos ul li:nth-child(4) {
    border-left: none;
  }
  .main-footer__logos ul li:nth-child(1),
  .main-footer__logos ul li:nth-child(2),
  .main-footer__logos ul li:nth-child(3) {
    border-bottom: 1px solid #e5e5e5;
  }
  .main-footer__logos ul li > div {
    padding-bottom: 100%;
  }
  .main-footer__logos ul li > div a {
    padding: 36px;
  }
  .s-rankings .c-rankings--table {
    border-left: none;
    border-right: none;
  }
  .c-general__archives {
    box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .sport .s-quickLinks {
    border-top: 1px solid #e5e5e5;
  }
  .s-quickLinks {
    margin-top: 0;
  }
  .s-quickLinks header.heading {
    border-top: none;
  }
  .s-quickLinks ul li {
    box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .s-quickLinks ul li:hover a {
    box-shadow: none;
  }
  .s-videos .c-videos--grid .c-videos__list {
    border-left: none;
    border-right: none;
  }
  .s-videos .c-videos--grid .c-videos__item {
    border-right: none !important;
    width: 50%;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
  }
  header.heading {
    border-left: none;
    border-right: none;
  }
  .s-rankings {
    margin-top: 0;
  }
  .s-fanatics {
    margin-top: 0;
  }
  .s-fanatics .c-fanatics {
    border-left: none;
    border-right: none;
  }
  .s-fanatics .c-fanatics__item {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .s-fanatics .c-fanatics__details {
    max-width: 300px;
  }
  .s-trending {
    margin-top: 0;
  }
  .s-trending .c-trending {
    border-left: none;
    border-right: none;
  }
  .s-trending .c-trending__item:last-child {
    border-bottom: none;
  }
  .tabs > ul {
    border-bottom: 1px solid #e5e5e5;
    box-shadow: none;
  }
  .s-calendar {
    z-index: 8999;
    position: fixed;
    background: white;
    top: 60px;
    left: 0;
    width: 100%;
    border-left: none;
    border-right: 0;
    height: calc(100vh - 60px);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    display: none;
  }
  .s-calendar.opened {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    display: block;
  }
  .s-calendar header.heading {
    border-top: none;
  }
  .s-calendar .c-scoreboard__list {
    border-left: none;
    border-right: none;
    backface-visibility: visible;
    -webkit-overflow-scrolling: touch;
  }
  .s-ad ads-component > div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  .s-ad.bottom ads-component > div {
    margin-top: 0;
  }
  .s-ad .dfp-ad {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .s-index {
    display: block;
  }
  .s-indexRight {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .s-promoRotator .ads-container {
    margin-bottom: 0;
  }
  .s-recentHeadlines {
    margin-bottom: 0;
  }
  .s-recentHeadlines .c-stories__media-container {
    display: block;
  }
  .s-recentHeadlines .c-stories__details {
    padding: 0 24px;
  }
  .s-recentHeadlines .c-stories__list {
    border-left: none;
    border-right: none;
  }
  .s-mainStory .c-stories__links ul {
    display: block;
  }
  .s-mainStory .c-stories__item {
    border: none;
    margin-bottom: 0;
  }
  .main-content-placeholder {
    padding: 0;
    margin-top: 60px;
  }
  .main-navigation .row.pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .main-navigation__search {
    display: none;
  }
  .main-navigation__search.focused .c-search--popout .c-search__popout.is-open {
    left: auto;
    right: 80px;
    opacity: 1;
  }
  .main-navigation__logo {
    max-width: 59px;
  }
  .main-navigation__tickets {
    display: none;
  }
  .main-navigation__calendar {
    display: block;
  }
  .main-navigation__sponsor {
    margin-left: 0;
    margin-right: auto;
  }
  .main-navigation__sponsor .ad {
    margin: 0 12px;
  }
  .main-navigation__sports {
    display: none;
  }
  .main-navigation__wrapper {
    border-left: none;
    border-right: none;
    height: 60px;
    background-color: white;
  }
  .main-navigation__pac12 {
    display: none;
  }
  .main-navigation__pac12 > a {
    height: 60px;
    width: 60px;
  }
  .main-navigation .c-navigation__wrapper {
    top: 60px;
    height: calc(100vh - 60px);
    width: 100%;
    border-left: none;
    border-right: none;
    backface-visibility: visible;
    -webkit-overflow-scrolling: touch;
    display: none;
  }
  .main-navigation .c-navigation__wrapper.opened,
  .main-navigation .c-navigation__wrapper.focus-level-1 {
    right: 0;
    display: block;
  }
  .main-navigation .c-navigation__menu {
    width: 60px;
    height: 60px;
  }
  .main-navigation .c-navigation__menu > span {
    position: absolute;
    left: -9999px;
    background: black;
    color: white;
  }
}
@media screen and (max-width: 640px) {
  .main-navigation__sponsor .ad {
    display: none;
  }
  .article-wrapper.news .article-details .article-headline {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
  .article-wrapper.news .article-details {
    padding: 24px;
  }
  .article-wrapper.news .article-image {
    margin-left: -24px;
    margin-top: -24px;
    margin-right: -24px;
  }
  .article-wrapper.news .story_email {
    float: none;
    margin-left: 0;
    margin-top: 0;
  }
  .article-wrapper.news .story_email > span {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    width: 100%;
    height: 40px;
  }
  .article-wrapper.news .story_email .social-column {
    display: flex;
    display: -webkit-flex;
  }
  .article-wrapper.news .story_email .social-column > a {
    height: 50px;
    font-size: 18px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    border: none;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
  }
  .article-wrapper.news .story_email .social-column > a:first-child {
    border-left: 1px solid #f2f2f2;
  }
  .article-wrapper.news .story_email .social-column > a.more > span {
    font-size: 30px;
    margin-top: 0;
    line-height: 50px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding-bottom: 16px;
  }
  .s-recentHeadlines .c-stories__details {
    padding: 0;
  }
  .s-recentHeadlines .c-stories__media-container {
    display: none;
  }
  .s-videos .c-videos--grid .c-videos__item {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
  }
  .s-videos .c-videos--grid .c-videos__item::nth-child(odd) {
    border-right: none;
  }
  .s-mainStory .c-stories__links ul {
    display: none;
  }
  .main-footer__text {
    flex-direction: column;
  }
  .main-footer__text--button {
    margin-top: 24px;
  }
}
@media screen and (max-width: 540px) {
  .sidearm-roster-player-view .sidearm-roster-player-heading .sidearm-roster-player-name {
    white-space: normal !important;
  }
  .s-recentHeadlines .c-stories__item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .s-recentHeadlines header.heading > h2 {
    font-size: 0;
  }
  .s-recentHeadlines header.heading > h2 > span {
    font-size: 20px;
  }
  .s-mainStory .c-stories__url {
    font-family: 'Play', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
  .main-footer__logos ul li {
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    min-width: 1px;
    min-height: 1px;
    border-left: none;
  }
  .main-footer__logos ul li:nth-child(4) {
    border-bottom: 1px solid #e5e5e5;
  }
  .main-footer__logos ul li:nth-child(even) {
    border-left: 1px solid #e5e5e5;
  }
}
#slide {
  background: white;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  border-top: 1px solid #e5e5e5;
}
#slide .dfp-ad {
  margin: 12px auto;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
#slide .dfp-ad img {
  display: inline-block;
}
.sidearm-common-promotion .ads-container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.sidearm-common-promotion .ads-container .ad {
  padding: 0 12px;
}
.main-content-placeholder-inside .sidearm-story-template-gen-2 .sidearm-story-template-content {
  padding-top: 0;
  padding-left: 0;
}
.sidearm-schedule-game-promotion-name {
  font-weight: bold;
}
.storyleaderboard {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.storyleaderboard .dfp-ad {
  margin: 12px auto;
}
.c-countdown--horizontal {
  width: 100%;
  padding: 0;
  max-width: 1416px;
}
.c-countdown--horizontal .c-countdown__item {
  margin: 6px 0;
  background-color: #2d68c4;
  font-family: 'Arimo', sans-serif;
  color: white;
  font-weight: 700;
  justify-content: space-between;
}
.c-countdown--horizontal .c-countdown__header {
  padding: 12px 24px;
  margin-right: auto;
}
.c-countdown--horizontal .c-countdown__header-text {
  font-size: 30px;
  text-transform: uppercase;
}
.c-countdown--horizontal .c-countdown__sponsor {
  padding: 12px 24px;
}
.c-countdown--horizontal .c-countdown__logos {
  padding: 12px;
  background-color: white;
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.c-countdown--horizontal .c-countdown__indicator {
  color: #041e42;
  margin: 0 12px;
}
.c-countdown--horizontal .c-countdown__time {
  margin-left: auto;
}
.c-countdown--horizontal .c-countdown__time-item {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
}
.c-countdown--horizontal .c-countdown__time-value {
  font-size: 30px;
  display: inline-block;
  color: #f2a900;
  margin-right: 6px;
}
.c-countdown--horizontal .c-countdown__time-label {
  display: inline-block;
}
.c-countdown--horizontal .c-countdown__time-label abbr {
  border-bottom: none;
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  .c-countdown--horizontal .c-countdown__item {
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 24px;
  }
  .c-countdown--horizontal .c-countdown__header {
    padding: 12px 24px;
    flex: 0 0 100%;
    justify-content: center;
  }
  .c-countdown--horizontal .c-countdown__time {
    margin: 0;
    flex: 0 1 450px;
    justify-content: center;
  }
  .c-countdown--horizontal .c-countdown__time-item {
    width: auto;
    flex: 0 0 25%;
    padding: 0;
  }
  .c-countdown--horizontal .c-countdown__sponsor {
    margin: 0;
    flex: 0 1 300px;
    padding: 6px 12px;
  }
  .c-countdown--horizontal .c-countdown__logos {
    border: 1px solid #d8d8d8;
  }
}
@media screen and (max-width: 1024px) {
  .c-countdown--horizontal {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-countdown--horizontal {
    width: 90%;
    max-width: 767px;
    margin: 0 auto;
  }
  .c-countdown--horizontal .c-countdown__header-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .c-countdown--horizontal .c-countdown__item {
    padding-bottom: 0;
  }
  .c-countdown--horizontal .c-countdown__time {
    flex: 0 0 100%;
  }
  .c-countdown--horizontal .c-countdown__sponsor {
    flex: 0 0 100%;
    padding: 12px 12px;
    justify-content: center;
    text-align: center;
  }
  .c-countdown--horizontal .c-countdown__logos {
    flex: 0 0 100%;
    border-bottom: none;
    justify-content: center;
  }
}
.sidearm-common-promotion {
  margin-bottom: 20px;
}
.sidearm-story-template .sidearm-story-template-text {
  padding: 20px;
}
.sidearm-story-template-gen-2 .sidearm-story-template-header h1,
.sidearm-story-template-gen-3 .sidearm-story-template-header h1,
.sidearm-story-template-share {
  padding: 0 20px 0;
}
.sidearm-story-template-content span {
  padding-left: 20px;
}
.ads-container a:focus {
  display: inline-block !important;
  outline-offset: -5px !important;
}
.s-videos .c-videos--grid .c-videos__item:focus,
.s-pac12 .c-pac12__close:focus,
.main-footer__logos ul li div a:focus,
.main-navigation .c-navigation__url--level-2:focus,
.main-navigation__tickets--icon:focus,
.main-navigation__pac12 > a:focus,
.main-navigation__sports--icon:focus,
.main-navigation__search .c-search--popout .c-search__toggle:focus,
.s-recentHeadlines .c-stories__item:focus,
.s-quickLinks ul li a:focus,
.s-pac12 .c-pac12__network a:focus {
  outline-offset: -5px !important;
}
/* ========== STICKY FLYOUT ========== */

.c-sticky-flyout {
  position: fixed;
  right: 48px;
  bottom: 128px;
  width: 300px;
  z-index: 6;
  border: 1px solid black;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  transition: .25s;
}
.c-sticky-flyout .c-sticky-flyout__hide {
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: black;
  color: white;
  font-size: 1.5rem;
  transition: .25s;
}
.c-sticky-flyout .c-sticky-flyout__hide:hover {
  background-color: #2d68c4;
  color: #f2a900;
}
.c-sticky-flyout .ad {
  display: flex;
  justify-content: center;
}
.c-sticky-flyout.not-active {
  display: none;
}
.c-sticky-flyout.hidden {
  transform: translateX(200%);
}
.c-sticky-flyout.hidden .c-sticky-flyout__hide {
  transform: translate(0, -50%);
}
@media (max-width: 640px) {
  .c-sticky-flyout {
    right: 50%;
    transform: translateX(50%);
  }
}
