.c-countdown--common {
  background: white;
  border: 1px solid #f2f2f2;
  border-bottom: 6px solid #ed1c24;
  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, #ed1c24 0px, #ed1c24 6px, transparent 6px, transparent 12px);
  background-size: 2px 12px;
  background-repeat: space space;
}
.c-countdown--common .c-countdown__indicator {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: 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: #ed1c24;
  color: white;
  border: 3px solid #ed1c24;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 700;
  transition: .25s;
}
.c-countdown--common .c-countdown__tickets:hover {
  background: white;
  color: #ed1c24;
}
.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;
    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, #ed1c24 0px, #ed1c24 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;
    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-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}
.c-countdown--common.theme--dark {
  background: #ed1c24;
  border: 1px solid #de1219;
  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 #de1219;
}
.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 #de1219;
}
.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 #de1219;
}
.c-countdown--common.theme--dark .c-countdown__time-item:first-child {
  border-left: 1px solid #de1219;
}
.c-countdown--common.theme--dark .c-countdown__tickets {
  background: white;
  color: #ed1c24;
  border: 3px solid white;
}
.c-countdown--common.theme--dark .c-countdown__tickets:hover {
  background: #ed1c24;
  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;
  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, #ed1c24 0px, #ed1c24 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-wrap: wrap;
  -webkit-flex-wrap: wrap;
  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);
}
.c-stories--common-slider .c-stories__item.slick-active .c-stories__date-sport,
.c-stories--common-slider .c-stories__item.slick-active .c-stories__title,
.c-stories--common-slider .c-stories__item.slick-active .c-stories__teaser {
  opacity: 1;
  transform: translateX(0);
}
.c-stories--common-slider .c-stories__item.slick-active .c-stories__date-sport {
  transition-delay: .75s;
}
.c-stories--common-slider .c-stories__item.slick-active .c-stories__title {
  transition-delay: .5s;
}
.c-stories--common-slider .c-stories__item.slick-active .c-stories__teaser {
  transition-delay: .625s;
}
.c-stories--common-slider .c-stories__media {
  padding-bottom: 56.25%;
  overflow: hidden;
}
.c-stories--common-slider .c-stories__picture img {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-stories--common-slider .c-stories__controls {
  height: 3.75rem;
  line-height: 3.75rem;
}
.c-stories--common-slider .c-stories__archives {
  text-decoration: none;
  padding: 0 16px 0 8px;
  margin-left: auto;
  transition: .25s;
}
.c-stories--common-slider .c-stories__archives:hover .sidearm-icon,
.c-stories--common-slider .c-stories__archives:focus .sidearm-icon {
  transform: translateX(4px);
}
.c-stories--common-slider .c-stories__archives .sidearm-icon {
  font-size: 1.5rem;
  margin-right: 8px;
  transition: .25s;
}
.c-stories--common-slider .c-stories__archives .sidearm-icon::before {
  margin: 0;
}
.c-stories--common-slider .c-stories__details {
  padding: 16px;
}
.c-stories--common-slider .c-stories__date-sport,
.c-stories--common-slider .c-stories__title,
.c-stories--common-slider .c-stories__teaser {
  opacity: 0;
  transform: translateX(16px);
  transition: .25s;
}
.c-stories--common-slider .c-stories__date {
  margin-right: 16px;
}
.c-stories--common-slider .c-stories__title {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 16px 0;
}
.c-stories--common-slider .c-stories__url {
  text-decoration: none;
}
.c-stories--common-slider .c-stories__url:hover {
  text-decoration: underline;
}
.c-stories--common-slider .c-stories__teaser a {
  transition: .25s;
}
.c-stories--common-slider .showcase-play-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #ed1c24;
  border-radius: 50%;
  color: white;
  display: block;
  font-size: 0;
  height: 4.5rem;
  left: 50%;
  line-height: 4.5rem;
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 4.5rem;
  z-index: 4;
  transition: .25s;
}
.c-stories--common-slider .showcase-play-button::before {
  content: '\e196';
  font-family: 'sidearm_font_v2';
  font-size: 2rem;
}
.c-stories--common-slider .showcase-play-button:hover {
  background-color: #d01018;
}
.c-stories--common-slider .showcase-video-player {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.c-stories--common-slider .slick-prev,
.c-stories--common-slider .slick-next,
.c-stories--common-slider .slick-pause-play {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  margin-top: 56.25%;
  font-size: 0;
  height: 3.75rem;
  width: 3.75rem;
  transition: .25s;
}
.c-stories--common-slider .slick-prev::before,
.c-stories--common-slider .slick-next::before,
.c-stories--common-slider .slick-pause-play::before {
  font-family: 'sidearm_font_v2';
  font-size: 2rem;
  line-height: 1;
  transition: .25s;
}
.c-stories--common-slider .slick-prev {
  left: 0;
}
.c-stories--common-slider .slick-prev::before {
  content: '\e005';
}
.c-stories--common-slider .slick-next {
  left: 3.75rem;
}
.c-stories--common-slider .slick-next::before {
  content: '\e006';
}
.c-stories--common-slider .slick-pause-play {
  left: 7.5rem;
}
.c-stories--common-slider .slick-pause-play.slick-pause::before {
  content: '\e201';
}
.c-stories--common-slider .slick-pause-play.slick-play::before {
  content: '\e196';
}
.c-stories--common-slider .slick-dots {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 16px 0;
}
.c-stories--common-slider .slick-dots > li {
  margin: 0 4px;
}
.c-stories--common-slider .slick-dots > li > button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: .25s;
}
.c-stories--common-slider:not(.dots--true) .slick-dots {
  display: none !important;
}
.c-stories--common-slider:not(.theme--dark) .c-stories__list {
  background: white;
}
.c-stories--common-slider:not(.theme--dark) .c-stories__media-container {
  background: black url('/images/logos/site/site.png?s.grayscale=true&s.alpha=0.5') center center no-repeat;
}
.c-stories--common-slider:not(.theme--dark) .c-stories__controls {
  background-color: #e5e5e5;
}
.c-stories--common-slider:not(.theme--dark) .c-stories__archives {
  color: black;
  border-left: 1px solid #cccccc;
}
.c-stories--common-slider:not(.theme--dark) .c-stories__archives:hover,
.c-stories--common-slider:not(.theme--dark) .c-stories__archives:focus {
  color: black;
  background-color: #cccccc;
}
.c-stories--common-slider:not(.theme--dark) .c-stories__archives:hover .sidearm-icon,
.c-stories--common-slider:not(.theme--dark) .c-stories__archives:focus .sidearm-icon {
  color: black;
}
.c-stories--common-slider:not(.theme--dark) .c-stories__date-sport {
  color: #494949;
}
.c-stories--common-slider:not(.theme--dark) .c-stories__url {
  color: black;
}
.c-stories--common-slider:not(.theme--dark) .c-stories__teaser {
  color: black;
}
.c-stories--common-slider:not(.theme--dark) .c-stories__teaser a {
  color: black;
}
.c-stories--common-slider:not(.theme--dark) .c-stories__teaser a:hover,
.c-stories--common-slider:not(.theme--dark) .c-stories__teaser a:focus {
  color: #494949;
}
.c-stories--common-slider:not(.theme--dark) .slick-prev,
.c-stories--common-slider:not(.theme--dark) .slick-next,
.c-stories--common-slider:not(.theme--dark) .slick-pause-play {
  border-right: 1px solid #cccccc;
}
.c-stories--common-slider:not(.theme--dark) .slick-prev::before,
.c-stories--common-slider:not(.theme--dark) .slick-next::before,
.c-stories--common-slider:not(.theme--dark) .slick-pause-play::before {
  color: #494949;
}
.c-stories--common-slider:not(.theme--dark) .slick-prev:hover,
.c-stories--common-slider:not(.theme--dark) .slick-next:hover,
.c-stories--common-slider:not(.theme--dark) .slick-pause-play:hover,
.c-stories--common-slider:not(.theme--dark) .slick-prev:focus,
.c-stories--common-slider:not(.theme--dark) .slick-next:focus,
.c-stories--common-slider:not(.theme--dark) .slick-pause-play:focus {
  background-color: #cccccc;
}
.c-stories--common-slider:not(.theme--dark) .slick-prev:hover::before,
.c-stories--common-slider:not(.theme--dark) .slick-next:hover::before,
.c-stories--common-slider:not(.theme--dark) .slick-pause-play:hover::before,
.c-stories--common-slider:not(.theme--dark) .slick-prev:focus::before,
.c-stories--common-slider:not(.theme--dark) .slick-next:focus::before,
.c-stories--common-slider:not(.theme--dark) .slick-pause-play:focus::before {
  color: black;
}
.c-stories--common-slider:not(.theme--dark) .slick-dots > li > button {
  background: #cccccc;
  color: black;
}
.c-stories--common-slider:not(.theme--dark) .slick-dots > li.slick-active > button {
  background: black;
  color: white;
}
.c-stories--common-slider:not(.theme--dark) .slick-dots > li:not(.slick-active) > button:hover,
.c-stories--common-slider:not(.theme--dark) .slick-dots > li:not(.slick-active) > button:focus {
  background: #656565;
}
.c-stories--common-slider.theme--dark .c-stories__list {
  background: black;
}
.c-stories--common-slider.theme--dark .c-stories__media-container {
  background: white url('/images/logos/site/site.png?s.grayscale=true&s.alpha=0.5') center center no-repeat;
}
.c-stories--common-slider.theme--dark .c-stories__controls {
  background-color: #494949;
}
.c-stories--common-slider.theme--dark .c-stories__archives {
  color: white;
  border-left: 1px solid #656565;
}
.c-stories--common-slider.theme--dark .c-stories__archives:hover,
.c-stories--common-slider.theme--dark .c-stories__archives:focus {
  color: white;
  background-color: #656565;
}
.c-stories--common-slider.theme--dark .c-stories__archives:hover .sidearm-icon,
.c-stories--common-slider.theme--dark .c-stories__archives:focus .sidearm-icon {
  color: white;
}
.c-stories--common-slider.theme--dark .c-stories__date-sport {
  color: #f2f2f2;
}
.c-stories--common-slider.theme--dark .c-stories__url {
  color: white;
}
.c-stories--common-slider.theme--dark .c-stories__teaser {
  color: white;
}
.c-stories--common-slider.theme--dark .c-stories__teaser a {
  color: white;
}
.c-stories--common-slider.theme--dark .c-stories__teaser a:hover,
.c-stories--common-slider.theme--dark .c-stories__teaser a:focus {
  color: #f2f2f2;
}
.c-stories--common-slider.theme--dark .slick-prev,
.c-stories--common-slider.theme--dark .slick-next,
.c-stories--common-slider.theme--dark .slick-pause-play {
  border-right: 1px solid #656565;
}
.c-stories--common-slider.theme--dark .slick-prev::before,
.c-stories--common-slider.theme--dark .slick-next::before,
.c-stories--common-slider.theme--dark .slick-pause-play::before {
  color: #f2f2f2;
}
.c-stories--common-slider.theme--dark .slick-prev:hover,
.c-stories--common-slider.theme--dark .slick-next:hover,
.c-stories--common-slider.theme--dark .slick-pause-play:hover,
.c-stories--common-slider.theme--dark .slick-prev:focus,
.c-stories--common-slider.theme--dark .slick-next:focus,
.c-stories--common-slider.theme--dark .slick-pause-play:focus {
  background-color: #656565;
}
.c-stories--common-slider.theme--dark .slick-prev:hover::before,
.c-stories--common-slider.theme--dark .slick-next:hover::before,
.c-stories--common-slider.theme--dark .slick-pause-play:hover::before,
.c-stories--common-slider.theme--dark .slick-prev:focus::before,
.c-stories--common-slider.theme--dark .slick-next:focus::before,
.c-stories--common-slider.theme--dark .slick-pause-play:focus::before {
  color: white;
}
.c-stories--common-slider.theme--dark .slick-dots > li > button {
  background: #656565;
  color: white;
}
.c-stories--common-slider.theme--dark .slick-dots > li.slick-active > button {
  background: white;
  color: black;
}
.c-stories--common-slider.theme--dark .slick-dots > li:not(.slick-active) > button:hover,
.c-stories--common-slider.theme--dark .slick-dots > li:not(.slick-active) > button:focus {
  background: #cccccc;
}
@media screen and (max-width: 1024px) {
  .c-stories--common-slider .c-stories__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 540px) {
  .c-stories--common-slider .c-stories__title {
    font-size: 1.5rem;
  }
  .c-stories--common-slider .c-stories__controls {
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .c-stories--common-slider .slick-prev,
  .c-stories--common-slider .slick-next,
  .c-stories--common-slider .slick-pause-play {
    height: 2.5rem;
    width: 2.5rem;
  }
  .c-stories--common-slider .slick-prev::before,
  .c-stories--common-slider .slick-next::before,
  .c-stories--common-slider .slick-pause-play::before {
    font-size: 1.5rem;
  }
  .c-stories--common-slider .slick-next {
    left: 2.5rem;
  }
  .c-stories--common-slider .slick-pause-play {
    left: 5rem;
  }
}
.c-weather--common {
  margin: 24px 0;
  line-height: 1.5;
}
.c-weather--common .c-weather__header {
  flex: 0 0 auto;
  padding: 0 24px;
  min-height: 80px;
}
.c-weather--common .c-weather__title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.c-weather--common .c-weather__ad .ad {
  margin-left: 24px;
}
.c-weather--common .c-weather__info {
  flex: 1 1 auto;
  width: 66.66667%;
}
.c-weather--common .c-weather__info-temps {
  width: 50%;
  min-height: 80px;
}
.c-weather--common .c-weather__info-condition {
  width: 50%;
}
.c-weather--common .c-weather__icon {
  margin-right: .125em;
  display: inline-flex;
  line-height: 1;
  font-size: 2.25rem;
}
.c-weather--common .c-weather__icon::before {
  margin: 0;
}
.c-weather--common .c-weather__temp {
  font-size: 1.5rem;
}
.c-weather--common .c-weather__temp--primary {
  font-weight: 700;
}
.c-weather--common .c-weather__temp--secondary::before {
  content: '/';
  margin: 0 .25em;
}
.c-weather--common .c-weather__location {
  flex: 1 1 auto;
  width: 33.33333%;
  min-height: 80px;
}
.c-weather--common .c-weather__location--icon {
  margin-right: .125em;
  display: inline-flex;
  line-height: 1;
  font-size: 1.25rem;
}
.c-weather--common .c-weather__location--icon::before {
  margin: 0;
}
.c-weather--common:not(.theme--dark) {
  background: white;
  border: 1px solid #e5e5e5;
}
.c-weather--common:not(.theme--dark) .c-weather__info {
  border-left: 1px solid #e5e5e5;
}
.c-weather--common:not(.theme--dark) .c-weather__info-condition {
  border-left: 1px solid #e5e5e5;
}
.c-weather--common:not(.theme--dark) .c-weather__icon {
  color: #ed1c24;
}
.c-weather--common:not(.theme--dark) .c-weather__temp--primary {
  color: #303030;
}
.c-weather--common:not(.theme--dark) .c-weather__temp--secondary {
  color: #757575;
}
.c-weather--common:not(.theme--dark) .c-weather__location {
  border-left: 1px solid #e5e5e5;
}
.c-weather--common:not(.theme--dark) .c-weather__location--icon {
  color: #ed1c24;
}
.c-weather--common.theme--dark {
  background: black;
  color: white;
  border: 1px solid #494949;
}
.c-weather--common.theme--dark .c-weather__info {
  border-left: 1px solid #494949;
}
.c-weather--common.theme--dark .c-weather__info-condition {
  border-left: 1px solid #494949;
}
.c-weather--common.theme--dark .c-weather__icon {
  color: #ed1c24;
}
.c-weather--common.theme--dark .c-weather__temp--primary {
  color: white;
}
.c-weather--common.theme--dark .c-weather__temp--secondary {
  color: #757575;
}
.c-weather--common.theme--dark .c-weather__location {
  border-left: 1px solid #494949;
}
.c-weather--common.theme--dark .c-weather__location--icon {
  color: #ed1c24;
}
.c-weather--common.orientation--vertical .c-weather__header {
  flex-direction: column;
  -webkit-flex-direction: column;
  padding: 16px 24px;
}
.c-weather--common.orientation--vertical .c-weather__ad .ad {
  margin: 16px 0 0 0;
}
.c-weather--common.orientation--vertical .c-weather__info {
  display: block;
  width: 100%;
  padding: 24px 16px;
  border-left: none;
}
.c-weather--common.orientation--vertical .c-weather__info-temps,
.c-weather--common.orientation--vertical .c-weather__info-condition {
  width: 100%;
  min-height: initial;
}
.c-weather--common.orientation--vertical .c-weather__info-condition {
  border-left: none;
  margin-top: 16px;
}
.c-weather--common.orientation--vertical .c-weather__location {
  width: 100%;
  border-left: none;
}
.c-weather--common.orientation--vertical:not(.theme--dark) .c-weather__header {
  border-bottom: 1px solid #e5e5e5;
}
.c-weather--common.orientation--vertical:not(.theme--dark) .c-weather__info {
  border-bottom: 1px solid #e5e5e5;
}
.c-weather--common.orientation--vertical.theme--dark .c-weather__header {
  border-bottom: 1px solid #494949;
}
.c-weather--common.orientation--vertical.theme--dark .c-weather__info {
  border-bottom: 1px solid #494949;
}
@media screen and (max-width: 1024px) {
  .c-weather--common:not(.orientation--vertical) .c-weather__item {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .c-weather--common:not(.orientation--vertical) .c-weather__header {
    width: 100%;
  }
  .c-weather--common:not(.orientation--vertical):not(.theme--dark) .c-weather__header {
    border-bottom: 1px solid #e5e5e5;
  }
  .c-weather--common:not(.orientation--vertical).theme--dark .c-weather__header {
    border-bottom: 1px solid #494949;
  }
}
@media screen and (max-width: 768px) {
  .c-weather--common:not(.orientation--vertical) .c-weather__info {
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 50%;
    padding: 24px 16px;
  }
  .c-weather--common:not(.orientation--vertical) .c-weather__info-temps,
  .c-weather--common:not(.orientation--vertical) .c-weather__info-condition {
    width: 100%;
    min-height: initial;
  }
  .c-weather--common:not(.orientation--vertical) .c-weather__info-condition {
    border-left: none;
  }
  .c-weather--common:not(.orientation--vertical) .c-weather__location {
    width: 50%;
  }
}
@media screen and (max-width: 540px) {
  .c-weather--common:not(.orientation--vertical) .c-weather__header {
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 16px 24px;
  }
  .c-weather--common:not(.orientation--vertical) .c-weather__ad .ad {
    margin: 16px 0 0 0;
  }
  .c-weather--common:not(.orientation--vertical) .c-weather__info {
    width: 100%;
    border-left: none;
  }
  .c-weather--common:not(.orientation--vertical) .c-weather__info-condition {
    margin-top: 16px;
  }
  .c-weather--common:not(.orientation--vertical) .c-weather__location {
    width: 100%;
    border-left: none;
  }
  .c-weather--common:not(.orientation--vertical):not(.theme--dark) .c-weather__header,
  .c-weather--common:not(.orientation--vertical):not(.theme--dark) .c-weather__info {
    border-bottom: 1px solid #e5e5e5;
  }
  .c-weather--common:not(.orientation--vertical).theme--dark .c-weather__header,
  .c-weather--common:not(.orientation--vertical).theme--dark .c-weather__info {
    border-bottom: 1px solid #494949;
  }
}
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: #ed1c24 !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: #ed1c24;
  color: white;
  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: #ed1c24;
  color: white;
}
.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: #ed1c24;
  color: white;
}
.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: #ed1c24;
  color: white;
  text-decoration: none;
  transition: .25s;
}
.c-gallery-embed--slider .c-gallery-embed__slider-item-full:hover {
  background-color: #d01018;
}
.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: #ed1c24;
  color: white;
}
.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: #ed1c24;
  color: white;
}
.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: #ed1c24;
  color: white;
}
.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: #ed1c24;
  color: white;
}
.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: #ed1c24;
  color: white;
}
.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: #ed1c24;
  color: white;
}
.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: #ed1c24;
  padding: 0 12px;
  font-size: 1rem;
  color: white;
  margin-top: 24px;
  transition: .25s;
}
.c-gallery-embed__modal .c-gallery-embed__modal-sidebar .c-gallery-embed__modal-full:hover {
  background-color: #d01018;
}
.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;
  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: #ed1c24;
  color: white;
}
@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;
  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: #ed1c24;
  color: white;
}
/* 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: black;
}
a:visited {
  color: black;
}
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;
}
select:focus {
  border-color: black;
}
textarea {
  min-height: 6rem;
  overflow: auto;
}
textarea:focus {
  border-color: black;
}
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="text"]:focus {
  border-color: black;
}
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: #ed1c24;
  color: white;
}
.sidearm-table thead.sidearm-primary th.lighter1 {
  background-color: #ee272f !important;
}
.sidearm-table thead.sidearm-primary th.lighter2 {
  background-color: #ef333a !important;
}
.sidearm-table thead.sidearm-primary th.lighter3 {
  background-color: #f03e45 !important;
}
.sidearm-table thead.sidearm-primary th.lighter4 {
  background-color: #f14950 !important;
}
.sidearm-table thead.sidearm-primary th.lighter5 {
  background-color: #f2555b !important;
}
.sidearm-table thead.sidearm-secondary th {
  background-color: #dadada;
  color: black;
}
.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: #ed1c24;
}
.sidearm-table[class*="collapse"] {
  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;
}
.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 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 #ed1c24;
  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: #ed1c24;
  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: white;
  font-weight: bold;
  border-bottom: 1px solid #c61017;
}
.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: white;
}
.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 white;
  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;
  align-items: center;
  -webkit-align-items: 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: #ed1c24;
}
.sidearm-gdpr-modal .sidearm-gdpr-modal__links {
  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: #ed1c24;
  color: white;
  border-color: #c61017;
}
@media (max-width: 768px) {
  .sidearm-gdpr-modal .sidearm-gdpr-modal__title {
    font-size: 1.5rem;
  }
}
.sidearm-ie-11,
.sidearm-adblock,
.fan-exam-modal {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.85);
}
.sidearm-ie-11__inner,
.sidearm-adblock__inner,
.fan-exam-modal__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,
.fan-exam-modal__body {
  padding: 24px;
}
.sidearm-ie-11-modal__title,
.sidearm-adblock-modal__title,
.fan-exam-modal-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,
.fan-exam-modal-modal__title::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background-color: #ed1c24;
  margin-top: 8px;
}
.sidearm-ie-11-modal__text a,
.sidearm-adblock-modal__text a,
.fan-exam-modal-modal__text a {
  color: #ed1c24;
}
.sidearm-ie-11-modal__text a:visited,
.sidearm-adblock-modal__text a:visited,
.fan-exam-modal-modal__text a:visited,
.sidearm-ie-11-modal__text a:link,
.sidearm-adblock-modal__text a:link,
.fan-exam-modal-modal__text a:link {
  color: #ed1c24;
}
.sidearm-ie-11-modal__learn,
.sidearm-adblock-modal__learn,
.fan-exam-modal-modal__learn {
  color: #ed1c24;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.sidearm-ie-11-modal__learn a,
.sidearm-adblock-modal__learn a,
.fan-exam-modal-modal__learn a {
  color: #ed1c24;
}
.sidearm-ie-11-modal__browsers,
.sidearm-adblock-modal__browsers,
.fan-exam-modal-modal__browsers {
  padding-top: 12px;
  margin: 0 -6px;
}
.sidearm-ie-11-modal__browsers-button,
.sidearm-adblock-modal__browsers-button,
.fan-exam-modal-modal__browsers-button {
  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,
.fan-exam-modal-modal__browsers-button img {
  width: 36px;
  height: 36px;
}
.sidearm-ie-11-modal__browsers-button:hover,
.sidearm-adblock-modal__browsers-button:hover,
.fan-exam-modal-modal__browsers-button:hover {
  background: #d9d9d9;
}
.sidearm-ie-11-modal__browsers--upgrade,
.sidearm-adblock-modal__browsers--upgrade,
.fan-exam-modal-modal__browsers--upgrade {
  line-height: 1;
  padding: 0 12px;
}
.sidearm-ie-11-modal__browsers--text,
.sidearm-adblock-modal__browsers--text,
.fan-exam-modal-modal__browsers--text {
  font-size: 14px;
  color: #2a2b2c;
  font-weight: 400;
}
.sidearm-ie-11-modal__browsers--text span,
.sidearm-adblock-modal__browsers--text span,
.fan-exam-modal-modal__browsers--text span {
  font-size: 16px;
  color: black;
  font-weight: 700;
}
.sidearm-ie-11-modal__browsers--text:last-child,
.sidearm-adblock-modal__browsers--text:last-child,
.fan-exam-modal-modal__browsers--text:last-child {
  padding-top: 4px;
}
.sidearm-ie-11-banner__consent,
.sidearm-adblock-banner__consent,
.fan-exam-modal-banner__consent {
  -webkit-appearance: none;
  background-color: whitesmoke;
  border: 1px solid #d9d9d9;
  display: block;
  padding: 0 16px;
  color: black;
  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,
.fan-exam-modal-banner__consent:hover {
  background-color: #ed1c24;
  color: white;
  border-color: #c61017;
}
.sidearm-ie-11-modal-hide-content {
  display: none;
}
.fan-exam-modal__inner {
  max-width: 303px;
  position: relative;
}
.fan-exam-modal__link {
  display: block;
}
.fan-exam-modal__consent {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background-color: #e81d2d;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 36px;
  height: 36px;
  transition: 0.25s;
}
.fan-exam-modal__consent:hover,
.fan-exam-modal__consent:focus {
  background-color: #bf1321;
}
.sidearm-alerts {
  padding: 24px;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.sidearm-alerts__list.reset-list {
  margin: 0 auto;
  max-width: 1280px;
}
.sidearm-alerts__item {
  background: #d60000;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 1px 2px 6px rgba(0, 0, 0, 0.35);
  color: white !important;
  padding: 0.375rem 48px;
  pointer-events: auto;
  position: relative;
  text-align: center;
}
.sidearm-alerts__item + .sidearm-alerts__item {
  margin-top: 12px;
}
.sidearm-alerts__item.dismissed {
  display: none;
}
a.sidearm-alerts__link {
  color: white !important;
  display: block;
  text-decoration: none;
}
a.sidearm-alerts__link:hover,
a.sidearm-alerts__link:focus {
  text-decoration: underline;
}
.sidearm-alerts__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 0 0 white;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: box-shadow 0.15s;
  width: 24px;
}
.sidearm-alerts__close .sidearm-icon::before {
  margin: 0;
}
.sidearm-alerts__close:hover,
.sidearm-alerts__close:focus {
  box-shadow: 0 0 0 3px white;
}
.sidearm-alerts a:focus,
.sidearm-alerts button:focus {
  outline-color: aqua !important;
}
@media screen and (max-width: 767px) {
  .sidearm-alerts__item {
    padding: 48px 0.375rem 0.375rem;
  }
  .sidearm-alerts__close {
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
}
a.sidearm-skip-link {
  position: absolute;
  top: 0;
  left: -99999px;
  color: white;
  background-color: #ed1c24;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: white;
}
a.sidearm-skip-link:focus {
  position: fixed;
  z-index: 9999999;
  left: 0;
}
[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 > *:not(ul) {
  display: inline-block;
  border: 1px solid #cccccc;
  background: white;
  line-height: 2;
  font-size: 1rem;
  padding: 0 8px;
  margin: 0 4px;
}
.sidearm-pager > *:not(ul):not([disabled]):not(span):hover {
  background-color: #e5e5e5;
}
.sidearm-pager > ul {
  border: none;
  margin: 0;
  list-style: none;
  padding: 0;
  display: inline;
}
.sidearm-pager > ul li {
  display: inline;
  margin: 0 4px;
}
.sidearm-pager > ul button {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #cccccc;
  background: white;
  line-height: 2;
  font-size: 1rem;
  padding: 0 8px;
}
.sidearm-pager > ul button:not([disabled]):not(.sidearm-pager-active):not(span):hover {
  background-color: #e5e5e5;
}
.sidearm-pager > ul button.sidearm-pager-active {
  cursor: default;
  background-color: #ed1c24;
  color: white;
  border-color: #c61017;
}
.sidearm-pager > span {
  background-color: #ed1c24;
  color: white;
  border-color: #c61017;
}
.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;
}
.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 .flex-item-2 {
  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 .flex-item-4 {
  flex: 4;
  -webkit-flex: 4;
  min-width: 1px;
  min-height: 1px;
}
.flex .flex-order-1 {
  order: 1;
  -webkit-order: 1;
}
.flex .flex-order-2 {
  order: 2;
  -webkit-order: 2;
}
.flex .flex-order-3 {
  order: 3;
  -webkit-order: 3;
}
.flex .flex-order-4 {
  order: 4;
  -webkit-order: 4;
}
.flex.flex-inline {
  display: inline-flex;
  display: -webkit-inline-flex;
}
.flex.flex-row {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.flex.flex-column {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.flex.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.flex.flex-no-wrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.flex.flex-align-center {
  align-items: center;
  -webkit-align-items: center;
}
.flex.flex-align-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.flex.flex-align-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.flex.flex-align-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.flex.flex-justify-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.flex.flex-justify-center {
  justify-content: center;
  -webkit-justify-content: center;
}
.flex.flex-justify-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.flex.flex-justify-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex.flex-justify-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;
}
.flex-align-self-start {
  align-self: flex-start;
  -webkit-align-self: flex-start;
}
.flex-align-self-end {
  align-self: flex-end;
  -webkit-align-self: flex-end;
}
.flex-align-self-baseline {
  align-self: baseline;
  -webkit-align-self: baseline;
}
.flex-align-self-stretch {
  align-self: stretch;
  -webkit-align-self: stretch;
}
/* GRID */

