.c-countdown--common {
  background: white;
  border: 1px solid #f2f2f2;
  border-bottom: 6px solid #cfb87c;
  margin-bottom: 24px;
}
.c-countdown--common .c-countdown__header {
  border-bottom: 1px solid #f2f2f2;
  padding: 24px 24px 24px 0;
}
.c-countdown--common .c-countdown__logos {
  height: 100%;
  position: relative;
  flex: 0 0 auto;
  padding: 0 24px;
}
.c-countdown--common .c-countdown__logos::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #cfb87c 0px, #cfb87c 6px, transparent 6px, transparent 12px);
  background-size: 2px 12px;
  background-repeat: space space;
}
.c-countdown--common .c-countdown__indicator {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border: 4px solid #f2f2f2;
  border-radius: 50%;
  font-size: .875rem;
  color: #656565;
  margin-right: 24px;
}
.c-countdown--common .c-countdown__logo {
  flex: 0 0 auto;
}
.c-countdown--common .c-countdown__details {
  padding-left: 24px;
}
.c-countdown--common .c-countdown__title {
  color: #494949;
  font-size: 1.25rem;
  font-weight: 700;
}
.c-countdown--common .c-countdown__teams {
  color: #494949;
  font-weight: 600;
}
.c-countdown--common .c-countdown__datetime {
  color: #656565;
  font-size: .875rem;
  text-transform: uppercase;
}
.c-countdown--common .c-countdown__datetime-divider::after {
  content: '/';
}
.c-countdown--common .c-countdown__spacer {
  flex: 1 1 auto;
  border-bottom: 1px solid #f2f2f2;
}
.c-countdown--common .c-countdown__time {
  border-bottom: 1px solid #f2f2f2;
}
.c-countdown--common .c-countdown__time-item {
  flex: 1 1 auto;
  width: 25%;
  border-right: 1px solid #f2f2f2;
  padding: 24px;
}
.c-countdown--common .c-countdown__time-item:first-child {
  border-left: 1px solid #f2f2f2;
}
.c-countdown--common .c-countdown__time-value {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #494949;
}
.c-countdown--common .c-countdown__time-label {
  font-size: .875rem;
  color: #656565;
}
.c-countdown--common .c-countdown__time-label abbr {
  border-bottom: none;
  text-decoration: none;
}
.c-countdown--common .c-countdown__footer {
  padding: 8px 24px;
}
.c-countdown--common .c-countdown__tickets {
  margin: 6px 0;
  height: 48px;
  padding: 0 24px;
  background: #cfb87c;
  color: white;
  border: 3px solid #cfb87c;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 700;
  transition: .25s;
}
.c-countdown--common .c-countdown__tickets:hover {
  background: white;
  color: #cfb87c;
}
.c-countdown--common .c-countdown__sponsor {
  margin: 6px 0;
}
@media screen and (max-width: 540px) {
  .c-countdown--common .c-countdown__item {
    display: block;
  }
  .c-countdown--common .c-countdown__header {
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 24px;
  }
  .c-countdown--common .c-countdown__logos {
    padding-bottom: 24px;
    margin-bottom: 12px;
  }
  .c-countdown--common .c-countdown__logos::after {
    right: 0;
    top: 100%;
    width: 100%;
    height: 2px;
    background-image: repeating-linear-gradient(to left, #cfb87c 0px, #cfb87c 6px, transparent 6px, transparent 12px);
    background-size: 12px 2px;
  }
  .c-countdown--common .c-countdown__indicator {
    display: none;
  }
  .c-countdown--common .c-countdown__details {
    padding-left: 0;
    width: 100%;
  }
  .c-countdown--common .c-countdown__time-footer {
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
  }
  .c-countdown--common .c-countdown__time-item {
    padding: 24px 16px;
  }
  .c-countdown--common .c-countdown__footer {
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}
.c-countdown--common.theme--dark {
  background: #cfb87c;
  border: 1px solid #c8ae69;
  border-bottom: 6px solid white;
}
.c-countdown--common.theme--dark .c-countdown__header,
.c-countdown--common.theme--dark .c-countdown__spacer,
.c-countdown--common.theme--dark .c-countdown__time {
  border-bottom: 1px solid #c8ae69;
}
.c-countdown--common.theme--dark .c-countdown__logos::after {
  background-image: repeating-linear-gradient(to bottom, white 0px, white 6px, transparent 6px, transparent 12px);
}
.c-countdown--common.theme--dark .c-countdown__indicator {
  border: 4px solid #c8ae69;
}
.c-countdown--common.theme--dark .c-countdown__indicator,
.c-countdown--common.theme--dark .c-countdown__title,
.c-countdown--common.theme--dark .c-countdown__teams,
.c-countdown--common.theme--dark .c-countdown__datetime,
.c-countdown--common.theme--dark .c-countdown__time-value,
.c-countdown--common.theme--dark .c-countdown__time-label {
  color: white;
}
.c-countdown--common.theme--dark .c-countdown__time-item {
  border-right: 1px solid #c8ae69;
}
.c-countdown--common.theme--dark .c-countdown__time-item:first-child {
  border-left: 1px solid #c8ae69;
}
.c-countdown--common.theme--dark .c-countdown__tickets {
  background: white;
  color: #cfb87c;
  border: 3px solid white;
}
.c-countdown--common.theme--dark .c-countdown__tickets:hover {
  background: #cfb87c;
  color: white;
}
@media screen and (max-width: 540px) {
  .c-countdown--common.theme--dark .c-countdown__logos::after {
    background-image: repeating-linear-gradient(to left, white 0px, white 6px, transparent 6px, transparent 12px);
  }
}
.c-countdown--common.orientation--vertical .c-countdown__item {
  display: block;
}
.c-countdown--common.orientation--vertical .c-countdown__header {
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 24px;
}
.c-countdown--common.orientation--vertical .c-countdown__logos {
  padding-bottom: 24px;
  margin-bottom: 12px;
}
.c-countdown--common.orientation--vertical .c-countdown__logos::after {
  right: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(to left, #cfb87c 0px, #cfb87c 6px, transparent 6px, transparent 12px);
  background-size: 12px 2px;
}
.c-countdown--common.orientation--vertical .c-countdown__spacer {
  display: none;
}
.c-countdown--common.orientation--vertical .c-countdown__time-footer {
  display: block;
}
.c-countdown--common.orientation--vertical .c-countdown__footer {
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-countdown--common.orientation--vertical.theme--dark .c-countdown__logos::after {
  background-image: repeating-linear-gradient(to left, white 0px, white 6px, transparent 6px, transparent 12px);
}
body.story-template-gallery-modal-is-open {
  overflow: hidden;
}
.c-gallery-embed {
  color: black;
}
.c-gallery-embed__thumbnails-container {
  padding: 24px;
  border-top: 1px solid #cccccc;
}
.c-gallery-embed__thumbnails-container .ps__scrollbar-y-rail {
  display: none !important;
}
.c-gallery-embed__thumbnails-container .ps__scrollbar-x-rail {
  display: block !important;
  position: relative !important;
  margin-top: 12px;
  height: 6px !important;
  background-color: #f2f2f2 !important;
  opacity: 1 !important;
}
.c-gallery-embed__thumbnails-container .ps__scrollbar-x-rail .ps__scrollbar-x {
  height: 6px !important;
  border-radius: 3px !important;
  background-color: #cfb87c !important;
  position: absolute !important;
  bottom: 0 !important;
  top: 0 !important;
}
.c-gallery-embed__thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-gallery-embed__thumbnails .slick-list {
  overflow: visible;
}
.c-gallery-embed__thumbnails .slick-track {
  transform: initial !important;
  margin: 0 -6px;
  width: auto !important;
  white-space: nowrap;
  font-size: 0;
}
.c-gallery-embed__thumbnails-item {
  margin: 0 6px;
  overflow: hidden;
  max-width: 120px;
  font-size: 1rem;
  white-space: normal;
  display: inline-block !important;
  float: none !important;
}
.c-gallery-embed__thumbnails-item.slick-active .c-gallery-embed__thumbnails-go-to,
.c-gallery-embed__thumbnails-item:hover .c-gallery-embed__thumbnails-go-to {
  opacity: 1;
}
.c-gallery-embed__thumbnails-item.slick-active .c-gallery-embed__thumbnails-media::before {
  opacity: 1;
}
.c-gallery-embed__thumbnails-item-placeholder {
  margin: 0;
  width: 0px !important;
  overflow: hidden;
}
.c-gallery-embed__thumbnails-media {
  padding-bottom: 100%;
}
.c-gallery-embed__thumbnails-media::before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  box-shadow: inset 0px 0px 0px 5px white;
  opacity: 0;
  z-index: 1;
  transition: .25s;
}
.c-gallery-embed__thumbnails-media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  max-width: initial;
}
.c-gallery-embed__thumbnails-go-to {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: .25s;
}
.c-gallery-embed__thumbnails-go-to > span {
  display: inline-block;
  background-color: #cfb87c;
  color: #333333;
  height: 2rem;
  border-radius: 1rem;
  padding: 0 12px;
  font-size: 1rem;
  line-height: 2rem;
}
.c-gallery-embed--slider {
  background-color: white;
  border: 1px solid #cccccc;
  margin: 16px auto;
  max-width: 1000px;
}
.c-gallery-embed--slider.is-started .c-gallery-embed__header {
  max-height: 200px;
}
.c-gallery-embed--slider.is-started .c-gallery-embed__expand {
  display: block;
}
.c-gallery-embed--slider.is-started .c-gallery-embed__slider-item-details {
  display: flex;
}
.c-gallery-embed--slider.is-started .c-gallery-embed__slider-item-media {
  padding-bottom: 40%;
}
.c-gallery-embed--slider.is-started.is-expanded .c-gallery-embed__expand .sf-expand {
  display: none;
}
.c-gallery-embed--slider.is-started.is-expanded .c-gallery-embed__expand .sf-contract {
  display: block;
}
.c-gallery-embed--slider.is-started.is-expanded .c-gallery-embed__slider-item-details {
  display: flex;
}
@media (max-width: 1023px) {
  .c-gallery-embed--slider.is-started .c-gallery-embed__slider-item-media {
    height: 540px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .c-gallery-embed--slider.is-started .c-gallery-embed__slider-item-media {
    height: 360px;
  }
}
.c-gallery-embed--slider.c-gallery-embed--image-takeover .c-gallery-embed__expand {
  display: block;
  background: none;
  color: black;
}
.c-gallery-embed--slider.c-gallery-embed--image-takeover .c-gallery-embed__slider-item-media-container {
  padding: 2.25rem;
}
.c-gallery-embed--slider .slick-slide {
  height: auto;
}
.c-gallery-embed--slider .c-gallery-embed__header {
  max-height: 0px;
  overflow: hidden;
  padding: 0 24px;
  transition: 0.75s ease-in-out;
}
.c-gallery-embed--slider .c-gallery-embed__header h2 {
  margin: 12px 0;
  font-size: 0.875rem;
  font-weight: 700;
}
.c-gallery-embed--slider .c-gallery-embed__expand {
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0.36);
  color: white;
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  font-size: 1rem;
  z-index: 2;
  display: none;
  transition: .25s;
}
.c-gallery-embed--slider .c-gallery-embed__expand:hover {
  background-color: #cfb87c;
  color: #333333;
}
.c-gallery-embed--slider .c-gallery-embed__expand .sf-contract {
  display: none;
}
.c-gallery-embed--slider .c-gallery-embed__slider .slick-prev,
.c-gallery-embed--slider .c-gallery-embed__slider .slick-next {
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0.36);
  color: white;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  font-size: 0;
  z-index: 10;
  transition: .25s;
}
.c-gallery-embed--slider .c-gallery-embed__slider .slick-prev::before,
.c-gallery-embed--slider .c-gallery-embed__slider .slick-next::before {
  font-family: 'sidearm_font_v2';
  font-size: 1.5rem;
}
.c-gallery-embed--slider .c-gallery-embed__slider .slick-prev:hover,
.c-gallery-embed--slider .c-gallery-embed__slider .slick-next:hover {
  background-color: #cfb87c;
  color: #333333;
}
.c-gallery-embed--slider .c-gallery-embed__slider .slick-prev.slick-disabled,
.c-gallery-embed--slider .c-gallery-embed__slider .slick-next.slick-disabled {
  visibility: hidden;
}
.c-gallery-embed--slider .c-gallery-embed__slider .slick-prev::before {
  content: '\e009';
}
.c-gallery-embed--slider .c-gallery-embed__slider .slick-next::before {
  content: '\e010';
}
.c-gallery-embed--slider .c-gallery-embed__slider-item {
  opacity: 0 !important;
  transition: .25s;
}
.c-gallery-embed--slider .c-gallery-embed__slider-item.slick-active {
  opacity: 1 !important;
  transition: .25s .5s;
}
.c-gallery-embed--slider .c-gallery-embed__slider-item-details {
  padding: 24px;
  border-top: 1px solid #cccccc;
  display: none;
}
.c-gallery-embed--slider .c-gallery-embed__slider-item-credit {
  margin-top: 12px;
}
.c-gallery-embed--slider .c-gallery-embed__slider-item-credit > span {
  color: #656565;
}
.c-gallery-embed--slider .c-gallery-embed__slider-item-full {
  height: 3rem;
  line-height: 3rem;
  padding: 0 12px;
  margin-bottom: 24px;
  border-radius: 1.5rem;
  background-color: #cfb87c;
  color: #333333;
  text-decoration: none;
  transition: .25s;
}
.c-gallery-embed--slider .c-gallery-embed__slider-item-full:hover {
  background-color: #c4a85e;
}
.c-gallery-embed--slider .c-gallery-embed__slider-item-media-container {
  padding: 24px;
  background-color: #f2f2f2;
  transition: padding-bottom 0.5s;
}
.c-gallery-embed--slider .c-gallery-embed__slider-item-media {
  padding-bottom: 56.25%;
}
.c-gallery-embed--slider .c-gallery-embed__slider-item-media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.c-gallery-embed--slider .c-gallery-embed__slider-item-image-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.c-gallery-embed--slider .c-gallery-embed__slider-item-image-container img {
  max-height: 100%;
}
.c-gallery-embed--slider .c-gallery-embed__slider-item .slick-prev {
  left: -24px;
}
.c-gallery-embed--slider .c-gallery-embed__slider-item .slick-next {
  right: -24px;
}
.c-gallery-embed--slider .c-gallery-embed__slider-featured-item-details {
  flex-direction: column-reverse;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 48px;
  z-index: 1;
  transition: .25s;
}
.c-gallery-embed--slider .c-gallery-embed__slider-featured-item-title {
  font-size: 2.25rem;
  color: white;
  font-weight: 700;
  line-height: 1.25;
}
.c-gallery-embed--slider .c-gallery-embed__slider-featured-item-count {
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 12px;
  margin-bottom: 24px;
  border-radius: 1.125rem;
  background-color: #cfb87c;
  color: #333333;
}
.c-gallery-embed--slider .c-gallery-embed__slider-featured-item-media-container {
  background-color: white;
}
.c-gallery-embed--slider .c-gallery-embed__slider-featured-item-media {
  overflow: hidden;
}
.c-gallery-embed--slider .c-gallery-embed__slider-featured-item-media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.c-gallery-embed--slider .c-gallery-embed__slider-featured-item-media img {
  max-width: initial;
  max-height: initial;
  min-height: 100%;
  min-width: 100%;
}
.c-gallery-embed--slider .c-gallery-embed__slider-featured-item-media::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.c-gallery-embed--slider .c-gallery-embed__slider-featured-item .slick-prev {
  left: 0 !important;
}
.c-gallery-embed--slider .c-gallery-embed__slider-featured-item .slick-next {
  right: 0 !important;
}
.c-gallery-embed--slider .c-gallery-embed__details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 48px;
}
.c-gallery-embed--slider .c-gallery-embed__details-title {
  color: white;
  font-size: 2.25rem;
}
.c-gallery-embed--slider .c-gallery-embed__thumbnails-container .slick-slider {
  overflow: hidden;
}
.c-gallery-embed--slider .c-gallery-embed__controls {
  width: 100%;
  background-color: white;
  border-top: 1px solid #cccccc;
}
.c-gallery-embed--slider .c-gallery-embed__controls-pagination {
  margin-left: 24px;
}
.c-gallery-embed--slider .c-gallery-embed__controls button {
  -webkit-appearance: none;
  background: none;
  border: none;
  border-right: 1px solid #cccccc;
  font-size: 1rem;
  width: 3.75rem;
  height: 3.75rem;
  text-align: center;
  line-height: 3.75rem;
  background-color: white;
  color: #494949;
  transition: .25s;
}
.c-gallery-embed--slider .c-gallery-embed__controls button:hover {
  background-color: #cfb87c;
  color: #333333;
}
.c-gallery-embed--slider .c-gallery-embed__controls .slick-play-pause.slick-play .sf-pause {
  display: none;
}
.c-gallery-embed--slider .c-gallery-embed__controls .slick-play-pause.slick-pause .sf-play {
  display: none;
}
.c-gallery-embed--grid {
  border: 1px solid #cccccc;
  padding: 24px;
  flex-direction: column-reverse;
}
.c-gallery-embed--grid .c-gallery-embed__list {
  list-style: none;
  margin: -6px;
  padding: 0;
}
.c-gallery-embed--grid .c-gallery-embed__item {
  padding: 6px;
  width: 16.666666667%;
}
.c-gallery-embed--grid .c-gallery-embed__item-media {
  padding-bottom: 100%;
  overflow: hidden;
}
.c-gallery-embed--grid .c-gallery-embed__item-media:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.c-gallery-embed--grid .c-gallery-embed__item-media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  max-width: initial;
  transition: .25s;
}
.c-gallery-embed--grid .c-gallery-embed__item-link::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.c-gallery-embed--grid .c-gallery-embed__item-link > a {
  text-decoration: none;
  background-color: #e5e5e5;
  color: #494949;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  transition: .25s;
}
.c-gallery-embed--grid .c-gallery-embed__item-link > a:hover {
  background-color: #cfb87c;
  color: #333333;
}
.c-gallery-embed--grid .c-gallery-embed__item-link > a::before {
  content: '\e010';
  font-family: 'sidearm_font_v2';
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 1.5rem;
}
.c-gallery-embed--grid .c-gallery-embed__details {
  flex-direction: column-reverse;
}
.c-gallery-embed--grid .c-gallery-embed__details-count {
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 12px;
  margin: 24px 0;
  border-radius: 1.125rem;
  background-color: #cfb87c;
  color: #333333;
}
.c-gallery-embed--grid .c-gallery-embed__details-title {
  font-size: 2.25rem;
  color: #494949;
  line-height: 1.25;
  font-weight: 700;
}
.c-gallery-embed__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.85);
  display: none !important;
  color: black;
}
.c-gallery-embed__modal.is-open {
  display: flex !important;
}
.c-gallery-embed__modal .slick-slide {
  height: auto;
}
.c-gallery-embed__modal .c-gallery-embed__modal-rotator-container {
  flex: 1 1 auto;
  overflow: hidden;
  padding-bottom: 162px;
}
.c-gallery-embed__modal .c-gallery-embed__modal-rotator {
  width: 100%;
}
.c-gallery-embed__modal .c-gallery-embed__modal-rotator .c-gallery-embed__modal-rotator-item .c-gallery-embed__modal-rotator-item-sizer {
  padding-bottom: 45%;
  overflow: hidden;
}
.c-gallery-embed__modal .c-gallery-embed__modal-rotator .c-gallery-embed__modal-rotator-item .c-gallery-embed__modal-rotator-item-sizer img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.c-gallery-embed__modal .c-gallery-embed__modal-rotator .slick-prev,
.c-gallery-embed__modal .c-gallery-embed__modal-rotator .slick-next {
  -webkit-appearance: none;
  background: none;
  border: none;
  font-size: 0;
  width: 3.75rem;
  height: 3.75rem;
  text-align: center;
  line-height: 3.75rem;
  background-color: rgba(0, 0, 0, 0.36);
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .25s;
}
.c-gallery-embed__modal .c-gallery-embed__modal-rotator .slick-prev:hover,
.c-gallery-embed__modal .c-gallery-embed__modal-rotator .slick-next:hover {
  background-color: #cfb87c;
  color: #333333;
}
.c-gallery-embed__modal .c-gallery-embed__modal-rotator .slick-prev::before,
.c-gallery-embed__modal .c-gallery-embed__modal-rotator .slick-next::before {
  font-family: 'sidearm_font_v2';
  font-size: 1rem;
}
.c-gallery-embed__modal .c-gallery-embed__modal-rotator .slick-prev {
  left: 0;
}
.c-gallery-embed__modal .c-gallery-embed__modal-rotator .slick-prev::before {
  content: '\e009';
}
.c-gallery-embed__modal .c-gallery-embed__modal-rotator .slick-next {
  right: 0;
}
.c-gallery-embed__modal .c-gallery-embed__modal-rotator .slick-next::before {
  content: '\e010';
}
.c-gallery-embed__modal .c-gallery-embed__modal-thumbnails-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1020px;
  overflow: hidden;
  border: none;
  background-color: black;
  padding: 12px;
}
.c-gallery-embed__modal .c-gallery-embed__modal-thumbnails-container .slick-slider {
  overflow: hidden;
}
.c-gallery-embed__modal .c-gallery-embed__modal-sidebar {
  flex: 0 0 auto;
  width: 480px;
  background-color: white;
  padding: 48px;
  overflow: auto;
  transition: .5s;
}
.c-gallery-embed__modal .c-gallery-embed__modal-sidebar .c-gallery-embed__modal-sidebar-details {
  flex: 1 1 auto;
  width: 100%;
}
.c-gallery-embed__modal .c-gallery-embed__modal-sidebar .c-gallery-embed__modal-sidebar-pagination {
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: 1.125rem;
  background-color: black;
  padding: 0 12px;
  font-size: 0.875rem;
  color: white;
}
.c-gallery-embed__modal .c-gallery-embed__modal-sidebar .c-gallery-embed__modal-close {
  -webkit-appearance: none;
  background: black;
  color: white;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  line-height: 2.25rem;
  font-size: 0.875rem;
  transition: .25s;
}
.c-gallery-embed__modal .c-gallery-embed__modal-sidebar .c-gallery-embed__modal-close:hover {
  background-color: #cfb87c;
  color: #333333;
}
.c-gallery-embed__modal .c-gallery-embed__modal-sidebar .c-gallery-embed__modal-sidebar-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: black;
  line-height: 1.25;
  margin: 8px 0;
}
.c-gallery-embed__modal .c-gallery-embed__modal-sidebar .c-gallery-embed__modal-sidebar-credit > span {
  color: #656565;
}
.c-gallery-embed__modal .c-gallery-embed__modal-sidebar .c-gallery-embed__modal-full {
  display: inline-block;
  text-decoration: none;
  height: 3rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  background-color: #cfb87c;
  padding: 0 12px;
  font-size: 1rem;
  color: #333333;
  margin-top: 24px;
  transition: .25s;
}
.c-gallery-embed__modal .c-gallery-embed__modal-sidebar .c-gallery-embed__modal-full:hover {
  background-color: #c4a85e;
}
.c-gallery-embed__modal .c-gallery-embed__modal-sidebar .c-gallery-embed__modal-sidebar-ads {
  flex: 0 0 auto;
  margin-top: auto;
  text-align: center;
  width: 100%;
}
.c-gallery-embed__modal .c-gallery-embed__modal-sidebar .c-gallery-embed__modal-sidebar-ads .ad,
.c-gallery-embed__modal .c-gallery-embed__modal-sidebar .c-gallery-embed__modal-sidebar-ads .dfp-ad {
  margin: 24px auto 0;
}
@media (max-width: 1600px) {
  .c-gallery-embed__modal .c-gallery-embed__modal-sidebar {
    width: 360px;
    padding: 12px;
  }
}
@media (max-width: 1024px) {
  .c-gallery-embed__thumbnails-container {
    padding: 12px;
  }
  .c-gallery-embed__slider .c-gallery-embed__header {
    padding: 0 12px;
  }
  .c-gallery-embed__slider .c-gallery-embed__slider-item-media-container {
    padding: 12px;
  }
  .c-gallery-embed__slider .c-gallery-embed__slider-item-details {
    padding: 12px;
  }
  .c-gallery-embed__slider .c-gallery-embed__slider-item-full {
    height: 2rem;
    line-height: 2rem;
    margin: 12px auto 0;
  }
  .c-gallery-embed__slider .c-gallery-embed__slider-item .slick-next,
  .c-gallery-embed__slider .c-gallery-embed__slider-item .slick-prev {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
  .c-gallery-embed__slider .c-gallery-embed__slider-item .slick-next::before,
  .c-gallery-embed__slider .c-gallery-embed__slider-item .slick-prev::before {
    font-size: 1rem;
  }
  .c-gallery-embed__slider .c-gallery-embed__slider-item .slick-prev {
    left: -8px;
  }
  .c-gallery-embed__slider .c-gallery-embed__slider-item .slick-next {
    right: -8px;
  }
}
@media (max-width: 1023px) {
  .c-gallery-embed__slider .c-gallery-embed__expand {
    display: none !important;
  }
  .c-gallery-embed--slider.c-gallery-embed--image-takeover .c-gallery-embed__expand {
    display: none;
  }
  .c-gallery-embed__modal {
    display: none !important;
  }
  .c-gallery-embed__modal.is-open {
    display: none !important;
  }
  .c-gallery-embed__modal.modal-only {
    display: block !important;
  }
  .c-gallery-embed__modal.modal-only .c-gallery-embed__modal-sidebar {
    width: 100%;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .c-gallery-embed__thumbnails-item {
    max-width: 120px;
  }
  .c-gallery-embed__thumbnails-go-to > span {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.75rem;
  }
  .c-gallery-embed__modal .c-gallery-embed__modal-rotator-container {
    padding-bottom: 162px;
  }
  .c-gallery-embed__slider .c-gallery-embed__slider-item-details {
    font-size: 0.75rem;
  }
  .c-gallery-embed__slider .c-gallery-embed__slider-item-text {
    width: 100%;
    flex: 0 0 auto !important;
  }
  .c-gallery-embed__slider .c-gallery-embed__slider-featured-item-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 539px) {
  .c-gallery-embed__thumbnails-item {
    max-width: 72px;
  }
  .c-gallery-embed__modal .c-gallery-embed__modal-rotator-container {
    padding-bottom: 114px;
  }
  .c-gallery-embed__modal .c-gallery-embed__modal-sidebar .c-gallery-embed__modal-sidebar-title {
    font-size: 1.5rem;
  }
  .c-gallery-embed__slider .c-gallery-embed__slider-featured-item-title {
    font-size: 1rem;
  }
  .c-gallery-embed--slider.c-gallery-embed--image-takeover .c-gallery-embed__slider-item-media-container {
    padding: 12px;
  }
  .c-gallery-embed--slider .c-gallery-embed__controls-pagination {
    margin-left: 12px;
  }
  .c-gallery-embed--slider .c-gallery-embed__controls button {
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
  }
}
.gallery_container_wrapper {
  float: none !important;
  clear: both !important;
}
.gallery_container_wrapper .gallery_container {
  width: 100% !important;
  height: auto !important;
  float: none !important;
  background: none !important;
  margin: 0 !important;
}
.gallery_container_wrapper .gallery_container > [id*="gal_cont"] {
  width: 100% !important;
  height: auto !important;
}
.c-tagged-content .c-tagged-content-list {
  margin: 0 -12px;
}
.c-tagged-content .c-tagged-content-list__item {
  padding: 12px;
  width: 25%;
}
.c-tagged-content .c-tagged-content-list__item-inner {
  border: 1px solid #e5e5e5;
  background-color: white;
}
.c-tagged-content .c-tagged-content-list__image-container {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 1px;
}
.c-tagged-content .c-tagged-content-list__image-container img {
  width: 100%;
}
.c-tagged-content .c-tagged-content-list__no-image-container {
  width: 100%;
  min-height: 160px;
  background-color: #656565;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 1px;
}
.c-tagged-content .c-tagged-content-list__no-image-container .default-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: #e5e5e5;
}
.c-tagged-content .c-tagged-content-list__details {
  padding: 12px;
}
.c-tagged-content .c-tagged-content-list__title {
  text-decoration: none;
  color: black;
}
.c-tagged-content .c-tagged-content-list__title-category {
  color: #656565;
  margin: 0px 0px;
}
.c-tagged-content .c-tagged-content-list__title:hover {
  text-decoration: underline;
}
.c-tagged-content .c-tagged-content-list__tags {
  margin-top: 12px;
  font-size: 0.875rem;
}
.c-tagged-content .c-tagged-content-list__tags-list {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -6px;
  font-size: 0.75rem;
}
.c-tagged-content .c-tagged-content-list__tags-item {
  margin: 6px;
}
.c-tagged-content .c-tagged-content-list__tags-item a {
  display: inline-block;
  padding: 4px;
  background-color: #f2f2f2;
  color: #656565;
  text-decoration: none;
  border-radius: 3px;
  transition: .25s;
}
.c-tagged-content .c-tagged-content-list__tags-item a:hover {
  background-color: #cfb87c;
  color: #333333;
}
@media (max-width: 1024px) {
  .c-tagged-content .c-tagged-content-list__item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .c-tagged-content .c-tagged-content-list__item {
    width: 50%;
  }
}
@media (max-width: 539px) {
  .c-tagged-content .c-tagged-content-list__item {
    width: 100%;
  }
}
.c-tags .c-tags-list {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -6px;
  font-size: 1rem;
}
.c-tags .c-tags-list__item {
  padding: 12px;
  width: 25%;
}
.c-tags .c-tags-list__item a {
  display: inline-block;
  padding: 4px;
  background-color: #f2f2f2;
  color: #656565;
  text-decoration: none;
  border-radius: 3px;
  transition: .25s;
}
.c-tags .c-tags-list__item a:hover {
  background-color: #cfb87c;
  color: #333333;
}
.c-tickets--schedule-1 .c-tickets__item {
  background-color: white;
  border: 1px solid #e5e5e5;
  color: black;
  font-size: 1.125rem;
}
.c-tickets--schedule-1 .c-tickets__top {
  display: none;
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
  background-color: black;
  border-bottom: 2px solid white;
}
.c-tickets--schedule-1 .c-tickets__date-time .c-tickets__date,
.c-tickets--schedule-1 .c-tickets__date-time .c-tickets__time {
  height: 5rem;
  line-height: 5rem;
  padding: 0 24px;
  color: white;
  border-right: 2px solid white;
  white-space: nowrap;
}
.c-tickets--schedule-1 .c-tickets__logos {
  flex: 1 1 30%;
  -webkit-flex: 1 1 30%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 1 30%;
  -webkit-flex: 1 1 30%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 1 30%;
  -webkit-flex: 1 1 30%;
  min-width: 1px;
  min-height: 1px;
  padding: 24px 12px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin-right: 24px;
}
.c-tickets--schedule-1 .c-tickets__logos::after {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  right: 0;
  width: 2px;
  height: calc(100% - (8px*6));
  border-right: 2px dashed #cfb87c;
}
.c-tickets--schedule-1 .c-tickets__logo {
  margin: 0 12px;
}
.c-tickets--schedule-1 .c-tickets__indicator {
  margin: 0 12px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  width: 3rem;
  height: 3rem;
  border: 2px solid #cfb87c;
  color: #333333;
  font-size: 1.125rem;
  border-radius: 50%;
}
.c-tickets--schedule-1 .c-tickets__date--full {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 0 24px;
  line-height: 1.15;
}
.c-tickets--schedule-1 .c-tickets__date--full::before,
.c-tickets--schedule-1 .c-tickets__date--full::after {
  content: "";
  display: block;
  flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  min-width: 1px;
  min-height: 1px;
  flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  min-width: 1px;
  min-height: 1px;
  flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  min-width: 1px;
  min-height: 1px;
  background: linear-gradient(90deg, white 2px, transparent 1%) center, linear-gradient(white 2px, transparent 1%) center, rgba(0, 0, 0, 0.2);
  background-size: 3px 3px;
}
.c-tickets--schedule-1 .c-tickets__date--full .c-tickets__date-month {
  padding: 8px 12px 0;
}
.c-tickets--schedule-1 .c-tickets__date--full .c-tickets__date-day {
  padding: 0 8px 12px;
  font-size: 2.25rem;
}
.c-tickets--schedule-1 .c-tickets_internet_name {
  font-size: 20px;
  word-break: break-word;
  max-width: 150px;
  font-weight: bold;
  text-align: center;
}
.c-tickets--schedule-1 .c-tickets__details {
  flex: 1 1 30%;
  -webkit-flex: 1 1 30%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 1 30%;
  -webkit-flex: 1 1 30%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 1 30%;
  -webkit-flex: 1 1 30%;
  min-width: 1px;
  min-height: 1px;
  padding: 24px;
}
.c-tickets--schedule-1 .c-tickets__title {
  font-size: 2.25rem;
  color: #333333;
}
.c-tickets--schedule-1 .c-tickets__opponent {
  font-size: 1.625rem;
}
.c-tickets--schedule-1 .c-tickets__info {
  margin-top: 8px;
}
.c-tickets--schedule-1 .c-tickets__icon {
  color: #333333;
}
.c-tickets--schedule-1 .c-tickets__link {
  background-color: #cfb87c;
  color: #333333;
  text-decoration: none;
  font-size: 1.625rem;
  overflow: hidden;
  transition: .25s;
}
.c-tickets--schedule-1 .c-tickets__link:hover {
  background-color: #cbb271;
}
.c-tickets--schedule-1 .c-tickets__link--full {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 24px 24px 24px 60px;
  min-height: 96px;
}
.c-tickets--schedule-1 .c-tickets__link--full::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 96px;
  height: 96px;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 12px solid #c8ae69;
  border-radius: 50%;
}
.c-tickets--schedule-1 .c-tickets__link--mini {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  height: 5rem;
  padding: 24px 24px;
}
.c-tickets--schedule-1 .c-tickets__link--mini > img {
  margin: 8px 0 0 24px;
}
.c-tickets--schedule-1 .c-tickets__barcode-path {
  fill: #333333;
}
@media (max-width: 1024px) {
  .c-tickets--schedule-1 .c-tickets__item {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .c-tickets--schedule-1 .c-tickets__top {
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
  }
  .c-tickets--schedule-1 .c-tickets__logos {
    flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    min-width: 1px;
    min-height: 1px;
    flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    min-width: 1px;
    min-height: 1px;
    flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    min-width: 1px;
    min-height: 1px;
    margin-right: 0;
  }
  .c-tickets--schedule-1 .c-tickets__date--full {
    display: none;
  }
  .c-tickets--schedule-1 .c-ticktes__details {
    flex: 0 0 55%;
    -webkit-flex: 0 0 55%;
    min-width: 1px;
    min-height: 1px;
    flex: 0 0 55%;
    -webkit-flex: 0 0 55%;
    min-width: 1px;
    min-height: 1px;
    flex: 0 0 55%;
    -webkit-flex: 0 0 55%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-tickets--schedule-1 .c-tickets__link--full {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-tickets--schedule-1 .c-tickets__item {
    display: block;
  }
  .c-tickets--schedule-1 .c-tickets__date-time .c-tickets__date,
  .c-tickets--schedule-1 .c-tickets__date-time .c-tickets__time {
    height: 3rem;
    line-height: 3rem;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    min-width: 1px;
    min-height: 1px;
  }
  .c-tickets--schedule-1 .c-tickets__logos {
    padding: 24px;
  }
  .c-tickets--schedule-1 .c-tickets__logos::after {
    top: auto;
    bottom: 0;
    right: 24px;
    width: calc(100% - 48px);
    height: 2px;
    border-right: none;
    border-top: 2px dashed #cfb87c;
  }
  .c-tickets--schedule-1 .c-tickets__link--mini {
    height: auto;
  }
}
.c-tickets--schedule-2 .c-tickets__item {
  background-color: white;
  border: 1px solid #e5e5e5;
  color: black;
  font-size: 1.125rem;
  line-height: 1.15;
}
.c-tickets--schedule-2 .c-tickets__logos {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 16px 24px;
}
.c-tickets--schedule-2 .c-tickets__logos::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 0;
  width: 2px;
  height: calc(100% - (8px*4));
  border-right: 2px dashed #cfb87c;
}
.c-tickets--schedule-2 .c-tickets__indicator {
  margin-right: 24px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  width: 2rem;
  height: 2rem;
  border: 2px solid #cfb87c;
  color: #333333;
  border-radius: 50%;
}
.c-tickets--schedule-2 .c-tickets__details {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 16px 24px;
  color: #333333;
}
.c-tickets--schedule-2 .c-tickets__title {
  font-size: 2rem;
}
.c-tickets--schedule-2 .c-tickets__opponent {
  font-size: 1.625rem;
}
.c-tickets--schedule-2 .c-tickets__link {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  background-color: #cfb87c;
  color: #333333;
  text-decoration: none;
  font-size: 1.625rem;
  overflow: hidden;
  padding: 16px 24px 16px 48px;
  min-height: 48px;
  transition: .25s;
}
.c-tickets--schedule-2 .c-tickets__link:hover {
  background-color: #cbb271;
}
.c-tickets--schedule-2 .c-tickets__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 50%;
}
.c-tickets--schedule-2 .flex_display {
  display: flex !important;
}
@media (max-width: 1024px) {
  .c-tickets--schedule-2 .c-tickets__opponent {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .c-tickets--schedule-2 .c-tickets__item {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .c-tickets--schedule-2 .c-tickets__logos {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
    border-bottom: 1px solid #e5e5e5;
    padding: 4px 24px;
  }
  .c-tickets--schedule-2 .c-tickets__logos::after {
    display: none;
  }
  .c-tickets--schedule-2 .c-tickets__details {
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
  }
  .c-tickets--schedule-2 .c-tickets__link {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    min-width: 1px;
    min-height: 1px;
    padding: 4px 16px 4px 36px;
    font-size: 1.25rem;
  }
}
.c-ticket-component__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  background: #cccccc;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  width: 24px;
  font-size: 18px;
  color: #cfb87c;
  transition: 0.25s;
  border: 1px solid #e5e5e5;
}
.c-ticket-component__button::-ms-expand {
  display: none;
}
.c-ticket-component__button--prev {
  border-right: 1px solid #d8d8d8;
  background: white;
  border-right: none;
}
.c-ticket-component__button--next {
  border-left: 1px solid #d8d8d8;
  background: white;
  border-left: none;
}
.c-ticket-component__button:hover {
  background: #d8d8d8;
  color: #0c2340;
}
.c-ticket-deposits {
  background: #cfb87c;
  margin: 16px 0;
  padding: 16px;
  color: #333333;
  position: relative;
}
.c-ticket-deposits a {
  cursor: pointer;
}
.c-ticket-deposits__banner {
  display: flex;
  justify-content: space-between;
}
.c-ticket-deposits__left-container {
  display: flex;
  flex: 1;
  align-items: center;
}
.c-ticket-deposits__right-container {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
}
.c-ticket-deposits__title {
  font-size: 2rem;
  text-transform: uppercase;
  padding-right: 16px;
}
.c-ticket-deposits__max {
  padding-left: 16px;
  text-transform: uppercase;
  letter-spacing: .1rem;
  display: flex;
  align-items: center;
}
.c-ticket-deposits__max::before {
  content: '||';
  color: #a88a3d;
  font-size: 1.5rem;
  font-weight: 300;
  left: -16px;
  margin-top: -4px;
  position: relative;
}
.c-ticket-deposits__max-number {
  background: #a88a3d;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
}
.c-ticket-deposits__info-btn,
.c-ticket-deposits__buy-btn,
.c-ticket-deposits__popout-btn {
  background: white;
  color: #333333;
  border-radius: 3px;
  border: none;
  padding: 10px 20px 10px 24px;
  font-weight: 600;
  font-size: .85rem;
  margin: 0 8px;
  display: flex;
  align-items: center;
}
.c-ticket-deposits__info-btn:hover,
.c-ticket-deposits__buy-btn:hover,
.c-ticket-deposits__popout-btn:hover {
  color: #333333;
  background: #a88a3d;
  transition: 300ms;
}
.c-ticket-deposits__info-btn i,
.c-ticket-deposits__buy-btn i,
.c-ticket-deposits__popout-btn i {
  font-size: 24px;
}
.c-ticket-deposits__buy-btn {
  text-decoration: none;
  margin-right: 0;
}
.c-ticket-deposits__popout-btn {
  background: #cfb87c;
  color: #333333 !important;
  text-decoration: none;
  display: inline-flex;
  margin: 0;
}
.c-ticket-deposits__close-btn {
  position: absolute;
  right: -8px;
  top: -8px;
  background: #f2f2f2;
  border-radius: 50%;
  color: black;
  font-size: 1.5rem;
  cursor: pointer;
}
.c-ticket-deposits__close-btn:hover {
  background: #cfb87c;
  color: #333333;
  transition: 300ms;
}
.c-ticket-deposits__info-popout-background {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  top: 0;
  left: 0;
}
.c-ticket-deposits__info-popout-container {
  display: none;
}
.c-ticket-deposits__info-popout {
  position: fixed;
  background: white;
  color: #333333;
  padding: 16px;
  width: 550px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.c-ticket-deposits__show-popout {
  display: block;
}
.c-ticket-deposits__popout-title {
  font-weight: 600;
}
.c-ticket-deposits__popout-title::after {
  content: '';
  width: 30px;
  height: 3px;
  background: #cfb87c;
  display: block;
  margin-top: 8px;
}
.c-ticket-deposits__popout-text {
  font-size: .85rem;
  line-height: 1.5;
}
@media (max-width: 1318px) {
  .c-ticket-deposits {
    padding: 16px 16px 8px 16px;
  }
  .c-ticket-deposits__banner {
    flex-direction: column;
  }
  .c-ticket-deposits__left-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-ticket-deposits__title {
    padding-right: 0;
  }
  .c-ticket-deposits__max {
    padding-left: 0;
    padding-top: 16px;
    position: relative;
    width: 100%;
  }
  .c-ticket-deposits__max::before {
    content: '';
    left: 0;
    top: 8px;
    width: 100%;
    height: .5px;
    background: #a88a3d;
    display: block;
    position: absolute;
  }
  .c-ticket-deposits__max::after {
    content: '';
    left: 0;
    top: 8px;
    width: 100%;
    height: .5px;
    background: #a88a3d;
    display: block;
    position: absolute;
  }
  .c-ticket-deposits__right-container {
    justify-content: flex-start;
    margin: 16px -16px 0 -16px;
  }
  .c-ticket-deposits__info-btn,
  .c-ticket-deposits__buy-btn {
    margin: 0;
    width: 50%;
    border-radius: 0px;
    display: flex;
    justify-content: space-between;
  }
  .c-ticket-deposits__info-btn:hover,
  .c-ticket-deposits__buy-btn:hover {
    background: white;
    color: #333333;
  }
  .c-ticket-deposits__info-btn {
    border-right: 1px solid #cccccc;
  }
}
@media (max-width: 580px) {
  .c-ticket-deposits__right-container {
    flex-wrap: wrap;
  }
  .c-ticket-deposits__info-btn,
  .c-ticket-deposits__buy-btn {
    width: 100%;
    border-right: none;
  }
  .c-ticket-deposits__info-popout-background {
    position: relative;
    height: auto;
    width: auto;
    background: none;
    z-index: 1;
  }
  .c-ticket-deposits__info-popout {
    position: relative;
    background: white;
    color: #333333;
    padding: 16px;
    left: 0%;
    top: 0%;
    transform: none;
    width: 100%;
    z-index: 1;
  }
  .c-ticket-deposits__close-btn {
    display: none;
  }
  .c-ticket-deposits__show-popout {
    width: 100%;
  }
}
/* GLOBAL RULES */

*,
*:before,
*:after {
  word-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 1rem;
  line-height: 1.4;
  color: #494949;
  margin: 0;
}
img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a,
a:link {
  color: #333333;
}
a:visited {
  color: #1a1a1a;
}
h1,
h2.article-headline {
  font-size: 2rem;
  margin: 1rem 0;
}
h2 {
  font-size: 1.5rem;
  margin: .83rem 0;
}
h3 {
  font-size: 1.25rem;
  margin: .75rem 0;
}
h4 {
  font-size: 1.125rem;
  margin: .66rem 0;
}
h5 {
  font-size: 1rem;
  margin: .5rem 0;
}
input,
select,
textarea {
  color: #494949;
  border-radius: 2px;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 4px 8px;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
select:focus {
  border-color: #333333;
}
textarea {
  min-height: 6rem;
  overflow: auto;
}
textarea:focus {
  border-color: #333333;
}
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="text"]:focus {
  border-color: #333333;
}
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  width: auto;
}
button [disabled],
input[type="reset"] [disabled],
input[type="submit"] [disabled] {
  cursor: not-allowed;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
.sidearm-table {
  width: 100%;
  border-collapse: collapse;
  /* TABLE UTILITIES */

  /* RESPONSIVE TABLES */

}
.sidearm-table th,
.sidearm-table td {
  word-break: normal;
  font-size: 0.9em;
}
.sidearm-table thead {
  background: none;
}
.sidearm-table thead th {
  font-weight: bold;
  padding: 4px 8px;
  font-style: italic;
  color: #494949;
  vertical-align: bottom;
}
.sidearm-table thead.sidearm-primary th {
  background-color: #cfb87c;
  color: #333333;
}
.sidearm-table thead.sidearm-primary th.lighter1 {
  background-color: #d4bf89 !important;
}
.sidearm-table thead.sidearm-primary th.lighter2 {
  background-color: #d6c390 !important;
}
.sidearm-table thead.sidearm-primary th.lighter3 {
  background-color: #d9c696 !important;
}
.sidearm-table thead.sidearm-secondary th {
  background-color: #757575;
  color: white;
}
.sidearm-table tbody tr {
  border-top: 1px solid #cccccc;
  background: none;
}
.sidearm-table tbody tr th {
  text-align: left;
  font-weight: normal;
}
.sidearm-table tbody tr th[scope=colgroup] {
  background-color: #e5e5e5;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
.sidearm-table tbody tr td,
.sidearm-table tbody tr th {
  padding: 4px 8px;
  color: #494949;
  border: 1px solid #cccccc;
  vertical-align: top;
}
.sidearm-table tbody tr td:first-child,
.sidearm-table tbody tr th:first-child {
  border-left: none;
}
.sidearm-table tbody tr td:last-child,
.sidearm-table tbody tr th:last-child {
  border-right: none;
}
.sidearm-table tbody tr td.emphasize,
.sidearm-table tbody tr th.emphasize {
  background-color: #e5e5e5;
  font-weight: bold;
}
.sidearm-table tbody tr:hover th:not([scope=colgroup]),
.sidearm-table tbody tr:hover td {
  background-color: #e5e5e5;
}
.sidearm-table tbody tr.tournament th {
  border-left: none;
  border-right: none;
}
.sidearm-table tbody tr.tournament th.bordered {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.sidearm-table tbody tr.tournament th:first-child {
  border-right: 1px solid #cccccc;
}
.sidearm-table tfoot tr {
  background-color: #e5e5e5;
  border-top: 1px solid white;
}
.sidearm-table tfoot tr:nth-child(odd),
.sidearm-table tfoot tr:nth-child(even) {
  background-color: #e5e5e5;
}
.sidearm-table tfoot th,
.sidearm-table tfoot td {
  padding: 4px 8px;
  font-weight: bold;
  color: #494949;
  text-align: left;
}
.sidearm-table.highlight-column-hover {
  overflow: hidden;
  z-index: 0;
  position: relative;
}
.sidearm-table.highlight-column-hover tbody th:not([scope=row]),
.sidearm-table.highlight-column-hover tbody td {
  position: relative;
}
.sidearm-table.highlight-column-hover tbody th:not([scope=row]):hover:after,
.sidearm-table.highlight-column-hover tbody td:hover:after {
  content: '';
  position: absolute;
  background-color: #e5e5e5;
  left: 0;
  top: -9999px;
  height: 99999px;
  width: 100%;
  z-index: -1;
}
.sidearm-table[sortable-table],
.sidearm-table.sortable-table {
  width: 100% !important;
}
.sidearm-table[sortable-table] thead th[class*=sort],
.sidearm-table.sortable-table thead th[class*=sort] {
  cursor: pointer;
}
.sidearm-table[sortable-table] thead th[class*=sort]:hover,
.sidearm-table.sortable-table thead th[class*=sort]:hover {
  text-decoration: underline;
}
.sidearm-table[sortable-table] thead th.sorting_desc,
.sidearm-table.sortable-table thead th.sorting_desc,
.sidearm-table[sortable-table] thead th.sorting_asc,
.sidearm-table.sortable-table thead th.sorting_asc {
  background: #656565;
  color: white;
}
.sidearm-table[sortable-table] thead th[scope=colgroup],
.sidearm-table.sortable-table thead th[scope=colgroup] {
  background-color: #cfb87c;
}
.sidearm-table[class*="collapse"] {
  display: block;
  display: block;
  display: block;
}
.sidearm-table[class*="collapse"] thead {
  display: none;
}
.sidearm-table[class*="collapse"] tbody,
.sidearm-table[class*="collapse"] tfoot,
.sidearm-table[class*="collapse"] tr,
.sidearm-table[class*="collapse"] td,
.sidearm-table[class*="collapse"] th,
.sidearm-table[class*="collapse"] caption {
  display: block;
}
.sidearm-table[class*="collapse"] tbody tr,
.sidearm-table[class*="collapse"] tfoot tr {
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
.sidearm-table[class*="collapse"] tbody tr:before,
.sidearm-table[class*="collapse"] tfoot tr:before,
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  content: "";
  display: table;
}
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  clear: both;
}
.sidearm-table[class*="collapse"] tbody tr:before,
.sidearm-table[class*="collapse"] tfoot tr:before,
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  content: "";
  display: table;
}
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  clear: both;
}
.sidearm-table[class*="collapse"] tbody tr:before,
.sidearm-table[class*="collapse"] tfoot tr:before,
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  content: "";
  display: table;
}
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  clear: both;
}
.sidearm-table[class*="collapse"] tbody tr td,
.sidearm-table[class*="collapse"] tfoot tr td,
.sidearm-table[class*="collapse"] tbody tr th,
.sidearm-table[class*="collapse"] tfoot tr th {
  padding: 0.25em 8px;
  font-size: 1em;
  border: none;
}
.sidearm-table[class*="collapse"] tbody tr td[data-label],
.sidearm-table[class*="collapse"] tfoot tr td[data-label],
.sidearm-table[class*="collapse"] tbody tr th[data-label],
.sidearm-table[class*="collapse"] tfoot tr th[data-label] {
  text-align: right !important;
}
.sidearm-table[class*="collapse"] tbody tr td[data-label]:before,
.sidearm-table[class*="collapse"] tfoot tr td[data-label]:before,
.sidearm-table[class*="collapse"] tbody tr th[data-label]:before,
.sidearm-table[class*="collapse"] tfoot tr th[data-label]:before {
  text-align: left !important;
  content: attr(data-label);
  display: block;
  width: 50%;
  float: left;
  clear: both;
}
.sidearm-table[class*="collapse"] tbody tr td.hide-label:before,
.sidearm-table[class*="collapse"] tfoot tr td.hide-label:before,
.sidearm-table[class*="collapse"] tbody tr th.hide-label:before,
.sidearm-table[class*="collapse"] tfoot tr th.hide-label:before {
  content: '';
}
.sidearm-table[class*="collapse"] tbody tr td + td,
.sidearm-table[class*="collapse"] tfoot tr td + td,
.sidearm-table[class*="collapse"] tbody tr th + td,
.sidearm-table[class*="collapse"] tfoot tr th + td,
.sidearm-table[class*="collapse"] tbody tr td + th,
.sidearm-table[class*="collapse"] tfoot tr td + th,
.sidearm-table[class*="collapse"] tbody tr th + th,
.sidearm-table[class*="collapse"] tfoot tr th + th {
  border: none;
}
.sidearm-table[class*="collapse"] tbody tr td:empty,
.sidearm-table[class*="collapse"] tfoot tr td:empty,
.sidearm-table[class*="collapse"] tbody tr th:empty,
.sidearm-table[class*="collapse"] tfoot tr th:empty {
  padding: 0;
}
.sidearm-table[class*="collapse"].accordion tbody tr,
.sidearm-table[class*="collapse"].accordion tfoot tr {
  height: 2em;
  overflow: hidden;
  cursor: pointer;
}
.sidearm-table[class*="collapse"].accordion tbody tr td:first-child,
.sidearm-table[class*="collapse"].accordion tfoot tr td:first-child,
.sidearm-table[class*="collapse"].accordion tbody tr th:first-child,
.sidearm-table[class*="collapse"].accordion tfoot tr th:first-child {
  line-height: 2em;
  padding-top: 0;
  padding-bottom: 0;
}
.sidearm-table[class*="collapse"].accordion tbody tr th:not([scope=colgroup]):after,
.sidearm-table[class*="collapse"].accordion tfoot tr th:not([scope=colgroup]):after {
  content: '';
  display: block;
  float: right;
  border-left: 0.3333em solid #cfb87c;
  border-top: .3333em solid transparent;
  border-bottom: .3333em solid transparent;
  margin: .25em 0;
}
.sidearm-table[class*="collapse"].accordion tbody tr th[scope=colgroup],
.sidearm-table[class*="collapse"].accordion tfoot tr th[scope=colgroup] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded {
  height: auto;
  background-color: #cfb87c;
  transition: 0.25s;
  transition: 0.25s;
  transition: 0.25s;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded td,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded td,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th {
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #c1a457;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded td a,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded td a,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th a,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th a {
  color: #333333;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded td:before,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded td:before,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th:before,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th:before {
  font-weight: normal;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded td:first-child,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded td:first-child,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th:first-child,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th:first-child {
  line-height: 2em;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th:after,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th:after {
  border-top: 0.3333em solid #333333;
  border-left: .3333em solid transparent;
  border-right: .3333em solid transparent;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded:hover td,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded:hover td,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th:not([scope=colgroup]),
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th:not([scope=colgroup]) {
  background: inherit;
}
.sidearm-table[class*="collapse"] thead {
  display: none;
}
.sidearm-table[class*="collapse"] tbody,
.sidearm-table[class*="collapse"] tfoot,
.sidearm-table[class*="collapse"] tr,
.sidearm-table[class*="collapse"] td,
.sidearm-table[class*="collapse"] th,
.sidearm-table[class*="collapse"] caption {
  display: block;
}
.sidearm-table[class*="collapse"] tbody tr,
.sidearm-table[class*="collapse"] tfoot tr {
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
.sidearm-table[class*="collapse"] tbody tr:before,
.sidearm-table[class*="collapse"] tfoot tr:before,
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  content: "";
  display: table;
}
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  clear: both;
}
.sidearm-table[class*="collapse"] tbody tr:before,
.sidearm-table[class*="collapse"] tfoot tr:before,
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  content: "";
  display: table;
}
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  clear: both;
}
.sidearm-table[class*="collapse"] tbody tr:before,
.sidearm-table[class*="collapse"] tfoot tr:before,
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  content: "";
  display: table;
}
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  clear: both;
}
.sidearm-table[class*="collapse"] tbody tr td,
.sidearm-table[class*="collapse"] tfoot tr td,
.sidearm-table[class*="collapse"] tbody tr th,
.sidearm-table[class*="collapse"] tfoot tr th {
  padding: 0.25em 8px;
  font-size: 1em;
  border: none;
}
.sidearm-table[class*="collapse"] tbody tr td[data-label],
.sidearm-table[class*="collapse"] tfoot tr td[data-label],
.sidearm-table[class*="collapse"] tbody tr th[data-label],
.sidearm-table[class*="collapse"] tfoot tr th[data-label] {
  text-align: right !important;
}
.sidearm-table[class*="collapse"] tbody tr td[data-label]:before,
.sidearm-table[class*="collapse"] tfoot tr td[data-label]:before,
.sidearm-table[class*="collapse"] tbody tr th[data-label]:before,
.sidearm-table[class*="collapse"] tfoot tr th[data-label]:before {
  text-align: left !important;
  content: attr(data-label);
  display: block;
  width: 50%;
  float: left;
  clear: both;
}
.sidearm-table[class*="collapse"] tbody tr td.hide-label:before,
.sidearm-table[class*="collapse"] tfoot tr td.hide-label:before,
.sidearm-table[class*="collapse"] tbody tr th.hide-label:before,
.sidearm-table[class*="collapse"] tfoot tr th.hide-label:before {
  content: '';
}
.sidearm-table[class*="collapse"] tbody tr td + td,
.sidearm-table[class*="collapse"] tfoot tr td + td,
.sidearm-table[class*="collapse"] tbody tr th + td,
.sidearm-table[class*="collapse"] tfoot tr th + td,
.sidearm-table[class*="collapse"] tbody tr td + th,
.sidearm-table[class*="collapse"] tfoot tr td + th,
.sidearm-table[class*="collapse"] tbody tr th + th,
.sidearm-table[class*="collapse"] tfoot tr th + th {
  border: none;
}
.sidearm-table[class*="collapse"] tbody tr td:empty,
.sidearm-table[class*="collapse"] tfoot tr td:empty,
.sidearm-table[class*="collapse"] tbody tr th:empty,
.sidearm-table[class*="collapse"] tfoot tr th:empty {
  padding: 0;
}
.sidearm-table[class*="collapse"].accordion tbody tr,
.sidearm-table[class*="collapse"].accordion tfoot tr {
  height: 2em;
  overflow: hidden;
  cursor: pointer;
}
.sidearm-table[class*="collapse"].accordion tbody tr td:first-child,
.sidearm-table[class*="collapse"].accordion tfoot tr td:first-child,
.sidearm-table[class*="collapse"].accordion tbody tr th:first-child,
.sidearm-table[class*="collapse"].accordion tfoot tr th:first-child {
  line-height: 2em;
  padding-top: 0;
  padding-bottom: 0;
}
.sidearm-table[class*="collapse"].accordion tbody tr th:not([scope=colgroup]):after,
.sidearm-table[class*="collapse"].accordion tfoot tr th:not([scope=colgroup]):after {
  content: '';
  display: block;
  float: right;
  border-left: 0.3333em solid #cfb87c;
  border-top: .3333em solid transparent;
  border-bottom: .3333em solid transparent;
  margin: .25em 0;
}
.sidearm-table[class*="collapse"].accordion tbody tr th[scope=colgroup],
.sidearm-table[class*="collapse"].accordion tfoot tr th[scope=colgroup] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded {
  height: auto;
  background-color: #cfb87c;
  transition: 0.25s;
  transition: 0.25s;
  transition: 0.25s;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded td,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded td,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th {
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #c1a457;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded td a,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded td a,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th a,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th a {
  color: #333333;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded td:before,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded td:before,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th:before,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th:before {
  font-weight: normal;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded td:first-child,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded td:first-child,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th:first-child,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th:first-child {
  line-height: 2em;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th:after,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th:after {
  border-top: 0.3333em solid #333333;
  border-left: .3333em solid transparent;
  border-right: .3333em solid transparent;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded:hover td,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded:hover td,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th:not([scope=colgroup]),
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th:not([scope=colgroup]) {
  background: inherit;
}
.sidearm-table[class*="collapse"] thead {
  display: none;
}
.sidearm-table[class*="collapse"] tbody,
.sidearm-table[class*="collapse"] tfoot,
.sidearm-table[class*="collapse"] tr,
.sidearm-table[class*="collapse"] td,
.sidearm-table[class*="collapse"] th,
.sidearm-table[class*="collapse"] caption {
  display: block;
}
.sidearm-table[class*="collapse"] tbody tr,
.sidearm-table[class*="collapse"] tfoot tr {
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
.sidearm-table[class*="collapse"] tbody tr:before,
.sidearm-table[class*="collapse"] tfoot tr:before,
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  content: "";
  display: table;
}
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  clear: both;
}
.sidearm-table[class*="collapse"] tbody tr:before,
.sidearm-table[class*="collapse"] tfoot tr:before,
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  content: "";
  display: table;
}
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  clear: both;
}
.sidearm-table[class*="collapse"] tbody tr:before,
.sidearm-table[class*="collapse"] tfoot tr:before,
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  content: "";
  display: table;
}
.sidearm-table[class*="collapse"] tbody tr:after,
.sidearm-table[class*="collapse"] tfoot tr:after {
  clear: both;
}
.sidearm-table[class*="collapse"] tbody tr td,
.sidearm-table[class*="collapse"] tfoot tr td,
.sidearm-table[class*="collapse"] tbody tr th,
.sidearm-table[class*="collapse"] tfoot tr th {
  padding: 0.25em 8px;
  font-size: 1em;
  border: none;
}
.sidearm-table[class*="collapse"] tbody tr td[data-label],
.sidearm-table[class*="collapse"] tfoot tr td[data-label],
.sidearm-table[class*="collapse"] tbody tr th[data-label],
.sidearm-table[class*="collapse"] tfoot tr th[data-label] {
  text-align: right !important;
}
.sidearm-table[class*="collapse"] tbody tr td[data-label]:before,
.sidearm-table[class*="collapse"] tfoot tr td[data-label]:before,
.sidearm-table[class*="collapse"] tbody tr th[data-label]:before,
.sidearm-table[class*="collapse"] tfoot tr th[data-label]:before {
  text-align: left !important;
  content: attr(data-label);
  display: block;
  width: 50%;
  float: left;
  clear: both;
}
.sidearm-table[class*="collapse"] tbody tr td.hide-label:before,
.sidearm-table[class*="collapse"] tfoot tr td.hide-label:before,
.sidearm-table[class*="collapse"] tbody tr th.hide-label:before,
.sidearm-table[class*="collapse"] tfoot tr th.hide-label:before {
  content: '';
}
.sidearm-table[class*="collapse"] tbody tr td + td,
.sidearm-table[class*="collapse"] tfoot tr td + td,
.sidearm-table[class*="collapse"] tbody tr th + td,
.sidearm-table[class*="collapse"] tfoot tr th + td,
.sidearm-table[class*="collapse"] tbody tr td + th,
.sidearm-table[class*="collapse"] tfoot tr td + th,
.sidearm-table[class*="collapse"] tbody tr th + th,
.sidearm-table[class*="collapse"] tfoot tr th + th {
  border: none;
}
.sidearm-table[class*="collapse"] tbody tr td:empty,
.sidearm-table[class*="collapse"] tfoot tr td:empty,
.sidearm-table[class*="collapse"] tbody tr th:empty,
.sidearm-table[class*="collapse"] tfoot tr th:empty {
  padding: 0;
}
.sidearm-table[class*="collapse"].accordion tbody tr,
.sidearm-table[class*="collapse"].accordion tfoot tr {
  height: 2em;
  overflow: hidden;
  cursor: pointer;
}
.sidearm-table[class*="collapse"].accordion tbody tr td:first-child,
.sidearm-table[class*="collapse"].accordion tfoot tr td:first-child,
.sidearm-table[class*="collapse"].accordion tbody tr th:first-child,
.sidearm-table[class*="collapse"].accordion tfoot tr th:first-child {
  line-height: 2em;
  padding-top: 0;
  padding-bottom: 0;
}
.sidearm-table[class*="collapse"].accordion tbody tr th:not([scope=colgroup]):after,
.sidearm-table[class*="collapse"].accordion tfoot tr th:not([scope=colgroup]):after {
  content: '';
  display: block;
  float: right;
  border-left: 0.3333em solid #cfb87c;
  border-top: .3333em solid transparent;
  border-bottom: .3333em solid transparent;
  margin: .25em 0;
}
.sidearm-table[class*="collapse"].accordion tbody tr th[scope=colgroup],
.sidearm-table[class*="collapse"].accordion tfoot tr th[scope=colgroup] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded {
  height: auto;
  background-color: #cfb87c;
  transition: 0.25s;
  transition: 0.25s;
  transition: 0.25s;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded td,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded td,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th {
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #c1a457;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded td a,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded td a,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th a,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th a {
  color: #333333;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded td:before,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded td:before,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th:before,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th:before {
  font-weight: normal;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded td:first-child,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded td:first-child,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th:first-child,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th:first-child {
  line-height: 2em;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th:after,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th:after {
  border-top: 0.3333em solid #333333;
  border-left: .3333em solid transparent;
  border-right: .3333em solid transparent;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded:hover td,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded:hover td,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th:not([scope=colgroup]),
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th:not([scope=colgroup]) {
  background: inherit;
}
.sidearm-gdpr-modal {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.85);
}
.sidearm-gdpr-modal .sidearm-gdpr-modal__inner {
  background-color: white;
  color: #2a2b2c;
  width: 100%;
  max-width: 500px;
  border-radius: 2px;
  line-height: 1.875;
  padding: 24px;
  font-size: 1rem;
  max-height: 100%;
  overflow: auto;
}
.sidearm-gdpr-modal .sidearm-gdpr-modal__title {
  font-size: 2.25rem;
  position: relative;
  line-height: 1.5;
  margin-top: 8px;
  padding-bottom: 8px;
}
.sidearm-gdpr-modal .sidearm-gdpr-modal__title::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background-color: #cfb87c;
}
.sidearm-gdpr-modal .sidearm-gdpr-modal__links {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidearm-gdpr-modal .sidearm-gdpr-modal__links li::before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'sidearm_font';
  content: '\e861';
  margin-right: 8px;
  line-height: 1;
}
.sidearm-gdpr-modal .sidearm-gdpr-modal__consent {
  -webkit-appearance: none;
  background: white;
  border: 1px solid #d9d9d9;
  display: block;
  border-radius: 0;
  padding: 8px 16px;
  color: black;
  width: 100%;
  margin-top: 8px;
  transition: .25s;
}
.sidearm-gdpr-modal .sidearm-gdpr-modal__consent:hover {
  background-color: #cfb87c;
  color: #333333;
  border-color: #c1a457;
}
@media (max-width: 768px) {
  .sidearm-gdpr-modal .sidearm-gdpr-modal__title {
    font-size: 1.5rem;
  }
}
.sidearm-ie-11,
.sidearm-adblock {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.85);
}
.sidearm-ie-11__inner,
.sidearm-adblock__inner {
  background-color: white;
  color: #2a2b2c;
  width: 100%;
  max-width: 500px;
  border-radius: 2px;
  line-height: 1.875;
  font-size: 1rem;
  max-height: 100%;
  max-width: 700px;
}
.sidearm-ie-11__body,
.sidearm-adblock__body {
  padding: 24px;
}
.sidearm-ie-11-modal__title,
.sidearm-adblock-modal__title {
  position: relative;
  padding-left: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}
.sidearm-ie-11-modal__title::after,
.sidearm-adblock-modal__title::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background-color: #cfb87c;
  margin-top: 8px;
}
.sidearm-ie-11-modal__text a,
.sidearm-adblock-modal__text a {
  color: #cfb87c;
}
.sidearm-ie-11-modal__text a:visited,
.sidearm-adblock-modal__text a:visited,
.sidearm-ie-11-modal__text a:link,
.sidearm-adblock-modal__text a:link {
  color: #cfb87c;
}
.sidearm-ie-11-modal__learn,
.sidearm-adblock-modal__learn {
  color: #cfb87c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.sidearm-ie-11-modal__learn a,
.sidearm-adblock-modal__learn a {
  color: #cfb87c;
}
.sidearm-ie-11-modal__browsers,
.sidearm-adblock-modal__browsers {
  padding-top: 12px;
  margin: 0 -6px;
}
.sidearm-ie-11-modal__browsers-button,
.sidearm-adblock-modal__browsers-button {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
  text-decoration: none;
  border-radius: 6px;
  background: whitesmoke;
  border-radius: 35px;
  padding: 12px;
  margin: 0 6px;
  border: 1px solid #d9d9d9;
  transition: .25s;
}
.sidearm-ie-11-modal__browsers-button img,
.sidearm-adblock-modal__browsers-button img {
  width: 36px;
  height: 36px;
}
.sidearm-ie-11-modal__browsers-button:hover,
.sidearm-adblock-modal__browsers-button:hover {
  background: #d9d9d9;
}
.sidearm-ie-11-modal__browsers--upgrade,
.sidearm-adblock-modal__browsers--upgrade {
  line-height: 1;
  padding: 0 12px;
}
.sidearm-ie-11-modal__browsers--text,
.sidearm-adblock-modal__browsers--text {
  font-size: 14px;
  color: #2a2b2c;
  font-weight: 400;
}
.sidearm-ie-11-modal__browsers--text span,
.sidearm-adblock-modal__browsers--text span {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
}
.sidearm-ie-11-modal__browsers--text:last-child,
.sidearm-adblock-modal__browsers--text:last-child {
  padding-top: 4px;
}
.sidearm-ie-11-banner__consent,
.sidearm-adblock-banner__consent {
  -webkit-appearance: none;
  background-color: whitesmoke;
  border: 1px solid #d9d9d9;
  display: block;
  padding: 0 16px;
  color: #333333;
  width: 100%;
  margin-top: 8px;
  transition: .25s;
  line-height: 28px;
  height: 28px;
  font-size: 14px;
}
.sidearm-ie-11-banner__consent:hover,
.sidearm-adblock-banner__consent:hover {
  background-color: #cfb87c;
  color: #333333;
  border-color: #c1a457;
}
.sidearm-ie-11-modal-hide-content {
  display: none;
}
[class*="sidearm-table-overflow"] {
  overflow-x: auto;
  position: relative;
  box-shadow: inset -10px -10px 30px -10px rgba(0, 0, 0, 0.5);
}
.sidearm-table-overflow-on-xx-large .sidearm-table {
  width: 1440px;
}
.sidearm-table-overflow-on-x-large .sidearm-table {
  width: 1024px;
}
.sidearm-table-overflow-on-large .sidearm-table {
  width: 768px;
}
.sidearm-table-overflow-on-medium .sidearm-table {
  width: 540px;
}
.sidearm-table-overflow-on-small .sidearm-table {
  width: 400px;
}
input,
textarea,
select,
button {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}
/* Sportfile */

.article-wrapper.sportfile .article-content::after {
  content: "";
  display: table;
  clear: both;
}
.sidearm-pager {
  display: block;
  margin: 8px -4px;
}
.sidearm-pager > * {
  display: inline-block;
  border: 1px solid #cccccc;
  background: white;
  line-height: 2;
  font-size: 1rem;
  padding: 0 8px;
  margin: 0 4px;
}
.sidearm-pager > *:not([disabled]):not(span):hover {
  background-color: #e5e5e5;
}
.sidearm-pager > span {
  background-color: #cfb87c;
  color: #333333;
  border-color: #c1a457;
}
.sidearm-pager > input:focus,
.sidearm-pager > input:active {
  outline: none;
}
.sidearm-pager a {
  text-decoration: none;
  cursor: pointer;
}
.sidearm-pager .sidearm-pager-button-text {
  font-size: 0;
}
.sidearm-pager .sidearm-pager-button-text:before {
  font-family: sidearm_font;
  font-size: 1rem;
}
.sidearm-pager .sidearm-pager-button-text.sidearm-pager-button-previous:before {
  content: '\e857';
}
.sidearm-pager .sidearm-pager-button-text.sidearm-pager-button-next:before {
  content: '\e858';
}
.sidearm-pager .sidearm-pager-button-text[disabled] {
  background-color: #f2f2f2;
  color: #494949;
  font-style: italic;
}
.sidearm-flex-video {
  position: relative;
  padding-bottom: 56.25%;
}
.sidearm-flex-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
}
.flex [class^='flex-item-'] {
  width: auto;
}
.flex.row:before,
.flex.row:after {
  display: none;
}
.flex > .column,
.flex > .columns {
  flex: none;
  -webkit-flex: none;
  width: auto;
  float: none;
}
.flex .flex-item-1 {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.flex .flex-item-2 {
  flex: 2;
  -webkit-flex: 2;
  min-width: 1px;
  min-height: 1px;
  flex: 2;
  -webkit-flex: 2;
  min-width: 1px;
  min-height: 1px;
  flex: 2;
  -webkit-flex: 2;
  min-width: 1px;
  min-height: 1px;
}
.flex .flex-item-3 {
  flex: 3;
  -webkit-flex: 3;
  min-width: 1px;
  min-height: 1px;
  flex: 3;
  -webkit-flex: 3;
  min-width: 1px;
  min-height: 1px;
  flex: 3;
  -webkit-flex: 3;
  min-width: 1px;
  min-height: 1px;
}
.flex .flex-item-4 {
  flex: 4;
  -webkit-flex: 4;
  min-width: 1px;
  min-height: 1px;
  flex: 4;
  -webkit-flex: 4;
  min-width: 1px;
  min-height: 1px;
  flex: 4;
  -webkit-flex: 4;
  min-width: 1px;
  min-height: 1px;
}
.flex .flex-order-1 {
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
}
.flex .flex-order-2 {
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
}
.flex .flex-order-3 {
  order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-order: 3;
}
.flex .flex-order-4 {
  order: 4;
  -webkit-order: 4;
  order: 4;
  -webkit-order: 4;
  order: 4;
  -webkit-order: 4;
}
.flex.flex-inline {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  display: -webkit-inline-flex;
}
.flex.flex-row {
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.flex.flex-column {
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.flex.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.flex.flex-no-wrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.flex.flex-align-center {
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
}
.flex.flex-align-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.flex.flex-align-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.flex.flex-align-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.flex.flex-justify-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.flex.flex-justify-center {
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.flex.flex-justify-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.flex.flex-justify-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex.flex-justify-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.flex-align-self-center {
  align-self: center;
  -webkit-align-self: center;
  align-self: center;
  -webkit-align-self: center;
  align-self: center;
  -webkit-align-self: center;
  align-self: center;
  -webkit-align-self: center;
  align-self: center;
  -webkit-align-self: center;
  align-self: center;
  -webkit-align-self: center;
}
.flex-align-self-start {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-align-self: flex-start;
}
.flex-align-self-end {
  align-self: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -webkit-align-self: flex-end;
}
.flex-align-self-baseline {
  align-self: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  -webkit-align-self: baseline;
}
.flex-align-self-stretch {
  align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
  -webkit-align-self: stretch;
}
/* GRID */

.row {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  margin-left: -8px;
  margin-right: -8px;
  max-width: none;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
.row .row:before,
.row .row:after {
  content: "";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row:before,
.row .row:after {
  content: "";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row:before,
.row .row:after {
  content: "";
  display: table;
}
.row .row:after {
  clear: both;
}
.row.pad {
  padding-left: 8px;
  padding-right: 8px;
}
.row [class^='x-large'],
.row [class^='large'],
.row [class^='medium'] {
  width: 100%;
}
.row .push-1 {
  left: 8.33333%;
  position: relative;
  right: auto;
}
.row .push-2 {
  left: 16.66667%;
  position: relative;
  right: auto;
}
.row .push-3 {
  left: 25%;
  position: relative;
  right: auto;
}
.row .push-4 {
  left: 33.33333%;
  position: relative;
  right: auto;
}
.row .push-5 {
  left: 41.66667%;
  position: relative;
  right: auto;
}
.row .push-6 {
  left: 50%;
  position: relative;
  right: auto;
}
.row .push-7 {
  left: 58.33333%;
  position: relative;
  right: auto;
}
.row .push-8 {
  left: 66.66667%;
  position: relative;
  right: auto;
}
.row .push-9 {
  left: 75%;
  position: relative;
  right: auto;
}
.row .push-10 {
  left: 83.33333%;
  position: relative;
  right: auto;
}
.row .push-11 {
  left: 91.66667%;
  position: relative;
  right: auto;
}
.row .push-12 {
  left: 100%;
  position: relative;
  right: auto;
}
.row .pull-1 {
  right: 8.33333%;
  position: relative;
  left: auto;
}
.row .pull-2 {
  right: 16.66667%;
  position: relative;
  left: auto;
}
.row .pull-3 {
  right: 25%;
  position: relative;
  left: auto;
}
.row .pull-4 {
  right: 33.33333%;
  position: relative;
  left: auto;
}
.row .pull-5 {
  right: 41.66667%;
  position: relative;
  left: auto;
}
.row .pull-6 {
  right: 50%;
  position: relative;
  left: auto;
}
.row .pull-7 {
  right: 58.33333%;
  position: relative;
  left: auto;
}
.row .pull-8 {
  right: 66.66667%;
  position: relative;
  left: auto;
}
.row .pull-9 {
  right: 75%;
  position: relative;
  left: auto;
}
.row .pull-10 {
  right: 83.33333%;
  position: relative;
  left: auto;
}
.row .pull-11 {
  right: 91.66667%;
  position: relative;
  left: auto;
}
.row .pull-12 {
  right: 100%;
  position: relative;
  left: auto;
}
.row .x-small-1 {
  width: 8.33333%;
}
.row .x-small-2 {
  width: 16.66667%;
}
.row .x-small-3 {
  width: 25%;
}
.row .x-small-4 {
  width: 33.33333%;
}
.row .x-small-5 {
  width: 41.66667%;
}
.row .x-small-6 {
  width: 50%;
}
.row .x-small-7 {
  width: 58.33333%;
}
.row .x-small-8 {
  width: 66.66667%;
}
.row .x-small-9 {
  width: 75%;
}
.row .x-small-10 {
  width: 83.33333%;
}
.row .x-small-11 {
  width: 91.66667%;
}
.row .x-small-12 {
  width: 100%;
}
.column,
.columns {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  float: left;
  min-height: 1px;
}
.column.full,
.columns.full {
  padding-left: 0;
  padding-right: 0;
}
.column.centered,
.columns.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.column.uncentered,
.columns.uncentered {
  margin-left: 0;
  margin-right: 0;
  float: left;
}
.column.x-small-centered,
.columns.x-small-centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.column.x-small-uncentered,
.columns.x-small-uncentered {
  margin-left: 0;
  margin-right: 0;
  float: left;
}
/* GLOBAL CLASSES */

.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clear {
  clear: both !important;
}
.relative {
  position: relative !important;
}
/* VISIBILITY UTILITIES */

.hide,
.hide-on-x-small-down,
.hide-on-small-down,
.hide-on-medium-down,
.hide-on-large-down,
.hide-on-x-large-down,
.show-on-small-only,
.show-on-medium-only,
.show-on-large-only,
.show-on-x-large-only,
.show-on-xx-large-only {
  display: none !important;
  display: none !important;
  display: none !important;
}
h1.hide,
h1.hide-on-x-small-down,
h1.hide-on-small-down,
h1.hide-on-medium-down,
h1.hide-on-large-down,
h1.hide-on-x-large-down,
h1.show-on-small-only,
h1.show-on-medium-only,
h1.show-on-large-only,
h1.show-on-x-large-only,
h1.show-on-xx-large-only,
h2.hide,
h2.hide-on-x-small-down,
h2.hide-on-small-down,
h2.hide-on-medium-down,
h2.hide-on-large-down,
h2.hide-on-x-large-down,
h2.show-on-small-only,
h2.show-on-medium-only,
h2.show-on-large-only,
h2.show-on-x-large-only,
h2.show-on-xx-large-only,
h3.hide,
h3.hide-on-x-small-down,
h3.hide-on-small-down,
h3.hide-on-medium-down,
h3.hide-on-large-down,
h3.hide-on-x-large-down,
h3.show-on-small-only,
h3.show-on-medium-only,
h3.show-on-large-only,
h3.show-on-x-large-only,
h3.show-on-xx-large-only,
caption.hide,
caption.hide-on-x-small-down,
caption.hide-on-small-down,
caption.hide-on-medium-down,
caption.hide-on-large-down,
caption.hide-on-x-large-down,
caption.show-on-small-only,
caption.show-on-medium-only,
caption.show-on-large-only,
caption.show-on-x-large-only,
caption.show-on-xx-large-only,
label.hide,
label.hide-on-x-small-down,
label.hide-on-small-down,
label.hide-on-medium-down,
label.hide-on-large-down,
label.hide-on-x-large-down,
label.show-on-small-only,
label.show-on-medium-only,
label.show-on-large-only,
label.show-on-x-large-only,
label.show-on-xx-large-only {
  display: block !important;
  position: absolute;
  left: -9999px;
  top: -9999px;
}
h1.hide,
h1.hide-on-x-small-down,
h1.hide-on-small-down,
h1.hide-on-medium-down,
h1.hide-on-large-down,
h1.hide-on-x-large-down,
h1.show-on-small-only,
h1.show-on-medium-only,
h1.show-on-large-only,
h1.show-on-x-large-only,
h1.show-on-xx-large-only,
h2.hide,
h2.hide-on-x-small-down,
h2.hide-on-small-down,
h2.hide-on-medium-down,
h2.hide-on-large-down,
h2.hide-on-x-large-down,
h2.show-on-small-only,
h2.show-on-medium-only,
h2.show-on-large-only,
h2.show-on-x-large-only,
h2.show-on-xx-large-only,
h3.hide,
h3.hide-on-x-small-down,
h3.hide-on-small-down,
h3.hide-on-medium-down,
h3.hide-on-large-down,
h3.hide-on-x-large-down,
h3.show-on-small-only,
h3.show-on-medium-only,
h3.show-on-large-only,
h3.show-on-x-large-only,
h3.show-on-xx-large-only,
caption.hide,
caption.hide-on-x-small-down,
caption.hide-on-small-down,
caption.hide-on-medium-down,
caption.hide-on-large-down,
caption.hide-on-x-large-down,
caption.show-on-small-only,
caption.show-on-medium-only,
caption.show-on-large-only,
caption.show-on-x-large-only,
caption.show-on-xx-large-only,
label.hide,
label.hide-on-x-small-down,
label.hide-on-small-down,
label.hide-on-medium-down,
label.hide-on-large-down,
label.hide-on-x-large-down,
label.show-on-small-only,
label.show-on-medium-only,
label.show-on-large-only,
label.show-on-x-large-only,
label.show-on-xx-large-only {
  display: block !important;
  position: absolute;
  left: -9999px;
  top: -9999px;
}
h1.hide,
h1.hide-on-x-small-down,
h1.hide-on-small-down,
h1.hide-on-medium-down,
h1.hide-on-large-down,
h1.hide-on-x-large-down,
h1.show-on-small-only,
h1.show-on-medium-only,
h1.show-on-large-only,
h1.show-on-x-large-only,
h1.show-on-xx-large-only,
h2.hide,
h2.hide-on-x-small-down,
h2.hide-on-small-down,
h2.hide-on-medium-down,
h2.hide-on-large-down,
h2.hide-on-x-large-down,
h2.show-on-small-only,
h2.show-on-medium-only,
h2.show-on-large-only,
h2.show-on-x-large-only,
h2.show-on-xx-large-only,
h3.hide,
h3.hide-on-x-small-down,
h3.hide-on-small-down,
h3.hide-on-medium-down,
h3.hide-on-large-down,
h3.hide-on-x-large-down,
h3.show-on-small-only,
h3.show-on-medium-only,
h3.show-on-large-only,
h3.show-on-x-large-only,
h3.show-on-xx-large-only,
caption.hide,
caption.hide-on-x-small-down,
caption.hide-on-small-down,
caption.hide-on-medium-down,
caption.hide-on-large-down,
caption.hide-on-x-large-down,
caption.show-on-small-only,
caption.show-on-medium-only,
caption.show-on-large-only,
caption.show-on-x-large-only,
caption.show-on-xx-large-only,
label.hide,
label.hide-on-x-small-down,
label.hide-on-small-down,
label.hide-on-medium-down,
label.hide-on-large-down,
label.hide-on-x-large-down,
label.show-on-small-only,
label.show-on-medium-only,
label.show-on-large-only,
label.show-on-x-large-only,
label.show-on-xx-large-only {
  display: block !important;
  position: absolute;
  left: -9999px;
  top: -9999px;
}
/* TEXT UTILITIES */

.text-normal,
.text-normal-on-x-small,
.text-normal-on-small-down,
.text-normal-on-medium-down,
.text-normal-on-large-down,
.text-normal-on-x-large-down {
  font-weight: normal !important;
}
.text-bold,
.text-bold-on-x-small,
.text-bold-on-small-down,
.text-bold-on-medium-down,
.text-bold-on-large-down,
.text-bold-on-x-large-down {
  font-weight: bold !important;
}
.text-italic,
.text-italic-on-x-small,
.text-italic-on-small-down,
.text-italic-on-medium-down,
.text-italic-on-large-down,
.text-italic-on-x-large-down {
  font-style: italic !important;
}
.text-uppercase,
.text-uppercase-on-x-small,
.text-uppercase-on-small-down,
.text-uppercase-on-medium-down,
.text-uppercase-on-large-down,
.text-uppercase-on-x-large-down {
  text-transform: uppercase !important;
}
.text-capitalize,
.text-capitalize-on-x-small,
.text-capitalize-on-small-down,
.text-capitalize-on-medium-down,
.text-capitalize-on-large-down,
.text-capitalize-on-x-large-down {
  text-transform: capitalize !important;
}
.text-left,
.text-left-on-x-small,
.text-left-on-small-down,
.text-left-on-medium-down,
.text-left-on-large-down,
.text-left-on-x-large-down {
  text-align: left !important;
}
.text-right,
.text-right-on-x-small,
.text-right-on-small-down,
.text-right-on-medium-down,
.text-right-on-large-down,
.text-right-on-x-large-down {
  text-align: right !important;
}
.text-center,
.text-center-on-x-small,
.text-center-on-small-down,
.text-center-on-medium-down,
.text-center-on-large-down,
.text-center-on-x-large-down {
  text-align: center !important;
}
.text-smaller,
.text-smaller-on-x-small,
.text-smaller-on-small-down,
.text-smaller-on-medium-down,
.text-smaller-on-large-down,
.text-smaller-on-x-large-down {
  font-size: .9em !important;
}
.text-smallest,
.text-smallest-on-x-small,
.text-smallest-on-small-down,
.text-smallest-on-medium-down,
.text-smallest-on-large-down,
.text-smallest-on-x-large-down {
  font-size: .8em !important;
}
.text-hide,
.text-hide-on-x-small,
.text-hide-on-small-down,
.text-hide-on-medium-down,
.text-hide-on-large-down,
.text-hide-on-x-large-down {
  text-indent: -9999px !important;
  text-align: left !important;
  text-indent: -9999px !important;
  text-align: left !important;
  text-indent: -9999px !important;
  text-align: left !important;
}
.text-no-wrap {
  white-space: nowrap;
}
.sidearm-flex-video {
  position: relative;
  padding-bottom: 56.25%;
}
.sidearm-flex-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
/* SMALL */

@media screen and (min-width: 400px) {
  .hide-on-small,
  .hide-on-small-down,
  .show-on-x-small-only {
    display: none !important;
    display: none !important;
    display: none !important;
  }
  h1.hide-on-small,
  h1.hide-on-small-down,
  h1.show-on-x-small-only,
  h2.hide-on-small,
  h2.hide-on-small-down,
  h2.show-on-x-small-only,
  h3.hide-on-small,
  h3.hide-on-small-down,
  h3.show-on-x-small-only,
  caption.hide-on-small,
  caption.hide-on-small-down,
  caption.show-on-x-small-only,
  label.hide-on-small,
  label.hide-on-small-down,
  label.show-on-x-small-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  h1.hide-on-small,
  h1.hide-on-small-down,
  h1.show-on-x-small-only,
  h2.hide-on-small,
  h2.hide-on-small-down,
  h2.show-on-x-small-only,
  h3.hide-on-small,
  h3.hide-on-small-down,
  h3.show-on-x-small-only,
  caption.hide-on-small,
  caption.hide-on-small-down,
  caption.show-on-x-small-only,
  label.hide-on-small,
  label.hide-on-small-down,
  label.show-on-x-small-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  h1.hide-on-small,
  h1.hide-on-small-down,
  h1.show-on-x-small-only,
  h2.hide-on-small,
  h2.hide-on-small-down,
  h2.show-on-x-small-only,
  h3.hide-on-small,
  h3.hide-on-small-down,
  h3.show-on-x-small-only,
  caption.hide-on-small,
  caption.hide-on-small-down,
  caption.show-on-x-small-only,
  label.hide-on-small,
  label.hide-on-small-down,
  label.show-on-x-small-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .hide-on-x-small-down {
    display: block !important;
    display: block !important;
    display: block !important;
  }
  th.hide-on-x-small-down {
    display: inline !important;
  }
  table.hide-on-x-small-down {
    display: table !important;
  }
  caption.hide-on-x-small-down {
    display: table-caption !important;
  }
  thead.hide-on-x-small-down {
    display: table-header-group !important;
  }
  tbody.hide-on-x-small-down {
    display: table-row-group !important;
  }
  tfoot.hide-on-x-small-down {
    display: table-footer-group !important;
  }
  tr.hide-on-x-small-down {
    display: table-row !important;
  }
  td.hide-on-x-small-down,
  th.hide-on-x-small-down {
    display: table-cell !important;
  }
  span.hide-on-x-small-down {
    display: inline !important;
  }
  img.hide-on-x-small-down {
    display: inline-block !important;
  }
  h1.hide-on-x-small-down,
  h2.hide-on-x-small-down,
  h3.hide-on-x-small-down,
  label.hide-on-x-small-down {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-x-small-down.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.hide-on-x-small-down {
    display: inline !important;
  }
  table.hide-on-x-small-down {
    display: table !important;
  }
  caption.hide-on-x-small-down {
    display: table-caption !important;
  }
  thead.hide-on-x-small-down {
    display: table-header-group !important;
  }
  tbody.hide-on-x-small-down {
    display: table-row-group !important;
  }
  tfoot.hide-on-x-small-down {
    display: table-footer-group !important;
  }
  tr.hide-on-x-small-down {
    display: table-row !important;
  }
  td.hide-on-x-small-down,
  th.hide-on-x-small-down {
    display: table-cell !important;
  }
  span.hide-on-x-small-down {
    display: inline !important;
  }
  img.hide-on-x-small-down {
    display: inline-block !important;
  }
  h1.hide-on-x-small-down,
  h2.hide-on-x-small-down,
  h3.hide-on-x-small-down,
  label.hide-on-x-small-down {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-x-small-down.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.hide-on-x-small-down {
    display: inline !important;
  }
  table.hide-on-x-small-down {
    display: table !important;
  }
  caption.hide-on-x-small-down {
    display: table-caption !important;
  }
  thead.hide-on-x-small-down {
    display: table-header-group !important;
  }
  tbody.hide-on-x-small-down {
    display: table-row-group !important;
  }
  tfoot.hide-on-x-small-down {
    display: table-footer-group !important;
  }
  tr.hide-on-x-small-down {
    display: table-row !important;
  }
  td.hide-on-x-small-down,
  th.hide-on-x-small-down {
    display: table-cell !important;
  }
  span.hide-on-x-small-down {
    display: inline !important;
  }
  img.hide-on-x-small-down {
    display: inline-block !important;
  }
  h1.hide-on-x-small-down,
  h2.hide-on-x-small-down,
  h3.hide-on-x-small-down,
  label.hide-on-x-small-down {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-x-small-down.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .small-flex {
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
  }
  .small-unflex {
    display: block !important;
    display: block !important;
    display: block !important;
  }
  th.small-unflex {
    display: inline !important;
  }
  table.small-unflex {
    display: table !important;
  }
  caption.small-unflex {
    display: table-caption !important;
  }
  thead.small-unflex {
    display: table-header-group !important;
  }
  tbody.small-unflex {
    display: table-row-group !important;
  }
  tfoot.small-unflex {
    display: table-footer-group !important;
  }
  tr.small-unflex {
    display: table-row !important;
  }
  td.small-unflex,
  th.small-unflex {
    display: table-cell !important;
  }
  span.small-unflex {
    display: inline !important;
  }
  img.small-unflex {
    display: inline-block !important;
  }
  h1.small-unflex,
  h2.small-unflex,
  h3.small-unflex,
  label.small-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .small-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.small-unflex {
    display: inline !important;
  }
  table.small-unflex {
    display: table !important;
  }
  caption.small-unflex {
    display: table-caption !important;
  }
  thead.small-unflex {
    display: table-header-group !important;
  }
  tbody.small-unflex {
    display: table-row-group !important;
  }
  tfoot.small-unflex {
    display: table-footer-group !important;
  }
  tr.small-unflex {
    display: table-row !important;
  }
  td.small-unflex,
  th.small-unflex {
    display: table-cell !important;
  }
  span.small-unflex {
    display: inline !important;
  }
  img.small-unflex {
    display: inline-block !important;
  }
  h1.small-unflex,
  h2.small-unflex,
  h3.small-unflex,
  label.small-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .small-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.small-unflex {
    display: inline !important;
  }
  table.small-unflex {
    display: table !important;
  }
  caption.small-unflex {
    display: table-caption !important;
  }
  thead.small-unflex {
    display: table-header-group !important;
  }
  tbody.small-unflex {
    display: table-row-group !important;
  }
  tfoot.small-unflex {
    display: table-footer-group !important;
  }
  tr.small-unflex {
    display: table-row !important;
  }
  td.small-unflex,
  th.small-unflex {
    display: table-cell !important;
  }
  span.small-unflex {
    display: inline !important;
  }
  img.small-unflex {
    display: inline-block !important;
  }
  h1.small-unflex,
  h2.small-unflex,
  h3.small-unflex,
  label.small-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .small-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .flex .small-flex-item-1 {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .small-flex-item-2 {
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .small-flex-item-3 {
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .small-flex-item-4 {
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .small-flex-order-1 {
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
  }
  .flex .small-flex-order-2 {
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
  }
  .flex .small-flex-order-3 {
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
  }
  .flex .small-flex-order-4 {
    order: 4;
    -webkit-order: 4;
    order: 4;
    -webkit-order: 4;
    order: 4;
    -webkit-order: 4;
  }
  .flex.small-flex-inline-row {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: inline-flex;
    display: -webkit-inline-flex;
  }
  .flex.small-flex-row {
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .flex.small-flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .flex.small-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .flex.small-flex-no-wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .flex.small-flex-align-center {
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
  }
  .flex.small-flex-align-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .flex.small-flex-align-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .flex.small-flex-align-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .flex.small-flex-justify-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .flex.small-flex-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .flex.small-flex-justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .flex.small-flex-justify-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .flex.small-flex-justify-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .small-flex-align-self-center {
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
  }
  .small-flex-align-self-start {
    align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-align-self: flex-start;
  }
  .small-flex-align-self-end {
    align-self: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -webkit-align-self: flex-end;
  }
  .small-flex-align-self-baseline {
    align-self: baseline;
    -webkit-align-self: baseline;
    align-self: baseline;
    -webkit-align-self: baseline;
    align-self: baseline;
    -webkit-align-self: baseline;
  }
  .small-flex-align-self-stretch {
    align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-align-self: stretch;
  }
  .row .small-1 {
    width: 8.33333%;
  }
  .row .small-2 {
    width: 16.66667%;
  }
  .row .small-3 {
    width: 25%;
  }
  .row .small-4 {
    width: 33.33333%;
  }
  .row .small-5 {
    width: 41.66667%;
  }
  .row .small-6 {
    width: 50%;
  }
  .row .small-7 {
    width: 58.33333%;
  }
  .row .small-8 {
    width: 66.66667%;
  }
  .row .small-9 {
    width: 75%;
  }
  .row .small-10 {
    width: 83.33333%;
  }
  .row .small-11 {
    width: 91.66667%;
  }
  .row .small-12 {
    width: 100%;
  }
  .row .small-push-1 {
    left: 8.33333%;
    position: relative;
    right: auto;
  }
  .row .small-push-2 {
    left: 16.66667%;
    position: relative;
    right: auto;
  }
  .row .small-push-3 {
    left: 25%;
    position: relative;
    right: auto;
  }
  .row .small-push-4 {
    left: 33.33333%;
    position: relative;
    right: auto;
  }
  .row .small-push-5 {
    left: 41.66667%;
    position: relative;
    right: auto;
  }
  .row .small-push-6 {
    left: 50%;
    position: relative;
    right: auto;
  }
  .row .small-push-7 {
    left: 58.33333%;
    position: relative;
    right: auto;
  }
  .row .small-push-8 {
    left: 66.66667%;
    position: relative;
    right: auto;
  }
  .row .small-push-9 {
    left: 75%;
    position: relative;
    right: auto;
  }
  .row .small-push-10 {
    left: 83.33333%;
    position: relative;
    right: auto;
  }
  .row .small-push-11 {
    left: 91.66667%;
    position: relative;
    right: auto;
  }
  .row .small-push-12 {
    left: 100%;
    position: relative;
    right: auto;
  }
  .row .small-pull-1 {
    right: 8.33333%;
    position: relative;
    left: auto;
  }
  .row .small-pull-2 {
    right: 16.66667%;
    position: relative;
    left: auto;
  }
  .row .small-pull-3 {
    right: 25%;
    position: relative;
    left: auto;
  }
  .row .small-pull-4 {
    right: 33.33333%;
    position: relative;
    left: auto;
  }
  .row .small-pull-5 {
    right: 41.66667%;
    position: relative;
    left: auto;
  }
  .row .small-pull-6 {
    right: 50%;
    position: relative;
    left: auto;
  }
  .row .small-pull-7 {
    right: 58.33333%;
    position: relative;
    left: auto;
  }
  .row .small-pull-8 {
    right: 66.66667%;
    position: relative;
    left: auto;
  }
  .row .small-pull-9 {
    right: 75%;
    position: relative;
    left: auto;
  }
  .row .small-pull-10 {
    right: 83.33333%;
    position: relative;
    left: auto;
  }
  .row .small-pull-11 {
    right: 91.66667%;
    position: relative;
    left: auto;
  }
  .row .small-pull-12 {
    right: 100%;
    position: relative;
    left: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .sidearm-table.collapse-on-x-small {
    display: table;
    display: table;
    display: table;
  }
  .sidearm-table.collapse-on-x-small thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-x-small tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-x-small tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-x-small tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-x-small td,
  .sidearm-table.collapse-on-x-small th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-x-small caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-x-small tbody tr td,
  .sidearm-table.collapse-on-x-small tfoot tr td,
  .sidearm-table.collapse-on-x-small tbody tr th,
  .sidearm-table.collapse-on-x-small tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-x-small tbody tr td[data-label],
  .sidearm-table.collapse-on-x-small tfoot tr td[data-label],
  .sidearm-table.collapse-on-x-small tbody tr th[data-label],
  .sidearm-table.collapse-on-x-small tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-x-small tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-x-small tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-x-small tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-x-small tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-x-small tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-x-small tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-x-small tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-x-small tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-x-small tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-x-small tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-x-small tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-x-small tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-x-small tbody tr td + td,
  .sidearm-table.collapse-on-x-small tfoot tr td + td,
  .sidearm-table.collapse-on-x-small tbody tr th + td,
  .sidearm-table.collapse-on-x-small tfoot tr th + td,
  .sidearm-table.collapse-on-x-small tbody tr td + th,
  .sidearm-table.collapse-on-x-small tfoot tr td + th,
  .sidearm-table.collapse-on-x-small tbody tr th + th,
  .sidearm-table.collapse-on-x-small tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-x-small tbody tr:before,
  .sidearm-table.collapse-on-x-small tfoot tr:before,
  .sidearm-table.collapse-on-x-small tbody tr:after,
  .sidearm-table.collapse-on-x-small tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded th {
    color: #494949;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded th a {
    color: #333333;
  }
  .sidearm-table.collapse-on-x-small thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-x-small tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-x-small tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-x-small tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-x-small td,
  .sidearm-table.collapse-on-x-small th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-x-small caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-x-small tbody tr td,
  .sidearm-table.collapse-on-x-small tfoot tr td,
  .sidearm-table.collapse-on-x-small tbody tr th,
  .sidearm-table.collapse-on-x-small tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-x-small tbody tr td[data-label],
  .sidearm-table.collapse-on-x-small tfoot tr td[data-label],
  .sidearm-table.collapse-on-x-small tbody tr th[data-label],
  .sidearm-table.collapse-on-x-small tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-x-small tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-x-small tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-x-small tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-x-small tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-x-small tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-x-small tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-x-small tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-x-small tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-x-small tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-x-small tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-x-small tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-x-small tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-x-small tbody tr td + td,
  .sidearm-table.collapse-on-x-small tfoot tr td + td,
  .sidearm-table.collapse-on-x-small tbody tr th + td,
  .sidearm-table.collapse-on-x-small tfoot tr th + td,
  .sidearm-table.collapse-on-x-small tbody tr td + th,
  .sidearm-table.collapse-on-x-small tfoot tr td + th,
  .sidearm-table.collapse-on-x-small tbody tr th + th,
  .sidearm-table.collapse-on-x-small tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-x-small tbody tr:before,
  .sidearm-table.collapse-on-x-small tfoot tr:before,
  .sidearm-table.collapse-on-x-small tbody tr:after,
  .sidearm-table.collapse-on-x-small tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded th {
    color: #494949;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded th a {
    color: #333333;
  }
  .sidearm-table.collapse-on-x-small thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-x-small tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-x-small tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-x-small tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-x-small td,
  .sidearm-table.collapse-on-x-small th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-x-small caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-x-small tbody tr td,
  .sidearm-table.collapse-on-x-small tfoot tr td,
  .sidearm-table.collapse-on-x-small tbody tr th,
  .sidearm-table.collapse-on-x-small tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-x-small tbody tr td[data-label],
  .sidearm-table.collapse-on-x-small tfoot tr td[data-label],
  .sidearm-table.collapse-on-x-small tbody tr th[data-label],
  .sidearm-table.collapse-on-x-small tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-x-small tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-x-small tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-x-small tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-x-small tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-x-small tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-x-small tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-x-small tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-x-small tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-x-small tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-x-small tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-x-small tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-x-small tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-x-small tbody tr td + td,
  .sidearm-table.collapse-on-x-small tfoot tr td + td,
  .sidearm-table.collapse-on-x-small tbody tr th + td,
  .sidearm-table.collapse-on-x-small tfoot tr th + td,
  .sidearm-table.collapse-on-x-small tbody tr td + th,
  .sidearm-table.collapse-on-x-small tfoot tr td + th,
  .sidearm-table.collapse-on-x-small tbody tr th + th,
  .sidearm-table.collapse-on-x-small tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-x-small tbody tr:before,
  .sidearm-table.collapse-on-x-small tfoot tr:before,
  .sidearm-table.collapse-on-x-small tbody tr:after,
  .sidearm-table.collapse-on-x-small tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded th {
    color: #494949;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-x-small.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-x-small.accordion tfoot tr.expanded th a {
    color: #333333;
  }
  .sidearm-table-overflow-on-small {
    box-shadow: none;
  }
  .sidearm-table-overflow-on-small .sidearm-table {
    width: 100%;
  }
  .text-normal-on-small,
  .text-bold-on-x-small {
    font-weight: normal !important;
  }
  .text-bold-on-small {
    font-weight: bold !important;
  }
  .text-italic-on-small {
    font-style: italic !important;
  }
  .text-uppercase-on-x-small {
    text-transform: none !important;
  }
  .text-uppercase-on-small {
    text-transform: uppercase !important;
  }
  .text-capitalize-on-small {
    text-transform: capitalize !important;
  }
  .text-left-on-small {
    text-align: left !important;
  }
  .text-right-on-small {
    text-align: right !important;
  }
  .text-center-on-small {
    text-align: center !important;
  }
  .text-smaller-on-small {
    font-size: .9em !important;
  }
  .text-smallest-on-small {
    font-size: .8em !important;
  }
  .text-hide-on-small {
    text-indent: -9999px !important;
  }
}
/* SMALL ONLY */
@media screen and (min-width: 400px) and (max-width: 539px) {
  .hide-on-small-only {
    display: none !important;
    display: none !important;
    display: none !important;
  }
  h1.hide-on-small-only,
  h2.hide-on-small-only,
  h3.hide-on-small-only,
  caption.hide-on-small-only,
  label.hide-on-small-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  h1.hide-on-small-only,
  h2.hide-on-small-only,
  h3.hide-on-small-only,
  caption.hide-on-small-only,
  label.hide-on-small-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  h1.hide-on-small-only,
  h2.hide-on-small-only,
  h3.hide-on-small-only,
  caption.hide-on-small-only,
  label.hide-on-small-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .show-on-small-only {
    display: block !important;
    display: block !important;
    display: block !important;
  }
  th.show-on-small-only {
    display: inline !important;
  }
  table.show-on-small-only {
    display: table !important;
  }
  caption.show-on-small-only {
    display: table-caption !important;
  }
  thead.show-on-small-only {
    display: table-header-group !important;
  }
  tbody.show-on-small-only {
    display: table-row-group !important;
  }
  tfoot.show-on-small-only {
    display: table-footer-group !important;
  }
  tr.show-on-small-only {
    display: table-row !important;
  }
  td.show-on-small-only,
  th.show-on-small-only {
    display: table-cell !important;
  }
  span.show-on-small-only {
    display: inline !important;
  }
  img.show-on-small-only {
    display: inline-block !important;
  }
  h1.show-on-small-only,
  h2.show-on-small-only,
  h3.show-on-small-only,
  label.show-on-small-only {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .show-on-small-only.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.show-on-small-only {
    display: inline !important;
  }
  table.show-on-small-only {
    display: table !important;
  }
  caption.show-on-small-only {
    display: table-caption !important;
  }
  thead.show-on-small-only {
    display: table-header-group !important;
  }
  tbody.show-on-small-only {
    display: table-row-group !important;
  }
  tfoot.show-on-small-only {
    display: table-footer-group !important;
  }
  tr.show-on-small-only {
    display: table-row !important;
  }
  td.show-on-small-only,
  th.show-on-small-only {
    display: table-cell !important;
  }
  span.show-on-small-only {
    display: inline !important;
  }
  img.show-on-small-only {
    display: inline-block !important;
  }
  h1.show-on-small-only,
  h2.show-on-small-only,
  h3.show-on-small-only,
  label.show-on-small-only {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .show-on-small-only.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.show-on-small-only {
    display: inline !important;
  }
  table.show-on-small-only {
    display: table !important;
  }
  caption.show-on-small-only {
    display: table-caption !important;
  }
  thead.show-on-small-only {
    display: table-header-group !important;
  }
  tbody.show-on-small-only {
    display: table-row-group !important;
  }
  tfoot.show-on-small-only {
    display: table-footer-group !important;
  }
  tr.show-on-small-only {
    display: table-row !important;
  }
  td.show-on-small-only,
  th.show-on-small-only {
    display: table-cell !important;
  }
  span.show-on-small-only {
    display: inline !important;
  }
  img.show-on-small-only {
    display: inline-block !important;
  }
  h1.show-on-small-only,
  h2.show-on-small-only,
  h3.show-on-small-only,
  label.show-on-small-only {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .show-on-small-only.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .text-normal-on-small-only {
    font-weight: normal !important;
  }
  .text-bold-on-small-only {
    font-weight: bold !important;
  }
  .text-italic-on-small-only {
    font-style: italic !important;
  }
  .text-uppercase-on-small-only {
    text-transform: uppercase !important;
  }
  .text-capitalize-on-small-only {
    text-transform: capitalize !important;
  }
  .text-left-on-small-only {
    text-align: left !important;
  }
  .text-right-on-small-only {
    text-align: right !important;
  }
  .text-center-on-small-only {
    text-align: center !important;
  }
  .text-smaller-on-small-only {
    font-size: .9em !important;
  }
  .text-smallest-on-small-only {
    font-size: .8em !important;
  }
  .text-hide-on-small-only {
    text-indent: -9999px !important;
  }
}
/* MEDIUM */

@media screen and (min-width: 540px) {
  .hide-on-medium,
  .hide-on-medium-down {
    display: none !important;
    display: none !important;
    display: none !important;
  }
  h1.hide-on-medium,
  h1.hide-on-medium-down,
  h2.hide-on-medium,
  h2.hide-on-medium-down,
  h3.hide-on-medium,
  h3.hide-on-medium-down,
  caption.hide-on-medium,
  caption.hide-on-medium-down,
  label.hide-on-medium,
  label.hide-on-medium-down {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  h1.hide-on-medium,
  h1.hide-on-medium-down,
  h2.hide-on-medium,
  h2.hide-on-medium-down,
  h3.hide-on-medium,
  h3.hide-on-medium-down,
  caption.hide-on-medium,
  caption.hide-on-medium-down,
  label.hide-on-medium,
  label.hide-on-medium-down {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  h1.hide-on-medium,
  h1.hide-on-medium-down,
  h2.hide-on-medium,
  h2.hide-on-medium-down,
  h3.hide-on-medium,
  h3.hide-on-medium-down,
  caption.hide-on-medium,
  caption.hide-on-medium-down,
  label.hide-on-medium,
  label.hide-on-medium-down {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .hide-on-small-down,
  .medium-unflex {
    display: block !important;
    display: block !important;
    display: block !important;
  }
  th.hide-on-small-down,
  th.medium-unflex {
    display: inline !important;
  }
  table.hide-on-small-down,
  table.medium-unflex {
    display: table !important;
  }
  caption.hide-on-small-down,
  caption.medium-unflex {
    display: table-caption !important;
  }
  thead.hide-on-small-down,
  thead.medium-unflex {
    display: table-header-group !important;
  }
  tbody.hide-on-small-down,
  tbody.medium-unflex {
    display: table-row-group !important;
  }
  tfoot.hide-on-small-down,
  tfoot.medium-unflex {
    display: table-footer-group !important;
  }
  tr.hide-on-small-down,
  tr.medium-unflex {
    display: table-row !important;
  }
  td.hide-on-small-down,
  td.medium-unflex,
  th.hide-on-small-down,
  th.medium-unflex {
    display: table-cell !important;
  }
  span.hide-on-small-down,
  span.medium-unflex {
    display: inline !important;
  }
  img.hide-on-small-down,
  img.medium-unflex {
    display: inline-block !important;
  }
  h1.hide-on-small-down,
  h1.medium-unflex,
  h2.hide-on-small-down,
  h2.medium-unflex,
  h3.hide-on-small-down,
  h3.medium-unflex,
  label.hide-on-small-down,
  label.medium-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-small-down.flex,
  .medium-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.hide-on-small-down,
  th.medium-unflex {
    display: inline !important;
  }
  table.hide-on-small-down,
  table.medium-unflex {
    display: table !important;
  }
  caption.hide-on-small-down,
  caption.medium-unflex {
    display: table-caption !important;
  }
  thead.hide-on-small-down,
  thead.medium-unflex {
    display: table-header-group !important;
  }
  tbody.hide-on-small-down,
  tbody.medium-unflex {
    display: table-row-group !important;
  }
  tfoot.hide-on-small-down,
  tfoot.medium-unflex {
    display: table-footer-group !important;
  }
  tr.hide-on-small-down,
  tr.medium-unflex {
    display: table-row !important;
  }
  td.hide-on-small-down,
  td.medium-unflex,
  th.hide-on-small-down,
  th.medium-unflex {
    display: table-cell !important;
  }
  span.hide-on-small-down,
  span.medium-unflex {
    display: inline !important;
  }
  img.hide-on-small-down,
  img.medium-unflex {
    display: inline-block !important;
  }
  h1.hide-on-small-down,
  h1.medium-unflex,
  h2.hide-on-small-down,
  h2.medium-unflex,
  h3.hide-on-small-down,
  h3.medium-unflex,
  label.hide-on-small-down,
  label.medium-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-small-down.flex,
  .medium-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.hide-on-small-down,
  th.medium-unflex {
    display: inline !important;
  }
  table.hide-on-small-down,
  table.medium-unflex {
    display: table !important;
  }
  caption.hide-on-small-down,
  caption.medium-unflex {
    display: table-caption !important;
  }
  thead.hide-on-small-down,
  thead.medium-unflex {
    display: table-header-group !important;
  }
  tbody.hide-on-small-down,
  tbody.medium-unflex {
    display: table-row-group !important;
  }
  tfoot.hide-on-small-down,
  tfoot.medium-unflex {
    display: table-footer-group !important;
  }
  tr.hide-on-small-down,
  tr.medium-unflex {
    display: table-row !important;
  }
  td.hide-on-small-down,
  td.medium-unflex,
  th.hide-on-small-down,
  th.medium-unflex {
    display: table-cell !important;
  }
  span.hide-on-small-down,
  span.medium-unflex {
    display: inline !important;
  }
  img.hide-on-small-down,
  img.medium-unflex {
    display: inline-block !important;
  }
  h1.hide-on-small-down,
  h1.medium-unflex,
  h2.hide-on-small-down,
  h2.medium-unflex,
  h3.hide-on-small-down,
  h3.medium-unflex,
  label.hide-on-small-down,
  label.medium-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-small-down.flex,
  .medium-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .medium-flex {
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
  }
  .flex .medium-flex-item-1 {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .medium-flex-item-2 {
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .medium-flex-item-3 {
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .medium-flex-item-4 {
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .medium-flex-order-1 {
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
  }
  .flex .medium-flex-order-2 {
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
  }
  .flex .medium-flex-order-3 {
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
  }
  .flex .medium-flex-order-4 {
    order: 4;
    -webkit-order: 4;
    order: 4;
    -webkit-order: 4;
    order: 4;
    -webkit-order: 4;
  }
  .flex.medium-flex-inline-row {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: inline-flex;
    display: -webkit-inline-flex;
  }
  .flex.medium-flex-row {
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .flex.medium-flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .flex.medium-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .flex.medium-flex-no-wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .flex.medium-flex-align-center {
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
  }
  .flex.medium-flex-align-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .flex.medium-flex-align-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .flex.medium-flex-align-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .flex.medium-flex-justify-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .flex.medium-flex-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .flex.medium-flex-justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .flex.medium-flex-justify-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .flex.medium-flex-justify-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .medium-flex-align-self-center {
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
  }
  .medium-flex-align-self-start {
    align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-align-self: flex-start;
  }
  .medium-flex-align-self-end {
    align-self: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -webkit-align-self: flex-end;
  }
  .medium-flex-align-self-baseline {
    align-self: baseline;
    -webkit-align-self: baseline;
    align-self: baseline;
    -webkit-align-self: baseline;
    align-self: baseline;
    -webkit-align-self: baseline;
  }
  .medium-flex-align-self-stretch {
    align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-align-self: stretch;
  }
  .row .medium-1 {
    width: 8.33333%;
  }
  .row .medium-2 {
    width: 16.66667%;
  }
  .row .medium-3 {
    width: 25%;
  }
  .row .medium-4 {
    width: 33.33333%;
  }
  .row .medium-5 {
    width: 41.66667%;
  }
  .row .medium-6 {
    width: 50%;
  }
  .row .medium-7 {
    width: 58.33333%;
  }
  .row .medium-8 {
    width: 66.66667%;
  }
  .row .medium-9 {
    width: 75%;
  }
  .row .medium-10 {
    width: 83.33333%;
  }
  .row .medium-11 {
    width: 91.66667%;
  }
  .row .medium-12 {
    width: 100%;
  }
  .row .medium-push-1 {
    left: 8.33333%;
    position: relative;
    right: auto;
  }
  .row .medium-push-2 {
    left: 16.66667%;
    position: relative;
    right: auto;
  }
  .row .medium-push-3 {
    left: 25%;
    position: relative;
    right: auto;
  }
  .row .medium-push-4 {
    left: 33.33333%;
    position: relative;
    right: auto;
  }
  .row .medium-push-5 {
    left: 41.66667%;
    position: relative;
    right: auto;
  }
  .row .medium-push-6 {
    left: 50%;
    position: relative;
    right: auto;
  }
  .row .medium-push-7 {
    left: 58.33333%;
    position: relative;
    right: auto;
  }
  .row .medium-push-8 {
    left: 66.66667%;
    position: relative;
    right: auto;
  }
  .row .medium-push-9 {
    left: 75%;
    position: relative;
    right: auto;
  }
  .row .medium-push-10 {
    left: 83.33333%;
    position: relative;
    right: auto;
  }
  .row .medium-push-11 {
    left: 91.66667%;
    position: relative;
    right: auto;
  }
  .row .medium-push-12 {
    left: 100%;
    position: relative;
    right: auto;
  }
  .row .medium-pull-1 {
    right: 8.33333%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-2 {
    right: 16.66667%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-3 {
    right: 25%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-4 {
    right: 33.33333%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-5 {
    right: 41.66667%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-6 {
    right: 50%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-7 {
    right: 58.33333%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-8 {
    right: 66.66667%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-9 {
    right: 75%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-10 {
    right: 83.33333%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-11 {
    right: 91.66667%;
    position: relative;
    left: auto;
  }
  .row .medium-pull-12 {
    right: 100%;
    position: relative;
    left: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .sidearm-table.collapse-on-small {
    display: table;
    display: table;
    display: table;
  }
  .sidearm-table.collapse-on-small thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-small tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-small tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-small tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-small td,
  .sidearm-table.collapse-on-small th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-small caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-small tbody tr td,
  .sidearm-table.collapse-on-small tfoot tr td,
  .sidearm-table.collapse-on-small tbody tr th,
  .sidearm-table.collapse-on-small tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-small tbody tr td[data-label],
  .sidearm-table.collapse-on-small tfoot tr td[data-label],
  .sidearm-table.collapse-on-small tbody tr th[data-label],
  .sidearm-table.collapse-on-small tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-small tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-small tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-small tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-small tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-small tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-small tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-small tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-small tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-small tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-small tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-small tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-small tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-small tbody tr td + td,
  .sidearm-table.collapse-on-small tfoot tr td + td,
  .sidearm-table.collapse-on-small tbody tr th + td,
  .sidearm-table.collapse-on-small tfoot tr th + td,
  .sidearm-table.collapse-on-small tbody tr td + th,
  .sidearm-table.collapse-on-small tfoot tr td + th,
  .sidearm-table.collapse-on-small tbody tr th + th,
  .sidearm-table.collapse-on-small tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-small tbody tr:before,
  .sidearm-table.collapse-on-small tfoot tr:before,
  .sidearm-table.collapse-on-small tbody tr:after,
  .sidearm-table.collapse-on-small tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr,
  .sidearm-table.collapse-on-small.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-small.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded th {
    color: #494949;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded th a {
    color: #333333;
  }
  .sidearm-table.collapse-on-small thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-small tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-small tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-small tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-small td,
  .sidearm-table.collapse-on-small th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-small caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-small tbody tr td,
  .sidearm-table.collapse-on-small tfoot tr td,
  .sidearm-table.collapse-on-small tbody tr th,
  .sidearm-table.collapse-on-small tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-small tbody tr td[data-label],
  .sidearm-table.collapse-on-small tfoot tr td[data-label],
  .sidearm-table.collapse-on-small tbody tr th[data-label],
  .sidearm-table.collapse-on-small tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-small tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-small tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-small tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-small tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-small tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-small tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-small tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-small tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-small tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-small tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-small tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-small tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-small tbody tr td + td,
  .sidearm-table.collapse-on-small tfoot tr td + td,
  .sidearm-table.collapse-on-small tbody tr th + td,
  .sidearm-table.collapse-on-small tfoot tr th + td,
  .sidearm-table.collapse-on-small tbody tr td + th,
  .sidearm-table.collapse-on-small tfoot tr td + th,
  .sidearm-table.collapse-on-small tbody tr th + th,
  .sidearm-table.collapse-on-small tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-small tbody tr:before,
  .sidearm-table.collapse-on-small tfoot tr:before,
  .sidearm-table.collapse-on-small tbody tr:after,
  .sidearm-table.collapse-on-small tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr,
  .sidearm-table.collapse-on-small.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-small.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded th {
    color: #494949;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded th a {
    color: #333333;
  }
  .sidearm-table.collapse-on-small thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-small tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-small tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-small tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-small td,
  .sidearm-table.collapse-on-small th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-small caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-small tbody tr td,
  .sidearm-table.collapse-on-small tfoot tr td,
  .sidearm-table.collapse-on-small tbody tr th,
  .sidearm-table.collapse-on-small tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-small tbody tr td[data-label],
  .sidearm-table.collapse-on-small tfoot tr td[data-label],
  .sidearm-table.collapse-on-small tbody tr th[data-label],
  .sidearm-table.collapse-on-small tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-small tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-small tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-small tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-small tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-small tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-small tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-small tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-small tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-small tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-small tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-small tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-small tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-small tbody tr td + td,
  .sidearm-table.collapse-on-small tfoot tr td + td,
  .sidearm-table.collapse-on-small tbody tr th + td,
  .sidearm-table.collapse-on-small tfoot tr th + td,
  .sidearm-table.collapse-on-small tbody tr td + th,
  .sidearm-table.collapse-on-small tfoot tr td + th,
  .sidearm-table.collapse-on-small tbody tr th + th,
  .sidearm-table.collapse-on-small tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-small tbody tr:before,
  .sidearm-table.collapse-on-small tfoot tr:before,
  .sidearm-table.collapse-on-small tbody tr:after,
  .sidearm-table.collapse-on-small tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr,
  .sidearm-table.collapse-on-small.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-small.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded th {
    color: #494949;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-small.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-small.accordion tfoot tr.expanded th a {
    color: #333333;
  }
  .sidearm-table-overflow-on-medium {
    box-shadow: none;
  }
  .sidearm-table-overflow-on-medium .sidearm-table {
    width: 100%;
  }
  .sidearm-pager .sidearm-pager-button-text {
    font-size: 1rem;
  }
  .sidearm-pager .sidearm-pager-button-text:before {
    display: none;
  }
  .text-normal-on-medium,
  .text-bold-on-small-down {
    font-weight: normal !important;
  }
  .text-bold-on-medium {
    font-weight: bold !important;
  }
  .text-italic-on-medium {
    font-style: italic !important;
  }
  .text-italic-on-small-down {
    font-style: normal !important;
  }
  .text-uppercase-on-medium {
    text-transform: uppercase !important;
  }
  .text-capitalize-on-medium {
    text-transform: capitalize !important;
  }
  .text-uppercase-on-small-down,
  .text-capitalize-on-small-down {
    text-transform: none !important;
  }
  .text-left-on-medium {
    text-align: left !important;
  }
  .text-right-on-medium {
    text-align: right !important;
  }
  .text-center-on-medium {
    text-align: center !important;
  }
  .text-left-on-small-down,
  .text-right-on-small-down,
  .text-center-on-small-down {
    text-align: inherit !important;
  }
  .text-smaller-on-medium {
    font-size: .9em !important;
  }
  .text-smallest-on-medium {
    font-size: .8em !important;
  }
  .text-smaller-on-small-down,
  .text-smallest-on-small-down {
    font-size: inherit !important;
  }
  .text-hide-on-medium {
    text-indent: -9999px !important;
  }
  .text-hide-on-small-down {
    text-indent: 0 !important;
  }
}
/* MEDIUM ONLY */
@media screen and (min-width: 540px) and (max-width: 767px) {
  .hide-on-medium-only {
    display: none !important;
    display: none !important;
    display: none !important;
  }
  h1.hide-on-medium-only,
  h2.hide-on-medium-only,
  h3.hide-on-medium-only,
  caption.hide-on-medium-only,
  label.hide-on-medium-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  h1.hide-on-medium-only,
  h2.hide-on-medium-only,
  h3.hide-on-medium-only,
  caption.hide-on-medium-only,
  label.hide-on-medium-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  h1.hide-on-medium-only,
  h2.hide-on-medium-only,
  h3.hide-on-medium-only,
  caption.hide-on-medium-only,
  label.hide-on-medium-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .show-on-medium-only {
    display: block !important;
    display: block !important;
    display: block !important;
  }
  th.show-on-medium-only {
    display: inline !important;
  }
  table.show-on-medium-only {
    display: table !important;
  }
  caption.show-on-medium-only {
    display: table-caption !important;
  }
  thead.show-on-medium-only {
    display: table-header-group !important;
  }
  tbody.show-on-medium-only {
    display: table-row-group !important;
  }
  tfoot.show-on-medium-only {
    display: table-footer-group !important;
  }
  tr.show-on-medium-only {
    display: table-row !important;
  }
  td.show-on-medium-only,
  th.show-on-medium-only {
    display: table-cell !important;
  }
  span.show-on-medium-only {
    display: inline !important;
  }
  img.show-on-medium-only {
    display: inline-block !important;
  }
  h1.show-on-medium-only,
  h2.show-on-medium-only,
  h3.show-on-medium-only,
  label.show-on-medium-only {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .show-on-medium-only.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.show-on-medium-only {
    display: inline !important;
  }
  table.show-on-medium-only {
    display: table !important;
  }
  caption.show-on-medium-only {
    display: table-caption !important;
  }
  thead.show-on-medium-only {
    display: table-header-group !important;
  }
  tbody.show-on-medium-only {
    display: table-row-group !important;
  }
  tfoot.show-on-medium-only {
    display: table-footer-group !important;
  }
  tr.show-on-medium-only {
    display: table-row !important;
  }
  td.show-on-medium-only,
  th.show-on-medium-only {
    display: table-cell !important;
  }
  span.show-on-medium-only {
    display: inline !important;
  }
  img.show-on-medium-only {
    display: inline-block !important;
  }
  h1.show-on-medium-only,
  h2.show-on-medium-only,
  h3.show-on-medium-only,
  label.show-on-medium-only {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .show-on-medium-only.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.show-on-medium-only {
    display: inline !important;
  }
  table.show-on-medium-only {
    display: table !important;
  }
  caption.show-on-medium-only {
    display: table-caption !important;
  }
  thead.show-on-medium-only {
    display: table-header-group !important;
  }
  tbody.show-on-medium-only {
    display: table-row-group !important;
  }
  tfoot.show-on-medium-only {
    display: table-footer-group !important;
  }
  tr.show-on-medium-only {
    display: table-row !important;
  }
  td.show-on-medium-only,
  th.show-on-medium-only {
    display: table-cell !important;
  }
  span.show-on-medium-only {
    display: inline !important;
  }
  img.show-on-medium-only {
    display: inline-block !important;
  }
  h1.show-on-medium-only,
  h2.show-on-medium-only,
  h3.show-on-medium-only,
  label.show-on-medium-only {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .show-on-medium-only.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .text-normal-on-medium-only {
    font-weight: normal !important;
  }
  .text-bold-on-medium-only {
    font-weight: bold !important;
  }
  .text-italic-on-medium-only {
    font-style: italic !important;
  }
  .text-uppercase-on-medium-only {
    text-transform: uppercase !important;
  }
  .text-capitalize-on-medium-only {
    text-transform: capitalize !important;
  }
  .text-left-on-medium-only {
    text-align: left !important;
  }
  .text-right-on-medium-only {
    text-align: right !important;
  }
  .text-center-on-medium-only {
    text-align: center !important;
  }
  .text-smaller-on-medium-only {
    font-size: .9em !important;
  }
  .text-smallest-on-medium-only {
    font-size: .8em !important;
  }
  .text-hide-on-medium-only {
    text-indent: -9999px !important;
  }
}
/* LARGE */

@media screen and (min-width: 768px) {
  .sidearm-ad-blocker-message {
    width: 50%;
  }
  .hide-on-large,
  .hide-on-large-down {
    display: none !important;
    display: none !important;
    display: none !important;
  }
  h1.hide-on-large,
  h1.hide-on-large-down,
  h2.hide-on-large,
  h2.hide-on-large-down,
  h3.hide-on-large,
  h3.hide-on-large-down,
  caption.hide-on-large,
  caption.hide-on-large-down,
  label.hide-on-large,
  label.hide-on-large-down {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  h1.hide-on-large,
  h1.hide-on-large-down,
  h2.hide-on-large,
  h2.hide-on-large-down,
  h3.hide-on-large,
  h3.hide-on-large-down,
  caption.hide-on-large,
  caption.hide-on-large-down,
  label.hide-on-large,
  label.hide-on-large-down {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  h1.hide-on-large,
  h1.hide-on-large-down,
  h2.hide-on-large,
  h2.hide-on-large-down,
  h3.hide-on-large,
  h3.hide-on-large-down,
  caption.hide-on-large,
  caption.hide-on-large-down,
  label.hide-on-large,
  label.hide-on-large-down {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .hide-on-medium-down,
  .large-unflex {
    display: block !important;
    display: block !important;
    display: block !important;
  }
  th.hide-on-medium-down,
  th.large-unflex {
    display: inline !important;
  }
  table.hide-on-medium-down,
  table.large-unflex {
    display: table !important;
  }
  caption.hide-on-medium-down,
  caption.large-unflex {
    display: table-caption !important;
  }
  thead.hide-on-medium-down,
  thead.large-unflex {
    display: table-header-group !important;
  }
  tbody.hide-on-medium-down,
  tbody.large-unflex {
    display: table-row-group !important;
  }
  tfoot.hide-on-medium-down,
  tfoot.large-unflex {
    display: table-footer-group !important;
  }
  tr.hide-on-medium-down,
  tr.large-unflex {
    display: table-row !important;
  }
  td.hide-on-medium-down,
  td.large-unflex,
  th.hide-on-medium-down,
  th.large-unflex {
    display: table-cell !important;
  }
  span.hide-on-medium-down,
  span.large-unflex {
    display: inline !important;
  }
  img.hide-on-medium-down,
  img.large-unflex {
    display: inline-block !important;
  }
  h1.hide-on-medium-down,
  h1.large-unflex,
  h2.hide-on-medium-down,
  h2.large-unflex,
  h3.hide-on-medium-down,
  h3.large-unflex,
  label.hide-on-medium-down,
  label.large-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-medium-down.flex,
  .large-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.hide-on-medium-down,
  th.large-unflex {
    display: inline !important;
  }
  table.hide-on-medium-down,
  table.large-unflex {
    display: table !important;
  }
  caption.hide-on-medium-down,
  caption.large-unflex {
    display: table-caption !important;
  }
  thead.hide-on-medium-down,
  thead.large-unflex {
    display: table-header-group !important;
  }
  tbody.hide-on-medium-down,
  tbody.large-unflex {
    display: table-row-group !important;
  }
  tfoot.hide-on-medium-down,
  tfoot.large-unflex {
    display: table-footer-group !important;
  }
  tr.hide-on-medium-down,
  tr.large-unflex {
    display: table-row !important;
  }
  td.hide-on-medium-down,
  td.large-unflex,
  th.hide-on-medium-down,
  th.large-unflex {
    display: table-cell !important;
  }
  span.hide-on-medium-down,
  span.large-unflex {
    display: inline !important;
  }
  img.hide-on-medium-down,
  img.large-unflex {
    display: inline-block !important;
  }
  h1.hide-on-medium-down,
  h1.large-unflex,
  h2.hide-on-medium-down,
  h2.large-unflex,
  h3.hide-on-medium-down,
  h3.large-unflex,
  label.hide-on-medium-down,
  label.large-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-medium-down.flex,
  .large-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.hide-on-medium-down,
  th.large-unflex {
    display: inline !important;
  }
  table.hide-on-medium-down,
  table.large-unflex {
    display: table !important;
  }
  caption.hide-on-medium-down,
  caption.large-unflex {
    display: table-caption !important;
  }
  thead.hide-on-medium-down,
  thead.large-unflex {
    display: table-header-group !important;
  }
  tbody.hide-on-medium-down,
  tbody.large-unflex {
    display: table-row-group !important;
  }
  tfoot.hide-on-medium-down,
  tfoot.large-unflex {
    display: table-footer-group !important;
  }
  tr.hide-on-medium-down,
  tr.large-unflex {
    display: table-row !important;
  }
  td.hide-on-medium-down,
  td.large-unflex,
  th.hide-on-medium-down,
  th.large-unflex {
    display: table-cell !important;
  }
  span.hide-on-medium-down,
  span.large-unflex {
    display: inline !important;
  }
  img.hide-on-medium-down,
  img.large-unflex {
    display: inline-block !important;
  }
  h1.hide-on-medium-down,
  h1.large-unflex,
  h2.hide-on-medium-down,
  h2.large-unflex,
  h3.hide-on-medium-down,
  h3.large-unflex,
  label.hide-on-medium-down,
  label.large-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-medium-down.flex,
  .large-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .large-flex {
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
  }
  .flex .large-flex-item-1 {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .large-flex-item-2 {
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .large-flex-item-3 {
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .large-flex-item-4 {
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .large-flex-order-1 {
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
  }
  .flex .large-flex-order-2 {
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
  }
  .flex .large-flex-order-3 {
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
  }
  .flex .large-flex-order-4 {
    order: 4;
    -webkit-order: 4;
    order: 4;
    -webkit-order: 4;
    order: 4;
    -webkit-order: 4;
  }
  .flex.large-flex-inline-row {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: inline-flex;
    display: -webkit-inline-flex;
  }
  .flex.large-flex-row {
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .flex.large-flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .flex.large-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .flex.large-flex-no-wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .flex.large-flex-align-center {
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
  }
  .flex.large-flex-align-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .flex.large-flex-align-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .flex.large-flex-align-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .flex.large-flex-justify-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .flex.large-flex-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .flex.large-flex-justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .flex.large-flex-justify-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .flex.large-flex-justify-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .large-flex-align-self-center {
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
  }
  .large-flex-align-self-start {
    align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-align-self: flex-start;
  }
  .large-flex-align-self-end {
    align-self: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -webkit-align-self: flex-end;
  }
  .large-flex-align-self-baseline {
    align-self: baseline;
    -webkit-align-self: baseline;
    align-self: baseline;
    -webkit-align-self: baseline;
    align-self: baseline;
    -webkit-align-self: baseline;
  }
  .large-flex-align-self-stretch {
    align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-align-self: stretch;
  }
  .row .row {
    margin-left: -12px;
    margin-right: -12px;
    max-width: none;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
  }
  .row .row:before,
  .row .row:after {
    content: "";
    display: table;
  }
  .row .row:after {
    clear: both;
  }
  .row .row:before,
  .row .row:after {
    content: "";
    display: table;
  }
  .row .row:after {
    clear: both;
  }
  .row .row:before,
  .row .row:after {
    content: "";
    display: table;
  }
  .row .row:after {
    clear: both;
  }
  .row.pad {
    padding-left: 12px;
    padding-right: 12px;
  }
  .row .large-1 {
    width: 8.33333%;
  }
  .row .large-2 {
    width: 16.66667%;
  }
  .row .large-3 {
    width: 25%;
  }
  .row .large-4 {
    width: 33.33333%;
  }
  .row .large-5 {
    width: 41.66667%;
  }
  .row .large-6 {
    width: 50%;
  }
  .row .large-7 {
    width: 58.33333%;
  }
  .row .large-8 {
    width: 66.66667%;
  }
  .row .large-9 {
    width: 75%;
  }
  .row .large-10 {
    width: 83.33333%;
  }
  .row .large-11 {
    width: 91.66667%;
  }
  .row .large-12 {
    width: 100%;
  }
  .row .large-push-1 {
    left: 8.33333%;
    position: relative;
    right: auto;
  }
  .row .large-push-2 {
    left: 16.66667%;
    position: relative;
    right: auto;
  }
  .row .large-push-3 {
    left: 25%;
    position: relative;
    right: auto;
  }
  .row .large-push-4 {
    left: 33.33333%;
    position: relative;
    right: auto;
  }
  .row .large-push-5 {
    left: 41.66667%;
    position: relative;
    right: auto;
  }
  .row .large-push-6 {
    left: 50%;
    position: relative;
    right: auto;
  }
  .row .large-push-7 {
    left: 58.33333%;
    position: relative;
    right: auto;
  }
  .row .large-push-8 {
    left: 66.66667%;
    position: relative;
    right: auto;
  }
  .row .large-push-9 {
    left: 75%;
    position: relative;
    right: auto;
  }
  .row .large-push-10 {
    left: 83.33333%;
    position: relative;
    right: auto;
  }
  .row .large-push-11 {
    left: 91.66667%;
    position: relative;
    right: auto;
  }
  .row .large-push-12 {
    left: 100%;
    position: relative;
    right: auto;
  }
  .row .large-pull-1 {
    right: 8.33333%;
    position: relative;
    left: auto;
  }
  .row .large-pull-2 {
    right: 16.66667%;
    position: relative;
    left: auto;
  }
  .row .large-pull-3 {
    right: 25%;
    position: relative;
    left: auto;
  }
  .row .large-pull-4 {
    right: 33.33333%;
    position: relative;
    left: auto;
  }
  .row .large-pull-5 {
    right: 41.66667%;
    position: relative;
    left: auto;
  }
  .row .large-pull-6 {
    right: 50%;
    position: relative;
    left: auto;
  }
  .row .large-pull-7 {
    right: 58.33333%;
    position: relative;
    left: auto;
  }
  .row .large-pull-8 {
    right: 66.66667%;
    position: relative;
    left: auto;
  }
  .row .large-pull-9 {
    right: 75%;
    position: relative;
    left: auto;
  }
  .row .large-pull-10 {
    right: 83.33333%;
    position: relative;
    left: auto;
  }
  .row .large-pull-11 {
    right: 91.66667%;
    position: relative;
    left: auto;
  }
  .row .large-pull-12 {
    right: 100%;
    position: relative;
    left: auto;
  }
  .column,
  .columns {
    padding-left: 12px;
    padding-right: 12px;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .sidearm-table th,
  .sidearm-table td {
    font-size: 1em;
  }
  .sidearm-table.collapse-on-medium {
    display: table;
    display: table;
    display: table;
  }
  .sidearm-table.collapse-on-medium thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-medium tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-medium tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-medium tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-medium td,
  .sidearm-table.collapse-on-medium th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-medium caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-medium tbody tr td,
  .sidearm-table.collapse-on-medium tfoot tr td,
  .sidearm-table.collapse-on-medium tbody tr th,
  .sidearm-table.collapse-on-medium tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-medium tbody tr td[data-label],
  .sidearm-table.collapse-on-medium tfoot tr td[data-label],
  .sidearm-table.collapse-on-medium tbody tr th[data-label],
  .sidearm-table.collapse-on-medium tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-medium tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-medium tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-medium tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-medium tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-medium tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-medium tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-medium tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-medium tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-medium tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-medium tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-medium tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-medium tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-medium tbody tr td + td,
  .sidearm-table.collapse-on-medium tfoot tr td + td,
  .sidearm-table.collapse-on-medium tbody tr th + td,
  .sidearm-table.collapse-on-medium tfoot tr th + td,
  .sidearm-table.collapse-on-medium tbody tr td + th,
  .sidearm-table.collapse-on-medium tfoot tr td + th,
  .sidearm-table.collapse-on-medium tbody tr th + th,
  .sidearm-table.collapse-on-medium tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-medium tbody tr:before,
  .sidearm-table.collapse-on-medium tfoot tr:before,
  .sidearm-table.collapse-on-medium tbody tr:after,
  .sidearm-table.collapse-on-medium tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr,
  .sidearm-table.collapse-on-medium.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-medium.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded th {
    color: #494949;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded th a {
    color: #333333;
  }
  .sidearm-table.collapse-on-medium thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-medium tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-medium tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-medium tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-medium td,
  .sidearm-table.collapse-on-medium th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-medium caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-medium tbody tr td,
  .sidearm-table.collapse-on-medium tfoot tr td,
  .sidearm-table.collapse-on-medium tbody tr th,
  .sidearm-table.collapse-on-medium tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-medium tbody tr td[data-label],
  .sidearm-table.collapse-on-medium tfoot tr td[data-label],
  .sidearm-table.collapse-on-medium tbody tr th[data-label],
  .sidearm-table.collapse-on-medium tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-medium tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-medium tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-medium tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-medium tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-medium tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-medium tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-medium tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-medium tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-medium tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-medium tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-medium tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-medium tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-medium tbody tr td + td,
  .sidearm-table.collapse-on-medium tfoot tr td + td,
  .sidearm-table.collapse-on-medium tbody tr th + td,
  .sidearm-table.collapse-on-medium tfoot tr th + td,
  .sidearm-table.collapse-on-medium tbody tr td + th,
  .sidearm-table.collapse-on-medium tfoot tr td + th,
  .sidearm-table.collapse-on-medium tbody tr th + th,
  .sidearm-table.collapse-on-medium tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-medium tbody tr:before,
  .sidearm-table.collapse-on-medium tfoot tr:before,
  .sidearm-table.collapse-on-medium tbody tr:after,
  .sidearm-table.collapse-on-medium tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr,
  .sidearm-table.collapse-on-medium.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-medium.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded th {
    color: #494949;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded th a {
    color: #333333;
  }
  .sidearm-table.collapse-on-medium thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-medium tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-medium tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-medium tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-medium td,
  .sidearm-table.collapse-on-medium th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-medium caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-medium tbody tr td,
  .sidearm-table.collapse-on-medium tfoot tr td,
  .sidearm-table.collapse-on-medium tbody tr th,
  .sidearm-table.collapse-on-medium tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-medium tbody tr td[data-label],
  .sidearm-table.collapse-on-medium tfoot tr td[data-label],
  .sidearm-table.collapse-on-medium tbody tr th[data-label],
  .sidearm-table.collapse-on-medium tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-medium tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-medium tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-medium tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-medium tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-medium tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-medium tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-medium tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-medium tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-medium tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-medium tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-medium tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-medium tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-medium tbody tr td + td,
  .sidearm-table.collapse-on-medium tfoot tr td + td,
  .sidearm-table.collapse-on-medium tbody tr th + td,
  .sidearm-table.collapse-on-medium tfoot tr th + td,
  .sidearm-table.collapse-on-medium tbody tr td + th,
  .sidearm-table.collapse-on-medium tfoot tr td + th,
  .sidearm-table.collapse-on-medium tbody tr th + th,
  .sidearm-table.collapse-on-medium tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-medium tbody tr:before,
  .sidearm-table.collapse-on-medium tfoot tr:before,
  .sidearm-table.collapse-on-medium tbody tr:after,
  .sidearm-table.collapse-on-medium tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr,
  .sidearm-table.collapse-on-medium.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-medium.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded th {
    color: #494949;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-medium.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-medium.accordion tfoot tr.expanded th a {
    color: #333333;
  }
  .sidearm-table-overflow-on-large {
    box-shadow: none;
  }
  .sidearm-table-overflow-on-large .sidearm-table {
    width: 100%;
  }
  .text-normal-on-large,
  .text-bold-on-medium-down {
    font-weight: normal !important;
  }
  .text-bold-on-large {
    font-weight: bold !important;
  }
  .text-italic-on-large {
    font-style: italic !important;
  }
  .text-italic-on-medium-down {
    font-style: normal !important;
  }
  .text-uppercase-on-large {
    text-transform: uppercase !important;
  }
  .text-capitalize-on-large {
    text-transform: capitalize !important;
  }
  .text-uppercase-on-medium-down,
  .text-capitalize-on-medium-down {
    text-transform: none !important;
  }
  .text-left-on-large {
    text-align: left !important;
  }
  .text-right-on-large {
    text-align: right !important;
  }
  .text-center-on-large {
    text-align: center !important;
  }
  .text-left-on-medium-down,
  .text-right-on-medium-down,
  .text-center-on-medium-down {
    text-align: inherit !important;
  }
  .text-smaller-on-large {
    font-size: .9em !important;
  }
  .text-smallest-on-large {
    font-size: .8em !important;
  }
  .text-smaller-on-medium-down,
  .text-smallest-on-medium-down {
    font-size: inherit !important;
  }
  .text-hide-on-large {
    text-indent: -9999px !important;
  }
  .text-hide-on-medium-down {
    text-indent: 0 !important;
  }
}
/* LARGE ONLY */

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hide-on-large-only {
    display: none !important;
    display: none !important;
    display: none !important;
  }
  h1.hide-on-large-only,
  h2.hide-on-large-only,
  h3.hide-on-large-only,
  caption.hide-on-large-only,
  label.hide-on-large-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  h1.hide-on-large-only,
  h2.hide-on-large-only,
  h3.hide-on-large-only,
  caption.hide-on-large-only,
  label.hide-on-large-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  h1.hide-on-large-only,
  h2.hide-on-large-only,
  h3.hide-on-large-only,
  caption.hide-on-large-only,
  label.hide-on-large-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .show-on-large-only {
    display: block !important;
    display: block !important;
    display: block !important;
  }
  th.show-on-large-only {
    display: inline !important;
  }
  table.show-on-large-only {
    display: table !important;
  }
  caption.show-on-large-only {
    display: table-caption !important;
  }
  thead.show-on-large-only {
    display: table-header-group !important;
  }
  tbody.show-on-large-only {
    display: table-row-group !important;
  }
  tfoot.show-on-large-only {
    display: table-footer-group !important;
  }
  tr.show-on-large-only {
    display: table-row !important;
  }
  td.show-on-large-only,
  th.show-on-large-only {
    display: table-cell !important;
  }
  span.show-on-large-only {
    display: inline !important;
  }
  img.show-on-large-only {
    display: inline-block !important;
  }
  h1.show-on-large-only,
  h2.show-on-large-only,
  h3.show-on-large-only,
  label.show-on-large-only {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .show-on-large-only.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.show-on-large-only {
    display: inline !important;
  }
  table.show-on-large-only {
    display: table !important;
  }
  caption.show-on-large-only {
    display: table-caption !important;
  }
  thead.show-on-large-only {
    display: table-header-group !important;
  }
  tbody.show-on-large-only {
    display: table-row-group !important;
  }
  tfoot.show-on-large-only {
    display: table-footer-group !important;
  }
  tr.show-on-large-only {
    display: table-row !important;
  }
  td.show-on-large-only,
  th.show-on-large-only {
    display: table-cell !important;
  }
  span.show-on-large-only {
    display: inline !important;
  }
  img.show-on-large-only {
    display: inline-block !important;
  }
  h1.show-on-large-only,
  h2.show-on-large-only,
  h3.show-on-large-only,
  label.show-on-large-only {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .show-on-large-only.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.show-on-large-only {
    display: inline !important;
  }
  table.show-on-large-only {
    display: table !important;
  }
  caption.show-on-large-only {
    display: table-caption !important;
  }
  thead.show-on-large-only {
    display: table-header-group !important;
  }
  tbody.show-on-large-only {
    display: table-row-group !important;
  }
  tfoot.show-on-large-only {
    display: table-footer-group !important;
  }
  tr.show-on-large-only {
    display: table-row !important;
  }
  td.show-on-large-only,
  th.show-on-large-only {
    display: table-cell !important;
  }
  span.show-on-large-only {
    display: inline !important;
  }
  img.show-on-large-only {
    display: inline-block !important;
  }
  h1.show-on-large-only,
  h2.show-on-large-only,
  h3.show-on-large-only,
  label.show-on-large-only {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .show-on-large-only.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .text-normal-on-large-only {
    font-weight: normal !important;
  }
  .text-bold-on-large-only {
    font-weight: bold !important;
  }
  .text-italic-on-large-only {
    font-style: italic !important;
  }
  .text-uppercase-on-large-only {
    text-transform: uppercase !important;
  }
  .text-capitalize-on-large-only {
    text-transform: capitalize !important;
  }
  .text-left-on-large-only {
    text-align: left !important;
  }
  .text-right-on-large-only {
    text-align: right !important;
  }
  .text-center-on-large-only {
    text-align: center !important;
  }
  .text-smaller-on-large-only {
    font-size: .9em !important;
  }
  .text-smallest-on-large-only {
    font-size: .8em !important;
  }
  .text-hide-on-large-only {
    text-indent: -9999px !important;
  }
}
/* X-LARGE */

@media screen and (min-width: 1024px) {
  .hide-on-x-large {
    display: none !important;
    display: none !important;
    display: none !important;
  }
  h1.hide-on-x-large,
  h2.hide-on-x-large,
  h3.hide-on-x-large,
  caption.hide-on-x-large,
  label.hide-on-x-large {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  h1.hide-on-x-large,
  h2.hide-on-x-large,
  h3.hide-on-x-large,
  caption.hide-on-x-large,
  label.hide-on-x-large {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  h1.hide-on-x-large,
  h2.hide-on-x-large,
  h3.hide-on-x-large,
  caption.hide-on-x-large,
  label.hide-on-x-large {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .hide-on-large-down,
  .x-large-unflex {
    display: block !important;
    display: block !important;
    display: block !important;
  }
  th.hide-on-large-down,
  th.x-large-unflex {
    display: inline !important;
  }
  table.hide-on-large-down,
  table.x-large-unflex {
    display: table !important;
  }
  caption.hide-on-large-down,
  caption.x-large-unflex {
    display: table-caption !important;
  }
  thead.hide-on-large-down,
  thead.x-large-unflex {
    display: table-header-group !important;
  }
  tbody.hide-on-large-down,
  tbody.x-large-unflex {
    display: table-row-group !important;
  }
  tfoot.hide-on-large-down,
  tfoot.x-large-unflex {
    display: table-footer-group !important;
  }
  tr.hide-on-large-down,
  tr.x-large-unflex {
    display: table-row !important;
  }
  td.hide-on-large-down,
  td.x-large-unflex,
  th.hide-on-large-down,
  th.x-large-unflex {
    display: table-cell !important;
  }
  span.hide-on-large-down,
  span.x-large-unflex {
    display: inline !important;
  }
  img.hide-on-large-down,
  img.x-large-unflex {
    display: inline-block !important;
  }
  h1.hide-on-large-down,
  h1.x-large-unflex,
  h2.hide-on-large-down,
  h2.x-large-unflex,
  h3.hide-on-large-down,
  h3.x-large-unflex,
  label.hide-on-large-down,
  label.x-large-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-large-down.flex,
  .x-large-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.hide-on-large-down,
  th.x-large-unflex {
    display: inline !important;
  }
  table.hide-on-large-down,
  table.x-large-unflex {
    display: table !important;
  }
  caption.hide-on-large-down,
  caption.x-large-unflex {
    display: table-caption !important;
  }
  thead.hide-on-large-down,
  thead.x-large-unflex {
    display: table-header-group !important;
  }
  tbody.hide-on-large-down,
  tbody.x-large-unflex {
    display: table-row-group !important;
  }
  tfoot.hide-on-large-down,
  tfoot.x-large-unflex {
    display: table-footer-group !important;
  }
  tr.hide-on-large-down,
  tr.x-large-unflex {
    display: table-row !important;
  }
  td.hide-on-large-down,
  td.x-large-unflex,
  th.hide-on-large-down,
  th.x-large-unflex {
    display: table-cell !important;
  }
  span.hide-on-large-down,
  span.x-large-unflex {
    display: inline !important;
  }
  img.hide-on-large-down,
  img.x-large-unflex {
    display: inline-block !important;
  }
  h1.hide-on-large-down,
  h1.x-large-unflex,
  h2.hide-on-large-down,
  h2.x-large-unflex,
  h3.hide-on-large-down,
  h3.x-large-unflex,
  label.hide-on-large-down,
  label.x-large-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-large-down.flex,
  .x-large-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.hide-on-large-down,
  th.x-large-unflex {
    display: inline !important;
  }
  table.hide-on-large-down,
  table.x-large-unflex {
    display: table !important;
  }
  caption.hide-on-large-down,
  caption.x-large-unflex {
    display: table-caption !important;
  }
  thead.hide-on-large-down,
  thead.x-large-unflex {
    display: table-header-group !important;
  }
  tbody.hide-on-large-down,
  tbody.x-large-unflex {
    display: table-row-group !important;
  }
  tfoot.hide-on-large-down,
  tfoot.x-large-unflex {
    display: table-footer-group !important;
  }
  tr.hide-on-large-down,
  tr.x-large-unflex {
    display: table-row !important;
  }
  td.hide-on-large-down,
  td.x-large-unflex,
  th.hide-on-large-down,
  th.x-large-unflex {
    display: table-cell !important;
  }
  span.hide-on-large-down,
  span.x-large-unflex {
    display: inline !important;
  }
  img.hide-on-large-down,
  img.x-large-unflex {
    display: inline-block !important;
  }
  h1.hide-on-large-down,
  h1.x-large-unflex,
  h2.hide-on-large-down,
  h2.x-large-unflex,
  h3.hide-on-large-down,
  h3.x-large-unflex,
  label.hide-on-large-down,
  label.x-large-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-large-down.flex,
  .x-large-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .x-large-flex {
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
  }
  .flex .x-large-flex-item-1 {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .x-large-flex-item-2 {
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .x-large-flex-item-3 {
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .x-large-flex-item-4 {
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .x-large-flex-order-1 {
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
  }
  .flex .x-large-flex-order-2 {
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
  }
  .flex .x-large-flex-order-3 {
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
  }
  .flex .x-large-flex-order-4 {
    order: 4;
    -webkit-order: 4;
    order: 4;
    -webkit-order: 4;
    order: 4;
    -webkit-order: 4;
  }
  .flex.x-large-flex-inline-row {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: inline-flex;
    display: -webkit-inline-flex;
  }
  .flex.x-large-flex-row {
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .flex.x-large-flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .flex.x-large-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .flex.x-large-flex-no-wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .flex.x-large-flex-align-center {
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
  }
  .flex.x-large-flex-align-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .flex.x-large-flex-align-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .flex.x-large-flex-align-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .flex.x-large-flex-justify-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .flex.x-large-flex-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .flex.x-large-flex-justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .flex.x-large-flex-justify-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .flex.x-large-flex-justify-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .x-large-flex-align-self-center {
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
  }
  .x-large-flex-align-self-start {
    align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-align-self: flex-start;
  }
  .x-large-flex-align-self-end {
    align-self: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -webkit-align-self: flex-end;
  }
  .x-large-flex-align-self-baseline {
    align-self: baseline;
    -webkit-align-self: baseline;
    align-self: baseline;
    -webkit-align-self: baseline;
    align-self: baseline;
    -webkit-align-self: baseline;
  }
  .x-large-flex-align-self-stretch {
    align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-align-self: stretch;
  }
  .row .x-large-1 {
    width: 8.33333%;
  }
  .row .x-large-2 {
    width: 16.66667%;
  }
  .row .x-large-3 {
    width: 25%;
  }
  .row .x-large-4 {
    width: 33.33333%;
  }
  .row .x-large-5 {
    width: 41.66667%;
  }
  .row .x-large-6 {
    width: 50%;
  }
  .row .x-large-7 {
    width: 58.33333%;
  }
  .row .x-large-8 {
    width: 66.66667%;
  }
  .row .x-large-9 {
    width: 75%;
  }
  .row .x-large-10 {
    width: 83.33333%;
  }
  .row .x-large-11 {
    width: 91.66667%;
  }
  .row .x-large-12 {
    width: 100%;
  }
  .row .x-large-push-1 {
    left: 8.33333%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-2 {
    left: 16.66667%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-3 {
    left: 25%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-4 {
    left: 33.33333%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-5 {
    left: 41.66667%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-6 {
    left: 50%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-7 {
    left: 58.33333%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-8 {
    left: 66.66667%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-9 {
    left: 75%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-10 {
    left: 83.33333%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-11 {
    left: 91.66667%;
    position: relative;
    right: auto;
  }
  .row .x-large-push-12 {
    left: 100%;
    position: relative;
    right: auto;
  }
  .row .x-large-pull-1 {
    right: 8.33333%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-2 {
    right: 16.66667%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-3 {
    right: 25%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-4 {
    right: 33.33333%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-5 {
    right: 41.66667%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-6 {
    right: 50%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-7 {
    right: 58.33333%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-8 {
    right: 66.66667%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-9 {
    right: 75%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-10 {
    right: 83.33333%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-11 {
    right: 91.66667%;
    position: relative;
    left: auto;
  }
  .row .x-large-pull-12 {
    right: 100%;
    position: relative;
    left: auto;
  }
  .column.x-large-centered,
  .columns.x-large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.x-large-uncentered,
  .columns.x-large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .sidearm-table.collapse-on-large {
    display: table;
    display: table;
    display: table;
  }
  .sidearm-table.collapse-on-large thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-large tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-large tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-large tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-large td,
  .sidearm-table.collapse-on-large th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-large caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-large tbody tr td,
  .sidearm-table.collapse-on-large tfoot tr td,
  .sidearm-table.collapse-on-large tbody tr th,
  .sidearm-table.collapse-on-large tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-large tbody tr td[data-label],
  .sidearm-table.collapse-on-large tfoot tr td[data-label],
  .sidearm-table.collapse-on-large tbody tr th[data-label],
  .sidearm-table.collapse-on-large tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-large tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-large tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-large tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-large tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-large tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-large tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-large tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-large tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-large tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-large tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-large tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-large tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-large tbody tr td + td,
  .sidearm-table.collapse-on-large tfoot tr td + td,
  .sidearm-table.collapse-on-large tbody tr th + td,
  .sidearm-table.collapse-on-large tfoot tr th + td,
  .sidearm-table.collapse-on-large tbody tr td + th,
  .sidearm-table.collapse-on-large tfoot tr td + th,
  .sidearm-table.collapse-on-large tbody tr th + th,
  .sidearm-table.collapse-on-large tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-large tbody tr:before,
  .sidearm-table.collapse-on-large tfoot tr:before,
  .sidearm-table.collapse-on-large tbody tr:after,
  .sidearm-table.collapse-on-large tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr,
  .sidearm-table.collapse-on-large.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-large.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded th {
    color: #494949;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded th a {
    color: #333333;
  }
  .sidearm-table.collapse-on-large thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-large tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-large tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-large tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-large td,
  .sidearm-table.collapse-on-large th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-large caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-large tbody tr td,
  .sidearm-table.collapse-on-large tfoot tr td,
  .sidearm-table.collapse-on-large tbody tr th,
  .sidearm-table.collapse-on-large tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-large tbody tr td[data-label],
  .sidearm-table.collapse-on-large tfoot tr td[data-label],
  .sidearm-table.collapse-on-large tbody tr th[data-label],
  .sidearm-table.collapse-on-large tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-large tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-large tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-large tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-large tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-large tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-large tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-large tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-large tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-large tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-large tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-large tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-large tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-large tbody tr td + td,
  .sidearm-table.collapse-on-large tfoot tr td + td,
  .sidearm-table.collapse-on-large tbody tr th + td,
  .sidearm-table.collapse-on-large tfoot tr th + td,
  .sidearm-table.collapse-on-large tbody tr td + th,
  .sidearm-table.collapse-on-large tfoot tr td + th,
  .sidearm-table.collapse-on-large tbody tr th + th,
  .sidearm-table.collapse-on-large tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-large tbody tr:before,
  .sidearm-table.collapse-on-large tfoot tr:before,
  .sidearm-table.collapse-on-large tbody tr:after,
  .sidearm-table.collapse-on-large tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr,
  .sidearm-table.collapse-on-large.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-large.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded th {
    color: #494949;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded th a {
    color: #333333;
  }
  .sidearm-table.collapse-on-large thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-large tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-large tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-large tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-large td,
  .sidearm-table.collapse-on-large th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-large caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-large tbody tr td,
  .sidearm-table.collapse-on-large tfoot tr td,
  .sidearm-table.collapse-on-large tbody tr th,
  .sidearm-table.collapse-on-large tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-large tbody tr td[data-label],
  .sidearm-table.collapse-on-large tfoot tr td[data-label],
  .sidearm-table.collapse-on-large tbody tr th[data-label],
  .sidearm-table.collapse-on-large tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-large tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-large tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-large tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-large tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-large tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-large tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-large tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-large tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-large tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-large tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-large tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-large tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-large tbody tr td + td,
  .sidearm-table.collapse-on-large tfoot tr td + td,
  .sidearm-table.collapse-on-large tbody tr th + td,
  .sidearm-table.collapse-on-large tfoot tr th + td,
  .sidearm-table.collapse-on-large tbody tr td + th,
  .sidearm-table.collapse-on-large tfoot tr td + th,
  .sidearm-table.collapse-on-large tbody tr th + th,
  .sidearm-table.collapse-on-large tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-large tbody tr:before,
  .sidearm-table.collapse-on-large tfoot tr:before,
  .sidearm-table.collapse-on-large tbody tr:after,
  .sidearm-table.collapse-on-large tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr,
  .sidearm-table.collapse-on-large.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-large.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded th {
    color: #494949;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-large.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-large.accordion tfoot tr.expanded th a {
    color: #333333;
  }
  .sidearm-table-overflow-on-x-large {
    box-shadow: none;
  }
  .sidearm-table-overflow-on-x-large .sidearm-table {
    width: 100%;
  }
  .text-normal-on-x-large,
  .text-bold-on-large-down {
    font-weight: normal !important;
  }
  .text-bold-on-x-large {
    font-weight: bold !important;
  }
  .text-italic-on-x-large {
    font-style: italic !important;
  }
  .text-italic-on-large-down {
    font-style: normal !important;
  }
  .text-uppercase-on-x-large {
    text-transform: uppercase !important;
  }
  .text-capitalize-on-x-large {
    text-transform: capitalize !important;
  }
  .text-uppercase-on-large-down,
  .text-capitalize-on-large-down {
    text-transform: none !important;
  }
  .text-left-on-x-large {
    text-align: left !important;
  }
  .text-right-on-x-large {
    text-align: right !important;
  }
  .text-center-on-x-large {
    text-align: center !important;
  }
  .text-left-on-large-down,
  .text-right-on-large-down,
  .text-center-on-large-down {
    text-align: inherit !important;
  }
  .text-smaller-on-x-large {
    font-size: .9em !important;
  }
  .text-smallest-on-x-large {
    font-size: .8em !important;
  }
  .text-smaller-on-large-down,
  .text-smallest-on-large-down {
    font-size: inherit !important;
  }
  .text-hide-on-x-large {
    text-indent: -9999px !important;
  }
  .text-hide-on-large-down {
    text-indent: 0 !important;
  }
}
/* X-LARGE ONLY */

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .hide-on-x-large-only {
    display: none !important;
    display: none !important;
    display: none !important;
  }
  h1.hide-on-x-large-only,
  h2.hide-on-x-large-only,
  h3.hide-on-x-large-only,
  caption.hide-on-x-large-only,
  label.hide-on-x-large-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  h1.hide-on-x-large-only,
  h2.hide-on-x-large-only,
  h3.hide-on-x-large-only,
  caption.hide-on-x-large-only,
  label.hide-on-x-large-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  h1.hide-on-x-large-only,
  h2.hide-on-x-large-only,
  h3.hide-on-x-large-only,
  caption.hide-on-x-large-only,
  label.hide-on-x-large-only {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .show-on-x-large-only {
    display: block !important;
    display: block !important;
    display: block !important;
  }
  th.show-on-x-large-only {
    display: inline !important;
  }
  table.show-on-x-large-only {
    display: table !important;
  }
  caption.show-on-x-large-only {
    display: table-caption !important;
  }
  thead.show-on-x-large-only {
    display: table-header-group !important;
  }
  tbody.show-on-x-large-only {
    display: table-row-group !important;
  }
  tfoot.show-on-x-large-only {
    display: table-footer-group !important;
  }
  tr.show-on-x-large-only {
    display: table-row !important;
  }
  td.show-on-x-large-only,
  th.show-on-x-large-only {
    display: table-cell !important;
  }
  span.show-on-x-large-only {
    display: inline !important;
  }
  img.show-on-x-large-only {
    display: inline-block !important;
  }
  h1.show-on-x-large-only,
  h2.show-on-x-large-only,
  h3.show-on-x-large-only,
  label.show-on-x-large-only {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .show-on-x-large-only.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.show-on-x-large-only {
    display: inline !important;
  }
  table.show-on-x-large-only {
    display: table !important;
  }
  caption.show-on-x-large-only {
    display: table-caption !important;
  }
  thead.show-on-x-large-only {
    display: table-header-group !important;
  }
  tbody.show-on-x-large-only {
    display: table-row-group !important;
  }
  tfoot.show-on-x-large-only {
    display: table-footer-group !important;
  }
  tr.show-on-x-large-only {
    display: table-row !important;
  }
  td.show-on-x-large-only,
  th.show-on-x-large-only {
    display: table-cell !important;
  }
  span.show-on-x-large-only {
    display: inline !important;
  }
  img.show-on-x-large-only {
    display: inline-block !important;
  }
  h1.show-on-x-large-only,
  h2.show-on-x-large-only,
  h3.show-on-x-large-only,
  label.show-on-x-large-only {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .show-on-x-large-only.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.show-on-x-large-only {
    display: inline !important;
  }
  table.show-on-x-large-only {
    display: table !important;
  }
  caption.show-on-x-large-only {
    display: table-caption !important;
  }
  thead.show-on-x-large-only {
    display: table-header-group !important;
  }
  tbody.show-on-x-large-only {
    display: table-row-group !important;
  }
  tfoot.show-on-x-large-only {
    display: table-footer-group !important;
  }
  tr.show-on-x-large-only {
    display: table-row !important;
  }
  td.show-on-x-large-only,
  th.show-on-x-large-only {
    display: table-cell !important;
  }
  span.show-on-x-large-only {
    display: inline !important;
  }
  img.show-on-x-large-only {
    display: inline-block !important;
  }
  h1.show-on-x-large-only,
  h2.show-on-x-large-only,
  h3.show-on-x-large-only,
  label.show-on-x-large-only {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .show-on-x-large-only.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .text-normal-on-x-large-only {
    font-weight: normal !important;
  }
  .text-bold-on-x-large-only {
    font-weight: bold !important;
  }
  .text-italic-on-x-large-only {
    font-style: italic !important;
  }
  .text-uppercase-on-x-large-only {
    text-transform: uppercase !important;
  }
  .text-capitalize-on-x-large-only {
    text-transform: capitalize !important;
  }
  .text-left-on-x-large-only {
    text-align: left !important;
  }
  .text-right-on-x-large-only {
    text-align: right !important;
  }
  .text-center-on-x-large-only {
    text-align: center !important;
  }
  .text-smaller-on-x-large-only {
    font-size: .9em !important;
  }
  .text-smallest-on-x-large-only {
    font-size: .8em !important;
  }
  .text-hide-on-x-large-only {
    text-indent: -9999px !important;
  }
}
/* XX-LARGE */

@media screen and (min-width: 1440px) {
  .hide-on-xx-large {
    display: none !important;
    display: none !important;
    display: none !important;
  }
  h1.hide-on-xx-large,
  h2.hide-on-xx-large,
  h3.hide-on-xx-large,
  caption.hide-on-xx-large,
  label.hide-on-xx-large {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  h1.hide-on-xx-large,
  h2.hide-on-xx-large,
  h3.hide-on-xx-large,
  caption.hide-on-xx-large,
  label.hide-on-xx-large {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  h1.hide-on-xx-large,
  h2.hide-on-xx-large,
  h3.hide-on-xx-large,
  caption.hide-on-xx-large,
  label.hide-on-xx-large {
    display: block !important;
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .hide-on-x-large-down,
  .show-on-xx-large-only,
  .xx-large-unflex {
    display: block !important;
    display: block !important;
    display: block !important;
  }
  th.hide-on-x-large-down,
  th.show-on-xx-large-only,
  th.xx-large-unflex {
    display: inline !important;
  }
  table.hide-on-x-large-down,
  table.show-on-xx-large-only,
  table.xx-large-unflex {
    display: table !important;
  }
  caption.hide-on-x-large-down,
  caption.show-on-xx-large-only,
  caption.xx-large-unflex {
    display: table-caption !important;
  }
  thead.hide-on-x-large-down,
  thead.show-on-xx-large-only,
  thead.xx-large-unflex {
    display: table-header-group !important;
  }
  tbody.hide-on-x-large-down,
  tbody.show-on-xx-large-only,
  tbody.xx-large-unflex {
    display: table-row-group !important;
  }
  tfoot.hide-on-x-large-down,
  tfoot.show-on-xx-large-only,
  tfoot.xx-large-unflex {
    display: table-footer-group !important;
  }
  tr.hide-on-x-large-down,
  tr.show-on-xx-large-only,
  tr.xx-large-unflex {
    display: table-row !important;
  }
  td.hide-on-x-large-down,
  td.show-on-xx-large-only,
  td.xx-large-unflex,
  th.hide-on-x-large-down,
  th.show-on-xx-large-only,
  th.xx-large-unflex {
    display: table-cell !important;
  }
  span.hide-on-x-large-down,
  span.show-on-xx-large-only,
  span.xx-large-unflex {
    display: inline !important;
  }
  img.hide-on-x-large-down,
  img.show-on-xx-large-only,
  img.xx-large-unflex {
    display: inline-block !important;
  }
  h1.hide-on-x-large-down,
  h1.show-on-xx-large-only,
  h1.xx-large-unflex,
  h2.hide-on-x-large-down,
  h2.show-on-xx-large-only,
  h2.xx-large-unflex,
  h3.hide-on-x-large-down,
  h3.show-on-xx-large-only,
  h3.xx-large-unflex,
  label.hide-on-x-large-down,
  label.show-on-xx-large-only,
  label.xx-large-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-x-large-down.flex,
  .show-on-xx-large-only.flex,
  .xx-large-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.hide-on-x-large-down,
  th.show-on-xx-large-only,
  th.xx-large-unflex {
    display: inline !important;
  }
  table.hide-on-x-large-down,
  table.show-on-xx-large-only,
  table.xx-large-unflex {
    display: table !important;
  }
  caption.hide-on-x-large-down,
  caption.show-on-xx-large-only,
  caption.xx-large-unflex {
    display: table-caption !important;
  }
  thead.hide-on-x-large-down,
  thead.show-on-xx-large-only,
  thead.xx-large-unflex {
    display: table-header-group !important;
  }
  tbody.hide-on-x-large-down,
  tbody.show-on-xx-large-only,
  tbody.xx-large-unflex {
    display: table-row-group !important;
  }
  tfoot.hide-on-x-large-down,
  tfoot.show-on-xx-large-only,
  tfoot.xx-large-unflex {
    display: table-footer-group !important;
  }
  tr.hide-on-x-large-down,
  tr.show-on-xx-large-only,
  tr.xx-large-unflex {
    display: table-row !important;
  }
  td.hide-on-x-large-down,
  td.show-on-xx-large-only,
  td.xx-large-unflex,
  th.hide-on-x-large-down,
  th.show-on-xx-large-only,
  th.xx-large-unflex {
    display: table-cell !important;
  }
  span.hide-on-x-large-down,
  span.show-on-xx-large-only,
  span.xx-large-unflex {
    display: inline !important;
  }
  img.hide-on-x-large-down,
  img.show-on-xx-large-only,
  img.xx-large-unflex {
    display: inline-block !important;
  }
  h1.hide-on-x-large-down,
  h1.show-on-xx-large-only,
  h1.xx-large-unflex,
  h2.hide-on-x-large-down,
  h2.show-on-xx-large-only,
  h2.xx-large-unflex,
  h3.hide-on-x-large-down,
  h3.show-on-xx-large-only,
  h3.xx-large-unflex,
  label.hide-on-x-large-down,
  label.show-on-xx-large-only,
  label.xx-large-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-x-large-down.flex,
  .show-on-xx-large-only.flex,
  .xx-large-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  th.hide-on-x-large-down,
  th.show-on-xx-large-only,
  th.xx-large-unflex {
    display: inline !important;
  }
  table.hide-on-x-large-down,
  table.show-on-xx-large-only,
  table.xx-large-unflex {
    display: table !important;
  }
  caption.hide-on-x-large-down,
  caption.show-on-xx-large-only,
  caption.xx-large-unflex {
    display: table-caption !important;
  }
  thead.hide-on-x-large-down,
  thead.show-on-xx-large-only,
  thead.xx-large-unflex {
    display: table-header-group !important;
  }
  tbody.hide-on-x-large-down,
  tbody.show-on-xx-large-only,
  tbody.xx-large-unflex {
    display: table-row-group !important;
  }
  tfoot.hide-on-x-large-down,
  tfoot.show-on-xx-large-only,
  tfoot.xx-large-unflex {
    display: table-footer-group !important;
  }
  tr.hide-on-x-large-down,
  tr.show-on-xx-large-only,
  tr.xx-large-unflex {
    display: table-row !important;
  }
  td.hide-on-x-large-down,
  td.show-on-xx-large-only,
  td.xx-large-unflex,
  th.hide-on-x-large-down,
  th.show-on-xx-large-only,
  th.xx-large-unflex {
    display: table-cell !important;
  }
  span.hide-on-x-large-down,
  span.show-on-xx-large-only,
  span.xx-large-unflex {
    display: inline !important;
  }
  img.hide-on-x-large-down,
  img.show-on-xx-large-only,
  img.xx-large-unflex {
    display: inline-block !important;
  }
  h1.hide-on-x-large-down,
  h1.show-on-xx-large-only,
  h1.xx-large-unflex,
  h2.hide-on-x-large-down,
  h2.show-on-xx-large-only,
  h2.xx-large-unflex,
  h3.hide-on-x-large-down,
  h3.show-on-xx-large-only,
  h3.xx-large-unflex,
  label.hide-on-x-large-down,
  label.show-on-xx-large-only,
  label.xx-large-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-x-large-down.flex,
  .show-on-xx-large-only.flex,
  .xx-large-unflex.flex {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .xx-large-flex {
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
  }
  .flex .xx-large-flex-item-1 {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .xx-large-flex-item-2 {
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .xx-large-flex-item-3 {
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
    flex: 3;
    -webkit-flex: 3;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .xx-large-flex-item-4 {
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
    flex: 4;
    -webkit-flex: 4;
    min-width: 1px;
    min-height: 1px;
  }
  .flex .xx-large-flex-order-1 {
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
  }
  .flex .xx-large-flex-order-2 {
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
  }
  .flex .xx-large-flex-order-3 {
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
  }
  .flex .xx-large-flex-order-4 {
    order: 4;
    -webkit-order: 4;
    order: 4;
    -webkit-order: 4;
    order: 4;
    -webkit-order: 4;
  }
  .flex.xx-large-flex-inline-row {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: inline-flex;
    display: -webkit-inline-flex;
  }
  .flex.xx-large-flex-row {
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .flex.xx-large-flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .flex.xx-large-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .flex.xx-large-flex-no-wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .flex.xx-large-flex-align-center {
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
  }
  .flex.xx-large-flex-align-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .flex.xx-large-flex-align-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .flex.xx-large-flex-align-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .flex.xx-large-flex-justify-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .flex.xx-large-flex-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .flex.xx-large-flex-justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .flex.xx-large-flex-justify-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .flex.xx-large-flex-justify-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .xx-large-flex-align-self-center {
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-self: center;
  }
  .xx-large-flex-align-self-start {
    align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-align-self: flex-start;
  }
  .xx-large-flex-align-self-end {
    align-self: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -webkit-align-self: flex-end;
  }
  .xx-large-flex-align-self-baseline {
    align-self: baseline;
    -webkit-align-self: baseline;
    align-self: baseline;
    -webkit-align-self: baseline;
    align-self: baseline;
    -webkit-align-self: baseline;
  }
  .xx-large-flex-align-self-stretch {
    align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-align-self: stretch;
  }
  .row .xx-large-1 {
    width: 8.33333%;
  }
  .row .xx-large-2 {
    width: 16.66667%;
  }
  .row .xx-large-3 {
    width: 25%;
  }
  .row .xx-large-4 {
    width: 33.33333%;
  }
  .row .xx-large-5 {
    width: 41.66667%;
  }
  .row .xx-large-6 {
    width: 50%;
  }
  .row .xx-large-7 {
    width: 58.33333%;
  }
  .row .xx-large-8 {
    width: 66.66667%;
  }
  .row .xx-large-9 {
    width: 75%;
  }
  .row .xx-large-10 {
    width: 83.33333%;
  }
  .row .xx-large-11 {
    width: 91.66667%;
  }
  .row .xx-large-12 {
    width: 100%;
  }
  .row .xx-large-push-1 {
    left: 8.33333%;
    position: relative;
    right: auto;
  }
  .row .xx-large-push-2 {
    left: 16.66667%;
    position: relative;
    right: auto;
  }
  .row .xx-large-push-3 {
    left: 25%;
    position: relative;
    right: auto;
  }
  .row .xx-large-push-4 {
    left: 33.33333%;
    position: relative;
    right: auto;
  }
  .row .xx-large-push-5 {
    left: 41.66667%;
    position: relative;
    right: auto;
  }
  .row .xx-large-push-6 {
    left: 50%;
    position: relative;
    right: auto;
  }
  .row .xx-large-push-7 {
    left: 58.33333%;
    position: relative;
    right: auto;
  }
  .row .xx-large-push-8 {
    left: 66.66667%;
    position: relative;
    right: auto;
  }
  .row .xx-large-push-9 {
    left: 75%;
    position: relative;
    right: auto;
  }
  .row .xx-large-push-10 {
    left: 83.33333%;
    position: relative;
    right: auto;
  }
  .row .xx-large-push-11 {
    left: 91.66667%;
    position: relative;
    right: auto;
  }
  .row .xx-large-push-12 {
    left: 100%;
    position: relative;
    right: auto;
  }
  .row .xx-large-pull-1 {
    right: 8.33333%;
    position: relative;
    left: auto;
  }
  .row .xx-large-pull-2 {
    right: 16.66667%;
    position: relative;
    left: auto;
  }
  .row .xx-large-pull-3 {
    right: 25%;
    position: relative;
    left: auto;
  }
  .row .xx-large-pull-4 {
    right: 33.33333%;
    position: relative;
    left: auto;
  }
  .row .xx-large-pull-5 {
    right: 41.66667%;
    position: relative;
    left: auto;
  }
  .row .xx-large-pull-6 {
    right: 50%;
    position: relative;
    left: auto;
  }
  .row .xx-large-pull-7 {
    right: 58.33333%;
    position: relative;
    left: auto;
  }
  .row .xx-large-pull-8 {
    right: 66.66667%;
    position: relative;
    left: auto;
  }
  .row .xx-large-pull-9 {
    right: 75%;
    position: relative;
    left: auto;
  }
  .row .xx-large-pull-10 {
    right: 83.33333%;
    position: relative;
    left: auto;
  }
  .row .xx-large-pull-11 {
    right: 91.66667%;
    position: relative;
    left: auto;
  }
  .row .xx-large-pull-12 {
    right: 100%;
    position: relative;
    left: auto;
  }
  .column.xx-large-centered,
  .columns.xx-large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xx-large-uncentered,
  .columns.xx-large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .sidearm-table.collapse-on-x-large {
    display: table;
    display: table;
    display: table;
  }
  .sidearm-table.collapse-on-x-large thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-x-large tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-x-large tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-x-large tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-x-large td,
  .sidearm-table.collapse-on-x-large th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-x-large caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-x-large tbody tr td,
  .sidearm-table.collapse-on-x-large tfoot tr td,
  .sidearm-table.collapse-on-x-large tbody tr th,
  .sidearm-table.collapse-on-x-large tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-x-large tbody tr td[data-label],
  .sidearm-table.collapse-on-x-large tfoot tr td[data-label],
  .sidearm-table.collapse-on-x-large tbody tr th[data-label],
  .sidearm-table.collapse-on-x-large tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-x-large tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-x-large tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-x-large tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-x-large tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-x-large tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-x-large tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-x-large tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-x-large tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-x-large tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-x-large tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-x-large tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-x-large tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-x-large tbody tr td + td,
  .sidearm-table.collapse-on-x-large tfoot tr td + td,
  .sidearm-table.collapse-on-x-large tbody tr th + td,
  .sidearm-table.collapse-on-x-large tfoot tr th + td,
  .sidearm-table.collapse-on-x-large tbody tr td + th,
  .sidearm-table.collapse-on-x-large tfoot tr td + th,
  .sidearm-table.collapse-on-x-large tbody tr th + th,
  .sidearm-table.collapse-on-x-large tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-x-large tbody tr:before,
  .sidearm-table.collapse-on-x-large tfoot tr:before,
  .sidearm-table.collapse-on-x-large tbody tr:after,
  .sidearm-table.collapse-on-x-large tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded th {
    color: #494949;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded th a {
    color: #333333;
  }
  .sidearm-table.collapse-on-x-large thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-x-large tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-x-large tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-x-large tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-x-large td,
  .sidearm-table.collapse-on-x-large th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-x-large caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-x-large tbody tr td,
  .sidearm-table.collapse-on-x-large tfoot tr td,
  .sidearm-table.collapse-on-x-large tbody tr th,
  .sidearm-table.collapse-on-x-large tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-x-large tbody tr td[data-label],
  .sidearm-table.collapse-on-x-large tfoot tr td[data-label],
  .sidearm-table.collapse-on-x-large tbody tr th[data-label],
  .sidearm-table.collapse-on-x-large tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-x-large tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-x-large tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-x-large tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-x-large tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-x-large tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-x-large tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-x-large tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-x-large tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-x-large tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-x-large tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-x-large tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-x-large tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-x-large tbody tr td + td,
  .sidearm-table.collapse-on-x-large tfoot tr td + td,
  .sidearm-table.collapse-on-x-large tbody tr th + td,
  .sidearm-table.collapse-on-x-large tfoot tr th + td,
  .sidearm-table.collapse-on-x-large tbody tr td + th,
  .sidearm-table.collapse-on-x-large tfoot tr td + th,
  .sidearm-table.collapse-on-x-large tbody tr th + th,
  .sidearm-table.collapse-on-x-large tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-x-large tbody tr:before,
  .sidearm-table.collapse-on-x-large tfoot tr:before,
  .sidearm-table.collapse-on-x-large tbody tr:after,
  .sidearm-table.collapse-on-x-large tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded th {
    color: #494949;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded th a {
    color: #333333;
  }
  .sidearm-table.collapse-on-x-large thead {
    display: table-header-group;
  }
  .sidearm-table.collapse-on-x-large tbody {
    display: table-row-group;
  }
  .sidearm-table.collapse-on-x-large tfoot {
    display: table-footer-group;
  }
  .sidearm-table.collapse-on-x-large tr {
    display: table-row;
  }
  .sidearm-table.collapse-on-x-large td,
  .sidearm-table.collapse-on-x-large th {
    display: table-cell;
  }
  .sidearm-table.collapse-on-x-large caption {
    display: table-caption;
  }
  .sidearm-table.collapse-on-x-large tbody tr td,
  .sidearm-table.collapse-on-x-large tfoot tr td,
  .sidearm-table.collapse-on-x-large tbody tr th,
  .sidearm-table.collapse-on-x-large tfoot tr th {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .sidearm-table.collapse-on-x-large tbody tr td[data-label],
  .sidearm-table.collapse-on-x-large tfoot tr td[data-label],
  .sidearm-table.collapse-on-x-large tbody tr th[data-label],
  .sidearm-table.collapse-on-x-large tfoot tr th[data-label] {
    text-align: left !important;
  }
  .sidearm-table.collapse-on-x-large tbody tr td[data-label]:before,
  .sidearm-table.collapse-on-x-large tfoot tr td[data-label]:before,
  .sidearm-table.collapse-on-x-large tbody tr th[data-label]:before,
  .sidearm-table.collapse-on-x-large tfoot tr th[data-label]:before {
    display: none;
  }
  .sidearm-table.collapse-on-x-large tbody tr td[data-label].text-right,
  .sidearm-table.collapse-on-x-large tfoot tr td[data-label].text-right,
  .sidearm-table.collapse-on-x-large tbody tr th[data-label].text-right,
  .sidearm-table.collapse-on-x-large tfoot tr th[data-label].text-right {
    text-align: right !important;
  }
  .sidearm-table.collapse-on-x-large tbody tr td[data-label].text-center,
  .sidearm-table.collapse-on-x-large tfoot tr td[data-label].text-center,
  .sidearm-table.collapse-on-x-large tbody tr th[data-label].text-center,
  .sidearm-table.collapse-on-x-large tfoot tr th[data-label].text-center {
    text-align: center !important;
  }
  .sidearm-table.collapse-on-x-large tbody tr td + td,
  .sidearm-table.collapse-on-x-large tfoot tr td + td,
  .sidearm-table.collapse-on-x-large tbody tr th + td,
  .sidearm-table.collapse-on-x-large tfoot tr th + td,
  .sidearm-table.collapse-on-x-large tbody tr td + th,
  .sidearm-table.collapse-on-x-large tfoot tr td + th,
  .sidearm-table.collapse-on-x-large tbody tr th + th,
  .sidearm-table.collapse-on-x-large tfoot tr th + th {
    border-left: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-x-large tbody tr:before,
  .sidearm-table.collapse-on-x-large tfoot tr:before,
  .sidearm-table.collapse-on-x-large tbody tr:after,
  .sidearm-table.collapse-on-x-large tfoot tr:after {
    display: none;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr {
    height: auto;
    cursor: auto;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr th:not([scope=colgroup]):after,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr th:not([scope=colgroup]):after {
    content: '';
    border: none;
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded {
    background-color: inherit;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded td,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded td,
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded th,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded th {
    color: #494949;
    font-weight: normal;
    border: 1px solid #cccccc;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded td:first-child,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded td:first-child,
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded th:first-child,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded th:first-child {
    border-left: none;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded td:last-child,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded td:last-child,
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded th:last-child,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded th:last-child {
    border-right: none;
  }
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded td a,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded td a,
  .sidearm-table.collapse-on-x-large.accordion tbody tr.expanded th a,
  .sidearm-table.collapse-on-x-large.accordion tfoot tr.expanded th a {
    color: #333333;
  }
  .sidearm-table-overflow-on-xx-large {
    box-shadow: none;
  }
  .sidearm-table-overflow-on-xx-large .sidearm-table {
    width: 100%;
  }
  .text-normal-on-xx-large,
  .text-bold-on-x-large-down {
    font-weight: normal !important;
  }
  .text-bold-on-xx-large {
    font-weight: bold !important;
  }
  .text-italic-on-xx-large {
    font-style: italic !important;
  }
  .text-italic-on-x-large-down {
    font-style: normal !important;
  }
  .text-uppercase-on-xx-large {
    text-transform: uppercase !important;
  }
  .text-capitalize-on-xx-large {
    text-transform: capitalize !important;
  }
  .text-uppercase-on-x-large-down,
  .text-capitalize-on-x-large-down {
    text-transform: none !important;
  }
  .text-left-on-xx-large {
    text-align: left !important;
  }
  .text-right-on-xx-large {
    text-align: right !important;
  }
  .text-center-on-xx-large {
    text-align: center !important;
  }
  .text-left-on-x-large-down,
  .text-right-on-x-large-down,
  .text-center-on-x-large-down {
    text-align: inherit !important;
  }
  .text-smaller-on-xx-large {
    font-size: .9em !important;
  }
  .text-smallest-on-xx-large {
    font-size: .8em !important;
  }
  .text-smaller-on-x-large-down,
  .text-smallest-on-x-large-down {
    font-size: inherit !important;
  }
  .text-hide-on-xx-large {
    text-indent: -9999px !important;
  }
  .text-hide-on-x-large-down {
    text-indent: 0 !important;
  }
}
.sidearm-navigation-badge {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background-color: #ed071b;
  background: linear-gradient(to bottom, #f92f40 0%, #ed071b 100%);
  color: white;
  font-size: 12px;
  font-family: Arial, sans-serif;
  position: relative;
  margin-right: 3px;
  transform: translate(3px, -12px);
  border: 1px solid #ad0513;
  box-shadow: 0 0 0 0 rgba(237, 7, 27, 0.6);
  animation: badge-pulse 1.5s infinite;
  overflow: hidden;
}
.sidearm-navigation-badge::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-100%);
  animation: badge-shine 3s infinite;
}
@keyframes badge-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
  }
  90% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes badge-pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(237, 7, 27, 0.6);
  }
  70% {
    box-shadow: 0 0 0 5px rgba(237, 7, 27, 0);
  }
  90% {
    box-shadow: 0 0 0 0 rgba(237, 7, 27, 0);
  }
}
@keyframes badge-shine {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(100%);
  }
  41% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
.sidearm-progress-bar {
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
}
.sidearm-progress-bar > div {
  background-color: #494949;
  height: 30px;
  width: 6px;
  margin: 50px 2px;
  display: inline-block;
  -webkit-animation: progress-bar 1.2s infinite ease-in-out;
  animation: progress-bar 1.2s infinite ease-in-out;
}
.sidearm-progress-bar > div:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sidearm-progress-bar > div:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sidearm-progress-bar > div:nth-child(4) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sidearm-progress-bar > div:nth-child(5) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes progress-bar {
  0% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
}
@keyframes progress-bar {
  0% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
}
@media screen and (max-width: 1024px) {
  .sidearm-dfp-ad {
    margin: 24px auto;
  }
}
.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.hasDFP {
  padding-bottom: 82px !important;
}
@media screen and (min-width: 728px) {
  section.hasDFP {
    padding-bottom: 122px !important;
  }
}
@media screen and (min-width: 970px) {
  section.hasDFP {
    padding-bottom: 98px !important;
  }
}
/* NAVIGATION */

.c-nav.c-nav-1 {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #cfb87c;
  box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.25);
  z-index: 999;
}
.c-nav .row {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  height: 70px;
}
.c-nav__title {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  font-style: italic;
  font-weight: normal;
  font-size: 1.5em;
  color: #333333;
  margin: 0;
  text-transform: uppercase;
}
.c-nav__title .bold {
  font-weight: bold;
}
.c-nav__skip {
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  right: 36px;
  height: 24px;
  line-height: 24px;
  font-size: .875em;
  font-weight: bold;
  color: white !important;
  background-color: #757575;
  padding: 0 10px;
  text-decoration: none;
  z-index: 1;
}
.c-nav__skip::before {
  content: '';
  transform: translateX(-100%);
  position: absolute;
  left: 0;
  top: 0;
  border-top: 24px solid #757575;
  border-left: 24px solid transparent;
}
.c-nav__skip::after {
  content: '';
  transform: translateX(100%);
  position: absolute;
  right: 0;
  top: 0;
  border-top: 24px solid #757575;
  border-right: 24px solid transparent;
}
.c-nav__skip:hover {
  text-decoration: underline;
}
.c-nav__sponsor--desktop {
  display: none;
}
.c-nav__sponsor--mobile {
  margin: 12px auto 0;
  text-align: center;
}
.c-nav nav {
  transition: transform .25s;
  transform: translateX(100%);
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
  height: calc(100% - 70px);
  padding-top: 36px;
  background-color: #c1a457;
  overflow-y: auto;
  z-index: 3;
}
.c-nav nav.open {
  transform: translateX(0);
}
.c-nav nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-nav nav ul li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #cfb87c;
  text-align: center;
}
.c-nav nav ul li a {
  display: block;
  font-size: 1.25em;
  color: #333333;
}
.c-nav nav ul li a:hover {
  cursor: pointer;
}
.c-nav nav ul li.c-nav__item--more {
  padding: 0;
  border-bottom: none;
}
.c-nav nav ul li.c-nav__item--more > a {
  display: none;
}
.c-nav nav ul li.c-nav__item--more ul {
  position: static;
}
.c-nav nav ul li.c-nav__item--more ul li {
  background: none;
  text-align: center;
}
.c-nav nav ul li.c-nav__item--more ul li a {
  text-decoration: none;
}
.c-nav__toggle {
  padding: 0;
  margin: 0 0 0 auto;
  background-color: transparent;
  border: none;
}
.c-nav__toggle.open i::before {
  content: '\e077';
  font: "sidearm_font_v2";
}
.c-nav__toggle:active i::before {
  transform: rotate(180deg);
}
.c-nav__toggle i {
  font-size: 1.5em;
  color: #333333;
}
.c-nav__toggle i::before {
  transition: .25s;
}
@media screen and (min-width: 640px) {
  .c-nav__title {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    min-width: 1px;
    min-height: 1px;
    font-size: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .c-nav__sponsor--desktop {
    display: block;
    margin-right: 12px;
  }
  .c-nav__sponsor--mobile {
    display: none;
  }
  .c-nav nav {
    transform: none;
    position: static;
    height: auto;
    padding: 0;
    background-color: transparent;
    overflow: visible;
  }
  .c-nav nav ul.c-nav__level-1 {
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .c-nav nav ul li {
    padding: 0;
    border: none;
  }
  .c-nav nav ul li a {
    transition: .25s;
    font: 1em/1 'Roboto Condensed';
    display: block;
    padding: 8px 12px;
    text-decoration: none;
  }
  .c-nav nav ul li a:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .c-nav nav ul li a.external::after {
    content: '\e821';
    display: inline-block;
    font-family: sidearm_font;
    margin-left: 4px;
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
  }
  .c-nav nav ul li.c-nav__item--more {
    position: relative;
    z-index: 3;
  }
  .c-nav nav ul li.c-nav__item--more > a {
    display: block;
  }
  .c-nav nav ul li.c-nav__item--more ul {
    position: absolute;
    left: -9999px;
    top: 100%;
    width: 300px;
    z-index: 2;
    background-color: #757575;
  }
  .c-nav nav ul li.c-nav__item--more li {
    display: block;
    background-color: #cfb87c;
    text-align: right !important;
  }
  .c-nav nav ul li.c-nav__item--more li a {
    color: white;
  }
  .c-nav nav ul li.c-nav__item--more li a:hover {
    color: #333333;
  }
  .c-nav nav ul li.c-nav__item--more:hover > a {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .c-nav nav ul li.c-nav__item--more:hover ul {
    left: auto;
    right: 0;
  }
  .c-nav__toggle {
    display: none;
  }
}
.video-is-playing .c-nav-1 {
  transition: .25s;
  transform: translateY(-100%);
}
/* CONTENT STREAM */

.c-contentstream {
  position: relative;
}
.c-contentstream .component-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-contentstream .component-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
.c-contentstream .component-background.default-color.c-contentstream .component-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.c-contentstream .default-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
  z-index: -1;
}
.c-contentstream .default-background::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-contentstream .row {
  margin: 0 auto;
}
.c-contentstream .sponsor {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  margin: 0 0 12px;
}
.c-contentstream__header {
  text-align: center;
  margin: 0 0 12px;
}
.c-contentstream__headline {
  font: bold 2.5em/1 'Roboto Condensed';
  color: #333333;
  text-transform: uppercase;
}
.c-contentstream__subHeadline {
  font: bold 1.75em/1 'Roboto Condensed';
  color: #333333;
}
.c-contentstream__filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-contentstream__filter-item {
  margin: 6px;
}
.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;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  transition: .2s;
  font: 1em/1 'Roboto';
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #757575;
  color: white;
}
.c-contentstream__filter-button i {
  font-size: 28px;
}
.c-contentstream__filter-button span {
  display: none;
  font-style: italic;
}
.c-contentstream__filter-button:hover {
  background-color: #c1a457;
  color: #333333;
}
.c-contentstream__filter-button.is-active {
  background-color: #cfb87c;
  color: #333333;
}
.c-contentstream__stream {
  margin: 0 -12px;
}
.c-contentstream__item {
  width: 100%;
  padding: 12px;
}
.c-contentstream__item--twitter .c-contentstream__icon {
  background-color: #0b7bc1;
}
.c-contentstream__item--facebook .c-contentstream__icon {
  background-color: #3b5999;
}
.c-contentstream__item--instagram .c-contentstream__icon {
  background-color: #d94c60;
}
.c-contentstream__item--youtube .c-contentstream__icon {
  background-color: #d0021b;
}
.c-contentstream__item--youtube .c-contentstream__media.aspect {
  padding-bottom: 75%;
}
.c-contentstream__item-inner {
  position: relative;
  background-color: white;
  color: black;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.c-contentstream__user {
  font: 0.875em/1.4 'Roboto';
  padding: 16px 0 24px;
  margin: 0 24px;
  border-top: 1px solid #d9d9d9;
}
.c-contentstream__user-image {
  border: 1px solid #d9d9d9;
  margin-right: 12px;
}
.c-contentstream__user-name {
  font-weight: 700;
  color: black;
}
.c-contentstream__user-screen {
  transition: .2s;
  color: #cfb87c;
  text-decoration: none;
}
.c-contentstream__user-screen:hover {
  color: #757575;
}
.c-contentstream__media {
  display: block;
}
.c-contentstream__media-image {
  display: block;
  width: 100%;
  height: auto;
}
.c-contentstream__media-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  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: 48px;
  height: 48px;
  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__body {
  font: 1em/1.4 'Roboto';
  padding: 24px;
}
.c-contentstream__text {
  color: black;
}
.c-contentstream__text a {
  transition: .2s;
  color: #cfb87c;
  text-decoration: none;
  font-weight: bold;
}
.c-contentstream__text a:hover {
  color: #757575;
  text-decoration: underline;
}
.c-contentstream__title {
  font: bold 1.2em/1.4 'Roboto';
}
.c-contentstream__title a {
  transition: .2s;
  color: #cfb87c;
  text-decoration: none;
}
.c-contentstream__title a:hover {
  color: #757575;
}
.c-contentstream__teaser {
  font: 0.875em/1.4 'Roboto';
  margin: 16px 0 0;
}
.c-contentstream__teaser a {
  transition: .2s;
  color: #cfb87c;
  text-decoration: none;
}
.c-contentstream__teaser a:hover {
  color: #757575;
}
.c-contentstream__dateSport {
  font: 0.875em/1.4 'Roboto';
  margin: 16px 0 0;
}
.c-contentstream__date {
  font-weight: 700;
  font-style: italic;
  color: #cfb87c;
}
.c-contentstream__sport {
  text-transform: uppercase;
}
.c-contentstream__views {
  font: 0.875em/1.4 'Roboto';
  margin: 16px 0 0;
  color: #cfb87c;
}
.c-contentstream__actions {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.c-contentstream__actions-link {
  transition: .2s;
  font-size: 24px;
  color: #cfb87c;
}
.c-contentstream__actions-link:hover {
  color: #757575;
}
.c-contentstream__icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #333333;
  background-color: #cfb87c;
  text-align: center;
}
.c-contentstream .load-more__container {
  margin: 16px 0;
}
.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;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  transition: .2s;
  font: bold 1.5em/1 'Roboto';
  height: 48px;
  line-height: 48px;
  color: white;
  padding: 0 16px;
  background-color: #757575;
  text-align: center;
  text-transform: uppercase;
}
.c-contentstream .load-more__button:hover {
  background-color: #5b5b5b;
}
.c-contentstream.secondary {
  color: white;
}
.c-contentstream.secondary .component-background::before {
  background-color: rgba(117, 117, 117, 0.75);
}
.c-contentstream.secondary .component-background.default-color.c-contentstream.secondary .component-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(117, 117, 117, 0) 0%, #757575 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(117, 117, 117, 0)), color-stop(100%, #757575));
  background: -webkit-linear-gradient(top, rgba(117, 117, 117, 0) 0%, #757575 100%);
  background: -o-linear-gradient(top, rgba(117, 117, 117, 0) 0%, #757575 100%);
  background: -ms-linear-gradient(top, rgba(117, 117, 117, 0) 0%, #757575 100%);
  background: linear-gradient(to bottom, rgba(117, 117, 117, 0) 0%, #757575 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.c-contentstream.secondary .default-background {
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-light.png");
  background-size: cover;
}
.c-contentstream.secondary__headline {
  color: white;
}
.c-contentstream.secondary__subHeadline {
  color: white;
}
.c-contentstream.secondary .c-contentstream__filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-contentstream.secondary .c-contentstream__filter-item {
  margin: 6px;
}
.c-contentstream.secondary .c-contentstream__filter-button {
  background-color: #cfb87c;
  color: #333333;
}
.c-contentstream.secondary .c-contentstream__filter-button:hover {
  background-color: white;
  color: #cfb87c;
}
.c-contentstream.secondary .c-contentstream__filter-button.is-active {
  background-color: #333333;
  color: #cfb87c;
}
.c-contentstream.secondary .load-more__button {
  color: #333333;
  background-color: #cfb87c;
}
.c-contentstream.secondary .load-more__button:hover {
  background-color: #c1a457;
}
@media screen and (min-width: 640px) {
  .c-contentstream .c-contentstream__headline {
    font: bold 3em/1 'Roboto Condensed';
  }
  .c-contentstream .c-contentstream__subHeadline {
    font: bold 2em/1 'Roboto Condensed';
  }
  .c-contentstream .c-contentstream__item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c-contentstream .showcase-modal .showcase-modal__player-inner {
    width: 67%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1024px) {
  .c-contentstream .c-contentstream__headline {
    font: bold 4.25em/1 'Roboto Condensed';
  }
  .c-contentstream .c-contentstream__filter-button {
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
  }
  .c-contentstream .c-contentstream__filter-button i {
    font-size: 1em;
  }
  .c-contentstream .c-contentstream__filter-button span {
    display: inline-block;
  }
  .c-contentstream .c-contentstream__item {
    width: 33.333%;
  }
}
@media screen and (min-width: 1280px) {
  .c-contentstream .c-contentstream__item {
    width: 25%;
  }
}
/* FEATURED PLAYERS */

.c-players {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  color: #cfb87c;
  min-height: 100vh;
}
.c-players::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: -2;
}
.c-players .component-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-players .component-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.c-players .default-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-dark.png");
}
.c-players .default-background::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-players .component-background.default-color.c-players .component-background::after,
.c-players .component-background.default-color.c-players .default-background::after,
.c-players .default-background.default-color.c-players .component-background::after,
.c-players .default-background.default-color.c-players .default-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.c-players .row {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c-players .sponsor {
  margin: 12px;
}
.c-players__header {
  text-align: center;
  margin: 12px 0;
}
.c-players__headline {
  font: bold 2.5em/1 'Roboto Condensed';
  color: #cfb87c;
  text-transform: uppercase;
}
.c-players__subHeadline {
  font: bold 1.75em/1 'Roboto Condensed';
  color: #cfb87c;
}
.c-players__list {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
}
.c-players__item {
  width: calc(50% - 24px);
  margin: 12px;
  text-align: center;
  cursor: pointer;
}
.c-players__media {
  display: inline-block;
}
.c-players__jersey {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 6px;
  font-size: 1.2em;
  font-weight: 700;
  background-color: #cfb87c;
  color: #333333;
  z-index: 2;
}
.c-players__details {
  margin: 8px 0 0;
}
.c-players__name {
  font: 1.2em/1.4 'Roboto Condensed';
  text-transform: uppercase;
  margin-bottom: 8px;
}
.c-players__position {
  font: 1.2em/1.4 'Roboto Condensed';
  text-transform: uppercase;
}
.c-players__cta {
  transition: .2s;
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background-color: #cfb87c;
  color: #333333 !important;
  margin: 8px 0 0;
  text-align: center;
  text-decoration: none;
}
.c-players__cta--main {
  width: 100%;
}
.c-players__cta:hover {
  background-color: #c1a457;
}
.c-players__modal {
  display: none;
  transition: opacity .2s;
  transform: translate(-50%, -50%);
  position: fixed;
  left: -9999px;
  top: 50%;
  padding: 20px;
  min-width: 450px;
  box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0.25);
  background-color: white;
  color: black;
  opacity: 0;
  z-index: 99;
}
.c-players__modal.open {
  left: 50%;
  opacity: 1;
}
.c-players__modal .c-players__media {
  margin-right: 16px;
}
.c-players__stat {
  font: 1.1em/1.4 'Roboto Condensed';
}
.c-players__stat-name {
  font-weight: 700;
  color: #333333;
}
.c-players__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;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  transform: translate(50%, -50%);
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: none;
  border-radius: 50%;
  background: #cfb87c;
  color: #333333;
  padding: 0;
  cursor: pointer;
}
.c-players__close span {
  position: absolute;
  left: -9999px;
}
.c-players__roster {
  transition: .2s;
  font: 1em/1 'Roboto Condensed';
  height: 40px;
  line-height: 40px;
  color: #cfb87c !important;
  margin: 12px 0 0;
  padding: 0 48px;
  border: 1px solid #333333;
  text-align: center;
  text-decoration: none;
}
.c-players__roster:hover {
  background-color: #cfb87c;
  color: #333333 !important;
}
.c-players.light {
  color: #333333;
}
.c-players.light::before {
  background-color: white;
}
.c-players.light .default-background {
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-light.png");
}
.c-players.light .component-background::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
.c-players.light .component-background.default-color.c-players.light .component-background::after,
.c-players.light .component-background.default-color.c-players.light .default-background::after,
.c-players.light .default-background.default-color.c-players.light .component-background::after,
.c-players.light .default-background.default-color.c-players.light .default-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.c-players.light .c-players__headline {
  color: #333333;
}
.c-players.light .c-players__subHeadline {
  color: #333333;
}
.c-players.light .c-players__item .c-players__position {
  color: #333333;
}
.c-players.light .c-players__roster {
  color: #333333 !important;
  border: 1px solid #cfb87c;
}
.c-players.light .c-players__roster:hover {
  background-color: #cfb87c;
  color: #333333 !important;
}
@media screen and (min-width: 640px) {
  .c-players .c-players__headline {
    font: bold 3em/1 'Roboto Condensed';
  }
  .c-players .c-players__subHeadline {
    font: bold 2em/1 'Roboto Condensed';
  }
  .c-players .c-players__item {
    width: calc(33.333% - 24px);
  }
  .c-players .c-players__cta--main {
    display: none;
  }
  .c-players .c-players__modal {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-players .c-players__item {
    width: calc(25% - 24px);
  }
}
@media screen and (min-width: 1024px) {
  .c-players .c-players__headline {
    font: bold 4.25em/1 'Roboto Condensed';
  }
  .c-players .c-players__item {
    width: calc(20% - 24px);
  }
}
@media screen and (min-width: 1280px) {
  .c-players .c-players__item {
    width: calc(16.667% - 24px);
  }
}
/* GALLERIES */

.c-galleries {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  color: #333333;
  min-height: 100vh;
}
.c-galleries::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: -2;
}
.c-galleries .component-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-galleries .component-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.c-galleries .default-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-dark.png");
}
.c-galleries .default-background::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.c-galleries .component-background.default-color.c-galleries .component-background::after,
.c-galleries .component-background.default-color.c-galleries .default-background::after,
.c-galleries .default-background.default-color.c-galleries .component-background::after,
.c-galleries .default-background.default-color.c-galleries .default-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.c-galleries .row {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c-galleries .sponsor {
  margin: 12px;
}
.c-galleries__header {
  text-align: center;
  margin: 12px 0;
}
.c-galleries__headline {
  font: bold 2.5em/1 'Roboto Condensed';
  color: #cfb87c;
  text-transform: uppercase;
}
.c-galleries__subHeadline {
  font: bold 1.75em/1 'Roboto Condensed';
  color: #cfb87c;
}
.c-galleries__stream {
  width: 100%;
  margin: 0 -12px;
}
.c-galleries__item {
  width: calc(50% - 24px);
  margin: 12px;
  background-color: black;
  text-align: center;
  cursor: pointer;
}
.c-galleries__item:hover .c-galleries__media-image {
  transform: scale(1.1);
}
.c-galleries__media {
  overflow: hidden;
}
.c-galleries__media-image {
  transition: .4s;
}
.c-galleries__caption {
  padding: 12px;
  color: #333333;
  border: 1px solid #d9d9d9;
  border-top: none;
  background-color: white;
  text-align: left;
}
.c-galleries__modal {
  transition: opacity .2s;
  position: fixed;
  top: 70px;
  left: -9999px;
  width: 100%;
  height: calc(100vh - 70px);
  background-color: rgba(0, 0, 0, 0.9);
  color: black;
  opacity: 0;
  z-index: 1000;
}
.c-galleries__modal.open {
  left: 0;
  opacity: 1;
}
.c-galleries__modal-inner {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  height: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: black;
}
.c-galleries__modal-media-image {
  position: absolute;
  left: -9999px;
}
.c-galleries__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;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #cfb87c;
  color: #333333;
  padding: 0;
  cursor: pointer;
}
.c-galleries__close span {
  position: absolute;
  left: -9999px;
}
.c-galleries.light {
  color: black;
}
.c-galleries.light::before {
  background-color: white;
}
.c-galleries.light .default-background {
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-light.png");
}
.c-galleries.light .default-background::before,
.c-galleries.light .component-background::before {
  background-color: rgba(255, 255, 255, 0.75);
}
.c-galleries.light .component-background.default-color.c-galleries.light .component-background::after,
.c-galleries.light .component-background.default-color.c-galleries.light .default-background::after,
.c-galleries.light .default-background.default-color.c-galleries.light .component-background::after,
.c-galleries.light .default-background.default-color.c-galleries.light .default-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.c-galleries.light .c-galleries__headline {
  color: #333333;
}
.c-galleries.light .c-galleries__subHeadline {
  color: #333333;
}
.c-galleries.light .c-galleries__modal {
  background-color: rgba(255, 255, 255, 0.9);
}
.c-galleries.light .c-galleries__modal-inner {
  background-color: white;
}
@media screen and (min-width: 640px) {
  .c-galleries .c-galleries__headline {
    font: bold 3em/1 'Roboto Condensed';
  }
  .c-galleries .c-galleries__subHeadline {
    font: bold 2em/1 'Roboto Condensed';
  }
  .c-galleries .c-galleries__item {
    width: calc(33.333% - 24px);
  }
}
@media screen and (min-width: 768px) {
  .c-galleries .c-galleries__item {
    width: calc(25% - 24px);
  }
}
@media screen and (min-width: 1024px) {
  .c-galleries .c-galleries__headline {
    font: bold 4.25em/1 'Roboto Condensed';
  }
  .c-galleries .c-galleries__item {
    width: calc(20% - 24px);
  }
}
/* SCHEDULE */

.c-schedule {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  color: #cfb87c;
  min-height: 100vh;
}
.c-schedule::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: -2;
}
.c-schedule .component-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-schedule .component-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.c-schedule .default-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-dark.png");
}
.c-schedule .default-background::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-schedule .component-background.default-color.c-schedule .component-background::after,
.c-schedule .component-background.default-color.c-schedule .default-background::after,
.c-schedule .default-background.default-color.c-schedule .component-background::after,
.c-schedule .default-background.default-color.c-schedule .default-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.c-schedule .row {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c-schedule .sponsor {
  margin: 12px;
}
.c-schedule__header {
  text-align: center;
  margin: 12px 0;
}
.c-schedule__headline {
  font: bold 2.5em/1 'Roboto Condensed';
  color: #cfb87c;
  text-transform: uppercase;
}
.c-schedule__subHeadline {
  font: bold 1.75em/1 'Roboto Condensed';
  color: #cfb87c;
}
.c-schedule__games {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
}
.c-schedule__game {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  flex: 1 0 50%;
  -webkit-flex: 1 0 50%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 50%;
  -webkit-flex: 1 0 50%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 50%;
  -webkit-flex: 1 0 50%;
  min-width: 1px;
  min-height: 1px;
  margin: 8px 0;
  text-align: center;
}
.c-schedule__logo {
  padding: 0 6px;
  margin: 0 0 auto;
}
.c-schedule__indicator {
  position: relative;
  width: 100%;
  height: 2px;
  margin: 20px 0;
  background-color: #cfb87c;
}
.c-schedule__indicator::before {
  content: '';
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #cfb87c;
  border-radius: 50%;
  background-color: #cfb87c;
}
.c-schedule__indicator.home::before,
.c-schedule__indicator.H::before {
  background-color: black;
}
.c-schedule__indicator.neutral::before,
.c-schedule__indicator.N::before {
  background: #cfb87c;
  background: -moz-linear-gradient(180deg, #cfb87c 0%, #cfb87c 49%, black 51%, black 100%);
  background: -webkit-linear-gradient(180deg, #cfb87c 0%, #cfb87c 49%, black 51%, black 100%);
  background: linear-gradient(180deg, #cfb87c 0%, #cfb87c 49%, black 51%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary_background', endColorstr='#000', GradientType=1);
}
.c-schedule__date {
  font: bold 2em/1.4 'Roboto Condensed';
}
.c-schedule__time {
  font: 1.1em/1.4 'Roboto Condensed';
}
.c-schedule__result {
  font: 1.1em/1.4 'Roboto Condensed';
}
.c-schedule__result.c-schedule__result--win {
  font-weight: 700;
}
.c-schedule__result.c-schedule__result--loss {
  font-style: italic;
}
.c-schedule__legend {
  list-style: none;
  margin: 48px 0;
  padding: 0;
  width: 100%;
}
.c-schedule__legend li {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 12px;
  text-transform: uppercase;
}
.c-schedule__legend li::before {
  content: '';
  display: inline-block;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #cfb87c;
}
.c-schedule__legend li.home::before {
  background-color: black;
}
.c-schedule__legend li.away::before {
  background-color: #cfb87c;
}
.c-schedule__legend li.neutral::before {
  background: #cfb87c;
  background: -moz-linear-gradient(180deg, #cfb87c 0%, #cfb87c 49%, black 51%, black 100%);
  background: -webkit-linear-gradient(180deg, #cfb87c 0%, #cfb87c 49%, black 51%, black 100%);
  background: linear-gradient(180deg, #cfb87c 0%, #cfb87c 49%, black 51%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary_background', endColorstr='#000', GradientType=1);
}
.c-schedule__link {
  transition: .2s;
  font: 1em/1 'Roboto Condensed';
  height: 40px;
  line-height: 40px;
  color: #cfb87c !important;
  margin: 12px 0 0;
  padding: 0 48px;
  border: 1px solid #333333;
  text-align: center;
  text-decoration: none;
}
.c-schedule__link:hover {
  background-color: #cfb87c;
  color: #333333 !important;
}
.c-schedule.light {
  color: black;
}
.c-schedule.light::before {
  background-color: white;
}
.c-schedule.light .default-background {
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-light.png");
}
.c-schedule.light .component-background::before {
  background-color: rgba(255, 255, 255, 0.75);
}
.c-schedule.light .component-background.default-color.c-schedule.light .component-background::after,
.c-schedule.light .component-background.default-color.c-schedule.light .default-background::after,
.c-schedule.light .default-background.default-color.c-schedule.light .component-background::after,
.c-schedule.light .default-background.default-color.c-schedule.light .default-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.c-schedule.light .c-schedule__headline {
  color: #333333;
}
.c-schedule.light .c-schedule__subHeadline {
  color: #333333;
}
.c-schedule.light .c-schedule__indicator.home::before,
.c-schedule.light .c-schedule__indicator.H::before {
  background-color: white;
}
.c-schedule.light .c-schedule__indicator.neutral::before,
.c-schedule.light .c-schedule__indicator.N::before {
  background: #cfb87c;
  background: -moz-linear-gradient(180deg, #cfb87c 0%, #cfb87c 49%, white 51%, white 100%);
  background: -webkit-linear-gradient(180deg, #cfb87c 0%, #cfb87c 49%, white 51%, white 100%);
  background: linear-gradient(180deg, #cfb87c 0%, #cfb87c 49%, white 51%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary_background', endColorstr='#fff', GradientType=1);
}
.c-schedule.light .c-schedule__result.c-schedule__result--win {
  color: #333333;
}
.c-schedule.light .c-schedule__legend li.home::before {
  background-color: white;
}
.c-schedule.light .c-schedule__legend li.neutral::before {
  background: #cfb87c;
  background: -moz-linear-gradient(180deg, #cfb87c 0%, #cfb87c 49%, white 51%, white 100%);
  background: -webkit-linear-gradient(180deg, #cfb87c 0%, #cfb87c 49%, white 51%, white 100%);
  background: linear-gradient(180deg, #cfb87c 0%, #cfb87c 49%, white 51%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary_background', endColorstr='#fff', GradientType=1);
}
.c-schedule.light .c-schedule__link {
  color: #333333 !important;
  border: 1px solid #cfb87c;
}
.c-schedule.light .c-schedule__link:hover {
  background-color: #cfb87c;
  color: #333333 !important;
}
@media screen and (min-width: 640px) {
  .c-schedule .c-schedule__headline {
    font: bold 3em/1 'Roboto Condensed';
  }
  .c-schedule .c-schedule__subHeadline {
    font: bold 2em/1 'Roboto Condensed';
  }
  .c-schedule .c-schedule__game {
    flex: 1 0 33.333%;
    -webkit-flex: 1 0 33.333%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 33.333%;
    -webkit-flex: 1 0 33.333%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 33.333%;
    -webkit-flex: 1 0 33.333%;
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (min-width: 768px) {
  .c-schedule .c-schedule__game {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .c-schedule .c-schedule__headline {
    font: bold 4.25em/1 'Roboto Condensed';
  }
}
/* ROSTER */

.c-roster {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  min-height: 100vh;
}
.c-roster::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: -2;
}
.c-roster .component-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-roster .component-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.c-roster .default-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-dark.png");
  z-index: -1;
}
.c-roster .default-background::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.c-roster .component-background.default-color.c-roster .component-background::after,
.c-roster .component-background.default-color.c-roster .default-background::after,
.c-roster .default-background.default-color.c-roster .component-background::after,
.c-roster .default-background.default-color.c-roster .default-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.c-roster .row {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.c-roster .row [class^='flex-item-'] {
  width: auto;
}
.c-roster .row.row:before,
.c-roster .row.row:after {
  display: none;
}
.c-roster .row > .column,
.c-roster .row > .columns {
  flex: none;
  -webkit-flex: none;
  width: auto;
  float: none;
}
.c-roster .row .flex-item-1 {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.c-roster .row .flex-item-2 {
  flex: 2;
  -webkit-flex: 2;
  min-width: 1px;
  min-height: 1px;
  flex: 2;
  -webkit-flex: 2;
  min-width: 1px;
  min-height: 1px;
  flex: 2;
  -webkit-flex: 2;
  min-width: 1px;
  min-height: 1px;
}
.c-roster .row .flex-item-3 {
  flex: 3;
  -webkit-flex: 3;
  min-width: 1px;
  min-height: 1px;
  flex: 3;
  -webkit-flex: 3;
  min-width: 1px;
  min-height: 1px;
  flex: 3;
  -webkit-flex: 3;
  min-width: 1px;
  min-height: 1px;
}
.c-roster .row .flex-item-4 {
  flex: 4;
  -webkit-flex: 4;
  min-width: 1px;
  min-height: 1px;
  flex: 4;
  -webkit-flex: 4;
  min-width: 1px;
  min-height: 1px;
  flex: 4;
  -webkit-flex: 4;
  min-width: 1px;
  min-height: 1px;
}
.c-roster .row .flex-order-1 {
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
}
.c-roster .row .flex-order-2 {
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
}
.c-roster .row .flex-order-3 {
  order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-order: 3;
}
.c-roster .row .flex-order-4 {
  order: 4;
  -webkit-order: 4;
  order: 4;
  -webkit-order: 4;
  order: 4;
  -webkit-order: 4;
}
.c-roster .row.flex-inline {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  display: -webkit-inline-flex;
}
.c-roster .row.flex-row {
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.c-roster .row.flex-column {
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-roster .row.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c-roster .row.flex-no-wrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.c-roster .row.flex-align-center {
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
}
.c-roster .row.flex-align-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.c-roster .row.flex-align-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.c-roster .row.flex-align-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.c-roster .row.flex-justify-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.c-roster .row.flex-justify-center {
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-roster .row.flex-justify-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.c-roster .row.flex-justify-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-roster .row.flex-justify-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.c-roster .sponsor {
  margin: 12px;
}
.c-roster__header {
  text-align: center;
  margin: 12px 0;
}
.c-roster__headline {
  font: bold 2.5em/1 'Roboto Condensed';
  color: #cfb87c;
  text-transform: uppercase;
}
.c-roster__subHeadline {
  font: bold 1.75em/1 'Roboto Condensed';
  color: #cfb87c;
}
.c-roster__players {
  overflow: auto;
  width: calc(100vw - 24px);
  max-width: 1280px;
}
.c-roster .sidearm-table {
  background-color: white;
  margin-bottom: 48px;
  white-space: nowrap;
}
.c-roster.light::before {
  background-color: white;
}
.c-roster.light .default-background {
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-light.png");
}
.c-roster.light .default-background::before,
.c-roster.light .component-background::before {
  background-color: rgba(255, 255, 255, 0.75);
}
.c-roster.light .component-background.default-color.c-roster.light .component-background::after,
.c-roster.light .component-background.default-color.c-roster.light .default-background::after,
.c-roster.light .default-background.default-color.c-roster.light .component-background::after,
.c-roster.light .default-background.default-color.c-roster.light .default-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.c-roster.light .c-roster__headline {
  color: #333333;
}
.c-roster.light .c-roster__subHeadline {
  color: #333333;
}
@media screen and (min-width: 640px) {
  .c-roster .c-roster__headline {
    font: bold 3em/1 'Roboto Condensed';
  }
  .c-roster .c-roster__subHeadline {
    font: bold 2em/1 'Roboto Condensed';
  }
}
@media screen and (min-width: 1024px) {
  .c-roster .c-roster__headline {
    font: bold 4.25em/1 'Roboto Condensed';
  }
}
/* SOCIAL */

.c-social {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  color: #333333;
  min-height: 100vh;
}
.c-social::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: -2;
}
.c-social .component-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-social .component-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.c-social .default-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-dark.png");
}
.c-social .component-background.default-color.c-social .component-background::after,
.c-social .component-background.default-color.c-social .default-background::after,
.c-social .default-background.default-color.c-social .component-background::after,
.c-social .default-background.default-color.c-social .default-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.c-social .row {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c-social .sponsor {
  margin: 12px;
}
.c-social__header {
  text-align: center;
  margin: 12px 0;
}
.c-social__headline {
  font: bold 2.5em/1 'Roboto Condensed';
  color: #cfb87c;
  text-transform: uppercase;
}
.c-social__subHeadline {
  font: bold 1.75em/1 'Roboto Condensed';
  color: #cfb87c;
}
.c-social__accounts {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  margin-bottom: 16px;
}
.c-social__accounts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-social__accounts li {
  margin: 0 6px;
}
.c-social__accounts li.c-social__account--twitter a {
  background-color: #0b7bc1;
}
.c-social__accounts li.c-social__account--instagram a {
  background-color: #d94c60;
}
.c-social__accounts a {
  display: inline-block;
  font: 1em/1 'Roboto';
  width: 120px;
  height: 32px;
  line-height: 32px;
  color: white !important;
  text-align: center;
  text-decoration: none;
}
.c-social__list {
  margin: 0 -12px;
}
.c-social__item {
  width: calc(100% - 24px);
  margin: 12px;
}
.c-social__item.c-social__item--open .c-social__modal {
  left: 0;
}
.c-social__item--instagram .c-contentstream__icon {
  background-color: #d94c60;
}
.c-social__item-inner {
  position: relative;
  height: 100%;
  background-color: white;
  color: black;
  border: 1px solid #d9d9d9;
}
.c-social__user {
  font: 0.875em/1.4 'Roboto';
  padding: 8px 0;
  margin: 0 8px;
  border-top: 1px solid #d9d9d9;
}
.c-social__user-image {
  border: 1px solid #d9d9d9;
  margin-right: 12px;
}
.c-social__user-name {
  font-weight: 700;
  color: black;
}
.c-social__user-screen {
  transition: .2s;
  color: #cfb87c;
  text-decoration: none;
}
.c-social__user-screen:hover {
  color: #757575;
}
.c-social__media {
  display: block;
}
.c-social__media-image {
  display: block;
  height: auto;
}
.c-social__body {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  font: 1em/1.4 'Roboto Condensed';
  padding: 8px;
  min-height: 200px;
}
.c-social__text {
  color: black;
}
.c-social__text a {
  transition: .2s;
  color: #cfb87c;
  text-decoration: none;
  font-weight: bold;
}
.c-social__text a:hover {
  color: #757575;
  text-decoration: underline;
}
.c-social__modal {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  overflow: hidden;
}
.c-social__modal .c-social__modal-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-social__modal .c-social__modal-inner img {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
}
.c-social__modal .c-social__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;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #333333;
  background: #cfb87c;
  border-radius: 50%;
  text-align: center;
}
.c-social__modal .c-social__modal-close i:before {
  margin: 0;
}
.c-social__modal .c-social__modal-close span {
  position: absolute;
  left: -9999px;
}
.c-social__modal .c-social__modal-close:hover {
  cursor: pointer;
}
.c-social__photo-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;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  transition: .2s;
  color: #cfb87c;
  margin-top: 12px;
}
.c-social__photo-toggle:hover {
  color: #757575;
}
.c-social__actions {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: auto 0 0;
}
.c-social__actions-link {
  transition: .2s;
  font-size: 24px;
  color: #cfb87c;
}
.c-social__actions-link:hover {
  color: #757575;
}
.c-social__icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #333333;
  background-color: #cfb87c;
  text-align: center;
}
.c-social .load-more__container {
  margin: 16px 0;
}
.c-social .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;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  transition: .2s;
  font: 1em/1 'Roboto Condensed';
  height: 40px;
  line-height: 40px;
  color: #cfb87c;
  padding: 0 48px;
  border: 1px solid #333333;
  text-align: center;
}
.c-social .load-more__button:hover {
  background-color: #cfb87c;
  color: #333333;
}
.c-social.light::before {
  background-color: white;
}
.c-social.light .component-background::before {
  background-color: rgba(255, 255, 255, 0.75);
}
.c-social.light .default-background {
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-light.png");
}
.c-social.light .component-background.default-color.c-social.light .component-background::after,
.c-social.light .component-background.default-color.c-social.light .default-background::after,
.c-social.light .default-background.default-color.c-social.light .component-background::after,
.c-social.light .default-background.default-color.c-social.light .default-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.c-social.light .c-social__headline {
  color: #333333;
}
.c-social.light .c-social__subHeadline {
  color: #333333;
}
.c-social.light .load-more__button {
  color: #333333;
  border: 1px solid #cfb87c;
}
.c-social.light .load-more__button:hover {
  background-color: #cfb87c;
  color: #333333;
}
@media screen and (min-width: 640px) {
  .c-social .c-social__headline {
    font: bold 3em/1 'Roboto Condensed';
  }
  .c-social .c-social__subHeadline {
    font: bold 2em/1 'Roboto Condensed';
  }
  .c-social .c-social__item {
    width: calc(50% - 24px);
  }
}
@media screen and (min-width: 768px) {
  .c-social .c-social__item {
    width: calc(33.333% - 24px);
  }
}
@media screen and (min-width: 1024px) {
  .c-social .c-social__headline {
    font: bold 4.25em/1 'Roboto Condensed';
  }
  .c-social .c-social__filter-button {
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
  }
  .c-social .c-social__filter-button i {
    font-size: 1em;
  }
  .c-social .c-social__filter-button span {
    display: inline-block;
  }
  .c-social .c-social__item {
    width: calc(25% - 24px);
  }
}
@media screen and (min-width: 1280px) {
  .c-social .c-social__item {
    width: calc(20% - 24px);
  }
}
/* STORIES */

.c-stories {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  color: #cfb87c;
  min-height: 100vh;
}
.c-stories::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: -2;
}
.c-stories .component-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-stories .component-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.c-stories .default-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-dark.png");
}
.c-stories .default-background::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-stories .component-background.default-color.c-stories .component-background::after,
.c-stories .component-background.default-color.c-stories .default-background::after,
.c-stories .default-background.default-color.c-stories .component-background::after,
.c-stories .default-background.default-color.c-stories .default-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.c-stories .row {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c-stories .sponsor {
  margin: 12px;
}
.c-stories .load-more__container {
  margin: 16px 0;
}
.c-stories .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;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  transition: .2s;
  font: 1em/1 'Roboto Condensed';
  height: 40px;
  line-height: 40px;
  color: #cfb87c;
  padding: 0 48px;
  border: 1px solid #333333;
  text-align: center;
}
.c-stories .load-more__button:hover {
  background-color: #cfb87c;
  color: #333333;
}
.c-stories__header {
  text-align: center;
  margin: 12px 0;
}
.c-stories__headline {
  font: bold 2.5em/1 'Roboto Condensed';
  color: #cfb87c;
  text-transform: uppercase;
}
.c-stories__subHeadline {
  font: bold 1.75em/1 'Roboto Condensed';
  color: #cfb87c;
}
.c-stories__list {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  width: 100%;
}
.c-stories__item {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  margin: 1rem 0;
}
.c-stories__media-container {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.c-stories__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.c-stories__media::before {
  content: '';
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.c-stories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-stories__details {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  background-color: black;
}
.c-stories__title {
  margin: 1rem 1rem 0;
  padding: 1rem 0;
  border-bottom: 1px solid white;
}
.c-stories__title a {
  transition: .2s;
  font: bold 1.25em/1.2 'Roboto Condensed';
  color: #cfb87c;
  text-transform: uppercase;
  text-decoration: none;
}
.c-stories__title a:hover {
  color: #cfb87c;
}
.c-stories__teaser {
  font: 1em/1.4 'Roboto Condensed';
  padding: 1rem 1rem 0;
}
.c-stories__teaser a {
  transition: .2s;
  color: #cfb87c;
  text-decoration: none;
}
.c-stories__teaser a:hover {
  text-decoration: underline;
}
.c-stories__cta {
  transition: .2s;
  display: inline-block;
  width: 90px;
  height: 40px;
  line-height: 40px;
  background-color: #cfb87c;
  color: #333333 !important;
  margin: 1rem 0;
  text-align: center;
  text-decoration: none;
}
.c-stories__cta:hover {
  background-color: #c1a457;
}
.c-stories.light {
  color: #333333;
}
.c-stories.light::before {
  background-color: white;
}
.c-stories.light .default-background {
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-light.png");
}
.c-stories.light .component-background::before {
  background-color: rgba(255, 255, 255, 0.75);
}
.c-stories.light .component-background.default-color.c-stories.light .component-background::after,
.c-stories.light .component-background.default-color.c-stories.light .default-background::after,
.c-stories.light .default-background.default-color.c-stories.light .component-background::after,
.c-stories.light .default-background.default-color.c-stories.light .default-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.c-stories.light .c-stories__headline {
  color: #333333;
}
.c-stories.light .c-stories__subHeadline {
  color: #333333;
}
.c-stories.light .c-stories__details {
  background-color: white;
}
.c-stories.light .c-stories__title {
  border-bottom: 1px solid black;
}
.c-stories.light .c-stories__title a {
  color: #333333;
}
.c-stories.light .c-stories__teaser {
  color: black;
}
@media screen and (min-width: 640px) {
  .c-stories .c-stories__headline {
    font: bold 3em/1 'Roboto Condensed';
  }
  .c-stories .c-stories__subHeadline {
    font: bold 2em/1 'Roboto Condensed';
  }
}
@media screen and (min-width: 768px) {
  .c-stories .c-stories__media-container {
    padding-bottom: 0;
    height: auto;
  }
  .c-stories .c-stories__media-container {
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-stories .c-stories__details {
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-stories .c-stories__title a {
    font: bold 1.5em/1.4 'Roboto Condensed';
  }
}
@media screen and (min-width: 1024px) {
  .c-stories .c-stories__headline {
    font: bold 4.25em/1 'Roboto Condensed';
  }
  .c-stories .c-stories__media-container {
    flex: 1 1 66.6667%;
    -webkit-flex: 1 1 66.6667%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 1 66.6667%;
    -webkit-flex: 1 1 66.6667%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 1 66.6667%;
    -webkit-flex: 1 1 66.6667%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-stories .c-stories__details {
    flex: 1 1 33.3333%;
    -webkit-flex: 1 1 33.3333%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 1 33.3333%;
    -webkit-flex: 1 1 33.3333%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 1 33.3333%;
    -webkit-flex: 1 1 33.3333%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-stories .c-stories__title a {
    font: bold 2em/1.2 'Roboto Condensed';
  }
}
@media screen and (min-width: 1280px) {
  .c-stories .c-stories__media {
    position: relative;
  }
  .c-stories .c-stories__image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}
/* VIDEOS */

.c-videos {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  color: #cfb87c;
  min-height: 100vh;
}
.c-videos::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: -2;
}
.c-videos .component-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-videos .component-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.c-videos .default-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-dark.png");
}
.c-videos .default-background::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-videos .component-background.default-color.c-videos .component-background::after,
.c-videos .component-background.default-color.c-videos .default-background::after,
.c-videos .default-background.default-color.c-videos .component-background::after,
.c-videos .default-background.default-color.c-videos .default-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.c-videos .row {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c-videos .sponsor {
  margin: 12px;
}
.c-videos__header {
  text-align: center;
  margin: 12px 0;
}
.c-videos__headline {
  font: bold 2.5em/1 'Roboto Condensed';
  color: #cfb87c;
  text-transform: uppercase;
}
.c-videos__subHeadline {
  font: bold 1.75em/1 'Roboto Condensed';
  color: #cfb87c;
}
.c-videos__list {
  margin: 0 -12px;
  width: 100%;
}
.c-videos__item {
  width: calc(100% - 24px);
  margin: 12px;
}
.c-videos__item-inner {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
  color: #333333;
}
.c-videos__item:hover {
  cursor: pointer;
}
.c-videos__item:hover .c-videos__item-inner {
  color: white;
}
.c-videos__item:hover .c-videos__body {
  background-color: #757575;
}
.c-videos__media {
  display: block;
  background-color: black;
}
.c-videos__media-image {
  display: block;
  width: 100%;
  height: auto;
}
.c-videos__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;
  -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: 48px;
  height: 48px;
  background-image: url('https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png');
  background-size: contain;
}
.c-videos__media.aspect {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.c-videos__media.aspect .c-videos__media-image {
  position: absolute;
  top: 0;
  left: 0;
}
.c-videos__media.video-is-playing .showcase-modal {
  left: 0;
}
.c-videos__body {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  transition: .2s;
  font: 1em/1.4 'Roboto Condensed';
  padding: 12px 16px;
  background-color: #cfb87c;
}
.c-videos .load-more__container {
  margin: 16px 0;
}
.c-videos .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;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  transition: .2s;
  font: 1em/1 'Roboto Condensed';
  height: 40px;
  line-height: 40px;
  color: #333333;
  padding: 0 48px;
  border: 1px solid #333333;
  text-align: center;
}
.c-videos .load-more__button:hover {
  background-color: #cfb87c;
}
.c-videos.light {
  color: #333333;
}
.c-videos.light::before {
  background-color: white;
}
.c-videos.light .default-background {
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-light.png");
}
.c-videos.light .component-background::before {
  background-color: rgba(255, 255, 255, 0.75);
}
.c-videos.light .component-background.default-color.c-videos.light .component-background::after,
.c-videos.light .component-background.default-color.c-videos.light .default-background::after,
.c-videos.light .default-background.default-color.c-videos.light .component-background::after,
.c-videos.light .default-background.default-color.c-videos.light .default-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.c-videos.light .c-videos__headline {
  color: #333333;
}
.c-videos.light .c-videos__subHeadline {
  color: #333333;
}
.c-videos.light .load-more__button {
  color: #cfb87c;
  border: 1px solid #cfb87c;
}
.c-videos.light .load-more__button:hover {
  background-color: #cfb87c;
  color: #333333;
}
@media screen and (min-width: 640px) {
  .c-videos .c-videos__headline {
    font: bold 3em/1 'Roboto Condensed';
  }
  .c-videos .c-videos__subHeadline {
    font: bold 2em/1 'Roboto Condensed';
  }
  .c-videos .c-videos__item {
    width: calc(50% - 24px);
  }
}
@media screen and (min-width: 768px) {
  .c-videos .c-videos__item {
    width: calc(33.333% - 24px);
  }
  .c-videos .showcase-modal .showcase-modal__player-inner {
    width: 67%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1024px) {
  .c-videos .c-videos__headline {
    font: bold 4.25em/1 'Roboto Condensed';
  }
  .c-videos .c-videos__item {
    width: calc(25% - 24px);
  }
}
/* CUSTOM TEMPLATES */

.c-custom {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.c-custom .default-background {
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-light.png");
}
.c-custom .default-background {
  z-index: -1;
}
.c-custom .component-background,
.c-custom .default-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-custom .component-background::before,
.c-custom .default-background::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-custom .component-background.default-color.c-custom .component-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.c-custom .row {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c-custom .sponsor {
  margin: 0 0 24px;
}
.c-custom__header {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  text-align: center;
  margin: 0 0 24px;
}
.c-custom__headline {
  font: bold 2.5em/1 'Roboto Condensed';
  text-transform: uppercase;
}
.c-custom__subHeadline {
  font: bold 1.75em/1 'Roboto Condensed';
}
.c-custom__content {
  width: 100%;
}
.c-custom__media {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}
.c-custom__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.c-custom.c-custom--2 .c-custom__header {
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  margin: 0 0 24px;
}
.c-custom.c-custom--2 .c-custom__container {
  width: 100%;
}
.c-custom.c-custom--2 .c-custom__left {
  display: none;
}
.c-custom.c-custom--2 .c-custom__right {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
}
.c-custom.c-custom--2 .c-custom__right .c-custom__image,
.c-custom.c-custom--2 .c-custom__right .c-custom__media {
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
}
.c-custom.c-custom--2 .c-custom__content {
  order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-order: 3;
}
.c-custom.c-custom--3 .c-custom__header {
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  margin: 0 0 24px;
}
.c-custom.c-custom--3 .c-custom__container {
  width: 100%;
}
.c-custom.c-custom--3 .c-custom__left {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
}
.c-custom.c-custom--3 .c-custom__left .c-custom__image,
.c-custom.c-custom--3 .c-custom__left .c-custom__media {
  order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-order: 3;
}
.c-custom.c-custom--3 .c-custom__left .sponsor {
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
}
.c-custom.c-custom--3 .c-custom__right {
  display: none;
}
.c-custom.c-custom--3 .c-custom__content {
  order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-order: 3;
}
.c-custom.primary {
  background-color: #cfb87c;
  color: #333333;
}
.c-custom.primary .component-background::before {
  background-color: rgba(207, 184, 124, 0.2);
}
.c-custom.primary .c-custom__headline {
  color: #333333;
}
.c-custom.primary .c-custom__subHeadline {
  color: #4d4d4d;
}
.c-custom.secondary {
  background-color: #757575;
  color: white;
}
.c-custom.secondary .component-background::before {
  background-color: rgba(117, 117, 117, 0.2);
}
.c-custom.secondary .c-custom__headline {
  color: white;
}
.c-custom.secondary .c-custom__subHeadline {
  color: white;
}
.c-custom.black {
  background-color: black;
  color: #cfb87c;
}
.c-custom.black .component-background::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.c-custom.black .c-custom__headline {
  color: #cfb87c;
}
.c-custom.black .c-custom__subHeadline {
  color: #ddcca1;
}
.c-custom.white {
  background-color: white;
  color: black;
}
.c-custom.white .component-background::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.c-custom.white .c-custom__headline {
  color: #333333;
}
.c-custom.white .c-custom__subHeadline {
  color: black;
}
.c-custom.hasBackground:not(.custom-scheme) {
  background-color: transparent !important;
  color: black;
}
.c-custom.hasBackground:not(.custom-scheme) .component-background {
  opacity: .4;
}
.c-custom.hasBackground:not(.custom-scheme) .c-custom__headline {
  color: #333333;
}
.c-custom.hasBackground:not(.custom-scheme) .c-custom__subHeadline {
  color: #333333;
}
@media screen and (min-width: 640px) {
  .c-custom .c-custom__headline {
    font: bold 3em/1 'Roboto Condensed';
  }
  .c-custom .c-custom__subHeadline {
    font: bold 2em/1 'Roboto Condensed';
  }
  .c-custom.c-custom--2 .c-custom__headline {
    font: bold 2.5em/1 'Roboto Condensed';
  }
  .c-custom.c-custom--2 .c-custom__subHeadline {
    font: bold 1.75em/1 'Roboto Condensed';
  }
  .c-custom.c-custom--3 .c-custom__headline {
    font: bold 2.5em/1 'Roboto Condensed';
  }
  .c-custom.c-custom--3 .c-custom__subHeadline {
    font: bold 1.5em/1 'Roboto Condensed';
  }
}
@media screen and (min-width: 1024px) {
  .c-custom .c-custom__headline {
    font: bold 4.25em/1 'Roboto Condensed';
  }
  .c-custom.c-custom--2 .c-custom__header {
    text-align: left;
  }
  .c-custom.c-custom--2 .c-custom__headline {
    font: bold 3.75em/1 'Roboto Condensed';
  }
  .c-custom.c-custom--2 .c-custom__right {
    flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    min-width: 1px;
    min-height: 1px;
    display: block;
    padding: 0 12px;
  }
  .c-custom.c-custom--2 .c-custom__right .c-custom__image,
  .c-custom.c-custom--2 .c-custom__right .c-custom__media {
    display: block;
    float: left;
    width: 50%;
    margin: 0 24px 24px 0;
  }
  .c-custom.c-custom--3 .c-custom__header {
    text-align: left;
  }
  .c-custom.c-custom--3 .c-custom__headline {
    font: bold 3em/1 'Roboto Condensed';
  }
  .c-custom.c-custom--3 .c-custom__left {
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
    display: block;
    padding: 0 12px;
  }
  .c-custom.c-custom--3 .c-custom__left .c-custom__image,
  .c-custom.c-custom--3 .c-custom__left .c-custom__media {
    display: block;
    float: right;
    width: 50%;
    margin: 0 0 24px 24px;
  }
}
@media screen and (min-width: 1280px) {
  .c-custom.c-custom--2 .c-custom__left {
    flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    min-width: 1px;
    min-height: 1px;
    display: block;
    padding: 0 12px;
  }
  .c-custom.c-custom--2 .c-custom__right .c-custom__image,
  .c-custom.c-custom--2 .c-custom__right .c-custom__media {
    display: none;
  }
  .c-custom.c-custom--3 .c-custom__left {
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
    flex: 2;
    -webkit-flex: 2;
    min-width: 1px;
    min-height: 1px;
    display: block;
  }
  .c-custom.c-custom--3 .c-custom__left .c-custom__image,
  .c-custom.c-custom--3 .c-custom__left .c-custom__media,
  .c-custom.c-custom--3 .c-custom__left .sponsor {
    display: none;
  }
  .c-custom.c-custom--3 .c-custom__content > div {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-width: 50%;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-gap: 12px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
  }
  .c-custom.c-custom--3 .c-custom__content p {
    margin: 0 0 1em;
  }
  .c-custom.c-custom--3 .c-custom__right {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    display: block;
    padding: 0 12px;
  }
}
.showcase-modal {
  position: fixed;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.75);
}
.showcase-modal .showcase-modal__player-inner {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 24px);
  padding: 12px;
  background: white;
  color: black;
}
.showcase-modal .showcase-modal__player-inner--full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: none;
}
.showcase-modal .showcase-modal__player-inner--full .showcase-modal__player {
  padding: 0;
}
.showcase-modal .showcase-modal__player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.showcase-modal .showcase-modal__player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.showcase-modal .showcase-modal__watch {
  font-size: 16px;
  color: #cfb87c;
  margin-top: 12px;
}
.showcase-modal .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;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  border: none;
  background: #cfb87c;
  color: #333333;
  padding: 8px 12px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.showcase-modal .showcase-modal__close span {
  position: absolute;
  left: -9999px;
}
.showcase-modal .showcase-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.showcase-modal.video-is-playing {
  left: 0;
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
body {
  font: 1em/1.4 'Roboto Condensed';
  margin: 0;
  padding: 0;
}
.gameday-components .dfp-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.gameday-components .dfp-ad {
  margin: 0 auto;
}
.gameday-components .dfp-ad:not(:empty) {
  margin: 10px auto;
  text-align: center;
}
.gameday-components .row {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  z-index: 1;
  position: relative;
}
.gameday-components section:first-of-type {
  padding-top: 82px;
  padding-bottom: 82px;
}
.gameday-ticket {
  min-height: 72px;
  color: white !important;
}
.gameday-footer {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding: 48px 0;
  background-color: black;
}
.gameday-footer .dfp-ad {
  margin: 0 auto;
}
.gameday-footer .logos {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 24px 0 0;
}
.gameday-footer .links {
  padding-top: 24px;
  text-align: center;
}
.gameday-footer .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gameday-footer .links li {
  display: inline-block;
  padding: 0 12px;
}
.gameday-footer .links a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .logos {
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 24px;
  }
  .logos img {
    margin: 0 0 12px;
  }
}
/* HERO */

.c-hero {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  min-height: 100vh;
  color: #cfb87c;
}
.c-hero .component-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-hero .component-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.c-hero .default-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-dark.png");
  z-index: -1;
}
.c-hero .default-background::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-hero .row {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c-hero .sponsor {
  margin: 24px 0;
}
.c-hero__matchup {
  color: #cfb87c;
}
.c-hero__teams,
.c-hero__team {
  color: #cfb87c;
}
.c-hero__team-links--flyout {
  position: relative;
  width: 100%;
  margin: 6px 0;
  text-align: center;
}
.c-hero__team-links--flyout button {
  transition: .25s;
  width: 60px;
  height: 36px;
  line-height: 32px;
  border-radius: 8px;
  border: 2px solid #cfb87c;
  color: #cfb87c;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
}
.c-hero__team-links--flyout button:before {
  content: '\e012';
  font-family: "sidearm_font_v2";
  font-size: 1rem;
}
.c-hero__team-links--flyout button.open {
  background-color: #cfb87c;
  color: #333333;
}
.c-hero__team-links--flyout button.open:before {
  content: '\e011';
  font-family: "sidearm_font_v2";
}
.c-hero__team-links--flyout ul {
  transition: max-height 0.5s;
  position: absolute;
  top: 100%;
  left: -9999px;
  margin: 10px 0 0 0;
  padding: 10px;
  width: 100%;
  list-style: none;
  background-color: white;
  max-height: 0;
  height: 0;
  overflow: hidden;
  z-index: 10;
}
.c-hero__team-links--flyout ul li {
  border-bottom: 1px solid #cccccc;
}
.c-hero__team-links--flyout ul a {
  display: block;
  transition: .25s;
  font-size: .875em;
  color: #333333;
  padding: 10px;
  text-decoration: none;
}
.c-hero__team-links--flyout ul a:hover {
  background-color: #cfb87c;
  color: #333333;
}
.c-hero__team-links--flyout ul.open {
  left: 0;
  max-height: 1000px;
  height: auto;
}
.c-hero__team-links--list .c-hero__team-name {
  font: bold 1em/1.4 'Roboto Condensed';
  letter-spacing: 1px;
  text-transform: uppercase;
}
.c-hero__team-links--list ul {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-hero__team-links--list li {
  text-transform: uppercase;
}
.c-hero__team-links--list li:last-child a::after {
  content: "";
}
.c-hero__team-links--list li a {
  transition: .2s;
  font: 1em/1 'Roboto Condensed';
  color: #cfb87c;
  text-decoration: none;
}
.c-hero__team-links--list li a::after {
  content: "|";
  padding: 0 8px;
  color: #cfb87c;
}
.c-hero__team-links--list li a:hover {
  color: #cfb87c;
}
.c-hero__heading {
  color: #cfb87c;
}
.c-hero__heading h2 {
  margin: 0;
  text-transform: uppercase;
  color: #cfb87c;
}
.c-hero__heading h4 {
  color: #cfb87c;
}
.c-hero__game-info img {
  vertical-align: middle;
}
.c-hero.light {
  color: #333333;
}
.c-hero.light .component-background::before {
  background-color: rgba(255, 255, 255, 0.75);
}
.c-hero.light .default-background {
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-light.png");
}
.c-hero.light .c-hero__matchup {
  color: #333333;
}
.c-hero.light .c-hero__teams,
.c-hero.light .c-hero__team {
  color: black;
}
.c-hero.light .c-hero__team-links button {
  border: 2px solid black;
  color: black;
}
.c-hero.light .c-hero__team-links button.open {
  background-color: #cfb87c;
  color: #333333;
}
.c-hero.light .c-hero__team-links--list .c-hero__team-name {
  color: #333333;
}
.c-hero.light .c-hero__team-links--list li a {
  color: black;
}
.c-hero.light .c-hero__team-links--list li a::after {
  color: black;
}
.c-hero.light .c-hero__team-links--list li a:hover {
  color: #cfb87c;
}
.c-hero.light .c-hero__heading {
  color: #444444;
}
.c-hero.light .c-hero__heading h2,
.c-hero.light .c-hero__heading h4 {
  color: #333333;
}
.c-hero.light .c-hero__date,
.c-hero.light .c-hero__time {
  color: #333333;
}
.c-hero.c-hero--1 .c-hero__team {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  padding: 0 6px;
}
.c-hero.c-hero--1 .c-hero__logo {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  height: 120px;
  text-align: center;
}
.c-hero.c-hero--1 .c-hero__logo img {
  width: 120px;
  margin: 0 auto;
}
.c-hero.c-hero--1 .c-hero__team-links {
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
}
.c-hero.c-hero--1 .c-hero__team-info {
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  margin: 12px 0;
  text-align: center;
  width: 100%;
}
.c-hero.c-hero--1 .c-hero__team-info .c-hero__team-name {
  font: bold 1.25em/1.4 'Roboto Slab';
  text-transform: uppercase;
}
.c-hero.c-hero--1 .c-hero__team-info .c-hero__records {
  font: 1em/1.4 'Roboto';
}
.c-hero.c-hero--1 .c-hero__heading {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  margin-top: 24px;
}
.c-hero.c-hero--1 .c-hero__matchup {
  display: none;
  font: bold 2em/1.4 'Roboto Slab';
  margin: 0;
  text-transform: uppercase;
}
.c-hero.c-hero--1 .c-hero__indicator {
  font: bold 1em/1 'Roboto';
  padding: 4px;
  margin: 0 6px;
  border: 1px solid white;
}
.c-hero.c-hero--1 .c-hero__title {
  font: bold italic 4em/1 'Roboto Condensed';
}
.c-hero.c-hero--1 .c-hero__date {
  font: bold 1em/1.4 'Roboto Slab';
  text-transform: uppercase;
}
.c-hero.c-hero--1 .c-hero__game-info {
  font: bold 1em/1.4 'Roboto Slab';
  text-transform: uppercase;
}
.c-hero.c-hero--1 .c-hero__game-info span + span:before {
  content: ' | ';
}
.c-hero.c-hero--1 .sponsor {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  order: 4;
  -webkit-order: 4;
  order: 4;
  -webkit-order: 4;
  order: 4;
  -webkit-order: 4;
}
.c-hero.c-hero--1.light .c-hero__indicator {
  border-color: #444444;
}
.c-hero.c-hero--2 .c-hero__teams {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  position: relative;
  width: 100%;
}
.c-hero.c-hero--2 .c-hero__team {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0 6px;
}
.c-hero.c-hero--2 .c-hero__logo {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  height: 120px;
  text-align: center;
}
.c-hero.c-hero--2 .c-hero__logo img {
  width: 120px;
  margin: 0 auto;
}
.c-hero.c-hero--2 .c-hero__team-links {
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  margin: 12px 0;
}
.c-hero.c-hero--2 .c-hero__team-info {
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  margin: 12px 0;
  text-align: center;
  width: 100%;
}
.c-hero.c-hero--2 .c-hero__team-info .c-hero__team-name {
  font: bold 1.1em/1.4 'Roboto Slab';
  text-transform: uppercase;
}
.c-hero.c-hero--2 .c-hero__team-info .c-hero__records {
  font: 1em/1.4 'Roboto';
}
.c-hero.c-hero--2 .c-hero__heading {
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
}
.c-hero.c-hero--2 .c-hero__indicator {
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 60px;
  left: 50%;
  font: bold 1.2em/1.4 'Roboto';
  padding: 4px 8px;
  margin: 0;
  border: 1px solid white;
}
.c-hero.c-hero--2 .c-hero__title {
  font: bold italic 4em/1 'Roboto Condensed';
}
.c-hero.c-hero--2 .c-hero__date {
  font: bold 1em/1.4 'Roboto Slab';
  text-transform: uppercase;
}
.c-hero.c-hero--2 .c-hero__game-info {
  font: bold 1em/1.4 'Roboto Slab';
  text-transform: uppercase;
}
.c-hero.c-hero--2 .c-hero__game-info span + span:before {
  content: ' | ';
}
.c-hero.c-hero--2 .sponsor {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  order: 4;
  -webkit-order: 4;
  order: 4;
  -webkit-order: 4;
  order: 4;
  -webkit-order: 4;
}
.c-hero.c-hero--2.light .c-hero__indicator {
  border-color: #444444;
}
.c-hero.c-hero--3 .c-hero__team {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
.c-hero.c-hero--3 .c-hero__team-text {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  position: relative;
  z-index: 3;
}
.c-hero.c-hero--3 .c-hero__logo {
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.c-hero.c-hero--3 .c-hero__logo img {
  width: 120px;
  height: auto;
  margin: 0 auto;
}
.c-hero.c-hero--3 .c-hero__team-info {
  margin: 12px 0;
  text-align: center;
}
.c-hero.c-hero--3 .c-hero__team-info .c-hero__team-name {
  font: bold 1.25em/1.4 'Roboto Slab';
  text-transform: uppercase;
}
.c-hero.c-hero--3 .c-hero__team-info .c-hero__records {
  font-size: 1em;
}
.c-hero.c-hero--3 .c-hero__team-links {
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
}
.c-hero.c-hero--3 .c-hero__heading {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
}
.c-hero.c-hero--3 .c-hero__heading .border {
  transform: skew(-10deg);
  border: 1px solid #333333;
  border-top: none;
}
.c-hero.c-hero--3 .c-hero__heading .border h2 {
  transform: skew(10deg);
}
.c-hero.c-hero--3 .c-hero__heading .border h4 {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  transform: translate(0, -50%) skew(10deg);
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}
.c-hero.c-hero--3 .c-hero__heading .border h4 [class^='flex-item-'] {
  width: auto;
}
.c-hero.c-hero--3 .c-hero__heading .border h4.row:before,
.c-hero.c-hero--3 .c-hero__heading .border h4.row:after {
  display: none;
}
.c-hero.c-hero--3 .c-hero__heading .border h4 > .column,
.c-hero.c-hero--3 .c-hero__heading .border h4 > .columns {
  flex: none;
  -webkit-flex: none;
  width: auto;
  float: none;
}
.c-hero.c-hero--3 .c-hero__heading .border h4 .flex-item-1 {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.c-hero.c-hero--3 .c-hero__heading .border h4 .flex-item-2 {
  flex: 2;
  -webkit-flex: 2;
  min-width: 1px;
  min-height: 1px;
  flex: 2;
  -webkit-flex: 2;
  min-width: 1px;
  min-height: 1px;
  flex: 2;
  -webkit-flex: 2;
  min-width: 1px;
  min-height: 1px;
}
.c-hero.c-hero--3 .c-hero__heading .border h4 .flex-item-3 {
  flex: 3;
  -webkit-flex: 3;
  min-width: 1px;
  min-height: 1px;
  flex: 3;
  -webkit-flex: 3;
  min-width: 1px;
  min-height: 1px;
  flex: 3;
  -webkit-flex: 3;
  min-width: 1px;
  min-height: 1px;
}
.c-hero.c-hero--3 .c-hero__heading .border h4 .flex-item-4 {
  flex: 4;
  -webkit-flex: 4;
  min-width: 1px;
  min-height: 1px;
  flex: 4;
  -webkit-flex: 4;
  min-width: 1px;
  min-height: 1px;
  flex: 4;
  -webkit-flex: 4;
  min-width: 1px;
  min-height: 1px;
}
.c-hero.c-hero--3 .c-hero__heading .border h4 .flex-order-1 {
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
}
.c-hero.c-hero--3 .c-hero__heading .border h4 .flex-order-2 {
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
}
.c-hero.c-hero--3 .c-hero__heading .border h4 .flex-order-3 {
  order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-order: 3;
}
.c-hero.c-hero--3 .c-hero__heading .border h4 .flex-order-4 {
  order: 4;
  -webkit-order: 4;
  order: 4;
  -webkit-order: 4;
  order: 4;
  -webkit-order: 4;
}
.c-hero.c-hero--3 .c-hero__heading .border h4.flex-inline {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  display: -webkit-inline-flex;
}
.c-hero.c-hero--3 .c-hero__heading .border h4.flex-row {
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.c-hero.c-hero--3 .c-hero__heading .border h4.flex-column {
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-hero.c-hero--3 .c-hero__heading .border h4.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c-hero.c-hero--3 .c-hero__heading .border h4.flex-no-wrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.c-hero.c-hero--3 .c-hero__heading .border h4.flex-align-center {
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
}
.c-hero.c-hero--3 .c-hero__heading .border h4.flex-align-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.c-hero.c-hero--3 .c-hero__heading .border h4.flex-align-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.c-hero.c-hero--3 .c-hero__heading .border h4.flex-align-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.c-hero.c-hero--3 .c-hero__heading .border h4.flex-justify-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.c-hero.c-hero--3 .c-hero__heading .border h4.flex-justify-center {
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.c-hero.c-hero--3 .c-hero__heading .border h4.flex-justify-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.c-hero.c-hero--3 .c-hero__heading .border h4.flex-justify-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-hero.c-hero--3 .c-hero__heading .border h4.flex-justify-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.c-hero.c-hero--3 .c-hero__heading .border h4::before {
  content: "";
  position: relative;
  left: -11px;
  flex: 1;
  height: 1px;
  width: 100%;
  border-top: 1px solid #333333;
}
.c-hero.c-hero--3 .c-hero__heading .border h4::after {
  content: "";
  position: relative;
  right: -11px;
  flex: 1;
  height: 1px;
  width: 100%;
  border-top: 1px solid #333333;
}
.c-hero.c-hero--3 .c-hero__heading .headline_container {
  position: relative;
}
.c-hero.c-hero--3 .c-hero__heading .headline_container h2 {
  font: bold italic 3em/1 'Roboto Condensed';
  padding: 15px 20px 10px;
  margin: 0;
  text-transform: uppercase;
}
.c-hero.c-hero--3 .c-hero__heading .headline_container h4 {
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  font: bold italic 1.25em/1.3 'Roboto Slab';
  width: 100%;
  margin: 0;
  background: transparent;
  text-transform: uppercase;
}
.c-hero.c-hero--3 .c-hero__matchup {
  font: bold 1em/1.4 'Roboto Slab';
  text-transform: uppercase;
}
.c-hero.c-hero--3 .c-hero__game-info {
  font: bold 1em/1.4 'Roboto Slab';
  text-transform: uppercase;
}
.c-hero.c-hero--3 .c-hero__game-info span + span:before {
  content: ' | ';
}
.c-hero.c-hero--3.light .c-hero__heading .border {
  border: 1px solid #333333;
  border-top: none;
}
.c-hero.c-hero--3.light .c-hero__heading .border h4::before {
  content: "";
  border-top: 1px solid #333333;
}
.c-hero.c-hero--3.light .c-hero__heading .border h4::after {
  content: "";
  border-top: 1px solid #333333;
}
.c-hero.c-hero--3.light .c-hero__heading .headline_container h2 {
  color: #333333;
}
.c-hero.c-hero--4 {
  padding-top: 94px !important;
}
.c-hero.c-hero--4 .c-hero__top {
  width: 100%;
  padding: 24px 0 0;
}
.c-hero.c-hero--4 .c-hero__teams {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  position: relative;
}
.c-hero.c-hero--4 .c-hero__team {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex: 0 1 200px;
  -webkit-flex: 0 1 200px;
  min-width: 1px;
  min-height: 1px;
  flex: 0 1 200px;
  -webkit-flex: 0 1 200px;
  min-width: 1px;
  min-height: 1px;
  flex: 0 1 200px;
  -webkit-flex: 0 1 200px;
  min-width: 1px;
  min-height: 1px;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 6px;
}
.c-hero.c-hero--4 .c-hero__logo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  z-index: 1;
}
.c-hero.c-hero--4 .c-hero__logo img {
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 12px;
}
.c-hero.c-hero--4 .c-hero__team-links--flyout {
  display: block;
}
.c-hero.c-hero--4 .c-hero__team-links--list {
  display: none;
}
.c-hero.c-hero--4 .c-hero__team-info {
  margin: 0 0 12px;
  text-align: center;
}
.c-hero.c-hero--4 .c-hero__team-info .c-hero__team-name {
  font: bold 0.875em/1.4 'Roboto';
  text-transform: uppercase;
}
.c-hero.c-hero--4 .c-hero__team-info .c-hero__records {
  font: italic 0.875em/1.4 'Roboto';
}
.c-hero.c-hero--4 .c-hero__indicator {
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 120px;
  left: 50%;
  font: bold 1em/1.4 'Roboto Slab';
  width: 48px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: #333333;
  background-color: #cfb87c;
  text-align: center;
  -webkit-clip-path: polygon(80% 0, 100% 50%, 80% 100%, 20% 100%, 0 50%, 20% 0);
  clip-path: polygon(80% 0, 100% 50%, 80% 100%, 20% 100%, 0 50%, 20% 0);
  z-index: 2;
}
.c-hero.c-hero--4 .c-hero__title {
  font: bold italic 4em/1 'Roboto Condensed';
  text-align: center;
}
.c-hero.c-hero--4 .c-hero__game-info {
  font: 0.875em/1.4 'Roboto';
  text-align: center;
}
.c-hero.c-hero--4 .c-hero__game-info span + span:before {
  content: ' | ';
}
.c-hero.c-hero--4 .c-countdown {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c-hero.c-hero--4 .c-countdown__details {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
}
.c-hero.c-hero--4 .c-countdown__title {
  position: relative;
  display: inline-block;
  font: bold 1.2em/1 'Roboto Slab';
  height: 52px;
  line-height: 48px;
  color: #cfb87c;
  border: 2px solid white;
  margin: 12px auto;
  padding: 0 12px;
  border-left: none;
  border-right: none;
  white-space: nowrap;
  text-transform: uppercase;
}
.c-hero.c-hero--4 .c-countdown__title::before {
  content: "";
  transform: translate(-50%, -50%) rotate(135deg);
  position: absolute;
  top: 50%;
  left: 0;
}
.c-hero.c-hero--4 .c-countdown__title::after {
  content: "";
  transform: translate(50%, -50%) rotate(315deg);
  position: absolute;
  top: 50%;
  right: 0;
}
.c-hero.c-hero--4 .c-countdown__title::before,
.c-hero.c-hero--4 .c-countdown__title::after {
  height: 37px;
  width: 37px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}
.c-hero.c-hero--4 .c-countdown__time {
  margin: 12px 0 0;
}
.c-hero.c-hero--4 .c-countdown__time #game-countdown {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
}
.c-hero.c-hero--4 .c-countdown__time #game-countdown .timeWrapper {
  width: 30px;
  margin: 0px 24px;
  text-align: center;
}
.c-hero.c-hero--4 .c-countdown__time #game-countdown .timeWrapper .time {
  display: block;
  position: relative;
  font: bold 1.2em/1 'Roboto Slab';
  color: white;
  height: 52px;
  line-height: 48px;
  border: 2px solid white;
  border-left: none;
  border-right: none;
  word-wrap: normal;
}
.c-hero.c-hero--4 .c-countdown__time #game-countdown .timeWrapper .time::before {
  content: "";
  transform: translate(-50%, -50%) rotate(135deg);
  position: absolute;
  top: 50%;
  left: 0;
}
.c-hero.c-hero--4 .c-countdown__time #game-countdown .timeWrapper .time::after {
  content: "";
  transform: translate(50%, -50%) rotate(315deg);
  position: absolute;
  top: 50%;
  right: 0;
}
.c-hero.c-hero--4 .c-countdown__time #game-countdown .timeWrapper .time::before,
.c-hero.c-hero--4 .c-countdown__time #game-countdown .timeWrapper .time::after {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  height: 37px;
  width: 37px;
}
.c-hero.c-hero--4 .c-countdown__time #game-countdown .timeWrapper .timeLabel {
  display: block;
  font: 0.75em/1 'Roboto Condensed';
  color: white;
  width: 30px;
  margin-top: 8px;
  word-wrap: normal;
  text-transform: uppercase;
}
.c-hero.c-hero--4 .c-countdown__time #game-countdown .line {
  display: none;
  transform: translateY(-11px);
  position: relative;
  height: 1px;
  width: 12px;
  margin: 0;
  border: 1px solid;
  border-color: white;
}
.c-hero.c-hero--4.light .c-hero__logo {
  background-color: rgba(0, 0, 0, 0.25);
}
.c-hero.c-hero--4.light .c-hero__game-info {
  color: black;
}
.c-hero.c-hero--4.light .c-countdown__title {
  color: #333333;
  border: 2px solid black;
  border-left: none;
  border-right: none;
}
.c-hero.c-hero--4.light .c-countdown__title::before,
.c-hero.c-hero--4.light .c-countdown__title::after {
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}
.c-hero.c-hero--4.light .c-countdown__time #game-countdown .timeWrapper .time {
  color: #333333;
  border: 2px solid black;
  border-left: none;
  border-right: none;
}
.c-hero.c-hero--4.light .c-countdown__time #game-countdown .timeWrapper .time::before,
.c-hero.c-hero--4.light .c-countdown__time #game-countdown .timeWrapper .time::after {
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
.c-hero.c-hero--4.light .c-countdown__time #game-countdown .timeWrapper .timeLabel {
  color: black;
}
.c-hero.c-hero--4.light .c-countdown__time #game-countdown .line {
  border-color: black;
}
.c-hero.c-hero--5 {
  padding-top: 94px !important;
}
.c-hero.c-hero--5 .c-hero__team {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  padding: 0 6px;
}
.c-hero.c-hero--5 .c-hero__logo {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-order: 1;
  height: 120px;
}
.c-hero.c-hero--5 .c-hero__logo img {
  width: 120px;
  margin: 0 auto;
}
.c-hero.c-hero--5 .c-hero__team-links {
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  margin: 0 0 12px;
}
.c-hero.c-hero--5 .c-hero__team-links--flyout {
  display: block;
}
.c-hero.c-hero--5 .c-hero__team-links--list {
  display: none;
}
.c-hero.c-hero--5 .c-hero__team-info {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-order: 3;
  margin: 12px 0;
  text-align: center;
}
.c-hero.c-hero--5 .c-hero__team-info .c-hero__team-name {
  font: bold 1em/1.4 'Roboto';
  text-transform: uppercase;
}
.c-hero.c-hero--5 .c-hero__team-info .c-hero__records {
  font: italic 0.875em/1.4 'Roboto';
}
.c-hero.c-hero--5 .c-hero__heading {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-order: 2;
}
.c-hero.c-hero--5 .c-hero__title {
  font: bold italic 3em/1 'Roboto Condensed';
}
.c-hero.c-hero--5 .c-hero__game-info {
  font: bold 1em/1.4 'Roboto';
  text-transform: uppercase;
}
.c-hero.c-hero--5 .c-hero__game-info span + span:before {
  content: ' | ';
}
.c-hero.c-hero--5 .c-countdown {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.c-hero.c-hero--5 .c-countdown__details {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
}
.c-hero.c-hero--5 .c-countdown__title {
  position: relative;
  display: inline-block;
  font: bold 1.2em/1 'Roboto Slab';
  height: 52px;
  line-height: 48px;
  color: #cfb87c;
  background-color: black;
  border: 2px solid white;
  border-left: none;
  border-right: none;
  margin: 12px auto 0;
  padding: 0 12px;
  white-space: nowrap;
  text-transform: uppercase;
}
.c-hero.c-hero--5 .c-countdown__title::before {
  content: "";
  transform: translate(-50%, -50%) rotate(135deg);
  position: absolute;
  top: 50%;
  left: 0;
}
.c-hero.c-hero--5 .c-countdown__title::after {
  content: "";
  transform: translate(50%, -50%) rotate(315deg);
  position: absolute;
  top: 50%;
  right: 0;
}
.c-hero.c-hero--5 .c-countdown__title::before,
.c-hero.c-hero--5 .c-countdown__title::after {
  height: 37px;
  width: 37px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  background-color: black;
  z-index: -1;
}
.c-hero.c-hero--5 .c-countdown__time {
  margin: 12px 0 0;
}
.c-hero.c-hero--5 .c-countdown__time #game-countdown {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
}
.c-hero.c-hero--5 .c-countdown__time #game-countdown .timeWrapper {
  width: 26px;
  margin: 0px 26px;
  text-align: center;
}
.c-hero.c-hero--5 .c-countdown__time #game-countdown .timeWrapper .time {
  display: block;
  position: relative;
  font: bold 1.2em/1 'Roboto Slab';
  height: 52px;
  line-height: 48px;
  color: #cfb87c;
  background-color: black;
  border: 2px solid white;
  border-left: none;
  border-right: none;
  word-wrap: normal;
}
.c-hero.c-hero--5 .c-countdown__time #game-countdown .timeWrapper .time::before {
  content: "";
  transform: translate(-50%, -50%) rotate(135deg);
  position: absolute;
  top: 50%;
  left: 0;
}
.c-hero.c-hero--5 .c-countdown__time #game-countdown .timeWrapper .time::after {
  content: "";
  transform: translate(50%, -50%) rotate(315deg);
  position: absolute;
  top: 50%;
  right: 0;
}
.c-hero.c-hero--5 .c-countdown__time #game-countdown .timeWrapper .time::before,
.c-hero.c-hero--5 .c-countdown__time #game-countdown .timeWrapper .time::after {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  height: 37px;
  width: 37px;
  background-color: black;
  z-index: -1;
}
.c-hero.c-hero--5 .c-countdown__time #game-countdown .timeWrapper .timeLabel {
  display: block;
  font: 0.75em/1 'Roboto Condensed';
  color: white;
  width: 26px;
  margin-top: 8px;
  word-wrap: normal;
  text-transform: uppercase;
}
.c-hero.c-hero--5 .c-countdown__time #game-countdown .line {
  display: none;
  transform: translateY(-11px);
  position: relative;
  height: 1px;
  width: 12px;
  margin: 0;
  border: 1px solid;
  border-color: white;
}
.c-hero.c-hero--5 .sponsor {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  order: 4;
  -webkit-order: 4;
  order: 4;
  -webkit-order: 4;
  order: 4;
  -webkit-order: 4;
}
.c-hero.c-hero--5.light .c-hero__game-info {
  color: black;
}
.c-hero.c-hero--5.light .c-countdown {
  border-color: #333333;
}
.c-hero.c-hero--5.light .c-countdown__title {
  color: #333333;
  border: 2px solid #333333;
  background-color: white;
  border-left: none;
  border-right: none;
}
.c-hero.c-hero--5.light .c-countdown__title::before,
.c-hero.c-hero--5.light .c-countdown__title::after {
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
  background-color: white;
}
.c-hero.c-hero--5.light .c-countdown__time #game-countdown .timeWrapper .time {
  color: #333333;
  border: 2px solid #333333;
  background-color: white;
  border-left: none;
  border-right: none;
}
.c-hero.c-hero--5.light .c-countdown__time #game-countdown .timeWrapper .time::before,
.c-hero.c-hero--5.light .c-countdown__time #game-countdown .timeWrapper .time::after {
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  background-color: white;
}
.c-hero.c-hero--5.light .c-countdown__time #game-countdown .timeWrapper .timeLabel {
  color: black;
}
@media screen and (min-width: 640px) {
  .c-hero.c-hero--1 .c-hero__logo {
    height: 200px;
  }
  .c-hero.c-hero--1 .c-hero__logo img {
    width: 200px;
  }
  .c-hero.c-hero--1 .c-hero__team-links ul a {
    font-size: 1em;
  }
  .c-hero.c-hero--1 .c-hero__team-info .c-hero__team-name {
    font: bold 1.75em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--1 .c-hero__team-info .c-hero__records {
    font: 1.25em/1.4 'Roboto';
  }
  .c-hero.c-hero--1 .c-hero__title {
    font: bold italic 6em/1 'Roboto Condensed';
  }
  .c-hero.c-hero--1 .c-hero__date {
    font: bold 1.5em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--1 .c-hero__game-info {
    font: bold 1.5em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--2 .c-hero__logo {
    height: 200px;
  }
  .c-hero.c-hero--2 .c-hero__logo img {
    width: 200px;
  }
  .c-hero.c-hero--2 .c-hero__team-links ul a {
    font-size: 1em;
  }
  .c-hero.c-hero--2 .c-hero__team-info .c-hero__team-name {
    font: bold 1.75em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--2 .c-hero__team-info .c-hero__records {
    font: 1.25em/1.4 'Roboto';
  }
  .c-hero.c-hero--2 .c-hero__indicator {
    top: 50%;
    font: bold 2em/1.4 'Roboto';
  }
  .c-hero.c-hero--2 .c-hero__title {
    font: bold italic 6em/1 'Roboto Condensed';
  }
  .c-hero.c-hero--2 .c-hero__date {
    font: bold 1.5em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--2 .c-hero__game-info {
    font: bold 1.5em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--3 .row {
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .c-hero.c-hero--3 .c-hero__team {
    flex-wrap: nowrap;
  }
  .c-hero.c-hero--3 .c-hero__team-text {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    margin: 0 12px;
  }
  .c-hero.c-hero--3 .c-hero__logo {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    text-align: left;
  }
  .c-hero.c-hero--3 .c-hero__logo img {
    width: 200px;
    margin: 0 auto;
  }
  .c-hero.c-hero--3 .c-hero__team-info {
    text-align: right;
  }
  .c-hero.c-hero--3 .c-hero__team-info .c-hero__team-name {
    font: bold 1.5em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--3 .c-hero__team-links {
    text-align: right;
  }
  .c-hero.c-hero--3 .c-hero__heading .headline_container h2 {
    font: bold italic 3em/1 'Roboto Condensed';
  }
  .c-hero.c-hero--3 .c-hero__heading .headline_container h4 {
    font: bold italic 1.5em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--3 .c-hero__matchup {
    font: bold 1.5em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--3 .c-hero__game-info {
    font: bold 1.5em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--4 .c-hero__team-info .c-hero__team-name {
    font: bold 1em/1.4 'Roboto';
    text-transform: uppercase;
  }
  .c-hero.c-hero--4 .c-hero__team-info .c-hero__records {
    font: italic 0.875em/1.4 'Roboto';
  }
  .c-hero.c-hero--4 .c-hero__indicator {
    top: 160px;
  }
  .c-hero.c-hero--4 .c-hero__title {
    font: bold italic 6em/1 'Roboto Condensed';
  }
  .c-hero.c-hero--4 .c-countdown__title {
    font: bold 1.875em/1 'Roboto Slab';
    line-height: 48px;
  }
  .c-hero.c-hero--5 .c-hero__logo {
    height: 200px;
  }
  .c-hero.c-hero--5 .c-hero__logo img {
    width: 200px;
  }
  .c-hero.c-hero--5 .c-hero__team-links ul a {
    font-size: 1em;
  }
  .c-hero.c-hero--5 .c-hero__team-info .c-hero__team-name {
    font: bold 1.25em/1.4 'Roboto';
  }
  .c-hero.c-hero--5 .c-hero__team-info .c-hero__records {
    font: italic 1em/1.4 'Roboto';
  }
  .c-hero.c-hero--5 .c-hero__title {
    font: bold italic 5em/1 'Roboto Condensed';
  }
  .c-hero.c-hero--5 .c-hero__game-info {
    font: bold 1.25em/1.4 'Roboto';
  }
  .c-hero.c-hero--5 .c-countdown__title {
    font: bold 1.4em/1 'Roboto Slab';
    line-height: 48px;
  }
  .c-hero.c-hero--5 .c-countdown__time #game-countdown .timeWrapper {
    width: 30px;
    margin: 0px 26px;
  }
  .c-hero.c-hero--5 .c-countdown__time #game-countdown .timeWrapper .time {
    font: bold 1.4em/1 'Roboto Slab';
    line-height: 48px;
  }
  .c-hero.c-hero--5 .c-countdown__time #game-countdown .timeWrapper .timeLabel {
    font: 0.75em/1 'Roboto Condensed';
    width: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c-hero.c-hero--1 .c-hero__title {
    font: bold italic 9em/1 'Roboto Condensed';
  }
  .c-hero.c-hero--1 .c-hero__date {
    font: bold 1.75em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--1 .c-hero__game-info {
    font: bold 1.75em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--2 .c-hero__title {
    font: bold italic 8em/1 'Roboto Condensed';
  }
  .c-hero.c-hero--2 .c-hero__date {
    font: bold 1.75em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--2 .c-hero__game-info {
    font: bold 1.75em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--3 .c-hero__heading .headline_container h2 {
    font: bold italic 3.75em/1 'Roboto Condensed';
  }
  .c-hero.c-hero--4 .c-countdown {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    width: 100%;
    margin-top: 48px;
  }
  .c-hero.c-hero--4 .c-countdown__details {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .c-hero.c-hero--4 .c-countdown__title {
    font: bold 1.4em/1 'Roboto Slab';
    line-height: 48px;
    margin: 0 0 8px;
  }
  .c-hero.c-hero--4 .c-countdown__time {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 12px;
  }
  .c-hero.c-hero--4 .c-countdown__time #game-countdown {
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .c-hero.c-hero--4 .c-countdown__time #game-countdown .timeWrapper .time {
    font: bold 1.4em/1 'Roboto Slab';
    line-height: 48px;
  }
  .c-hero.c-hero--4 .c-countdown__time #game-countdown .timeWrapper .timeLabel {
    font: 0.75em/1 'Roboto Condensed';
  }
  .c-hero.c-hero--4 .c-countdown__time #game-countdown .line {
    display: block;
  }
  .c-hero.c-hero--5 .c-countdown {
    position: relative;
    width: 100%;
    max-width: 1024px;
    height: 90px;
    border: 2px solid white;
    margin: 60px auto 84px;
  }
  .c-hero.c-hero--5 .c-countdown__details {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-50% - 1px));
  }
  .c-hero.c-hero--5 .c-countdown__title {
    font: bold 2em/1 'Roboto Slab';
    height: 54px;
    line-height: 50px;
    margin: 0 auto;
  }
  .c-hero.c-hero--5 .c-countdown__title::before,
  .c-hero.c-hero--5 .c-countdown__title::after {
    height: 39px;
    width: 39px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    background-color: black;
    z-index: -1;
  }
  .c-hero.c-hero--5 .c-countdown__time {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(50% + 12px));
    margin: 0;
  }
  .c-hero.c-hero--5 .c-countdown__time #game-countdown {
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .c-hero.c-hero--5 .c-countdown__time #game-countdown .timeWrapper {
    width: 50px;
    margin: 0 48px;
  }
  .c-hero.c-hero--5 .c-countdown__time #game-countdown .timeWrapper .time {
    font: bold 2em/1 'Roboto Slab';
    line-height: 48px;
  }
  .c-hero.c-hero--5 .c-countdown__time #game-countdown .timeWrapper .timeLabel {
    font: 0.875em/1 'Roboto Condensed';
    width: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .c-hero.c-hero--1 .c-hero__team--away .c-hero__logo {
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    height: auto;
  }
  .c-hero.c-hero--1 .c-hero__team--away .c-hero__team-info {
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    text-align: right;
  }
  .c-hero.c-hero--1 .c-hero__team--away .c-hero__team-links {
    text-align: right;
  }
  .c-hero.c-hero--1 .c-hero__team--home .c-hero__logo {
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    height: auto;
  }
  .c-hero.c-hero--1 .c-hero__team--home .c-hero__team-info {
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    text-align: left;
  }
  .c-hero.c-hero--1 .c-hero__team--home .c-hero__team-links {
    text-align: left;
  }
  .c-hero.c-hero--1 .c-hero__logo {
    flex: 1 0 25%;
    -webkit-flex: 1 0 25%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 25%;
    -webkit-flex: 1 0 25%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 25%;
    -webkit-flex: 1 0 25%;
    min-width: 1px;
    min-height: 1px;
    padding: 0 12px;
  }
  .c-hero.c-hero--1 .c-hero__logo img {
    width: auto;
    height: auto;
  }
  .c-hero.c-hero--1 .c-hero__team-links {
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
  }
  .c-hero.c-hero--1 .c-hero__team-info {
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex: 1 0 75%;
    -webkit-flex: 1 0 75%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 75%;
    -webkit-flex: 1 0 75%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 75%;
    -webkit-flex: 1 0 75%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-hero.c-hero--1 .c-hero__title {
    font: bold italic 10em/1 'Roboto Condensed';
  }
  .c-hero.c-hero--1 .c-hero__date {
    font: bold 2em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--1 .c-hero__game-info {
    font: bold 2em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--2 .c-hero__team--away .c-hero__logo {
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
  }
  .c-hero.c-hero--2 .c-hero__team--away .c-hero__team-info {
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    text-align: right;
  }
  .c-hero.c-hero--2 .c-hero__team--away .c-hero__team-links {
    text-align: right;
  }
  .c-hero.c-hero--2 .c-hero__team--home .c-hero__logo {
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
  }
  .c-hero.c-hero--2 .c-hero__team--home .c-hero__team-info {
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    text-align: left;
  }
  .c-hero.c-hero--2 .c-hero__team--home .c-hero__team-links {
    text-align: left;
  }
  .c-hero.c-hero--2 .c-hero__logo {
    flex: 0 1 200px;
    -webkit-flex: 0 1 200px;
    min-width: 1px;
    min-height: 1px;
    flex: 0 1 200px;
    -webkit-flex: 0 1 200px;
    min-width: 1px;
    min-height: 1px;
    flex: 0 1 200px;
    -webkit-flex: 0 1 200px;
    min-width: 1px;
    min-height: 1px;
    padding: 0 12px;
  }
  .c-hero.c-hero--2 .c-hero__logo img {
    width: auto;
    height: auto;
  }
  .c-hero.c-hero--2 .c-hero__team-links {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
  }
  .c-hero.c-hero--2 .c-hero__team-info {
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .c-hero.c-hero--2 .c-hero__indicator {
    transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    border: none;
    padding: 0;
    margin: 0;
  }
  .c-hero.c-hero--2 .c-hero__title {
    font: bold italic 9em/1 'Roboto Condensed';
  }
  .c-hero.c-hero--2 .c-hero__date {
    font: bold 2em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--2 .c-hero__game-info {
    font: bold 2em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--3 .c-hero__title {
    font: 1.4em/1.4 'Roboto Slab';
    font-weight: 700;
  }
  .c-hero.c-hero--3 .c-hero__heading .border {
    display: inline-block;
    min-width: 768px;
  }
  .c-hero.c-hero--3 .c-hero__heading .headline_container h2 {
    font: bold italic 5em/1 'Roboto Condensed';
  }
  .c-hero.c-hero--3 .c-hero__heading .headline_container h4 {
    font: bold italic 1.75em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--3 .c-hero__matchup {
    font: bold 2em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--3 .c-hero__game-info {
    font: bold 2em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--4 {
    padding-top: 70px;
  }
  .c-hero.c-hero--4 .c-hero__top {
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
  }
  .c-hero.c-hero--4 .c-hero__teams {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
  }
  .c-hero.c-hero--4 .c-hero__heading {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
  }
  .c-hero.c-hero--4 .c-hero__title {
    font: bold italic 6em/1 'Roboto Condensed';
    margin-bottom: 24px;
    text-align: left;
  }
  .c-hero.c-hero--4 .c-hero__team-info {
    margin: 12px 0;
  }
  .c-hero.c-hero--4 .c-hero__indicator {
    font: bold 1.5em/1.4 'Roboto Slab';
    width: 60px;
    height: 36px;
    line-height: 36px;
  }
  .c-hero.c-hero--4 .c-hero__game-info {
    font: 1em/1.4 'Roboto';
  }
  .c-hero.c-hero--4 .c-hero__team-links--flyout {
    display: none;
  }
  .c-hero.c-hero--4 .c-hero__team-links--list {
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
  }
  .c-hero.c-hero--4 .c-hero__team-links--list .c-hero__team-name {
    margin-right: 12px;
  }
  .c-hero.c-hero--4 .c-countdown__title {
    font: bold 2em/1 'Roboto Slab';
    line-height: 48px;
    padding: 0 30px;
  }
  .c-hero.c-hero--4 .c-countdown__time {
    margin: 0;
  }
  .c-hero.c-hero--4 .c-countdown__time #game-countdown .timeWrapper {
    width: 50px;
  }
  .c-hero.c-hero--4 .c-countdown__time #game-countdown .timeWrapper .time {
    font: bold 2em/1 'Roboto Slab';
    line-height: 48px;
  }
  .c-hero.c-hero--4 .c-countdown__time #game-countdown .timeWrapper .timeLabel {
    font: 0.875em/1 'Roboto Condensed';
    width: 50px;
  }
  .c-hero.c-hero--4 .c-countdown__time #game-countdown .line {
    display: block;
    width: 24px;
  }
  .c-hero.c-hero--5 {
    padding-top: 70px;
  }
  .c-hero.c-hero--5 .c-hero__team--away .c-hero__logo {
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    height: auto;
  }
  .c-hero.c-hero--5 .c-hero__team--away .c-hero__team-info {
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    text-align: right;
  }
  .c-hero.c-hero--5 .c-hero__team--away .c-hero__team-links {
    text-align: right;
  }
  .c-hero.c-hero--5 .c-hero__team--home .c-hero__logo {
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    height: auto;
  }
  .c-hero.c-hero--5 .c-hero__team--home .c-hero__team-info {
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    text-align: left;
  }
  .c-hero.c-hero--5 .c-hero__team--home .c-hero__team-links {
    text-align: left;
  }
  .c-hero.c-hero--5 .c-hero__logo {
    flex: 1 0 25%;
    -webkit-flex: 1 0 25%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 25%;
    -webkit-flex: 1 0 25%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 25%;
    -webkit-flex: 1 0 25%;
    min-width: 1px;
    min-height: 1px;
    padding: 0 12px;
  }
  .c-hero.c-hero--5 .c-hero__logo img {
    width: auto;
    height: auto;
  }
  .c-hero.c-hero--5 .c-hero__team-links {
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    margin: 12px 0 0;
  }
  .c-hero.c-hero--5 .c-hero__team-info {
    flex: 1 0 75%;
    -webkit-flex: 1 0 75%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 75%;
    -webkit-flex: 1 0 75%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 75%;
    -webkit-flex: 1 0 75%;
    min-width: 1px;
    min-height: 1px;
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .c-hero.c-hero--5 .c-hero__game-info {
    font: bold 1.5em/1.4 'Roboto';
    margin-bottom: 12px;
  }
  .c-hero.c-hero--5 .c-countdown__title {
    padding: 0 30px;
  }
  .c-hero.c-hero--5 .c-countdown__time {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    transform: translate(-50%, calc(50% + 13px));
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .c-hero.c-hero--1 .c-hero__team {
    flex: 0 0 200px;
    -webkit-flex: 0 0 200px;
    min-width: 1px;
    min-height: 1px;
    flex: 0 0 200px;
    -webkit-flex: 0 0 200px;
    min-width: 1px;
    min-height: 1px;
    flex: 0 0 200px;
    -webkit-flex: 0 0 200px;
    min-width: 1px;
    min-height: 1px;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
  }
  .c-hero.c-hero--1 .c-hero__team--away {
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
  }
  .c-hero.c-hero--1 .c-hero__team--away .c-hero__logo {
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
  }
  .c-hero.c-hero--1 .c-hero__team--away .c-hero__team-info {
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
    text-align: center;
  }
  .c-hero.c-hero--1 .c-hero__team--away .c-hero__team-links {
    text-align: center;
  }
  .c-hero.c-hero--1 .c-hero__team--home {
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
  }
  .c-hero.c-hero--1 .c-hero__team--home .c-hero__logo {
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
  }
  .c-hero.c-hero--1 .c-hero__team--home .c-hero__team-info {
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
    text-align: center;
  }
  .c-hero.c-hero--1 .c-hero__team--home .c-hero__team-links {
    text-align: center;
  }
  .c-hero.c-hero--1 .c-hero__logo {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    padding: 0 12px;
    text-align: center;
  }
  .c-hero.c-hero--1 .c-hero__logo img {
    width: 100%;
    margin: 0 auto;
  }
  .c-hero.c-hero--1 .c-hero__team-links {
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    margin: 0 0 6px;
  }
  .c-hero.c-hero--1 .c-hero__team-info {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-hero.c-hero--1 .c-hero__team-info .c-hero__team-name {
    display: none;
  }
  .c-hero.c-hero--1 .c-hero__team-info .c-hero__records {
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
  }
  .c-hero.c-hero--1 .c-hero__heading {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
  }
  .c-hero.c-hero--1 .c-hero__matchup {
    display: block;
  }
  .c-hero.c-hero--2 .c-hero__title {
    font: bold italic 10em/1 'Roboto Condensed';
  }
  .c-hero.c-hero--2 .c-hero__heading {
    margin: 0;
  }
  .c-hero.c-hero--3 .c-hero__heading .headline_container h2 {
    font: bold italic 7em/1 'Roboto Condensed';
  }
  .c-hero.c-hero--3 .c-hero__heading .headline_container h4 {
    font: bold italic 2em/1.4 'Roboto Slab';
  }
  .c-hero.c-hero--4 .c-hero__team-info .c-hero__team-name {
    font: bold 1.2em/1.4 'Roboto';
  }
  .c-hero.c-hero--4 .c-hero__team-info .c-hero__records {
    font: 1em/1.4 'Roboto';
  }
  .c-hero.c-hero--5 .c-hero__team {
    flex: 0 0 200px;
    -webkit-flex: 0 0 200px;
    min-width: 1px;
    min-height: 1px;
    flex: 0 0 200px;
    -webkit-flex: 0 0 200px;
    min-width: 1px;
    min-height: 1px;
    flex: 0 0 200px;
    -webkit-flex: 0 0 200px;
    min-width: 1px;
    min-height: 1px;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 12px;
  }
  .c-hero.c-hero--5 .c-hero__team--away {
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-order: 1;
  }
  .c-hero.c-hero--5 .c-hero__team--away .c-hero__logo {
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
  }
  .c-hero.c-hero--5 .c-hero__team--away .c-hero__team-info {
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
    text-align: center;
  }
  .c-hero.c-hero--5 .c-hero__team--home {
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
  }
  .c-hero.c-hero--5 .c-hero__team--home .c-hero__logo {
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
  }
  .c-hero.c-hero--5 .c-hero__team--home .c-hero__team-info {
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-order: 3;
    text-align: center;
  }
  .c-hero.c-hero--5 .c-hero__logo {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    padding: 0 12px;
    text-align: center;
  }
  .c-hero.c-hero--5 .c-hero__logo img {
    width: 100%;
    margin: 0 auto;
  }
  .c-hero.c-hero--5 .c-hero__team-links {
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .c-hero.c-hero--5 .c-hero__team-links--flyout {
    display: none;
  }
  .c-hero.c-hero--5 .c-hero__team-links--list {
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
  }
  .c-hero.c-hero--5 .c-hero__team-links--list .c-hero__team-name {
    margin-right: 12px;
  }
  .c-hero.c-hero--5 .c-hero__team-info {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-hero.c-hero--5 .c-hero__heading {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-order: 2;
  }
  .c-hero.c-hero--5 .c-countdown__title {
    padding: 0 30px;
  }
  .c-hero.c-hero--5 .c-countdown__time {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    margin: 0;
  }
  .c-hero.c-hero--5 .c-countdown__time #game-countdown .timeWrapper {
    width: 75px;
    margin: 0 48px;
  }
  .c-hero.c-hero--5 .c-countdown__time #game-countdown .timeWrapper .time {
    font: bold 2.5em/1 'Roboto Slab';
    height: 64px;
    line-height: 60px;
    margin: 0 auto;
  }
  .c-hero.c-hero--5 .c-countdown__time #game-countdown .timeWrapper .time::before,
  .c-hero.c-hero--5 .c-countdown__time #game-countdown .timeWrapper .time::after {
    height: 46px;
    width: 46px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    background-color: black;
    z-index: -1;
  }
  .c-hero.c-hero--5 .c-countdown__time #game-countdown .timeWrapper .timeLabel {
    font: 1em/1 'Roboto Condensed';
    width: 75px;
  }
}
/* COVERAGE */

.c-coverage {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  color: #333333;
  min-height: 100vh;
}
.c-coverage .component-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-coverage .component-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(207, 184, 124, 0.75);
}
.c-coverage .default-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #cfb87c;
  z-index: -1;
}
.c-coverage .default-background::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-coverage .row {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c-coverage .sponsor {
  margin: 12px;
}
.c-coverage__header {
  text-align: center;
  margin: 12px 0;
}
.c-coverage__headline {
  font: bold 2.5em/1 'Roboto Condensed';
  color: #333333;
  text-transform: uppercase;
}
.c-coverage__subHeadline {
  font: bold 1.75em/1 'Roboto Condensed';
  color: #333333;
}
.c-coverage__icons {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  margin: 0 0 48px;
}
.c-coverage__icons-list {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c-coverage__icon {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
  transition: .2s;
  padding: 24px 12px;
  border-bottom: 1px solid #ddcca1;
}
.c-coverage__icon i {
  font-size: 64px;
}
.c-coverage__icon:hover {
  background-color: #ddcca1;
}
.c-coverage__text {
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.c-coverage__text h1 {
  font: bold 1.25em/1.4 'Roboto Condensed';
  color: #333333;
  margin: 0;
  text-transform: uppercase;
}
.c-coverage__text h2 {
  font: bold 1em/1.4 'Roboto Condensed';
  color: #333333;
  margin: 0;
}
.c-coverage__text h3 {
  font: bold 1em/1.4 'Roboto Condensed';
  color: #333333;
}
.c-coverage__text a {
  color: #333333;
  text-decoration: underline;
}
.c-coverage.secondary {
  color: white;
}
.c-coverage.secondary .component-background.default-color::before {
  background-color: rgba(117, 117, 117, 0.75);
}
.c-coverage.secondary .component-background.default-color::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -moz-linear-gradient(top, rgba(117, 117, 117, 0) 0%, #757575 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(117, 117, 117, 0)), color-stop(100%, #757575));
  background: -webkit-linear-gradient(top, rgba(117, 117, 117, 0) 0%, #757575 100%);
  background: -o-linear-gradient(top, rgba(117, 117, 117, 0) 0%, #757575 100%);
  background: -ms-linear-gradient(top, rgba(117, 117, 117, 0) 0%, #757575 100%);
  background: linear-gradient(to bottom, rgba(117, 117, 117, 0) 0%, #757575 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.c-coverage.secondary .default-background {
  background-color: transparent;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/common/images/generic-bkg-dark.png");
}
.c-coverage.secondary .default-background::before {
  display: block;
  background-color: rgba(117, 117, 117, 0.75);
}
.c-coverage.secondary .c-coverage__headline {
  color: white;
}
.c-coverage.secondary .c-coverage__subHeadline {
  color: white;
}
.c-coverage.secondary .c-coverage__text h1 {
  color: white;
}
.c-coverage.secondary .c-coverage__text h2 {
  color: white;
}
.c-coverage.secondary .c-coverage__text h3 {
  color: white;
}
.c-coverage.secondary .c-coverage__text a {
  color: white;
}
.c-coverage.secondary .c-coverage__icon {
  background-color: rgba(117, 117, 117, 0.75);
  border-color: #8e8e8e !important;
}
.c-coverage.secondary .c-coverage__icon:hover {
  background-color: #8e8e8e;
}
.c-coverage.secondary .c-coverage__icon a {
  color: white;
}
@media screen and (min-width: 640px) {
  .c-coverage .c-coverage__headline {
    font: bold 3em/1 'Roboto Condensed';
  }
  .c-coverage .c-coverage__subHeadline {
    font: bold 2em/1 'Roboto Condensed';
  }
  .c-coverage .c-coverage__icon {
    flex: 1 0 33.333%;
    -webkit-flex: 1 0 33.333%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 33.333%;
    -webkit-flex: 1 0 33.333%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 33.333%;
    -webkit-flex: 1 0 33.333%;
    min-width: 1px;
    min-height: 1px;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 48px 12px;
    margin: 12px 0;
    border-right: 1px solid #ddcca1;
    border-bottom: none;
    text-align: center;
  }
  .c-coverage .c-coverage__icon:nth-of-type(3n),
  .c-coverage .c-coverage__icon:last-child {
    border-right: none;
  }
}
@media screen and (min-width: 768px) {
  .c-coverage .c-coverage__icon {
    flex: 1 0 25%;
    -webkit-flex: 1 0 25%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 25%;
    -webkit-flex: 1 0 25%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 25%;
    -webkit-flex: 1 0 25%;
    min-width: 1px;
    min-height: 1px;
  }
  .c-coverage .c-coverage__icon:nth-of-type(3n) {
    border-right: 1px solid #ddcca1;
  }
  .c-coverage .c-coverage__icon:nth-of-type(4n),
  .c-coverage .c-coverage__icon:last-child {
    border-right: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-coverage .c-coverage__headline {
    font: bold 4.25em/1 'Roboto Condensed';
  }
  .c-coverage .c-coverage__icon {
    flex: 1 0 12.5%;
    -webkit-flex: 1 0 12.5%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 12.5%;
    -webkit-flex: 1 0 12.5%;
    min-width: 1px;
    min-height: 1px;
    flex: 1 0 12.5%;
    -webkit-flex: 1 0 12.5%;
    min-width: 1px;
    min-height: 1px;
    padding: 48px 16px;
  }
  .c-coverage .c-coverage__icon:nth-of-type(4n) {
    border-right: 1px solid #ddcca1;
  }
  .c-coverage .c-coverage__icon:last-child {
    border-right: none;
  }
}
@media screen and (min-width: 1280px) {
  .c-coverage .c-coverage__icons {
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .c-coverage .c-coverage__icons-list {
    flex-wrap: nowrap;
  }
  .c-coverage .c-coverage__icon {
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    flex: 1;
    -webkit-flex: 1;
    min-width: 1px;
    min-height: 1px;
    display: block;
    text-align: center;
  }
  .c-coverage .c-coverage__text h1 {
    font: bold 1.4em/1 'Roboto Condensed';
    margin: 20px 0;
  }
}
:focus {
  outline-color: aqua !important;
  outline-style: solid !important;
  outline-width: 5px !important;
}
a.c-nav__skip:focus {
  outline-offset: 5px !important;
}
