@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url("https://fonts.sidearmsports.com/sidearm_v2/sidearm_font_v2.css");
/*** Fonts ***/

@font-face {
  font-family: 'Wolfpack';
  src: url('https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/ncwolfpack.sidearmsports.com/fonts/Wolfpack-Regular.woff2') format('woff2'), url('https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/ncwolfpack.sidearmsports.com/fonts/Wolfpack-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*** Colors ***/
/*** Mixins ***/
.accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  display: block !important;
  background-color: black !important;
  color: white !important;
  clip: rect(1px, 1px, 1px, 1px);
}
/*** Utility Classes ***/

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #cc0000;
  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;
}
/*** Overall Styles ***/

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: 'Roboto', sans-serif;
  background-color: black;
  color: white;
  background-image: url('https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/ncwolfpack.sidearmsports.com/images/responsive_2019/textured-bg.png');
}
a,
button {
  transition: all 0.1s ease-in-out 0s;
}
.row {
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
}
.row.pad {
  padding-left: 24px;
  padding-right: 24px;
}
.row.no-pad {
  max-width: 1416px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
input,
textarea,
select,
button {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'wolfpack';
  font-weight: normal;
  line-height: normal;
}
/*** Main Header ***/

.main-header {
  position: fixed;
  width: 100%;
  z-index: 6;
  background-color: transparent;
  transition: all 0.2s ease-in-out 0s;
  top: 0;
}
.main-header__logo {
  position: absolute;
  top: 12px;
}
.main-header__logo-default img {
  width: 114px;
}
.main-header__logo-scroll {
  display: none;
}
.main-header__logo-scroll img {
  width: 181px;
}
/*** Headroom ***/

html.headroom--not-top .main-header {
  background-color: black;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.24);
}
html.headroom--not-top .main-header__logo-default {
  display: none;
}
html.headroom--not-top .main-header__logo-scroll {
  display: block;
}
/*** Main Navigation ***/

