@import url(https://fonts.sidearmsports.com/sidearm/sidearm_font.css);
@import url("https://fonts.sidearmsports.com/sidearm_v2/sidearm_font_v2.css");
@import url("https://fonts.sidearmsports.com/sidearm_v2/2019-03-06-894890/sidearm_font_v2.1551912151019.css");
body.story-template-gallery-modal-is-open {
  overflow: hidden;
}
.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: #004990 !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: #004990;
  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 .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: #004990;
  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: #004990;
  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: #767676;
}
.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: #004990;
  color: white;
  text-decoration: none;
  transition: .25s;
}
.c-gallery-embed--slider .c-gallery-embed__slider-item-full:hover {
  background-color: #003467;
}
.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: #004990;
  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--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: #595959;
  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: #004990;
  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: #004990;
  color: white;
}
.c-gallery-embed--grid .c-gallery-embed__details-title {
  font-size: 2.25rem;
  color: #595959;
  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;
}
.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: #004990;
  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: #004990;
  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: #767676;
}
.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: #004990;
  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: #003467;
}
.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__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;
  }
}
.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;
}
/* GLOBAL RULES */

*,
*:before,
*:after {
  word-break: 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: #595959;
}
img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a,
a:link {
  color: black;
}
a:visited {
  color: black;
}
h1 {
  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: #595959;
  border-radius: 2px;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 4px 8px;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
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;
}
.sidearm-table {
  width: 100%;
  border-collapse: collapse;
  /* TABLE UTILITIES */

  /* RESPONSIVE TABLES */

}
.sidearm-table th,
.sidearm-table td {
  word-break: normal;
}
.sidearm-table thead {
  background: none;
}
.sidearm-table thead th {
  font-weight: bold;
  padding: 4px 8px;
  font-style: italic;
  color: #595959;
  vertical-align: bottom;
}
.sidearm-table thead.sidearm-primary th {
  background-color: #004990;
  color: white;
}
.sidearm-table thead.sidearm-secondary th {
  background-color: #004990;
  color: white;
}
.sidearm-table tbody tr {
  border-top: 1px solid #cccccc;
  background: none;
}
.sidearm-table tbody tr th {
  text-align: left;
  font-weight: normal;
}
.sidearm-table tbody tr th[scope=colgroup] {
  background-color: #e5e5e5;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
.sidearm-table tbody tr td,
.sidearm-table tbody tr th {
  padding: 4px 8px;
  color: #595959;
  border: 1px solid #cccccc;
}
.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 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: #595959;
  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] {
  width: 100% !important;
}
.sidearm-table[sortable-table] thead th[class*=sort] {
  cursor: pointer;
}
.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_asc {
  background: #767676;
  color: white;
}
.sidearm-table[sortable-table] thead th[scope=colgroup] {
  background-color: white;
}
.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 td:first-child,
.sidearm-table[class*="collapse"].accordion tfoot tr td:first-child,
.sidearm-table[class*="collapse"].accordion tbody tr th:first-child,
.sidearm-table[class*="collapse"].accordion tfoot tr th:first-child {
  line-height: 2em;
  padding-top: 0;
  padding-bottom: 0;
}
.sidearm-table[class*="collapse"].accordion tbody tr th:not([scope=colgroup]):after,
.sidearm-table[class*="collapse"].accordion tfoot tr th:not([scope=colgroup]):after {
  content: '';
  display: block;
  float: right;
  border-left: 0.3333em solid #004990;
  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: #004990;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.sidearm-table[class*="collapse"].accordion tbody tr.expanded td,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded td,
.sidearm-table[class*="collapse"].accordion tbody tr.expanded th,
.sidearm-table[class*="collapse"].accordion tfoot tr.expanded th {
  color: white;
  font-weight: bold;
  border-bottom: 1px solid #002f5d;
}
.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;
}
[class*="sidearm-table-overflow"] {
  overflow: auto;
  background: -webkit-linear-gradient(0deg, white 20%, rgba(255, 255, 255, 0)), -webkit-linear-gradient(180deg, white 20%, rgba(255, 255, 255, 0)) 100% 0, -webkit-linear-gradient(0deg, #cccccc 10%, rgba(255, 255, 255, 0)), -webkit-linear-gradient(180deg, #cccccc 10%, rgba(255, 255, 255, 0)) 100% 0;
  background: linear-gradient(90deg, white 20%, rgba(255, 255, 255, 0)), linear-gradient(270deg, white 20%, rgba(255, 255, 255, 0)) 100% 0, linear-gradient(90deg, #cccccc 10%, rgba(255, 255, 255, 0)), linear-gradient(270deg, #cccccc 10%, rgba(255, 255, 255, 0)) 100% 0;
  background-repeat: no-repeat;
  background-size: 3rem 100%, 3rem 100%, 1rem 100%, 1rem 100%;
  background-attachment: local, local, scroll, scroll;
}
.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;
}
.sidearm-pager {
  display: block;
  margin: 8px -4px;
}
.sidearm-pager > * {
  display: inline-block;
  border: 1px solid #cccccc;
  background: white;
  line-height: 2;
  font-size: 1rem;
  padding: 0 8px;
  margin: 0 4px;
}
.sidearm-pager > *:not([disabled]):not(span):hover {
  background-color: #e5e5e5;
}
.sidearm-pager > span {
  background-color: #004990;
  color: white;
  border-color: #002f5d;
}
.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: #595959;
  font-style: italic;
}
.sidearm-ad-blocker-message-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 20px;
}
.sidearm-ad-blocker-message {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  padding: 20px;
  background-color: white;
  color: black;
  font-weight: bold;
}
.sidearm-ad-blocker-message button {
  padding: 10px 20px;
  background-color: #004990;
  color: white;
  font-weight: bold;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  margin-top: 20px;
  border: none;
}
.sidearm-flex-video {
  position: relative;
  padding-bottom: 56.25%;
}
.sidearm-flex-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.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;
  -ms-flex-direction: row;
}
.flex.flex-column {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.flex.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex.flex-align-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: 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;
  -ms-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.flex-align-content-center {
  align-content: center;
  -webkit-align-content: center;
}
/* 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,
.show-on-small-only,
.show-on-medium-only,
.show-on-large-only,
.show-on-x-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.show-on-small-only,
h1.show-on-medium-only,
h1.show-on-large-only,
h1.show-on-x-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.show-on-small-only,
h2.show-on-medium-only,
h2.show-on-large-only,
h2.show-on-x-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.show-on-small-only,
h3.show-on-medium-only,
h3.show-on-large-only,
h3.show-on-x-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.show-on-small-only,
caption.show-on-medium-only,
caption.show-on-large-only,
caption.show-on-x-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.show-on-small-only,
label.show-on-medium-only,
label.show-on-large-only,
label.show-on-x-large-only {
  display: block !important;
  position: absolute;
  left: -9999px;
  top: -9999px;
}
/* TEXT UTILITIES */

.text-normal,
.text-normal-on-x-small,
.text-normal-on-small-down,
.text-normal-on-medium-down,
.text-normal-on-large-down {
  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 {
  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 {
  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-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-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-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-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-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 {
  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 {
  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-indent: -9999px !important;
  text-align: left !important;
}
.text-no-wrap {
  white-space: nowrap;
}
/* 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;
  }
  .small-flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .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:not([class*='unflex']) {
    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;
    -ms-flex-direction: row;
  }
  .flex.small-flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .flex.small-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .flex.small-flex-align-center {
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: 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;
    -ms-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;
  }
  .flex.small-flex-align-content-center {
    align-content: center;
    -webkit-align-content: center;
  }
  .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: #595959;
    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:not([class*='unflex']) {
    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,
  .hide-on-small,
  .medium-unflex {
    display: block !important;
  }
  th.hide-on-small-down,
  th.hide-on-small,
  th.medium-unflex {
    display: inline !important;
  }
  table.hide-on-small-down,
  table.hide-on-small,
  table.medium-unflex {
    display: table !important;
  }
  caption.hide-on-small-down,
  caption.hide-on-small,
  caption.medium-unflex {
    display: table-caption !important;
  }
  thead.hide-on-small-down,
  thead.hide-on-small,
  thead.medium-unflex {
    display: table-header-group !important;
  }
  tbody.hide-on-small-down,
  tbody.hide-on-small,
  tbody.medium-unflex {
    display: table-row-group !important;
  }
  tfoot.hide-on-small-down,
  tfoot.hide-on-small,
  tfoot.medium-unflex {
    display: table-footer-group !important;
  }
  tr.hide-on-small-down,
  tr.hide-on-small,
  tr.medium-unflex {
    display: table-row !important;
  }
  td.hide-on-small-down,
  td.hide-on-small,
  td.medium-unflex,
  th.hide-on-small-down,
  th.hide-on-small,
  th.medium-unflex {
    display: table-cell !important;
  }
  span.hide-on-small-down,
  span.hide-on-small,
  span.medium-unflex {
    display: inline !important;
  }
  img.hide-on-small-down,
  img.hide-on-small,
  img.medium-unflex {
    display: inline-block !important;
  }
  h1.hide-on-small-down,
  h1.hide-on-small,
  h1.medium-unflex,
  h2.hide-on-small-down,
  h2.hide-on-small,
  h2.medium-unflex,
  h3.hide-on-small-down,
  h3.hide-on-small,
  h3.medium-unflex,
  label.hide-on-small-down,
  label.hide-on-small,
  label.medium-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-small-down.flex:not([class*='unflex']),
  .hide-on-small.flex:not([class*='unflex']),
  .medium-unflex.flex:not([class*='unflex']) {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .medium-flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .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;
    -ms-flex-direction: row;
  }
  .flex.medium-flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .flex.medium-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .flex.medium-flex-align-center {
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: 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;
    -ms-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;
  }
  .flex.medium-flex-align-content-center {
    align-content: center;
    -webkit-align-content: center;
  }
  .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: #595959;
    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:not([class*='unflex']) {
    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:not([class*='unflex']),
  .large-unflex.flex:not([class*='unflex']) {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .large-flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .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;
    -ms-flex-direction: row;
  }
  .flex.large-flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .flex.large-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .flex.large-flex-align-center {
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: 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;
    -ms-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;
  }
  .flex.large-flex-align-content-center {
    align-content: center;
    -webkit-align-content: center;
  }
  .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.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: #595959;
    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:not([class*='unflex']) {
    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,
  .show-on-x-large-only,
  .x-large-unflex {
    display: block !important;
  }
  th.hide-on-large-down,
  th.show-on-x-large-only,
  th.x-large-unflex {
    display: inline !important;
  }
  table.hide-on-large-down,
  table.show-on-x-large-only,
  table.x-large-unflex {
    display: table !important;
  }
  caption.hide-on-large-down,
  caption.show-on-x-large-only,
  caption.x-large-unflex {
    display: table-caption !important;
  }
  thead.hide-on-large-down,
  thead.show-on-x-large-only,
  thead.x-large-unflex {
    display: table-header-group !important;
  }
  tbody.hide-on-large-down,
  tbody.show-on-x-large-only,
  tbody.x-large-unflex {
    display: table-row-group !important;
  }
  tfoot.hide-on-large-down,
  tfoot.show-on-x-large-only,
  tfoot.x-large-unflex {
    display: table-footer-group !important;
  }
  tr.hide-on-large-down,
  tr.show-on-x-large-only,
  tr.x-large-unflex {
    display: table-row !important;
  }
  td.hide-on-large-down,
  td.show-on-x-large-only,
  td.x-large-unflex,
  th.hide-on-large-down,
  th.show-on-x-large-only,
  th.x-large-unflex {
    display: table-cell !important;
  }
  span.hide-on-large-down,
  span.show-on-x-large-only,
  span.x-large-unflex {
    display: inline !important;
  }
  img.hide-on-large-down,
  img.show-on-x-large-only,
  img.x-large-unflex {
    display: inline-block !important;
  }
  h1.hide-on-large-down,
  h1.show-on-x-large-only,
  h1.x-large-unflex,
  h2.hide-on-large-down,
  h2.show-on-x-large-only,
  h2.x-large-unflex,
  h3.hide-on-large-down,
  h3.show-on-x-large-only,
  h3.x-large-unflex,
  label.hide-on-large-down,
  label.show-on-x-large-only,
  label.x-large-unflex {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .hide-on-large-down.flex:not([class*='unflex']),
  .show-on-x-large-only.flex:not([class*='unflex']),
  .x-large-unflex.flex:not([class*='unflex']) {
    display: flex !important;
    display: -webkit-flex !important;
  }
  .x-large-flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .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;
    -ms-flex-direction: row;
  }
  .flex.x-large-flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .flex.x-large-flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .flex.x-large-flex-align-center {
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: 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;
    -ms-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;
  }
  .flex.x-large-flex-align-content-center {
    align-content: center;
    -webkit-align-content: center;
  }
  .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: #595959;
    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;
  }
}
.sidearm-progress-bar {
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
}
.sidearm-progress-bar > div {
  background-color: #595959;
  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);
  }
}
