@import url("https://fonts.sidearmsports.com/sidearm_v2/sidearm_font_v2.css");
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #615d59;
  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 'Source Sans Pro', sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background-color: #efeeee;
}
.showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
  height: 70px;
  width: 70px;
  z-index: 100;
}
/*Stories Video*/

.showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/*Tabs*/

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

.content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-ad .dfp-ad {
    margin: 24px auto;
  }
}
/*Mixins*/
/*Colors*/
/*Social Media Brand Colors*/
/*Fonts*/

/*Utility Classes*/

.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.margin-none {
  margin: 0;
}
.margin-top-none {
  margin-top: none;
}
.margin-right-none {
  margin-right: none;
}
.margin-bottom-none {
  margin-bottom: none;
}
.margin-left-none {
  margin-left: none;
}
.margin-auto {
  margin: auto;
}
.margin-top-auto {
  margin-top: auto;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-bottom-auto {
  margin-bottom: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.margin-centered {
  margin-left: auto;
  margin-right: auto;
}
.accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background: black;
  color: white;
}
.hide {
  background: black;
  color: white;
}
/*Animations*/

/* Perfect Scrollbar */

.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  z-index: 1;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eeeeee;
  opacity: 1;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999999;
  height: 11px;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eeeeee;
  opacity: 1;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #cbcbcb;
  width: 4px;
}
.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  height: 15px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  background-color: black;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  bottom: 2px;
  height: 6px;
}
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}
.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  background: #615d59;
  width: 6px;
  right: 0px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  background-color: #f04e27;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  right: 0;
  width: 6px;
}
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  background-color: #f04e27;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #e7e6e6;
  opacity: 1;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #e7e6e6;
  height: 11px;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #e7e6e6;
  opacity: 1;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #9f8479;
}
.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 1;
}
.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #e7e6e6;
  opacity: 1;
}
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #e7e6e6;
}
/*Row Styles*/

.row {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}
.row.pad {
  padding-left: 24px;
  padding-right: 24px;
}
.row.no-pad {
  max-width: 1176px;
}
.row.row-wide {
  max-width: 2000px;
}
@media screen and (max-width: 1176px) {
  .row.extra-pad {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
/*Slick Dots*/

ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
ul.slick-dots button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
}
/** Main Content Placeholder **/

.main-content-placeholder {
  padding-top: 84px;
}
html.headroom--not-top .main-header__logo-container a {
  opacity: 0;
  pointer-events: none;
}
html.headroom--not-top .main-header__logo-container a.scroll {
  opacity: 1;
  pointer-events: all;
  margin-left: 0;
}
html.headroom--not-top .main-header__logo-container a.scroll img {
  transform: translateY(16px) translateX(0px) scale(1);
  max-width: inherit;
}
html.headroom--not-top .main-header__nav {
  position: fixed;
  top: 0;
}
html:not(.index) .main-content-placeholder {
  padding: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1224px;
  padding-top: 84px;
}
@media screen and (max-width: 540px) {
  .main-content-placeholder {
    padding-top: 60px;
  }
}
/** Page Layout **/

.content-tabs {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding-bottom: 24px;
  z-index: 400;
  position: relative;
}
.content-tabs li {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  line-height: 56px;
  border-right: solid 2px #efeeee;
  position: relative;
  background-color: white;
  border-bottom: solid 2px #efeeee;
}
.content-tabs li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background: #f04e27;
  opacity: 0;
  pointer-events: none;
}
.content-tabs li:last-child {
  border-right: none;
}
.content-tabs li a {
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  display: block;
  text-align: center;
  text-decoration: none;
}
.content-tabs li a i {
  display: none;
}
.content-tabs li.ui-state-active {
  box-shadow: 0.125rem 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  background-color: #615d59;
}
.content-tabs li.ui-state-active::after {
  opacity: 1;
}
.content-tabs li.ui-state-active a {
  color: white;
}
#tab-container {
  background: #efeeee;
}
@media screen and (max-width: 540px) {
  #tab-container {
    padding-left: 0;
    padding-right: 0;
  }
  .content-tabs li a i {
    display: block;
    font-size: 24px;
  }
  .content-tabs li a span {
    display: none;
  }
}
#tab-wrapper {
  position: relative;
}
#tab-wrapper .s-tab.ui-tabs-panel {
  width: 100%;
  transition: opacity 0.25s 0.2s, height 0s 0s, transform 0.2s 0.2s;
  opacity: 1;
}
#tab-wrapper .s-tab.ui-tabs-panel[aria-hidden='true'] {
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  display: block !important;
  width: 100%;
  height: 0;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  transition: opacity 0.2s 0s, transform 0.2s 0s, height 0s 0.4s;
}
#tab-wrapper .s-tab.ui-tabs-panel[aria-hidden='true'].before-tab {
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.s-events-standings__mobile {
  display: block;
}
.s-events-standings {
  display: none;
}
.container-inner {
  position: relative;
}
@media all and (min-width: 1025px) {
  .content-tabs {
    display: none;
  }
  .s-events-standings__mobile {
    display: none;
  }
  .s-events-standings {
    display: block;
  }
  #tab-container {
    background: none;
  }
  #tab-container .container-inner {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  #tab-container .main {
    flex: 1 1 100%;
    min-width: 1px;
    min-height: 1px;
    padding-right: 24px;
    margin-top: -60px;
  }
  #tab-container .sidebar {
    flex: 1 0 376px;
    min-width: 1px;
    min-height: 1px;
    position: relative;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__social {
    display: none;
  }
  #tab-container {
    overflow: hidden;
  }
}
@media screen and (max-width: 540px) {
  .content-tabs {
    padding: 0;
  }
  .content-tabs.row.pad {
    padding-left: 0;
    padding-right: 0;
  }
}
/** Main Header **/