.c-navigation--main {
  padding-left: 184px;
}
.c-navigation--main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation--main .c-navigation__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  padding: 0 8px;
  display: block;
  color: white;
  height: 80px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 24px;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, #cc0000 50%);
}
.c-navigation--main .c-navigation__toggle.is-toggled {
  background-position: 0 -100%;
  color: white;
}
.c-navigation--main .c-navigation__toggle span {
  display: none;
  font-size: 20px;
  font-family: 'wolfpack';
  position: relative;
  top: 2px;
}
.c-navigation--main .c-navigation--desktop .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-1 {
  position: relative;
}
.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,
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-1.is-open .c-navigation__url--level-1 {
  background-position: 0 -100%;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-1.is-open .c-navigation__level-2 {
  left: 0;
  opacity: 1;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-1:nth-child(5).is-open .c-navigation__level-2,
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-1:nth-child(6).is-open .c-navigation__level-2 {
  left: auto;
  right: 0;
}
.c-navigation--main .c-navigation--desktop .c-navigation__url--level-1 {
  height: 80px;
  display: flex;
  display: -webkit-flex;
  font-family: 'wolfpack';
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  white-space: nowrap;
  color: white;
  padding: 0 18px;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, #cc0000 50%);
}
.c-navigation--main .c-navigation--desktop .c-navigation__level-2 {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  min-width: 480px;
  z-index: 11;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}
.c-navigation--main .c-navigation--desktop .c-navigation__level-2-inner {
  padding: 24px;
  overflow: auto;
  max-height: calc(100vh - 80px);
}
.c-navigation--main .c-navigation--desktop .c-navigation__column {
  width: 100%;
}
.c-navigation--main .c-navigation--desktop .c-navigation__column .c-navigation__separator:first-child {
  margin-top: 0;
}
.c-navigation--main .c-navigation--desktop .c-navigation__separator {
  color: #cc0000;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'wolfpack';
  padding: 0;
  padding: 12px 0;
  border-top: 1px solid #e0e0e0;
}
.c-navigation--main .c-navigation--desktop .c-navigation__separator:first-child {
  border-top: none;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-2:hover .c-navigation__url--level-2 {
  background-position: 0 -100%;
  color: white;
}
.c-navigation--main .c-navigation--desktop .c-navigation__item--level-2:last-child .c-navigation__url--level-2 {
  border-bottom: 1px solid #e0e0e0;
}
.c-navigation--main .c-navigation--desktop .c-navigation__url--level-2 {
  font-weight: 700;
  font-size: 15px;
  color: black;
  padding: 8px 24px;
  border-top: 1px solid #e0e0e0;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, black 50%);
}
.c-navigation--main .c-navigation--mobile__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  z-index: 999999;
}
.c-navigation--main .c-navigation--mobile__offcanvas.is-open {
  max-height: calc(100vh - 80px);
  overflow: auto;
}
.c-navigation--main .c-navigation--mobile__offcanvas-inner {
  margin-left: 220px;
  margin-right: 199px;
}
.c-navigation--main .c-navigation--mobile .c-navigation__url {
  text-decoration: none;
  display: block;
  color: inherit;
}
.c-navigation--main .c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-navigation--main .c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1:after {
  font-family: 'sidearm_font_v2';
  font-size: 13px;
  content: '\e071';
  margin-left: 10px;
  font-style: normal;
  display: block;
  transition: transform .25s;
}
.c-navigation--main .c-navigation--mobile .c-navigation__parent .c-navigation__url--level-1.is-open:after {
  content: '\e016';
}
.c-navigation--main .c-navigation--mobile .c-navigation__url--level-1 {
  text-decoration: none;
  font-family: 'wolfpack';
  display: flex;
  padding: 12px 24px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  color: black;
  background-color: white;
  border-top: 1px solid #e0e0e0;
}
.c-navigation--main .c-navigation--mobile .c-navigation__url--level-1.is-open {
  background-color: black;
  color: white;
  border-color: #333333;
}
.c-navigation--main .c-navigation--mobile .c-navigation__level-2 {
  position: static;
  opacity: 1;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}
.c-navigation--main .c-navigation--mobile .c-navigation__level-2.is-open {
  max-height: 2000px;
}
.c-navigation--main .c-navigation--mobile .c-navigation__separator {
  background-color: #f1f1f1;
  display: flex;
  padding: 12px 24px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'wolfpack';
  color: #cc0000;
  line-height: 25px;
  border-top: 1px solid #e0e0e0;
}
.c-navigation--main .c-navigation--mobile .c-navigation__url--level-2 {
  background-color: #f1f1f1;
  color: black;
  display: flex;
  font-weight: 700;
  padding: 12px 24px;
  text-decoration: none;
  font-size: 16px;
  border-top: 1px solid #e0e0e0;
}
/*** Sign In Button ***/

.sign-in-desktop a,
.sign-in-mobile a {
  font-size: 20px;
  font-family: 'wolfpack';
  text-decoration: none;
  border: 2px solid #cc0000;
  color: white;
}
.sign-in-desktop a {
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, #cc0000 50%);
  padding: 6px 20px;
  margin: 0 24px 0 12px;
}
.sign-in-desktop a:hover {
  background-position: 0 -100%;
}
.sign-in-mobile {
  display: none;
}
.sign-in-mobile a {
  display: block;
  padding: 12px 24px;
  color: white;
  margin: 12px;
  text-align: center;
}
/*** Search Popout***/

.search-tablet {
  display: none;
}
.c-search--popout {
  position: relative;
}
.c-search--popout fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.c-search--popout .c-search__toggle {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
  height: 80px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 24px;
}
.c-search--popout .c-search__popout {
  position: absolute;
  top: 100%;
  left: -99999px;
  opacity: 0;
  transition: opacity .25s;
  width: 250px;
  height: 40px;
  background: #cc0000;
  line-height: 20px;
  padding: 10px 60px 10px 24px;
  z-index: 10;
}
.c-search--popout .c-search__popout.is-open {
  left: auto;
  right: 0;
  opacity: 1;
}
.c-search--popout .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  color: white;
}
.c-search--popout .c-search__text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.c-search--popout .c-search__text::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.c-search--popout .c-search__text:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.c-search--popout .c-search__text:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.c-search--popout .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  font-weight: 700;
  color: white;
  background-color: black;
  height: 100%;
  padding: 0 12px;
}
/*** Search Standard ***/