.row {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  *zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  margin-left: -8px;
  margin-right: -8px;
  max-width: none;
  *zoom: 1;
}
.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;
}
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;
}
.a11y-hide {
  position: absolute;
  left: -99999px;
  background: white;
  color: black;
}
/* 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-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;
  }
  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;
  }
  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;
  }
  .small-unflex {
    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;
  }
  .flex .small-flex-item-1 {
    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 .small-flex-item-3 {
    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 .small-flex-order-1 {
    order: 1;
    -webkit-order: 1;
  }
  .flex .small-flex-order-2 {
    order: 2;
    -webkit-order: 2;
  }
  .flex .small-flex-order-3 {
    order: 3;
    -webkit-order: 3;
  }
  .flex .small-flex-order-4 {
    order: 4;
    -webkit-order: 4;
  }
  .flex.small-flex-inline-row {
    display: inline-flex;
    display: -webkit-inline-flex;
  }
  .flex.small-flex-row {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .flex.small-flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .flex.small-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .flex.small-flex-no-wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .flex.small-flex-align-center {
    align-items: center;
    -webkit-align-items: center;
  }
  .flex.small-flex-align-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .flex.small-flex-align-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .flex.small-flex-align-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .flex.small-flex-justify-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .flex.small-flex-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .flex.small-flex-justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .flex.small-flex-justify-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .flex.small-flex-justify-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;
  }
  .small-flex-align-self-start {
    align-self: flex-start;
    -webkit-align-self: flex-start;
  }
  .small-flex-align-self-end {
    align-self: flex-end;
    -webkit-align-self: flex-end;
  }
  .small-flex-align-self-baseline {
    align-self: baseline;
    -webkit-align-self: baseline;
  }
  .small-flex-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;
  }
  .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: black;
  }
  .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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  .flex .medium-flex-item-1 {
    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 .medium-flex-item-3 {
    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 .medium-flex-order-1 {
    order: 1;
    -webkit-order: 1;
  }
  .flex .medium-flex-order-2 {
    order: 2;
    -webkit-order: 2;
  }
  .flex .medium-flex-order-3 {
    order: 3;
    -webkit-order: 3;
  }
  .flex .medium-flex-order-4 {
    order: 4;
    -webkit-order: 4;
  }
  .flex.medium-flex-inline-row {
    display: inline-flex;
    display: -webkit-inline-flex;
  }
  .flex.medium-flex-row {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .flex.medium-flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .flex.medium-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .flex.medium-flex-no-wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .flex.medium-flex-align-center {
    align-items: center;
    -webkit-align-items: center;
  }
  .flex.medium-flex-align-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .flex.medium-flex-align-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .flex.medium-flex-align-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .flex.medium-flex-justify-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .flex.medium-flex-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .flex.medium-flex-justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .flex.medium-flex-justify-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .flex.medium-flex-justify-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;
  }
  .medium-flex-align-self-start {
    align-self: flex-start;
    -webkit-align-self: flex-start;
  }
  .medium-flex-align-self-end {
    align-self: flex-end;
    -webkit-align-self: flex-end;
  }
  .medium-flex-align-self-baseline {
    align-self: baseline;
    -webkit-align-self: baseline;
  }
  .medium-flex-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;
  }
  .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: black;
  }
  .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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  .flex .large-flex-item-1 {
    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 .large-flex-item-3 {
    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 .large-flex-order-1 {
    order: 1;
    -webkit-order: 1;
  }
  .flex .large-flex-order-2 {
    order: 2;
    -webkit-order: 2;
  }
  .flex .large-flex-order-3 {
    order: 3;
    -webkit-order: 3;
  }
  .flex .large-flex-order-4 {
    order: 4;
    -webkit-order: 4;
  }
  .flex.large-flex-inline-row {
    display: inline-flex;
    display: -webkit-inline-flex;
  }
  .flex.large-flex-row {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .flex.large-flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .flex.large-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .flex.large-flex-no-wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .flex.large-flex-align-center {
    align-items: center;
    -webkit-align-items: center;
  }
  .flex.large-flex-align-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .flex.large-flex-align-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .flex.large-flex-align-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .flex.large-flex-justify-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .flex.large-flex-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .flex.large-flex-justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .flex.large-flex-justify-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .flex.large-flex-justify-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;
  }
  .large-flex-align-self-start {
    align-self: flex-start;
    -webkit-align-self: flex-start;
  }
  .large-flex-align-self-end {
    align-self: flex-end;
    -webkit-align-self: flex-end;
  }
  .large-flex-align-self-baseline {
    align-self: baseline;
    -webkit-align-self: baseline;
  }
  .large-flex-align-self-stretch {
    align-self: stretch;
    -webkit-align-self: stretch;
  }
  .row .row {
    margin-left: -12px;
    margin-right: -12px;
    max-width: none;
    *zoom: 1;
  }
  .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;
  }
  .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: black;
  }
  .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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  .flex .x-large-flex-item-1 {
    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 .x-large-flex-item-3 {
    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 .x-large-flex-order-1 {
    order: 1;
    -webkit-order: 1;
  }
  .flex .x-large-flex-order-2 {
    order: 2;
    -webkit-order: 2;
  }
  .flex .x-large-flex-order-3 {
    order: 3;
    -webkit-order: 3;
  }
  .flex .x-large-flex-order-4 {
    order: 4;
    -webkit-order: 4;
  }
  .flex.x-large-flex-inline-row {
    display: inline-flex;
    display: -webkit-inline-flex;
  }
  .flex.x-large-flex-row {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .flex.x-large-flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .flex.x-large-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .flex.x-large-flex-no-wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .flex.x-large-flex-align-center {
    align-items: center;
    -webkit-align-items: center;
  }
  .flex.x-large-flex-align-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;
  }
  .flex.x-large-flex-align-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .flex.x-large-flex-justify-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .flex.x-large-flex-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .flex.x-large-flex-justify-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;
  }
  .flex.x-large-flex-justify-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;
  }
  .x-large-flex-align-self-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;
  }
  .x-large-flex-align-self-baseline {
    align-self: baseline;
    -webkit-align-self: baseline;
  }
  .x-large-flex-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;
  }
  .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: black;
  }
  .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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  .flex .xx-large-flex-item-1 {
    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 .xx-large-flex-item-3 {
    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 .xx-large-flex-order-1 {
    order: 1;
    -webkit-order: 1;
  }
  .flex .xx-large-flex-order-2 {
    order: 2;
    -webkit-order: 2;
  }
  .flex .xx-large-flex-order-3 {
    order: 3;
    -webkit-order: 3;
  }
  .flex .xx-large-flex-order-4 {
    order: 4;
    -webkit-order: 4;
  }
  .flex.xx-large-flex-inline-row {
    display: inline-flex;
    display: -webkit-inline-flex;
  }
  .flex.xx-large-flex-row {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .flex.xx-large-flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .flex.xx-large-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .flex.xx-large-flex-no-wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .flex.xx-large-flex-align-center {
    align-items: center;
    -webkit-align-items: center;
  }
  .flex.xx-large-flex-align-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;
  }
  .flex.xx-large-flex-align-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .flex.xx-large-flex-justify-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .flex.xx-large-flex-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .flex.xx-large-flex-justify-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;
  }
  .flex.xx-large-flex-justify-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;
  }
  .xx-large-flex-align-self-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;
  }
  .xx-large-flex-align-self-baseline {
    align-self: baseline;
    -webkit-align-self: baseline;
  }
  .xx-large-flex-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;
  }
  .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: black;
  }
  .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;
}
.accessible-hide {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