.main-header__bar {
  background-color: #f04e27;
  height: 75px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.113rem;
  position: relative;
  box-shadow: inset 0px -2px 0px 0px rgba(35, 31, 32, 0.2);
}
.main-header__bar::before {
  background-image: url('https://dbukjj6eu5tsf.cloudfront.net/thencata.org/images/responsive_2019/nav_circle_shape_new.png');
  background-repeat: no-repeat;
  background-position: right;
  content: '';
  height: 75px;
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: block;
}
.main-header__bar::after {
  content: '';
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  height: 75px;
  display: block;
}
.main-header__bar-wrapper {
  height: 75px;
  flex: 0 1 830px;
  min-width: 1px;
  min-height: 1px;
  width: 100%;
  display: flex;
  align-items: center;
}
.main-header__bar-wrapper.row {
  padding-left: 14px;
}
.main-header__bar-text {
  height: 100%;
}
.main-header__logo-container {
  flex: 0 0 146px;
  margin-right: 24px;
  transition: 0.2s;
  position: relative;
  z-index: 5;
}
.main-header__logo-container a {
  position: absolute;
  top: -46px;
  left: 0;
  transition: 0.3s ease-out;
}
.main-header__logo-container a.scroll {
  opacity: 0;
  pointer-events: none;
  top: 0;
  width: 138px;
  height: 60px;
}
.main-header__logo-container a.scroll img {
  transform: translateY(70px) scale(0.98);
  transition: 0.3s ease-out;
}
.main-header__logo-container img {
  transition: 0.4s ease-out;
}
.main-header__nav {
  position: absolute;
  top: 75px;
  background-color: white;
  z-index: 999;
  height: 60px;
  width: 100%;
  box-shadow: 0px 2px 3px -1px rgba(35, 31, 32, 0.2);
}
.main-header__nav-wrapper {
  justify-content: flex-end;
  height: 60px;
}
.main-header__links {
  flex: 0 1 60px;
  display: flex;
  justify-content: flex-end;
}
.main-header__social {
  position: relative;
  width: 100%;
  height: 60px;
  top: 60px;
  overflow: hidden;
}
.main-header__social-row {
  position: relative;
  height: 60px;
}
.main-header__social-icons {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 24px;
  z-index: 10;
}
.main-header__social-icons .ads-container {
  display: flex;
  position: relative;
  padding-left: 67px;
  height: 60px;
  align-items: center;
}
.main-header__social-icons .ads-container::before {
  content: '';
  height: 60px;
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: block;
  position: absolute;
  width: 2000px;
  background-color: white;
  border-bottom-left-radius: 60px;
  z-index: -1;
  left: 0;
}
.main-header__social-icons .ad {
  width: 36px;
  height: 36px;
  background-color: #615d59;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  transition: .25s;
}
.main-header__social-icons .ad:last-child {
  margin-right: 0px;
}
.main-header__social-icons .ad:hover {
  background-color: #f04e27;
  transition: .25s;
}
.main-header__social-icons .ad:hover i {
  color: #231f20;
  transition: .25s;
}
.main-header__social-icons .ad span {
  font-size: 0;
}
.main-header__social-icons .ad a {
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.main-header__social-icons .ad i {
  font-size: 18px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: .25s;
}
.main-navigation {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  height: 100%;
}
@media screen and (max-width: 1224px) {
  .main-header__bar::before {
    flex: 0 0 192px;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__logo-container a {
    top: -30px;
  }
}
@media screen and (max-width: 600px) {
  .main-header__bar {
    font-size: .9rem;
  }
}
@media screen and (max-width: 540px) {
  .main-header__bar {
    display: none;
  }
  .main-header__nav {
    top: 0;
    position: fixed;
  }
  .main-header__logo {
    opacity: 0;
  }
  .main-header__logo-container a.scroll {
    opacity: 1;
  }
  .main-header__logo-container a.scroll img {
    transform: translateY(16px) translateX(0px) scale(1);
    max-width: inherit;
  }
}
/** Main Nav **/

.c-navigation--main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-evenly;
}
.c-navigation--main .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--main .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  color: #231f20;
  width: 90px;
  height: 60px;
  font-size: 18px;
  border-left: 2px solid rgba(35, 31, 32, 0.2);
  display: block;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1 {
  background-color: #615d59;
  color: white;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__url--level-1::before,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__url--level-1::before {
  height: 6px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1:hover .c-navigation__level-2,
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-1.sidearm-hover .c-navigation__level-2 {
  left: 0;
  opacity: 1;
  transition: opacity .25s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1 {
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.094rem;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  text-align: center;
  position: relative;
  padding: 0 12px;
  transition: all 0.2s ease-in-out 0s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-1::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 0px;
  background: #f04e27;
  transition: all 0.2s ease-in-out 0s;
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  width: 100%;
  background-color: #615d59;
  box-shadow: 0px 2px 3px -1px rgba(35, 31, 32, 0.2);
}
.c-navigation--main .c-navigation-desktop .c-navigation__level-2-inner {
  margin: 0px auto;
  padding: 36px 12px;
  width: 100%;
  max-width: 1176px;
  max-height: calc(100vh - 135px);
  overflow-y: auto;
  z-index: 997;
}
.c-navigation--main .c-navigation-desktop .c-navigation__column {
  flex: 0 1 33.3333%;
  padding: 0 12px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 0 24px;
  line-height: 46px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:first-child {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:not(.c-navigation__separator):hover {
  background-color: #f04e27;
}
.c-navigation--main .c-navigation-desktop .c-navigation__item--level-2:not(.c-navigation__separator):hover .c-navigation__url--level-2 {
  color: #231f20;
}
.c-navigation--main .c-navigation-desktop .c-navigation__separator {
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.156rem;
  padding: 0 24px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2 {
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child {
  margin-right: auto;
}
.c-navigation--main .c-navigation-desktop .c-navigation__url--level-2:first-child:last-child {
  width: 100%;
  margin-right: 0;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social {
  width: 30px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social[href] {
  visibility: visible;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social::before {
  font-family: sidearm_font_v2;
  margin-right: 30px;
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.facebook::before {
  content: '\e041';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.twitter::before {
  content: '\e035';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.instagram::before {
  content: '\e044';
}
.c-navigation--main .c-navigation-desktop .c-navigation__social.tickets::before {
  content: '\e108';
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}
.c-navigation--main .c-navigation-mobile .c-navigation__offcanvas.is-open {
  height: calc(100vh - 60px);
  overflow: auto;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-1 {
  background-color: #efeeee;
  line-height: 70px;
  border-bottom: 2px solid white;
  transition: .25s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-1.is-open {
  transition: .25s;
  background-color: #615d59;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-1.is-open .c-navigation__url--level-1 {
  color: white;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-1.is-open .c-navigation__url--level-1::before {
  height: 6px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1::after {
  font-family: sidearm_font_v2;
  font-size: 20px;
  content: '\e012';
  margin-left: 12px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__parent .c-navigation__url--level-1.is-open::after {
  transform: rotate(-180deg);
  transition: transform .25s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1 {
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.094rem;
  padding: 0 24px;
  text-decoration-line: none;
  position: relative;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-1::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 0px;
  background: #f04e27;
  transition: all 0.2s ease-in-out 0s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}
.c-navigation--main .c-navigation-mobile .c-navigation__level-2.is-open {
  max-height: 1500px;
  background-color: #efeeee;
  padding: 0 24px 24px 24px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__item--level-2 {
  background-color: white;
  border-bottom: 2px solid #efeeee;
}
.c-navigation--main .c-navigation-mobile .c-navigation__separator {
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.156rem;
  padding: 0 24px;
}
.c-navigation--main .c-navigation-mobile .c-navigation__url--level-2 {
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 0 48px;
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .c-navigation--main .c-navigation-mobile .c-navigation__level-1 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .c-navigation--main {
    justify-content: flex-end;
  }
  .main-header__nav-row.row.pad {
    padding-right: 0;
  }
  .main-header__links {
    flex: 0 1 90px;
  }
}
@media screen and (max-width: 540px) {
  .c-navigation--main .c-navigation-mobile .c-navigation__offcanvas {
    background-color: #efeeee;
  }
  .c-navigation--main .c-navigation__toggle {
    background-color: #f04e27;
    position: relative;
  }
  .c-navigation--main .c-navigation__toggle i {
    padding-left: 12px;
  }
  .c-navigation--main .c-navigation__toggle::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    top: 0;
    left: -8px;
    transform: translateX(-50%);
  }
  .c-navigation--main .c-navigation__toggle:focus::before {
    outline: none;
  }
}
/** Search Overlay **/

.search-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 60px;
  position: relative;
}
.search-desktop::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 0px;
  background: #f04e27;
  transition: all 0.2s ease-in-out 0s;
}
.search-desktop:hover::before {
  height: 6px;
}
.search-desktop search-component {
  width: 100%;
  height: 100%;
}
.c-search--overlay {
  width: 100%;
  height: 100%;
}
.c-search--overlay fieldset {
  border: none;
  display: block;
  margin: 0;
  width: 100%;
}
.c-search--overlay .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 24px;
  color: #231f20;
  transition: .25s;
  width: 100%;
  height: 100%;
  background-color: #efeeee;
}
.c-search--overlay .c-search__toggle:hover,
.c-search--overlay .c-search__toggle.is-toggled {
  color: white;
  transition: .25s;
  background-color: #615d59;
}
.c-search--overlay .c-search__overlay {
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -99999px;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.c-search--overlay .c-search__overlay.is-open {
  left: 0;
}
.c-search--overlay .c-search__overlay.is-open .c-search__text-wrap {
  opacity: 1;
  transform: none;
  box-shadow: 0.5rem 0 5rem 2.5rem rgba(0, 0, 0, 0.5);
}
.c-search--overlay .c-search__text-wrap {
  margin: 0 auto;
  max-width: 540px;
  height: 60px;
  background: white;
  overflow: hidden;
  opacity: 0;
  transform: translateY(48px);
  transition: .35s;
  transition-delay: .25s;
}
.c-search--overlay .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  display: block;
  flex: 1 1 auto;
  min-height: 1px;
  min-width: 1px;
  display: block;
  padding: 0 24px;
  font-size: 1.5rem;
  transition: .25s;
}
.c-search--overlay .c-search__text::-webkit-input-placeholder {
  color: black;
}
.c-search--overlay .c-search__text::-moz-placeholder {
  color: black;
}
.c-search--overlay .c-search__text:-ms-input-placeholder {
  color: black;
}
.c-search--overlay .c-search__text:-moz-placeholder {
  color: black;
}
.c-search--overlay .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  max-width: 120px;
  height: 60px;
  flex: 1 0 auto;
  display: block;
  background: #f04e27;
  padding: 0 12px;
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  transition: .25s;
}
.c-search--overlay .c-search__submit:hover {
  background-color: white;
  color: #231f20;
}
.c-search--overlay .c-search__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #f04e27;
  color: #231f20;
  transition: .25s;
}
.c-search--overlay .c-search__close:hover {
  background: white;
  color: #231f20;
}
@media screen and (max-width: 1024px) {
  .search-desktop {
    flex: 0 1 90px;
  }
}
/** Stories **/

.c-stories--rotator-list {
  flex-direction: column;
  position: relative;
}
.c-stories--rotator-list .c-stories__item {
  position: relative;
  background-color: black;
}
.c-stories--rotator-list .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
}
.c-stories--rotator-list .c-stories__media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-stories--rotator-list .c-stories__headline {
  margin: 0;
}
.c-stories--rotator-list .c-stories__details {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.c-stories--rotator-list .c-stories__url {
  text-decoration: none;
  font-family: 'Rajdhani', sans-serif;
  color: white;
  font-size: 1.75rem;
  font-weight: 700;
}
.c-stories--rotator-list .c-stories__url:hover {
  text-decoration: underline;
}
.c-stories--rotator-list .c-stories__date {
  color: #efeeee;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
.c-stories--rotator-list .c-stories__date-divider {
  color: #f04e27;
  font-size: 19px;
}
.c-stories--rotator-list .c-stories__date-wrapper {
  padding-bottom: 36px;
  position: relative;
}
.c-stories--rotator-list .c-stories__date-wrapper::after {
  content: '';
  position: absolute;
  width: 48px;
  height: 2px;
  background-color: #f04e27;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.c-stories--rotator-list .c-stories__list-container {
  display: flex;
  background-color: #615d59;
  width: 100%;
}
.c-stories--rotator-list .c-stories__list {
  margin: 24px 0;
  flex: 1 1 auto;
  display: flex;
  justify-content: space-around;
}
.c-stories--rotator-list .c-stories__list-container .c-stories__number {
  flex: 0 1 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.094rem;
  border-right: 2px solid rgba(0, 0, 0, 0.3);
}
.c-stories--rotator-list .c-stories__list-container .c-stories__number-inner {
  display: none;
}
.c-stories--rotator-list .c-stories__list-container .c-stories__number-inner.active {
  display: block;
}
.c-stories--rotator-list .c-stories__list-item {
  min-width: 1px;
  min-height: 1px;
  display: flex;
  padding: 0 6px;
}
.c-stories--rotator-list .c-stories__list-item button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
}
.c-stories--rotator-list .c-stories__list-item .c-stories__img {
  display: flex;
}
.c-stories--rotator-list .c-stories__list-item .c-stories__img-wrapper {
  position: relative;
  display: inline-block;
}
.c-stories--rotator-list .c-stories__list-item .c-stories__img-wrapper::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background-color: rgba(240, 78, 39, 0.5);
  transition: .25s;
}
.c-stories--rotator-list .c-stories__list-item.active .c-stories__img-wrapper::after {
  height: 100%;
  transition: .25s;
}
.c-stories--rotator-list .story-buttons {
  display: flex;
  flex-direction: column;
}
.c-stories--rotator-list .story-prev,
.c-stories--rotator-list .story-next {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  z-index: 3;
  font-size: 0;
  color: white;
  width: 36px;
  height: 53px;
  line-height: 53px;
  transition: .25s;
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.c-stories--rotator-list .story-prev::before,
.c-stories--rotator-list .story-next::before {
  width: 0;
  height: 0;
  font-family: 'sidearm_font_v2';
  font-size: 22px;
  line-height: 53px;
  color: white;
  transition: .25s;
}
.c-stories--rotator-list .story-prev:hover,
.c-stories--rotator-list .story-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
  transition: .25s;
}
.c-stories--rotator-list .story-prev:hover::before,
.c-stories--rotator-list .story-next:hover::before {
  color: #f04e27;
  transition: .25s;
}
.c-stories--rotator-list .story-next {
  border-bottom: none;
  border-top: none;
}
.c-stories--rotator-list .story-next::before {
  content: '\e006';
}
.c-stories--rotator-list .story-prev::before {
  content: '\e005';
}
/** Story Featured **/

.s-stories__featured {
  padding-top: 24px;
}
.c-stories--featured {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.c-stories--featured .c-stories__item {
  position: relative;
  flex: 0 1 50%;
  min-width: 1px;
  min-height: 1px;
  padding: 12px;
}
.c-stories--featured .c-stories__media {
  overflow: hidden;
  padding-bottom: 56.25%;
  background: black;
  transition: .25s;
}
.c-stories--featured .c-stories__media.has-showcase .c-stories__picture {
  opacity: 0.6;
}
.c-stories--featured .c-stories__media iframe {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-stories--featured .c-stories__media-container {
  overflow: hidden;
  position: relative;
}
.c-stories--featured .c-stories__media-container::before {
  content: '\e145';
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 38px;
  background-color: #f04e27;
  z-index: 5;
  font-family: 'sidearm_font_v2';
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-stories--featured .c-stories__media:hover {
  transform: scale(1.1);
}
.c-stories--featured .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.c-stories--featured .c-stories__title {
  color: #231f20;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  padding-top: 12px;
  position: relative;
}
.c-stories--featured .c-stories__title::before {
  content: '';
  width: 48px;
  height: 2px;
  background-color: #efeeee;
  position: absolute;
  top: 0;
  left: -24px;
}
.c-stories--featured .c-stories__title:hover {
  text-decoration: underline;
}
.c-stories--featured .c-stories__date {
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  position: relative;
}
.c-stories--featured .c-stories__date-divider {
  color: #cc340e;
  font-size: 19px;
}
.c-stories--featured .c-stories__date-wrapper {
  padding: 24px 0 12px;
}
.c-stories--featured .c-stories__link {
  display: block;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  background-color: white;
}
.c-stories--featured .c-stories__all {
  width: 100%;
  margin: 12px;
  background-color: #615d59;
}
.c-stories--featured .c-stories__all a {
  text-decoration: none;
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.094rem;
  display: flex;
  justify-content: center;
  padding: 12px 0;
  transition: .25s;
}
.c-stories--featured .c-stories__all a:hover {
  background-color: #f04e27;
  transition: .25s;
  color: #231f20;
}
@media screen and (max-width: 1024px) {
  .c-stories--rotator-list .c-stories__list-container .c-stories__number {
    display: flex;
  }
  .c-stories--featured .c-stories__item {
    flex: 0 1 100%;
  }
  .c-stories--featured .c-stories__link {
    display: flex;
  }
  .c-stories--featured .c-stories__media-container {
    flex: 1 1 25%;
    display: flex;
    align-items: center;
  }
  .c-stories--featured .c-stories__media {
    flex: 1;
  }
  .c-stories--featured .c-stories__details {
    padding-left: 24px;
    flex: 1 1 75%;
  }
}
@media screen and (max-width: 767px) {
  .c-stories--featured .c-stories__link {
    flex-direction: column;
  }
  .c-stories--featured .c-stories__media-container {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
  }
  .c-stories--featured .c-stories__media {
    flex: 1;
  }
  .c-stories--featured .c-stories__details {
    padding-left: 0;
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 679px) {
  .c-stories--rotator-list .c-stories__item {
    border-bottom: 3px solid #efeeee;
  }
  .c-stories--rotator-list .c-stories__item:first-child .c-stories__details {
    position: relative;
  }
  .c-stories--rotator-list .c-stories__item:first-child .c-stories__url {
    font-size: 1.25rem;
  }
  .c-stories--rotator-list .c-stories__item:not(:first-child) {
    display: flex;
    padding: 0 24px;
    background-color: white;
  }
  .c-stories--rotator-list .c-stories__item:not(:first-child) .c-stories__media-container {
    flex: 1 1 25%;
    display: flex;
    align-items: center;
  }
  .c-stories--rotator-list .c-stories__item:not(:first-child) .c-stories__media {
    flex: 1;
  }
  .c-stories--rotator-list .c-stories__item:not(:first-child) .c-stories__details {
    flex: 1 1 75%;
  }
  .c-stories--rotator-list .c-stories__details {
    position: relative;
    text-align: left;
    background-image: none;
    background-color: white;
  }
  .c-stories--rotator-list .c-stories__title {
    position: relative;
    padding-top: 12px;
  }
  .c-stories--rotator-list .c-stories__title::before {
    content: '';
    width: 48px;
    height: 2px;
    background-color: #efeeee;
    position: absolute;
    top: 0;
    left: -24px;
  }
  .c-stories--rotator-list .c-stories__url {
    color: #231f20;
    font-size: 1rem;
  }
  .c-stories--rotator-list .c-stories__date {
    color: #231f20;
  }
  .c-stories--rotator-list .c-stories__date-wrapper {
    padding-bottom: 12px;
  }
  .c-stories--rotator-list .c-stories__date-wrapper::after {
    content: none;
  }
}
@media screen and (max-width: 540px) {
  .s-stories__featured {
    padding: 0;
  }
  .c-stories--featured {
    margin: 0;
  }
  .c-stories--featured .c-stories__item {
    padding: 0;
    border-bottom: 3px solid #efeeee;
  }
  .c-stories--featured .c-stories__item:last-child {
    border-bottom: none;
  }
}
.s-events-standings {
  background: white;
  margin-bottom: 24px;
}
.s-events-standings__tabs {
  border-bottom: 2px solid #efeeee;
}
.s-events-standings__tabs-item {
  flex: 1 0 50%;
  -webkit-flex: 1 0 50%;
  min-width: 1px;
  min-height: 1px;
}
a.s-events-standings__tabs-link {
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.075rem;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  padding: 18px 0;
  transition: .25s;
  position: relative;
}
a.s-events-standings__tabs-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background: #f04e27;
  opacity: 0;
  pointer-events: none;
}
a.s-events-standings__tabs-link:hover {
  background: #615d59;
  color: white;
  transition: .25s;
}
.s-events-standings__tabs .ui-tabs-active .s-events-standings__tabs-link {
  background: #615d59;
  color: white;
}
.s-events-standings__tabs .ui-tabs-active .s-events-standings__tabs-link::after {
  opacity: 1;
}
.s-events__header {
  display: flex;
  align-items: center;
  padding: 24px 0 0;
  background-color: white;
}
.s-events__header i {
  width: 48px;
  height: 38px;
  background-color: #f04e27;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.s-events__header span {
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.156rem;
  padding-left: 12px;
}
.c-events--list .c-events__item {
  padding: 24px;
  position: relative;
  background-color: white;
}
.c-events--list .c-events__item::after {
  content: '';
  width: 48px;
  height: 2px;
  background-color: #efeeee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-events--list .c-events__item:last-child::after {
  content: none;
}
.c-events--list .c-events__nodata {
  font-size: 0.875rem;
  padding: 24px 12px;
}
.c-events--list .c-events__top {
  margin-bottom: 12px;
  padding-right: 28px;
}
.c-events--list .c-events__sport {
  text-transform: uppercase;
}
.c-events--list .c-events__live {
  text-transform: uppercase;
  font-weight: 400;
  color: #615d59;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  position: relative;
  padding-left: 6px;
}
.c-events--list .c-events__live::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #f04e27;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  left: 0;
}
.c-events--list .c-events__atVs {
  padding-right: 8px;
}
.c-events--list .c-events__date {
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
.c-events--list .c-events__date-divider {
  color: #cc340e;
  font-size: 19px;
}
.c-events--list .c-events__time {
  font-weight: 400;
  color: #615d59;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
}
.c-events--list .c-events__prescore {
  font-family: 'Source Sans Pro', sans-serif;
  color: #615d59;
  font-size: 1rem;
  font-weight: 400;
}
.c-events--list .c-events__team:first-child {
  padding-bottom: 12px;
}
.c-events--list .c-events__team-logo {
  flex: 0 0 24px;
  -webkit-flex: 0 0 24px;
  min-width: 1px;
  min-height: 1px;
  margin-right: 12px;
  align-items: flex-start;
}
.c-events--list .c-events__team-name {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 1rem;
  font-family: 'Source Sans Pro', sans-serif;
  color: #231f20;
  display: flex;
}
.c-events--list .c-events__team-score {
  margin-left: auto;
  color: #615d59;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.c-events--list .c-events__team-score.home {
  font-weight: 700;
}
.c-events--list .c-events__media {
  background: white;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: -99999px;
  width: 100%;
  height: 50%;
  transition: opacity 0.15s, left 0s 0.15s;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  padding: 24px;
}
.c-events--list .c-events__media .c-events__media-item:last-child .c-events__media-link::after {
  content: none;
}
.c-events--list .c-events__media-link {
  color: #231f20;
  text-decoration: none;
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: .25s;
}
.c-events--list .c-events__media-link::after {
  content: '|';
  position: relative;
  top: -1px;
  padding: 0 14px;
  color: #efeeee;
}
.c-events--list .c-events__media-link:hover {
  text-decoration: underline;
  transition: .25s;
}
.c-events--list .c-events__media.is-open {
  opacity: 1;
  left: 0;
  transition: opacity 0.15s;
}
.c-events--list .c-events__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
  font-size: 1.25rem;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 44px;
  background-color: #615d59;
  transition: .25s;
}
.c-events--list .c-events__toggle > i {
  transition: transform 0.15s;
}
.c-events--list .c-events__toggle.is-toggled > i {
  transform: rotate(45deg);
}
.c-events--list .c-events__toggle:hover {
  background-color: #f04e27;
  color: #231f20;
  transition: .25s;
}
.c-events--list .c-events__archives {
  color: white;
  background-color: #615d59;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.094rem;
  text-decoration: none;
  padding: 12px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: .25s;
}
.c-events--list .c-events__archives:hover {
  background-color: #f04e27;
  color: #231f20;
  transition: .25s;
}
/** Standings **/

.s-standings__header {
  display: flex;
  align-items: center;
  padding: 24px 0 0;
  background-color: white;
}
.s-standings__header i {
  width: 48px;
  height: 38px;
  background-color: #f04e27;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.s-standings__header span {
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.156rem;
  padding-left: 12px;
}
.c-standings--table {
  background-color: white;
  padding-top: 24px;
}
.c-standings--table .c-standings__header {
  display: none;
}
.c-standings--table .c-standings__table {
  width: 100%;
}
.c-standings--table .c-standings__table-header {
  padding-bottom: 36px;
}
.c-standings--table .c-standings__table-heading {
  padding-bottom: 36px;
  text-align: left;
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
.c-standings--table .c-standings__table-heading:first-child {
  padding: 0 0px 36px 24px;
  position: relative;
}
.c-standings--table .c-standings__table-heading:first-child::before {
  content: '';
  width: 48px;
  height: 2px;
  background-color: #efeeee;
  position: absolute;
  bottom: 18px;
  left: 0;
}
.c-standings--table .c-standings__table-heading:last-child {
  padding-left: 12px;
}
.c-standings--table .c-standings__table-cell {
  line-height: 44px;
  padding-left: 24px;
  white-space: nowrap;
}
.c-standings--table .c-standings__table-cell a {
  text-decoration: none;
  color: #615d59;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-standings--table .c-standings__table-cell .sidearm-standings-school-logo {
  display: flex;
  flex: 0 0 36px;
  padding-right: 12px;
  align-items: flex-start;
}
.c-standings--table .c-standings__table-cell .sidearm-standings-school-logo-container {
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.c-standings--table .c-standings__table-cell .sidearm-standings-school-logo-container a:hover {
  text-decoration: underline;
}
.c-standings--table .c-standings__table-cell .sidearm-standings-school-logo img {
  width: 24px;
}
.c-standings--table .c-standings__table-cell:first-child {
  margin-right: auto;
  width: 50%;
}
.c-standings--table .c-standings__full {
  color: white;
  background-color: #615d59;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.094rem;
  text-decoration: none;
  padding: 12px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 12px;
  transition: .25s;
}
.c-standings--table .c-standings__full:hover {
  background-color: #f04e27;
  color: #231f20;
  transition: .25s;
}
@media screen and (max-width: 1024px) {
  .s-events-standings__mobile .s-events__header {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .s-events-standings__mobile .c-events--list .c-events__item {
    margin-bottom: 24px;
  }
  .s-events-standings__mobile .c-events--list .c-events__item::after {
    content: none;
  }
}
@media screen and (max-width: 540px) {
  .c-standings--table .c-standings__table-heading {
    padding: 0 24px;
  }
  .c-standings--table .c-standings__table-cell {
    padding: 0 24px;
  }
  .s-events-standings__mobile .s-events__header {
    margin-bottom: 0;
    padding-bottom: 0px;
  }
  .s-events-standings__mobile .c-events--list .c-events__item {
    border-bottom: 3px solid #efeeee;
    margin-bottom: 0;
  }
  .s-events-standings__mobile .c-events--list .c-events__item:last-child {
    border-bottom: none;
  }
  .s-events-standings__mobile .c-events--list .c-events__item::after {
    content: none;
  }
}
@media screen and (max-width: 470px) {
  .c-standings--table .c-standings__table-cell {
    padding: 0 12px;
  }
  .c-standings--table .c-standings__table-cell .sidearm-standings-school-logo-container {
    width: 150px;
  }
  .c-standings--table .c-standings__table-heading {
    padding: 0;
  }
}
/** Content Stream **/

.s-contentstream {
  background-color: white;
  width: 100%;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}
.s-contentstream__header {
  display: flex;
  align-items: center;
  padding: 24px 0;
}
.s-contentstream__header i {
  width: 48px;
  height: 38px;
  background-color: #f04e27;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.s-contentstream__header span {
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.156rem;
  padding-left: 12px;
}
.c-contentstream__wrapper {
  position: absolute;
  width: 100%;
  overflow-y: scroll;
  height: calc(100% - 192px);
}
.c-contentstream__filter {
  border-top: 2px solid #efeeee;
  border-bottom: 2px solid #efeeee;
}
.c-contentstream__filter .c-contentstream__filter-item:last-child .c-contentstream__filter-button {
  border: none;
}
.c-contentstream__filter-item {
  width: 20%;
  display: flex;
  justify-content: center;
}
.c-contentstream__filter-item span {
  font-size: 0;
}
.c-contentstream__filter-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  padding: 16px;
  border-right: 2px solid #efeeee;
  width: 100%;
  position: relative;
  transition: .25s;
}
.c-contentstream__filter-button i {
  font-size: 22px;
  transition: .25s;
}
.c-contentstream__filter-button:hover {
  background-color: #615d59;
  transition: .25s;
}
.c-contentstream__filter-button:hover i {
  color: white;
  transition: .25s;
}
.c-contentstream__filter-button.is-active {
  background-color: #615d59;
}
.c-contentstream__filter-button.is-active i {
  color: white;
}
.c-contentstream__filter-button.is-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #f04e27;
}
.c-contentstream__item {
  width: 100%;
  padding: 24px;
}
.c-contentstream__user {
  padding-bottom: 10px;
}
.c-contentstream__user-screen {
  color: #615d59 !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  text-decoration: none;
  font-size: 1rem;
}
.c-contentstream__user-screen:hover {
  text-decoration: underline;
}
.c-contentstream__user span {
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.c-contentstream__user span::after {
  content: '|';
  color: #231f20;
  position: relative;
  right: 0;
  padding: 0 4px;
  top: -1px;
}
.c-contentstream__user i {
  color: #231f20;
  font-size: 28px;
}
.c-contentstream__media {
  display: block;
  padding-top: 12px;
}
.c-contentstream__media-image {
  display: block;
  width: 100%;
  height: auto;
}
.c-contentstream__media-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
}
.c-contentstream__media.aspect {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.c-contentstream__media.aspect .c-contentstream__media-image {
  position: absolute;
  top: 0;
  left: 0;
}
.c-contentstream__media.video-is-playing .showcase-modal {
  left: 0;
}
.c-contentstream__text {
  color: #615d59;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.c-contentstream__text a {
  color: #231f20;
  text-decoration: none;
}
.c-contentstream__text a:hover {
  text-decoration: underline;
}
.c-contentstream__actions {
  padding-top: 12px;
}
.c-contentstream__actions-item {
  width: 36px;
  height: 36px;
  background-color: #615d59;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  transition: .25s;
}
.c-contentstream__actions-item:hover {
  background-color: #f04e27;
  transition: .25s;
}
.c-contentstream__actions-item:hover i {
  color: #231f20;
  transition: .25s;
}
.c-contentstream__actions-link {
  color: white;
}
.c-contentstream__actions-link i {
  color: white;
  font-size: 24px;
  transition: .25s;
}
.c-contentstream .showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
.c-contentstream .showcase-modal__inner {
  padding: 16px;
  background: white;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-contentstream .showcase-modal__player {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.c-contentstream .showcase-modal__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #615d59;
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.c-contentstream .showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-contentstream .load-more__container {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.c-contentstream .load-more__button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #615d59;
  display: flex;
  justify-content: center;
  color: white;
  width: 100%;
  padding: 12px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.094rem;
  transition: .25s;
}
.c-contentstream .load-more__button:hover {
  background-color: #f04e27;
  color: #231f20;
  transition: .25s;
}
@media screen and (max-width: 1024px) {
  .s-contentstream {
    background-color: transparent;
  }
  .s-contentstream__header {
    background-color: white;
  }
  .c-contentstream__top {
    background-color: white;
    margin-bottom: 12px;
  }
  .c-contentstream__wrapper {
    position: relative;
  }
  .c-contentstream__item {
    width: 50%;
    padding: 12px;
  }
  .c-contentstream__item-inner {
    padding: 24px;
    background-color: white;
  }
  .c-contentstream .load-more__container {
    position: relative;
    margin-top: 12px;
  }
}
@media screen and (max-width: 700px) {
  .c-contentstream__top {
    background-color: white;
    margin-bottom: 0;
  }
  .c-contentstream__wrapper {
    position: relative;
  }
  .c-contentstream__item {
    width: 100%;
    padding: 0;
    border-bottom: 3px solid #efeeee;
  }
  .c-contentstream__item:last-child {
    border-bottom: none;
  }
  .c-contentstream__item-inner {
    padding: 24;
    background-color: white;
  }
  .c-contentstream .load-more__container {
    position: relative;
  }
}
/** Awards **/

.s-awards {
  padding-top: 24px;
}
.s-awards .slick-prev,
.s-awards .slick-next,
.s-awards .slick-pause-play {
  font-size: 0;
  border: none;
  background: #615d59;
  height: 36px;
  color: white;
}
.s-awards .slick-prev::before,
.s-awards .slick-next::before,
.s-awards .slick-pause-play::before {
  font-size: 20px;
  font-family: 'sidearm_font_v2';
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: .25s;
}
.s-awards .slick-prev:hover,
.s-awards .slick-next:hover,
.s-awards .slick-pause-play:hover {
  background-color: #f04e27;
  transition: .25s;
}
.s-awards .slick-prev:hover::before,
.s-awards .slick-next:hover::before,
.s-awards .slick-pause-play:hover::before {
  color: #231f20;
  transition: .25s;
}
.s-awards .slick-prev {
  position: relative;
  width: 48%;
}
.s-awards .slick-prev::before {
  content: '\e005';
}
.s-awards .slick-next {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
}
.s-awards .slick-next::before {
  content: '\e006';
}
.s-awards .slick-pause {
  position: absolute;
  left: 48%;
  bottom: 0;
  width: 4%;
  border-left: 2px solid rgba(0, 0, 0, 0.3);
  border-right: 2px solid rgba(0, 0, 0, 0.3);
}
.s-awards .slick-pause::before {
  content: '\e201';
}
.s-awards .slick-play {
  position: absolute;
  left: 48%;
  bottom: 0;
  width: 4%;
  border-left: 2px solid rgba(0, 0, 0, 0.3);
  border-right: 2px solid rgba(0, 0, 0, 0.3);
}
.s-awards .slick-play::before {
  content: '\e050';
}
.c-awards--quote .c-awards__item {
  background-image: url('https://dbukjj6eu5tsf.cloudfront.net/thencata.org/images/responsive_2019/bkg_testimony_desktop.jpg');
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}
.c-awards--quote .c-awards__media-container {
  flex: 1 1 33.333334%;
  display: flex;
  align-items: flex-end;
}
.c-awards--quote .c-awards__details {
  flex: 1 1 66.66667%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-awards--quote .c-awards__name {
  color: #231f20;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 22px;
}
.c-awards--quote .c-awards__school {
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  padding-left: 22px;
  padding-bottom: 24px;
  position: relative;
}
.c-awards--quote .c-awards__school::after {
  content: '';
  width: 48px;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: 10px;
  left: 22px;
}
.c-awards--quote .c-awards__highlight {
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 66px 54px 41px;
  position: relative;
}
.c-awards--quote .c-awards__highlight::before {
  content: '"';
  position: absolute;
  top: -18px;
  left: 14px;
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
}
.c-awards--quote .c-awards__highlight::after {
  content: '"';
  position: absolute;
  top: -18px;
  right: 50px;
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
}
.s-awards.mobile {
  display: none;
}
.s-awards.desktop {
  display: block;
}
@media screen and (max-width: 1024px) {
  .s-awards.mobile {
    display: block;
  }
  .s-awards.desktop {
    display: none;
  }
  .c-awards--quote .c-awards__highlight {
    padding: 24px;
  }
  .c-awards--quote .c-awards__highlight::before {
    top: 0;
    left: 0;
  }
  .c-awards--quote .c-awards__highlight::after {
    top: 0;
    right: 24px;
  }
  .c-awards--quote .c-awards__media-container {
    flex: 1 1 50%;
  }
  .c-awards--quote .c-awards__details {
    flex: 1 1 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-awards--quote .c-awards__item {
    background-image: url('https://dbukjj6eu5tsf.cloudfront.net/thencata.org/images/responsive_2019/bkg_testimony_tablet.jpg');
  }
  .s-awards .slick-prev {
    width: 47%;
  }
  .s-awards .slick-next {
    right: 0;
    bottom: 0;
    width: 47%;
  }
  .s-awards .slick-pause {
    left: 47%;
    width: 6%;
  }
  .s-awards .slick-play {
    left: 47%;
    width: 6%;
  }
}
@media screen and (max-width: 640px) {
  .c-awards--quote .c-awards__highlight {
    padding: 24px 48px;
  }
  .c-awards--quote .c-awards__highlight::before {
    top: 0;
    left: 24px;
  }
  .c-awards--quote .c-awards__highlight::after {
    top: 0;
    right: 24px;
  }
  .c-awards--quote .c-awards__item {
    display: flex;
    flex-wrap: wrap;
  }
  .c-awards--quote .c-awards__media-container {
    flex: 1 1 100%;
    background-image: url('https://dbukjj6eu5tsf.cloudfront.net/thencata.org/images/responsive_2019/bkg_testimony_tablet.jpg');
    padding-top: 24px;
  }
  .c-awards--quote .c-awards__details {
    flex: 1 1 100%;
    background-color: #f04e27;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 540px) {
  .s-awards {
    padding-top: 0px;
  }
  .s-awards .row {
    padding-left: 0;
    padding-right: 0;
  }
}
/** Sponsors **/

.s-sponsors {
  padding: 24px 0;
}
.s-sponsors .ad {
  display: flex;
  border: 1px solid white;
  justify-content: center;
  padding: 12px 0px;
  margin: 0 12px;
}
.s-sponsors .slick-prev,
.s-sponsors .slick-next,
.s-sponsors .slick-pause-play {
  margin-top: 24px;
  font-size: 0;
  border: none;
  background: #615d59;
  height: 36px;
}
.s-sponsors .slick-prev::before,
.s-sponsors .slick-next::before,
.s-sponsors .slick-pause-play::before {
  font-size: 20px;
  font-family: 'sidearm_font_v2';
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: .25s;
}
.s-sponsors .slick-prev:hover,
.s-sponsors .slick-next:hover,
.s-sponsors .slick-pause-play:hover {
  background-color: #44413e;
  transition: .25s;
}
.s-sponsors .slick-prev:hover::before,
.s-sponsors .slick-next:hover::before,
.s-sponsors .slick-pause-play:hover::before {
  color: #f04e27;
  transition: .25s;
}
.s-sponsors .slick-prev {
  position: relative;
  width: 50%;
  border-right: 3px solid #efeeee;
}
.s-sponsors .slick-prev::before {
  content: '\e005';
}
.s-sponsors .slick-next {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}
.s-sponsors .slick-next::before {
  content: '\e006';
}
@media screen and (max-width: 540px) {
  .s-sponsors {
    padding-bottom: 0;
  }
}
/** Main Footer **/

.main-footer {
  background-color: white;
}
.main-footer .footer__top-inner {
  justify-content: space-between;
}
.main-footer .footer__top-text {
  color: #615d59;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 0;
  flex: 1 1 60%;
  border-left: 2px solid #efeeee;
  border-right: 2px solid #efeeee;
}
.main-footer .footer__top-logos {
  padding: 36px 0;
  flex: 1 1 20%;
}
.main-footer .footer__top-logos:last-child {
  display: flex;
  justify-content: flex-end;
}
.main-footer .footer__top-icons {
  padding-top: 14px;
}
.main-footer .footer__top-icons .ads-container {
  display: flex;
}
.main-footer .footer__top-icons .ad {
  width: 36px;
  height: 36px;
  background-color: #615d59;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  transition: .25s;
}
.main-footer .footer__top-icons .ad:hover {
  background-color: #f04e27;
  transition: .25s;
}
.main-footer .footer__top-icons .ad:hover i {
  color: #231f20;
  transition: .25s;
}
.main-footer .footer__top-icons .ad span {
  font-size: 0;
}
.main-footer .footer__top-icons .ad a {
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.main-footer .footer__top-icons .ad i {
  font-size: 18px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: .25s;
}
.main-footer .footer__bottom {
  border-top: 2px solid #efeeee;
}
@media screen and (max-width: 1024px) {
  .main-footer .footer__top {
    padding-left: 0;
    padding-right: 0;
  }
  .main-footer .footer__top-inner {
    flex-wrap: wrap;
  }
  .main-footer .footer__top-logos {
    flex: 1 1 50%;
    order: 1;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #efeeee;
  }
  .main-footer .footer__top-logos:last-child {
    justify-content: center;
    border-left: 2px solid #efeeee;
  }
  .main-footer .footer__top-text {
    flex: 1 1 100%;
    order: 3;
    border: none;
    padding: 36px 24px;
  }
}
@media screen and (max-width: 540px) {
  .main-footer .footer__top-inner {
    flex-wrap: wrap;
  }
  .main-footer .footer__top-logos {
    flex: 1 1 100%;
  }
  .main-footer .footer__top-logos:first-child {
    border-top: 2px solid #efeeee;
  }
}