.search-mobile {
  display: none;
}
.c-search--standard fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.c-search--standard .c-search__container {
  background-color: white;
  position: relative;
  height: 60px;
}
.c-search--standard .c-search__text {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: white;
  padding: 12px 58px 12px 24px;
  height: 60px;
}
.c-search--standard .c-search__text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}
.c-search--standard .c-search__text::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.c-search--standard .c-search__text:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
.c-search--standard .c-search__text:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.c-search--standard .c-search__submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: absolute;
  right: 18px;
  top: 14px;
  font-size: 28px;
  color: #cc0000;
}
/*** Secondary Main Content Placeholder ***/

html:not(.index) body {
  color: black;
  background-image: none;
  background-color: white;
}
html:not(.index) .main-header {
  background-color: black;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.24);
}
html:not(.index) .main-header__logo-default {
  display: none;
}
html:not(.index) .main-header__logo-scroll {
  display: block;
}
html:not(.index) .main-content-placeholder {
  max-width: 1416px;
  padding: 24px;
  margin: 104px auto 24px;
  background-color: white;
}
/*** Hero ***/

.hero-wrap {
  height: 100vh;
  position: relative;
}
.hero-wrap:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 100%);
}
.hero-wrap .c-slideshow--hero {
  position: relative;
}
.hero-wrap .c-slideshow--hero .c-slideshow__media-as-bg {
  background-size: cover;
  height: 100vh;
}
.hero-wrap .c-slideshow--hero .c-slideshow__content {
  position: absolute;
  top: calc(50% - 80px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.hero-wrap .c-slideshow--hero .c-slideshow__teaser {
  margin-bottom: 24px;
}
.hero-wrap .c-slideshow--hero .c-slideshow__link {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 59px;
  font-size: 20px;
  font-family: 'wolfpack';
  color: white;
  padding: 12px 48px;
  margin: 0 6px;
  text-decoration: none;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #cc0000 50%, black 50%);
}
.hero-wrap .c-slideshow--hero .c-slideshow__link img {
  width: 26px;
  margin-right: 12px;
}
.hero-wrap .c-slideshow--hero .c-slideshow__link:hover {
  background-position: 0 -100%;
}
/*** Hero Slider ***/

.hero-wrap {
  height: 100vh;
  position: relative;
}
.hero-wrap:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 100%);
}
.hero-wrap .c-slideshow--hero-slider {
  position: relative;
}
.hero-wrap .c-slideshow--hero-slider .slick-prev,
.hero-wrap .c-slideshow--hero-slider .slick-next {
  width: 48px;
  height: 48px;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  top: calc(50% - (237px / 2));
  transform: translateY(-50%);
  border: none;
  font-size: 0;
}
.hero-wrap .c-slideshow--hero-slider .slick-prev:after,
.hero-wrap .c-slideshow--hero-slider .slick-next:after {
  font-family: 'sidearm_font_v2';
  font-size: 21px;
}
.hero-wrap .c-slideshow--hero-slider .slick-prev:hover,
.hero-wrap .c-slideshow--hero-slider .slick-next:hover {
  background: #cc0000;
}
.hero-wrap .c-slideshow--hero-slider .slick-pause-play {
  position: absolute;
  bottom: 268px;
  right: 36px;
  font-size: 0;
  background: transparent;
  border: none;
}
.hero-wrap .c-slideshow--hero-slider .slick-pause-play:after {
  font-family: 'sidearm_font_v2';
  font-size: 28px;
  color: white;
}
.hero-wrap .c-slideshow--hero-slider .slick-pause:after {
  content: '\e201';
}
.hero-wrap .c-slideshow--hero-slider .slick-play:after {
  content: '\e196';
}
.hero-wrap .c-slideshow--hero-slider .slick-prev {
  left: 0;
}
.hero-wrap .c-slideshow--hero-slider .slick-prev:after {
  content: '\e009';
}
.hero-wrap .c-slideshow--hero-slider .slick-next {
  right: 0;
}
.hero-wrap .c-slideshow--hero-slider .slick-next:after {
  content: '\e010';
}
.hero-wrap .c-slideshow--hero-slider .c-slideshow__item {
  height: 100vh;
  position: relative;
}
.hero-wrap .c-slideshow--hero-slider .c-slideshow__media-as-bg {
  background-size: cover;
  height: 100vh;
}
.hero-wrap .c-slideshow--hero-slider .c-slideshow__content {
  position: absolute;
  top: calc(50% - 80px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.hero-wrap .c-slideshow--hero-slider .c-slideshow__teaser {
  margin-bottom: 24px;
}
.hero-wrap .c-slideshow--hero-slider .c-slideshow__link {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 59px;
  font-size: 20px;
  font-family: 'wolfpack';
  color: white;
  padding: 12px 48px;
  margin: 0 6px;
  text-decoration: none;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #cc0000 50%, black 50%);
}
.hero-wrap .c-slideshow--hero-slider .c-slideshow__link img {
  width: 26px;
  margin-right: 12px;
}
.hero-wrap .c-slideshow--hero-slider .c-slideshow__link:hover {
  background-position: 0 -100%;
}
/*** Events ***/

.s-events {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.s-events a {
  color: white;
}
.s-events__wrap {
  border-bottom: 1px solid #2b2b2b;
}
.s-events__composite {
  font-size: 16px;
  display: block;
  text-decoration: none;
  text-align: center;
  border: 1px solid #2b2b2b;
  padding: 6px 0;
  margin: 12px 0;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, black 50%, #cc0000 50%);
}
.s-events__composite:hover {
  background-position: 0 -100%;
}
.s-events .c-events--list .c-events__item {
  flex: 1 1 25%;
  padding: 18px 24px;
  border-right: 1px solid #2b2b2b;
}
.s-events .c-events--list .c-events__item:first-child {
  border-left: 1px solid #2b2b2b;
}
.s-events .c-events--list .c-events__date,
.s-events .c-events--list .c-events__time {
  font-size: 15px;
}
.s-events .c-events--list .c-events__date {
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 12px;
}
.s-events .c-events--list .c-events__event {
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
  line-height: 27px;
  height: 54px;
  overflow: hidden;
}
.s-events .c-events--list .c-events__button {
  font-size: 16px;
  text-decoration: none;
  background-color: #cc0000;
  padding: 6px 24px;
  display: inline-block;
  margin-top: 12px;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #cc0000 50%, white 50%);
}
.s-events .c-events--list .c-events__button:hover {
  background-position: 0 -100%;
  color: #cc0000;
}
/*** Home Boxes ***/

.home-boxes {
  padding: 48px 0;
  background-image: url('https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/ncwolfpack.sidearmsports.com/images/responsive_2019/textured-bg.png');
}
.home-boxes .ad {
  display: flex;
  display: -webkit-flex;
  margin: 0 -12px;
}
.home-boxes .ad .box {
  position: relative;
  margin: 0 12px;
  overflow: hidden;
  flex: 1 1 auto;
  width: calc(25% - 24px);
}
.home-boxes .ad .box-title-wrap {
  position: absolute;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.3s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0.85);
  bottom: 24px;
  left: 0;
  height: 58px;
  font-size: 20px;
  font-family: 'wolfpack';
  color: #cc0000;
}
.home-boxes .ad .box-title-wrap:before,
.home-boxes .ad .box-title-wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2b2b2b;
  left: 0;
}
.home-boxes .ad .box-title-wrap:before {
  top: 6px;
}
.home-boxes .ad .box-title-wrap:after {
  bottom: 6px;
}
.home-boxes .ad .box-title {
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.home-boxes .ad .box-title__first {
  color: white;
  margin-right: 2px;
  padding-left: 24px;
}
.home-boxes .ad .box-title:after {
  content: '';
  height: 3px;
  width: 129px;
  background-color: #cc0000;
  bottom: -10px;
  position: absolute;
  left: 0;
}
.home-boxes .ad .box img {
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: translateZ(0);
}
.home-boxes .ad .box a:hover img {
  transform: scale(1.2);
}
.home-boxes .ad .box a:hover .box-title-wrap {
  background-color: rgba(204, 0, 0, 0.85);
}
.home-boxes .ad .box a:hover .box-title {
  color: white;
}
/*** Content Stream ***/

.s-contentstream {
  background-image: url('https://dbukjj6eu5tsf.cloudfront.net/sidearm.sites/ncwolfpack.sidearmsports.com/images/responsive_2019/textured-bg.png');
  padding: 24px 0 48px;
}
.s-contentstream__header {
  margin-bottom: 12px;
}
.s-contentstream__header h2 {
  font-size: 36px;
  margin: 0;
  margin-right: 12px;
  text-transform: uppercase;
  color: white;
}
.s-contentstream__header h2 span {
  color: #cc0000;
}
.s-contentstream .c-contentstream__top {
  border-top: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  margin-bottom: 24px;
}
.s-contentstream .c-contentstream__filter {
  margin-left: 36px;
}
.s-contentstream .c-contentstream__filter-item {
  margin: 0 12px;
}
.s-contentstream .c-contentstream__filter-button {
  height: 55px;
  background-color: transparent;
  border: none;
  color: white;
  font-size: 18px;
  padding: 0 24px;
  position: relative;
}
.s-contentstream .c-contentstream__filter-button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0px;
  background-color: #cc0000;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}
.s-contentstream .c-contentstream__filter-button.is-active {
  font-weight: 700;
}
.s-contentstream .c-contentstream__filter-button.is-active:after {
  height: 4px;
}
.s-contentstream .c-contentstream__filter-button:hover:after {
  height: 4px;
}
.s-contentstream .c-contentstream__stream {
  margin: 0 -12px;
}
.s-contentstream .c-contentstream__item {
  width: 33.3334%;
  padding: 12px;
}
.s-contentstream .c-contentstream__item-inner {
  background-color: white;
  border: 1px solid #2b2b2b;
  position: relative;
}
.s-contentstream .c-contentstream__icon {
  width: 36px;
  height: 36px;
  background-color: #cc0000;
  color: white;
  font-size: 18px;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.s-contentstream .c-contentstream__instagram .c-contentstream__item-inner {
  overflow: hidden;
}
.s-contentstream .c-contentstream__instagram .c-contentstream__item-inner:hover .c-contentstream__instagram__image {
  transform: scale(1.2);
}
.s-contentstream .c-contentstream__instagram__image {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.s-contentstream .c-contentstream__twitter__media img,
.s-contentstream .c-contentstream__facebook__media img {
  width: 100%;
}
.s-contentstream .c-contentstream__twitter__user-image,
.s-contentstream .c-contentstream__facebook__user-image {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #e0e0e0;
  margin-right: 12px;
}
.s-contentstream .c-contentstream__twitter__user-screen,
.s-contentstream .c-contentstream__facebook__user-screen {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  color: black !important;
}
.s-contentstream .c-contentstream__twitter__user-screen:hover,
.s-contentstream .c-contentstream__facebook__user-screen:hover {
  color: #cc0000 !important;
}
.s-contentstream .c-contentstream__twitter__body,
.s-contentstream .c-contentstream__facebook__body {
  padding: 24px;
}
.s-contentstream .c-contentstream__twitter__body-text,
.s-contentstream .c-contentstream__facebook__body-text {
  font-size: 15px;
  line-height: 28px;
  margin-top: 12px;
  margin-bottom: 24px;
  color: black;
}
.s-contentstream .c-contentstream__twitter__body-text a,
.s-contentstream .c-contentstream__facebook__body-text a {
  color: #cc0000;
}
.s-contentstream .c-contentstream__twitter__body-text a:hover,
.s-contentstream .c-contentstream__facebook__body-text a:hover {
  color: black;
}
.s-contentstream .c-contentstream__twitter__actions-link,
.s-contentstream .c-contentstream__facebook__actions-link {
  font-size: 30px;
  color: black;
}
.s-contentstream .load-more__container {
  text-align: center;
  margin-top: 50px;
}
.s-contentstream .load-more__button {
  background-color: #cc0000;
  color: white;
  border: none;
  font-size: 15px;
  width: 180px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #cc0000 50%, white 50%);
}
.s-contentstream .load-more__button:hover {
  background-position: 0 -100%;
  color: #cc0000;
}
/*** Homepage Section ***/

.s-section {
  padding: 48px 0;
}
.s-section a {
  color: white;
}
.s-section h2 {
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 20px;
  font-family: 'wolfpack';
  position: relative;
  font-weight: normal;
  color: #cc0000;
}
.s-section h2:after {
  content: '';
  height: 3px;
  width: 129px;
  background-color: #cc0000;
  bottom: -18px;
  position: absolute;
  left: -24px;
}
.s-section h2 span {
  color: white;
}
.s-section--odd {
  background-color: black;
}
.s-section--odd .c-slideshow--section .c-slideshow__text {
  margin-left: 24px;
  padding-right: 8.3333%;
}
.s-section--even .c-slideshow--section .c-slideshow__text {
  order: 0;
  padding-left: 8.3333%;
  margin-right: 24px;
}
.s-section--even .c-slideshow--section .c-slideshow__media-links {
  order: 1;
}
.s-section .c-slideshow--section .c-slideshow__media-links {
  flex: 0 0 calc(41.6667% - 24px);
}
.s-section .c-slideshow--section .c-slideshow__text {
  flex: 0 0  58.3334%;
}
.s-section .c-slideshow--section .c-slideshow__teaser {
  font-size: 0.938rem;
  line-height: 1.406rem;
}
.s-section .c-slideshow--section .c-slideshow__teaser ul {
  list-style-type: none;
  padding-left: 48px;
}
.s-section .c-slideshow--section .c-slideshow__teaser ul li {
  position: relative;
}
.s-section .c-slideshow--section .c-slideshow__teaser ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid #cc0000;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  left: -20px;
}
.s-section .c-slideshow--section .c-slideshow__links {
  margin-top: 12px;
}
.s-section .c-slideshow--section .c-slideshow__links-item {
  flex: 1 1 50%;
  margin: 0 6px;
}
.s-section .c-slideshow--section .c-slideshow__links-item:first-child {
  margin-left: 0;
}
.s-section .c-slideshow--section .c-slideshow__links-item:last-child {
  margin-right: 0;
}
.s-section .c-slideshow--section .c-slideshow__links-link {
  width: 100%;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  background-color: #cc0000;
  padding: 6px 24px;
  display: inline-block;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #cc0000 50%, white 50%);
}
.s-section .c-slideshow--section .c-slideshow__links-link:hover {
  background-position: 0 -100%;
  color: #cc0000;
}
/*** Main Footer ***/

.main-footer__top {
  background-color: #cc0000;
  padding: 48px 0;
  border-bottom: 1px solid #b70000;
  font-size: 15px;
  color: white;
}
.main-footer__top-logo {
  font-size: 15px;
  margin-right: 24px;
}
.main-footer__top-logo img {
  width: 97px;
}
.main-footer__top p {
  margin: 0;
}
.main-footer__top address {
  font-style: normal;
}
.main-footer__logos {
  background-color: #cc0000;
}
.main-footer__logos-logo {
  flex: 1 1 33.3334%;
}
.main-footer__logos-logo:first-child a {
  border-left: 1px solid #b70000;
}
.main-footer__logos-logo a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100px;
  border-right: 1px solid #b70000;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, #b70000 50%);
}
.main-footer__logos-logo a:hover {
  background-position: 0 -100%;
}
.main-footer__logos-logo--sidearm img {
  width: 200px;
}
.main-footer__links {
  background-color: white;
  padding: 6px 0;
}
.main-footer__links .c-footer__item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: black;
}
.main-footer__links .c-footer__item:after {
  content: '/';
  margin: 0 12px;
}
.main-footer__links .c-footer__item:last-child:after {
  display: none;
}
.main-footer__links .c-footer__link {
  color: black;
  font-size: 15px;
}
/*** Media Queries ***/

@media (max-width: 1199px) {
  .s-events .c-events--list .c-events__event {
    font-size: 15px;
    line-height: 24px;
  }
  .home-boxes {
    padding: 36px 0;
  }
  .home-boxes .ad {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .home-boxes .ad .box {
    width: calc(50% - 24px);
    margin: 12px;
  }
}
@media (max-width: 1024px) {
  .main-header {
    background-color: black;
    top: 0;
  }
  .main-header .row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-right: 0;
    height: 70px;
  }
  .main-header__logo {
    margin-right: auto;
    position: relative;
    top: auto;
  }
  .main-header__logo-default {
    display: none;
  }
  .main-header__logo-scroll {
    display: block;
  }
  .sign-in-desktop,
  .search-desktop {
    display: none;
  }
  .search-tablet {
    display: block;
  }
  .c-search--popout {
    position: static;
  }
  .c-search--popout .c-search__popout {
    width: 100%;
    border-top: 1px solid #b70000;
  }
  .c-search--popout .c-search__toggle {
    height: 70px;
    width: 70px;
  }
  .c-navigation--main {
    padding-left: 0;
  }
  .c-navigation--main .c-navigation__toggle {
    width: 123px;
    height: 70px;
    background-color: #cc0000;
    padding: 0;
  }
  .c-navigation--main .c-navigation__toggle span {
    display: inline-block;
  }
  .c-navigation--main .c-navigation--mobile__offcanvas {
    background-color: black;
  }
  .c-navigation--main .c-navigation--mobile__offcanvas-inner {
    margin: 0;
  }
  .c-navigation--main .c-navigation--mobile__offcanvas.is-open {
    max-height: calc(100vh - 70px);
  }
  .sign-in-mobile {
    display: block;
  }
  .main-content-placeholder {
    margin-top: 70px;
  }
  html:not(.index) .main-content-placeholder {
    margin: 70px auto 0;
  }
  .hero-wrap {
    height: auto;
  }
  .hero-wrap:before {
    display: none;
  }
  .hero-wrap .c-slideshow--hero .c-slideshow__content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    text-align: center;
    padding: 200px 0;
  }
  .hero-wrap .c-slideshow--hero .c-slideshow__picture {
    position: absolute;
    z-index: -1;
  }
  .hero-wrap .c-slideshow--hero-slider .slick-prev,
  .hero-wrap .c-slideshow--hero-slider .slick-next {
    top: 50%;
  }
  .hero-wrap .c-slideshow--hero-slider .slick-pause-play {
    bottom: 36px;
  }
  .hero-wrap .c-slideshow--hero-slider .c-slideshow__content {
    top: 50%;
    padding: 0 24px;
  }
  .hero-wrap .c-slideshow--hero-slider .c-slideshow__item {
    height: auto;
  }
  .s-events {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .s-events__wrap {
    border-bottom: none;
  }
  .s-events__wrap .row {
    padding: 0;
  }
  .s-events .c-events--list {
    display: block;
  }
  .s-events .c-events--list .c-events__item {
    border-right: none;
    border-bottom: 1px solid #2b2b2b;
  }
  .s-events .c-events--list .c-events__item:first-child {
    border-left: none;
  }
  .s-events .c-events--list .c-events__event {
    height: auto;
    font-size: 18px;
    line-height: 27px;
  }
  .s-contentstream {
    padding: 55px 0;
  }
  .s-contentstream .c-contentstream__filter {
    margin-left: 0;
  }
  .s-contentstream .c-contentstream__filter-item {
    margin: 0 18px;
  }
  .s-contentstream .c-contentstream__filter-item:first-child {
    margin-left: 0;
  }
  .s-contentstream .c-contentstream__filter-button {
    padding: 0;
  }
  .s-contentstream .c-contentstream__item {
    width: 50%;
  }
  .s-section .c-slideshow--section {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .s-section .c-slideshow--section .c-slideshow__text {
    order: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1 1 100%;
  }
  .s-section .c-slideshow--section .c-slideshow__media-links {
    order: 1 !important;
    flex: 1 1 100%;
  }
  .s-section .c-slideshow--section .c-slideshow__media-links img {
    width: 100%;
  }
  .main-footer__logos .row {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .search-tablet {
    display: none;
  }
  .search-mobile {
    display: block;
  }
  .c-navigation--main .c-navigation__toggle {
    width: 66px;
  }
  .c-navigation--main .c-navigation__toggle span {
    display: none;
  }
  .hero-wrap .c-slideshow--hero .c-slideshow__content {
    padding: 70px 24px;
  }
  .hero-wrap .c-slideshow--hero .c-slideshow__links-wrap {
    display: block;
  }
  .hero-wrap .c-slideshow--hero .c-slideshow__link {
    margin: 12px 0;
  }
  .hero-wrap .c-slideshow--hero-slider {
    padding-bottom: 48px;
    border-bottom: 1px solid #2b2b2b;
  }
  .hero-wrap .c-slideshow--hero-slider .slick-prev,
  .hero-wrap .c-slideshow--hero-slider .slick-next {
    bottom: 0;
    top: auto;
    transform: none;
    width: calc(50% - 24px);
  }
  .hero-wrap .c-slideshow--hero-slider .slick-pause-play {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 48px;
    width: 48px;
    background: #cc0000;
  }
  .hero-wrap .c-slideshow--hero-slider .c-slideshow__content {
    padding: 48px;
  }
  .hero-wrap .c-slideshow--hero-slider .c-slideshow__links-wrap {
    display: block;
  }
  .hero-wrap .c-slideshow--hero-slider .c-slideshow__link {
    margin: 12px 0;
    height: 45px;
  }
  .home-boxes .ad {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .home-boxes .ad .box {
    width: calc(100% - 24px);
  }
  .s-section .c-slideshow--section .c-slideshow__links {
    display: block;
  }
  .s-section .c-slideshow--section .c-slideshow__links-item {
    margin: 0;
  }
  .s-section .c-slideshow--section .c-slideshow__links-item:last-child .c-slideshow__links-link {
    margin-bottom: 0;
  }
  .s-section .c-slideshow--section .c-slideshow__links-link {
    margin: 0 0 12px 0;
  }
  .s-contentstream {
    padding: 24px 0;
  }
  .s-contentstream .c-contentstream__item {
    width: 100%;
  }
  .s-contentstream .c-contentstream__filter-button {
    font-size: 16px;
  }
  .s-contentstream .c-contentstream .load-more__container {
    margin-top: 12px;
  }
  .main-footer__top {
    display: block;
    text-align: center;
  }
  .main-footer__top img {
    margin-bottom: 24px;
  }
  .main-footer__logos .row {
    display: block;
  }
  .main-footer__logos-logo {
    flex: none;
  }
  .main-footer__logos-logo a {
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #b70000;
  }
  .main-footer__links {
    padding: 0;
  }
  .main-footer__links .c-footer--links {
    display: block;
  }
  .main-footer__links .c-footer--links .c-footer__item {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
  }
  .main-footer__links .c-footer--links .c-footer__item:after {
    display: none;
  }
  .main-footer__links .c-footer--links .c-footer__item:last-child {
    border-bottom: none;
  }
  .main-footer__links .c-footer--links .c-footer__link {
    width: 100%;
    padding: 12px 0;
  }
}
@media (max-width: 320px) {
  .s-contentstream .c-contentstream__filter-item {
    margin: 0 12px;
  }
  .s-contentstream .c-contentstream__filter-button {
    font-size: 14px;
  }
  .main-footer__top {
    font-size: 12px;
  }
}
