/*!
* WS Starter
* Designed by LRS Web Solutions (http://lrswebsolutions.com)
* Visit http://lrswebsolutions.com
*/
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  height: 0.0625rem !important;
  margin: -1px !important;
  margin: -0.0625rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  width: 0.0625rem !important;
  white-space: nowrap !important;
  color: transparent;
}
.sr-only:focus, .sr-only:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
  color: transparent;
}

.hide {
  display: none !important;
}

.show {
  display: initial;
}

.invisible {
  visibility: hidden;
}

.clear {
  display: block;
  clear: both;
}

.clear-after:after {
  display: table;
  clear: both;
  content: "";
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-left,
.align-left {
  text-align: left;
}

.text-right,
.align-right {
  text-align: right;
}

.text-center,
.align-center {
  text-align: center;
}

.text-justify,
.align-justify {
  text-align: justify;
}

@media all and (min-width: 800px) {
  .show-small-only {
    display: none;
  }
}
.show-small-only[data-arx-type=image]::before {
  content: "Show Small Only";
}

@media all and (max-width: 374px) {
  .show-medium-only {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .show-medium-only {
    display: none;
  }
}
.show-medium-only[data-arx-type=image]::before {
  content: "Show Medium Only";
}

.show-small-only[data-arx-type=image],
.show-medium-only[data-arx-type=image],
.show-large-only[data-arx-type=image],
.show-xlarge-only[data-arx-type=image],
.show-xxlarge-only[data-arx-type=image] {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.125rem dashed rgba(0, 88, 251, 0.2);
  border: 1px dashed #d6e2ff;
  border: 0.0625rem dashed #d6e2ff;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
}
.show-small-only[data-arx-type=image]:before,
.show-medium-only[data-arx-type=image]:before,
.show-large-only[data-arx-type=image]:before,
.show-xlarge-only[data-arx-type=image]:before,
.show-xxlarge-only[data-arx-type=image]:before {
  position: absolute;
  display: inline-block;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}

.show-medium-up {
  display: none;
}
@media all and (min-width: 800px) {
  .show-medium-up {
    display: block;
  }
}
.show-medium-up[data-arx-type=image]::before {
  content: "Show Medium Up";
}

.show-large-up {
  display: none;
}
@media all and (min-width: 1280px) {
  .show-large-up {
    display: block;
  }
}
.show-large-up[data-arx-type=image]::before {
  content: "Show Large Up";
}

.show-xlarge-up {
  display: none;
}
@media all and (min-width: 1440px) {
  .show-xlarge-up {
    display: block;
  }
}
.show-xlarge-up[data-arx-type=image]::before {
  content: "Show X-Large Up";
}

.show-xxlarge-up {
  display: none;
}
@media all and (min-width: 1920px) {
  .show-xxlarge-up {
    display: block;
  }
}
.show-xxlarge-up[data-arx-type=image]::before {
  content: "Show XX-Large Up";
}

.show-medium-up[data-arx-type=image],
.show-large-up[data-arx-type=image],
.show-xlarge-up[data-arx-type=image],
.show-xxlarge-up[data-arx-type=image] {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.125rem dashed rgba(0, 88, 251, 0.2);
  border: 1px dashed #d6e2ff;
  border: 0.0625rem dashed #d6e2ff;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
}
.show-medium-up[data-arx-type=image]:before,
.show-large-up[data-arx-type=image]:before,
.show-xlarge-up[data-arx-type=image]:before,
.show-xxlarge-up[data-arx-type=image]:before {
  position: absolute;
  display: inline-block;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}

@media all and (max-width: 374px) {
  .hide-small-only {
    display: none;
  }
}
.hide-small-only[data-arx-type=image]::before {
  content: "Hide Small Only";
}

@media all and (min-width: 1280px) {
  .center-vert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}

@media all and (min-width: 1280px) {
  .orderFirst {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media all and (min-width: 1280px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media all and (min-width: 1280px) {
  .order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media all and (min-width: 1280px) {
  .order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media all and (min-width: 1280px) {
  .order4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media all and (min-width: 1280px) {
  .order5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media all and (min-width: 1280px) {
  .order6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media all and (min-width: 1280px) {
  .orderLast {
    -webkit-box-ordinal-group: 101;
    -webkit-order: 100;
        -ms-flex-order: 100;
            order: 100;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

:root {
  --banner-bg-color: #414141;
  --banner-caption-color: #fff;
  --banner-caption-background: #333333;
  --banner-caption-title-color: #fff;
  --banner-caption-link-background-color: #000;
  --banner-caption-link-color: #fff;
  --banner-button-color: #000;
  --banner-button-color-hover: #fff;
  --banner-button-border-color: #fff;
  --banner-button-border-color-hover: #000;
  --banner-button-background-color: #fff;
  --banner-button-background-color-hover: #000;
  --banner-splide-nav-pagination-background: #fff;
  --banner-splide-nav-background: #fff;
}
:root .dark-mode {
  --banner-caption-color: #000;
  --banner-caption-title-color: #000;
}

.banner {
  position: relative;
  background: var(--banner-bg-color);
}
@media all and (min-width: 800px) {
  .banner {
    max-height: 80vh;
    min-height: 800px;
    min-height: 50rem;
  }
}
.banner__slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}
@media all and (min-width: 800px) {
  .banner__slide {
    height: 100vw;
    max-height: 800px;
    max-height: 50rem;
  }
}
.banner__slide--overlay-yes::before {
  position: absolute;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
}
.banner__slide--left-aligned {
  text-align: left;
}
.banner__slide--center-aligned {
  text-align: center;
}
.banner__slide--center-aligned .banner__caption {
  display: block;
  text-align: center;
}
.banner__slide--center-aligned .banner__caption--blurb {
  margin: 0 auto;
}
.banner__slide--right-aligned {
  text-align: right;
}
.banner__video {
  position: relative;
  display: none;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.banner__video.show {
  display: block;
}
.banner__video iframe {
  position: absolute;
  top: 50%;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  width: 150vh;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner__caption {
  position: relative;
  bottom: 0;
  width: 100%;
  background: var(--banner-caption-background);
  color: var(--banner-caption-color);
  padding: 20px 20px 30px;
  padding: 1.25rem 1.25rem 1.875rem;
  max-width: 1240px;
  max-width: 77.5rem;
  z-index: 1;
}
@media all and (min-width: 800px) {
  .banner__caption {
    position: absolute;
    background: transparent;
    padding: 0 100px;
    padding: 0 6.25rem;
    bottom: 15%;
  }
}
.banner__caption--left {
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (min-width: 800px) {
  .banner__caption--left {
    right: auto;
    margin: 0 40px;
    margin: 0 2.5rem;
  }
}
.banner__caption--center {
  margin: auto;
  left: 0;
  right: 0;
}
.banner__caption--center-center {
  top: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  -webkit-transform: translate(0%, 100%);
      -ms-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
}
.banner__caption--right {
  right: 0;
  left: 0;
  margin: auto;
}
@media all and (min-width: 800px) {
  .banner__caption--right {
    margin: 0 40px;
    margin: 0 2.5rem;
    left: auto;
  }
}
.banner__caption--right .banner__caption--blurb {
  max-width: 100%;
}
.banner__caption--title {
  font-style: normal;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: var(--banner-caption-title-color);
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-style: normal;
}
@media all and (min-width: 800px) {
  .banner__caption--title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 54px;
    line-height: 3.375rem;
  }
}
.banner__caption--blurb {
  padding: 15px 0 0;
  padding: 0.9375rem 0 0;
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  color: var(--banner-caption-color);
  font-style: normal;
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.banner__caption--link {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: var(--banner-caption-link-color);
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 5px;
  padding-top: 0.3125rem;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.banner__caption--link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  height: 0.125rem;
  background-color: var(--banner-caption-link-background-color);
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.banner__caption--link:hover, .banner__caption--link:focus {
  color: var(--banner-caption-link-color);
  text-decoration: none;
}
.banner__caption--link:hover::after, .banner__caption--link:focus::after {
  width: 100%;
}
.banner__caption--button {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--banner-button-background-color);
  font-style: normal;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: var(--banner-button-color);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 7px 17px;
  padding: 0.4375rem 1.0625rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  border-radius: 50px;
  border-radius: 3.125rem;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.banner__caption--button:hover, .banner__caption--button:focus {
  color: var(--banner-button-color-hover);
  background: var(--banner-button-background-color-hover);
}
.banner .mobile-banner-image {
  position: relative;
  display: block !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media all and (min-width: 800px) {
  .banner .mobile-banner-image {
    display: none !important;
  }
}

.hp-splide__arrows {
  position: absolute;
  bottom: 40px;
  bottom: 2.5rem;
  width: 100%;
  z-index: 2;
}
@media all and (min-width: 800px) {
  .hp-splide__arrows {
    position: static;
    bottom: auto;
  }
}
.hp-splide__arrows button:hover, .hp-splide__arrows button:focus {
  opacity: 1;
  background-color: var(--banner-splide-nav-background);
}

.hp-splide__pagination {
  bottom: 30px;
  bottom: 1.875rem;
}
@media all and (min-width: 800px) {
  .hp-splide__pagination {
    bottom: 40px;
    bottom: 2.5rem;
  }
}

.hp-splide__pagination__page:hover, .hp-splide__pagination__page:focus {
  opacity: 1;
  background-color: var(--banner-splide-nav-pagination-background);
}
.hp-splide__pagination__page.is-active {
  background-color: var(--banner-splide-nav-pagination-background);
}

:root {
  --juicer-text: #1a1a1a;
  --juicer-social-link-color: #cccccc;
  --juicer-social-link-color-hover: #1a1a1a;
}
:root .dark-mode {
  --juicer-text: #1a1a1a;
}

.juicer {
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
}
.juicer .juicer-feed {
  width: 100%;
  max-width: 1360px;
  max-width: 85rem;
  padding: 0;
  margin: 0 auto;
}
@media all and (min-width: 800px) {
  .juicer .juicer-feed {
    padding: 25px 25px 0;
    padding: 1.5625rem 1.5625rem 0;
  }
}
.juicer .juicer-feed h1.referral {
  display: none !important;
}
.juicer .juicer-feed ul {
  list-style: none;
}
.juicer .juicer-feed ul li {
  margin: 0 25px 0 0;
  margin: 0 1.5625rem 0 0;
}
.juicer .juicer-feed ul li:last-of-type {
  margin-right: 0;
}
.juicer .juicer-feed ul li:before {
  display: none;
}
.juicer .juicer-feed a {
  width: 100%;
}
.juicer .juicer-feed .feed-item {
  position: relative;
  padding: 20px 40px 40px;
  padding: 1.25rem 2.5rem 2.5rem;
  overflow: hidden;
  border-radius: 20px;
  border-radius: 1.25rem;
}
@media all and (min-width: 800px) {
  .juicer .juicer-feed .feed-item {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
  }
}
.juicer .juicer-feed .feed-item .j-poster {
  display: none;
}
.juicer .juicer-feed .feed-item .j-image::before {
  display: none;
}
.juicer .juicer-feed .feed-item .j-image img {
  width: 100%;
  height: 210px !important;
  height: 13.125rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.juicer .juicer-feed .feed-item .j-message p {
  color: var(--juicer-text);
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.juicer .juicer-feed .feed-item .j-text {
  padding: 25px 40px;
  padding: 1.5625rem 2.5rem;
}
.juicer .juicer-feed .feed-item .j-meta {
  padding: 0 5px;
  padding: 0 0.3125rem;
}
.juicer .juicer-feed .feed-item .j-meta a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-size: 1rem;
  color: var(--juicer-social-link-color);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  word-break: normal;
}
.juicer .juicer-feed .feed-item .j-meta a::before {
  position: relative;
  background: transparent;
  margin-right: 10px;
  margin-right: 0.625rem;
  color: var(--juicer-social-link-color);
  opacity: 1;
  border: 0;
}
.juicer .juicer-feed .feed-item .j-meta a:hover, .juicer .juicer-feed .feed-item .j-meta a:focus {
  color: var(--juicer-social-link-color-hover);
  font-size: 18px;
  font-size: 1.125rem;
  border: 0;
}
.juicer .juicer-feed .feed-item .j-meta a:hover::before, .juicer .juicer-feed .feed-item .j-meta a:focus::before {
  color: var(--juicer-social-link-color-hover);
}
.juicer .social-nav ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  list-style: none;
}
.juicer .social-nav ul li {
  text-indent: 0;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.juicer .social-nav ul li:before {
  display: none;
}
.juicer .social-nav ul li:last-of-type {
  margin-right: 0;
}
.juicer .social-nav ul li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #dcdcdc;
  border-radius: 50px;
  border-radius: 3.125rem;
  height: 35px;
  height: 2.1875rem;
  width: 35px;
  width: 2.1875rem;
}
.juicer .social-nav ul li a:hover, .juicer .social-nav ul li a:focus {
  background: gray;
}

.j-read-more {
  display: none;
}

.featured.news {
  position: relative;
  width: 100%;
  margin-bottom: 110px;
  margin-bottom: 6.875rem;
  overflow: visible;
}
@media screen and (min-width: 950px) {
  .featured.news {
    margin: 0;
  }
}

.featured-news {
  width: 100%;
}
@media screen and (min-width: 950px) {
  .featured-news {
    padding-right: 0;
  }
}
.featured-news h2 {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 36px;
  font-size: 2.25rem;
}
.featured-news__news-item.cta-card.height-100 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.featured-news__news-item-date {
  display: none;
}
.featured-news__view-all-news {
  text-align: center;
}
.featured-news__news-item-image {
  width: 100%;
  height: 320px;
  height: 20rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.featured-news__news-item-image img {
  width: 100%;
  height: 100%;
  max-height: 320px;
  max-height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

:root {
  --events-table-bg: #fff;
  --events-table-cell-bg: #e8e8e8;
  --events-table-cell-border: #ccc;
  --events-month-header-text: #fff;
  --events-month-header-bg: #1A3C34;
  --events-calendar-date-has-event: #78BE21;
  --events-calendar-date-has-event-hover: #1a1a1a;
  --event-date-bg: transparent;
  --event-date-month: #191919;
  --event-date-number: #191919;
  --event-category-color: #1a1a1a;
  --event-view-all-link-color: #1a1a1a;
  --events-calendar-gradient-1: transparent;
  --events-calendar-gradient-2: transparent;
  --events-post-date-color: #498401;
}

.featured-events,
body .events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  max-width: 70rem;
  margin: 0 auto 120px;
  margin: 0 auto 7.5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 800px) {
  .featured-events,
  body .events {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 1280px) {
  .featured-events,
  body .events {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.featured-events__empty .cta-banner,
body .events__empty .cta-banner {
  padding-top: 240px;
  padding-top: 15rem;
  margin-top: 0;
  background: url("/themes/Atlas/assets/src/images/calendar-icon.png") no-repeat center 40px, -o-radial-gradient(#edeef0, #e9eaec);
  background: url("/themes/Atlas/assets/src/images/calendar-icon.png") no-repeat center 40px, radial-gradient(#edeef0, #e9eaec);
  background: url("/themes/Atlas/assets/src/images/calendar-icon.png") no-repeat center 2.5rem, -o-radial-gradient(#edeef0, #e9eaec);
  background: url("/themes/Atlas/assets/src/images/calendar-icon.png") no-repeat center 2.5rem, radial-gradient(#edeef0, #e9eaec);
  background-size: 240px, 100%;
  background-size: 15rem, 100%;
}
.featured-events__empty h2,
body .events__empty h2 {
  color: #0f2746 !important;
  text-align: center;
}
.featured-events__empty p,
body .events__empty p {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 24px;
  line-height: 1.5rem;
  color: #0f2746 !important;
}
.featured-events__title,
body .events__title {
  width: 100%;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  border-bottom: 2px solid rgba(20, 36, 71, 0.15);
  border-bottom: 0.125rem solid rgba(20, 36, 71, 0.15);
}
@media all and (min-width: 800px) {
  .featured-events__title,
  body .events__title {
    margin-bottom: 0;
    border: 0;
  }
}
.featured-events__calendar,
body .events__calendar {
  position: relative;
  display: none;
  max-width: 100%;
  width: 100%;
  padding: 20px;
  padding: 1.25rem;
  background: #fff;
  border-radius: 15px;
  border-radius: 0.9375rem;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.25);
}
@media all and (min-width: 800px) {
  .featured-events__calendar,
  body .events__calendar {
    display: block;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
  }
}
@media all and (min-width: 1280px) {
  .featured-events__calendar,
  body .events__calendar {
    margin-right: 0;
  }
}
.featured-events__list,
body .events__list {
  width: 100%;
}
@media all and (min-width: 800px) {
  .featured-events__list,
  body .events__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (min-width: 1280px) {
  .featured-events__list,
  body .events__list {
    width: calc(100% - 560px);
    width: calc(100% - 35rem);
  }
}
.featured-events__month-nav,
body .events__month-nav {
  position: relative;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 20px;
  padding: 0 1.25rem;
  background: var(--events-month-header-bg);
  background: -o-linear-gradient(315deg, #1A3C34 0%, #1A3C34 100%);
  background: linear-gradient(135deg, #1A3C34 0%, #1A3C34 100%);
  border-radius: 15px;
  border-radius: 0.9375rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.featured-events__prev-month,
body .events__prev-month {
  display: inline-block;
  width: 40px;
  width: 2.5rem;
  height: 25px;
  height: 1.5625rem;
  font-size: 0;
  background: transparent url("/themes/Atlas/assets/dist/images/icn-button-arrow.svg") no-repeat center right;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  border-bottom: 0;
}
.featured-events__next-month,
body .events__next-month {
  display: inline-block;
  width: 40px;
  width: 2.5rem;
  height: 25px;
  height: 1.5625rem;
  font-size: 0;
  background: transparent url("/themes/Atlas/assets/dist/images/icn-button-arrow.svg") no-repeat center right;
  border-bottom: 0;
}
.featured-events__footer,
body .events__footer {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
}

body .events {
  max-width: 100%;
}
body .events .event__date {
  min-width: auto;
  min-height: auto;
  background: -o-linear-gradient(315deg, var(--events-calendar-gradient-1) 30%, var(--events-calendar-gradient-2) 70%);
  background: linear-gradient(135deg, var(--events-calendar-gradient-1) 30%, var(--events-calendar-gradient-2) 70%);
  background-color: var(--event-date-bg);
}
body .events .event__day {
  color: #191919;
}

.featured-events {
  margin: 50px auto;
  margin: 3.125rem auto;
}
.featured-events h2 {
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}
.featured-events__view-all {
  margin: auto;
}

.hp-featured-events {
  width: 100%;
}

.events__list {
  width: 100% !important;
}

.events {
  max-width: 100%;
}
.events__event-categories {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 480px;
  max-width: 30rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 1280px) {
  .events__event-categories {
    margin-right: 80px;
    margin-right: 5rem;
  }
}
.events__event-category {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
  margin-right: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  color: var(--event-category-color);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.events__event-category-indicator {
  position: relative;
  display: inline-block;
  min-width: 26px;
  min-width: 1.625rem;
  min-height: 23px;
  min-height: 1.4375rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  border-radius: 4px;
  border-radius: 0.25rem;
}

.events-list-view__view-all {
  color: var(--event-view-all-link-color);
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.events-list-view__view-all:hover, .events-list-view__view-all:focus {
  text-decoration: underline;
}

.event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.05);
}
.event.cta-card.height-100 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.featured-events .event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0;
  border: 0;
}
@media all and (min-width: 800px) {
  .featured-events .event {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    margin: 0;
  }
}
@media all and (min-width: 1280px) {
  .featured-events .event {
    width: 100%;
    margin: 0;
  }
}
.featured-events .event:nth-child(-n+4) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.featured-events .event .event__date {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(120, 190, 33, 0.9);
  border-radius: 15px 0;
  border-radius: 0.9375rem 0;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
}
@media all and (min-width: 1280px) {
  .featured-events .event .event__date {
    width: 80px;
    width: 5rem;
    height: 80px;
    height: 5rem;
  }
}
.featured-events .event .event__date .month {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
}
@media all and (min-width: 1280px) {
  .featured-events .event .event__date .month {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
.featured-events .event .event__date .date {
  display: block;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media all and (min-width: 1280px) {
  .featured-events .event .event__date .date {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.featured-events .event .event__image {
  border-radius: 15px;
  border-radius: 0.9375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 100%;
  height: 190px;
  height: 11.875rem;
}
@media all and (min-width: 1024px) {
  .featured-events .event .event__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    -webkit-flex: 0 0 25rem;
        -ms-flex: 0 0 25rem;
            flex: 0 0 25rem;
    width: 400px;
    width: 25rem;
    height: 300px;
    height: 18.75rem;
    margin-bottom: 0;
    margin-right: 60px;
    margin-right: 3.75rem;
  }
}
.featured-events .event .event__image img {
  border-radius: 15px;
  border-radius: 0.9375rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (min-width: 800px) {
  .featured-events .event .event__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.featured-events .event .event__info {
  width: 100%;
}
.featured-events .event .event__title,
.featured-events .event .event__blurb {
  text-align: left;
}
.featured-events .event .event__title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
}
@media all and (min-width: 1280px) {
  .featured-events .event .event__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
.featured-events .event .event__blurb {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media all and (min-width: 1280px) {
  .featured-events .event .event__blurb {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.event-location, .event-image {
  display: none;
}
.event__image-container {
  width: 100%;
  height: 290px;
  height: 18.125rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.event__image {
  width: 100%;
  height: 100%;
  max-height: 290px;
  max-height: 18.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.event__image.placeholder {
  -o-object-position: center 46%;
     object-position: center 46%;
}
.event__details {
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
.event__date {
  display: block;
  height: auto;
  min-width: auto;
  padding: 0;
  margin-right: 0;
  text-align: center;
  background: var(--event-date-bg);
  background: -o-linear-gradient(315deg, var(--events-calendar-gradient-1) 0%, var(--events-calendar-gradient-2) 100%);
  background: linear-gradient(135deg, var(--events-calendar-gradient-1) 0%, var(--events-calendar-gradient-2) 100%);
  border-radius: 15px;
  border-radius: 0.9375rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media all and (min-width: 800px) {
  .event__date {
    max-width: none;
    max-height: none;
    min-width: auto;
    min-height: auto;
    margin-right: 0;
  }
}
.event__month {
  display: inline-block;
  letter-spacing: 0;
  color: var(--event-date-month);
  text-transform: none;
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.event__day {
  display: inline-block;
  color: var(--event-date-number);
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media all and (min-width: 800px) {
  .event__day {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.event__title {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.event__text p {
  display: block;
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.event__text a {
  display: block;
  text-align: center;
  margin: auto;
  width: 200px;
  width: 12.5rem;
}
.event__calendar-link {
  line-height: 1.5rem;
}

.events-list__category {
  display: none;
}

.events-calendar {
  overflow: visible !important;
  border-collapse: separate !important;
  border-spacing: 8px !important;
  border-spacing: 0.5rem !important;
  border-radius: 10px;
  border-radius: 0.625rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.events-calendar thead {
  display: none;
}
.events-calendar__month-title {
  width: 100%;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 80px;
  line-height: 5rem;
  color: var(--events-month-header-text);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
}
.events-calendar__day {
  position: relative;
  left: -8px;
  left: -0.5rem;
  height: 50px;
  height: 3.125rem;
  min-width: 56px;
  min-width: 3.5rem;
  padding: 5px 10px 0 !important;
  padding: 0.3125rem 0.625rem 0 !important;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  background: #e2e4e8;
  border: 0 !important;
  border-radius: 10px;
  border-radius: 0.625rem;
}
.events-calendar__day.events-calendar__month--has-event:hover .events-calendar__event-list, .events-calendar__day.events-calendar__month--has-event:focus .events-calendar__event-list {
  top: 100%;
  pointer-events: all;
  opacity: 1;
}
.events-calendar__event-list {
  position: absolute;
  top: 100%;
  top: calc(100% + 20px);
  top: calc(100% + 1.25rem);
  left: 42%;
  z-index: 5;
  width: 220px;
  width: 13.75rem;
  padding: 25px;
  padding: 1.5625rem;
  text-align: left;
  pointer-events: none;
  background: #fff;
  border: 2px solid #122142;
  border: 0.125rem solid #122142;
  border-radius: 10px;
  border-radius: 0.625rem;
  opacity: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.events-calendar__event-list:after {
  position: absolute;
  top: -7px;
  top: -0.4375rem;
  left: 50%;
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background: #fff;
  border-radius: 4px;
  border-radius: 0.25rem;
  content: "";
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.events-calendar__event {
  position: relative;
  padding-left: 14px;
  padding-left: 0.875rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-indent: 0;
  list-style: none;
}
.events-calendar__event::before {
  display: none;
}
.events-calendar__event-indicator {
  position: absolute;
  top: 2px;
  top: 0.125rem;
  left: -8px;
  left: -0.5rem;
  display: inline-block;
  min-width: 15px;
  min-width: 0.9375rem;
  min-height: 15px;
  min-height: 0.9375rem;
  background: #122142;
  border-radius: 4px;
  border-radius: 0.25rem;
}
.events-calendar__event-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.15rem;
  color: #1a1a1a !important;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
}
.events-calendar__event-link:hover, .events-calendar__event-link:focus {
  color: #1a1a1a;
  text-decoration: underline;
}
.events-calendar__month--other {
  color: #c2c3c5;
}
.events-calendar__month--has-event {
  color: #191919;
  cursor: pointer;
  background-attachment: fixed;
  background-color: var(--events-calendar-date-has-event);
  background-image: -o-linear-gradient(315deg, #78BE21 30%, #78BE21 70%);
  background-image: linear-gradient(135deg, #78BE21 30%, #78BE21 70%);
  background-position: top left;
  background-size: 1024px;
  background-size: 64rem;
}
.events-calendar__month--has-event:hover, .events-calendar__month--has-event:focus {
  background-color: var(--events-calendar-date-has-event-hover) !important;
}
.events-calendar__month--has-event::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  background: url(/themes/Atlas/assets/dist/images/_hannibal/date.svg) no-repeat center center;
  background-size: contain;
  content: "";
}
.events-calendar__month--has-event.events-calendar__month--active {
  background-color: #0f2746 !important;
}
.events-calendar__month--has-event.events-calendar__month--active .events-calendar__event-list {
  top: 100%;
  pointer-events: all;
  opacity: 1;
}

.event-details__image {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.event-details__image img {
  width: 100%;
}
.event-details__date {
  position: relative;
  display: block;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  color: var(--events-post-date-color);
  text-transform: none;
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  text-indent: 50px;
  text-indent: 3.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  border-bottom: 2px solid #e3e3e3;
  border-bottom: 0.125rem solid #e3e3e3;
}
.event-details__date::before {
  position: absolute;
  top: 20%;
  display: block;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background: #78be21 url(/themes/Atlas/assets/dist/images/_hannibal/date.svg) no-repeat center center;
  border-radius: 40px;
  border-radius: 2.5rem;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hp-featured-events {
  width: calc(100% - 80px);
  width: calc(100% - 5rem);
  margin: auto;
}
@media all and (min-width: 1024px) {
  .hp-featured-events {
    width: 100%;
  }
}
.hp-featured-events .splide__track {
  overflow: visible;
}
.hp-featured-events .splide__slide {
  max-width: 880px;
  max-width: 55rem;
}
.hp-featured-events .splide__slide .event-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  background-color: #ffffff;
  -webkit-transform: scale(0.75) translateX(0);
      -ms-transform: scale(0.75) translateX(0);
          transform: scale(0.75) translateX(0);
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  overflow: hidden;
  padding: 20px;
  padding: 1.25rem;
}
@media all and (min-width: 960px) {
  .hp-featured-events .splide__slide .event-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.hp-featured-events .splide__slide.is-active .event-container {
  z-index: 5;
  opacity: 1;
  -webkit-transform: scale(1) translateX(0);
      -ms-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
}
.hp-featured-events .splide__slide.is-prev .event-container {
  z-index: 1;
  opacity: 0.5;
  -webkit-transform: scale(0.75) translateX(5%);
      -ms-transform: scale(0.75) translateX(5%);
          transform: scale(0.75) translateX(5%);
}
@media all and (min-width: 1024px) {
  .hp-featured-events .splide__slide.is-prev .event-container {
    -webkit-transform: scale(0.75) translateX(90%);
        -ms-transform: scale(0.75) translateX(90%);
            transform: scale(0.75) translateX(90%);
  }
}
.hp-featured-events .splide__slide.is-next .event-container {
  z-index: 1;
  opacity: 0.5;
  -webkit-transform: scale(0.75) translateX(-5%);
      -ms-transform: scale(0.75) translateX(-5%);
          transform: scale(0.75) translateX(-5%);
}
@media all and (min-width: 1024px) {
  .hp-featured-events .splide__slide.is-next .event-container {
    -webkit-transform: scale(0.75) translateX(-90%);
        -ms-transform: scale(0.75) translateX(-90%);
            transform: scale(0.75) translateX(-90%);
  }
}
.hp-featured-events .splide__arrow {
  top: 50%;
  background: #1A3C34;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 15px;
  border-radius: 0.9375rem;
  opacity: 1;
}
@media all and (min-width: 1024px) {
  .hp-featured-events .splide__arrow {
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    width: 3.75rem;
    height: 60px;
    height: 3.75rem;
  }
}
.hp-featured-events .splide__arrow::after {
  width: 20px;
  width: 1.25rem;
  height: 100%;
  background-image: url(/themes/Atlas/assets/dist/images/_hannibal/btn-right-arrow-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
.hp-featured-events .splide__arrow--prev {
  left: -50px;
  left: -3.125rem;
}
@media all and (min-width: 1024px) {
  .hp-featured-events .splide__arrow--prev {
    left: -25px;
    left: -1.5625rem;
  }
}
@media all and (min-width: 1280px) {
  .hp-featured-events .splide__arrow--prev {
    left: 30px;
    left: 1.875rem;
  }
}
.hp-featured-events .splide__arrow--prev::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hp-featured-events .splide__arrow--next {
  right: -50px;
  right: -3.125rem;
}
@media all and (min-width: 1024px) {
  .hp-featured-events .splide__arrow--next {
    right: -25px;
    right: -1.5625rem;
  }
}
@media all and (min-width: 1280px) {
  .hp-featured-events .splide__arrow--next {
    right: 30px;
    right: 1.875rem;
  }
}
.hp-featured-events .splide__arrow svg {
  display: none;
}
.hp-featured-events .splide__pagination {
  text-indent: 0;
  bottom: -25px;
  bottom: -1.5625rem;
  text-indent: 0;
}
@media all and (min-width: 1024px) {
  .hp-featured-events .splide__pagination {
    bottom: -65px;
    bottom: -4.0625rem;
  }
}
.hp-featured-events .splide__pagination > li {
  width: 15px;
  width: 0.9375rem;
  margin: 0 5px;
  margin: 0 0.3125rem;
}
.hp-featured-events .splide__pagination > li::before {
  display: none;
}
.hp-featured-events .splide__pagination__page {
  display: block;
  background: rgba(152, 164, 174, 0.6);
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  margin: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.hp-featured-events .splide__pagination__page.is-active {
  background: #78BE21;
  opacity: 1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

:root {
  --banner-bg-color: #ffffff;
  --banner-caption-color: #fff;
  --banner-caption-background: #1A3C34;
  --banner-caption-title-color: #fff;
  --banner-caption-link-background-color: #000;
  --banner-caption-link-color: #fff;
  --banner-button-color: #000;
  --banner-button-color-hover: #000;
  --banner-button-border-color: #fff;
  --banner-button-border-color-hover: #C6C6CC;
  --banner-button-background-color: #fff;
  --banner-button-background-color-hover: #C6C6CC;
  --banner-splide-nav-pagination-background: #fff;
  --banner-splide-nav-background: #fff;
}
:root .dark-mode {
  --banner-caption-color: #000;
  --banner-caption-title-color: #000;
}

.banner {
  position: relative;
  background: var(--banner-bg-color);
}
@media all and (min-width: 800px) {
  .banner {
    max-height: none;
    min-height: auto;
  }
}
@media all and (min-width: 1280px) {
  .banner {
    max-height: 80vh;
    min-height: 580px;
    min-height: 36.25rem;
  }
}
.banner__slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}
@media all and (min-width: 800px) {
  .banner__slide {
    max-height: none;
    min-height: auto;
  }
}
@media all and (min-width: 1280px) {
  .banner__slide {
    height: 100vw;
    max-height: 580px;
    max-height: 36.25rem;
  }
}
@media all and (min-width: 1280px) {
  .banner__slide--overlay-yes::before {
    position: absolute;
    bottom: 0;
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 340px;
    height: 21.25rem;
    z-index: 1;
    content: "";
  }
}
.banner__slide--left-aligned {
  text-align: left;
}
.banner__slide--center-aligned {
  text-align: center;
}
.banner__slide--center-aligned .banner__caption {
  display: block;
  text-align: center;
}
.banner__slide--center-aligned .banner__caption--blurb {
  margin: 0 auto;
}
.banner__slide--right-aligned {
  text-align: right;
}
.banner__video {
  position: relative;
  display: none;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.banner__video.show {
  display: block;
}
.banner__video iframe {
  position: absolute;
  top: 50%;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  width: 150vh;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner__caption {
  position: relative;
  bottom: 0;
  width: 100%;
  background: var(--banner-caption-background);
  background: -o-linear-gradient(300deg, #1A3C34 19.49%, rgb(49, 89, 79) 100.91%);
  background: linear-gradient(150deg, #1A3C34 19.49%, rgb(49, 89, 79) 100.91%);
  color: var(--banner-caption-color);
  padding: 40px 60px 50px;
  padding: 2.5rem 3.75rem 3.125rem;
  max-width: 1240px;
  max-width: 77.5rem;
  z-index: 1;
}
@media all and (min-width: 1280px) {
  .banner__caption {
    position: absolute;
    background: -o-linear-gradient(300deg, #1A3C34 19.49%, rgb(49, 89, 79) 100.91%);
    background: linear-gradient(150deg, #1A3C34 19.49%, rgb(49, 89, 79) 100.91%);
    padding: 70px 60px 100px;
    padding: 4.375rem 3.75rem 6.25rem;
    bottom: auto;
    max-width: 440px;
    max-width: 27.5rem;
    border-radius: 20px 20px 20px 70px;
    border-radius: 1.25rem 1.25rem 1.25rem 4.375rem;
  }
}
.banner__caption::after {
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: 20px;
  left: 1.25rem;
  bottom: 50px;
  bottom: 3.125rem;
  width: calc(100% - 40px);
  width: calc(100% - 2.5rem);
  border-radius: 15px 15px 0 0;
  border-radius: 0.9375rem 0.9375rem 0 0;
  background: -o-linear-gradient(259deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 83.41%);
  background: linear-gradient(191deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 83.41%);
  content: "";
  z-index: -1;
}
.banner__caption--left {
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (min-width: 1280px) {
  .banner__caption--left {
    top: 50%;
    left: 60px;
    left: 3.75rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: auto;
    bottom: auto;
    margin: 0;
  }
}
.banner__caption--center {
  margin: auto;
  left: 0;
  right: 0;
}
@media all and (min-width: 1280px) {
  .banner__caption--center {
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.banner__caption--center-center {
  right: 0;
  left: 0;
  margin: auto;
}
@media all and (min-width: 1280px) {
  .banner__caption--center-center {
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.banner__caption--right {
  right: 0;
  left: 0;
  margin: auto;
}
@media all and (min-width: 1280px) {
  .banner__caption--right {
    top: 50%;
    right: 60px;
    right: 3.75rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    bottom: auto;
    margin: 0;
  }
}
.banner__caption--right .banner__caption--blurb {
  max-width: 100%;
}
.banner__caption--icon {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  margin: 0 auto 15px;
  margin: 0 auto 0.9375rem;
}
.banner__caption--title {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: var(--banner-caption-title-color);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-style: normal;
}
@media all and (min-width: 1280px) {
  .banner__caption--title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}
.banner__caption--blurb {
  padding: 15px 0 0;
  padding: 0.9375rem 0 0;
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  color: var(--banner-caption-color);
  font-style: normal;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.banner__caption--link {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: var(--banner-caption-link-color);
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 5px;
  padding-top: 0.3125rem;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.banner__caption--link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  height: 0.125rem;
  background-color: var(--banner-caption-link-background-color);
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.banner__caption--link:hover, .banner__caption--link:focus {
  color: var(--banner-caption-link-color);
  text-decoration: none;
}
.banner__caption--link:hover::after, .banner__caption--link:focus::after {
  width: 100%;
}
.banner__caption--button {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--banner-button-background-color);
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--banner-button-color);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 10px 25px;
  padding: 0.625rem 1.5625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  border-radius: 50px;
  border-radius: 3.125rem;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.banner__caption--button:hover, .banner__caption--button:focus {
  color: var(--banner-button-color-hover);
  background: var(--banner-button-background-color-hover);
}
.banner__caption--button:hover::after, .banner__caption--button:focus::after {
  background-image: url(/themes/Atlas/assets/dist/images/btn-right-arrow-dark.svg);
}
.banner__caption--button::after {
  margin-left: 10px;
  margin-left: 0.625rem;
  content: "";
  background-image: url(/themes/Atlas/assets/dist/images/_hannibal/btn-right-arrow-green.svg);
  background-repeat: no-repeat;
  background-position: center 5px;
  background-position: center 0.3125rem;
  background-size: contain;
  width: 15px;
  width: 0.9375rem;
  height: 28px;
  height: 1.75rem;
}
.banner__mission {
  display: none;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  text-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.25);
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: 400;
  letter-spacing: 2.28px;
  letter-spacing: 0.1425rem;
  text-align: left;
}
@media all and (min-width: 1280px) {
  .banner__mission {
    position: absolute;
    left: 140px;
    left: 8.75rem;
    bottom: 85px;
    bottom: 5.3125rem;
    display: block;
    z-index: 1;
  }
}
.banner__mission span {
  display: block;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 60px;
  line-height: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}
.banner .mobile-banner-image {
  position: relative;
  display: block !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media all and (min-width: 1280px) {
  .banner .mobile-banner-image {
    display: none !important;
  }
}

.hp-splide__arrows {
  position: absolute;
  bottom: 40px;
  bottom: 2.5rem;
  width: 100%;
  z-index: 2;
}
@media all and (min-width: 1280px) {
  .hp-splide__arrows {
    position: static;
    bottom: auto;
  }
}
.hp-splide__arrows button:hover, .hp-splide__arrows button:focus {
  opacity: 1;
  background-color: var(--banner-splide-nav-background);
}

.hp-splide__pagination {
  bottom: 30px;
  bottom: 1.875rem;
}
@media all and (min-width: 1280px) {
  .hp-splide__pagination {
    bottom: 40px;
    bottom: 2.5rem;
  }
}

.hp-splide__pagination__page:hover, .hp-splide__pagination__page:focus {
  opacity: 1;
  background-color: var(--banner-splide-nav-pagination-background);
}
.hp-splide__pagination__page.is-active {
  background-color: var(--banner-splide-nav-pagination-background);
}

.quick-actions {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.action-link {
  position: relative;
  display: block;
  width: 160px;
  width: 10rem;
  padding: 0;
  margin: 0 auto;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: bottom center, center;
  background-size: 100%;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  border-bottom: 0;
  color: #191919;
}
.action-link__image {
  position: relative;
  display: block;
  width: 120px;
  width: 7.5rem;
  height: 120px;
  height: 7.5rem;
  margin: 20px auto 30px;
  margin: 1.25rem auto 1.875rem;
}
.action-link__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #FFF;
  border: 0.1875rem solid #FFF;
  border-radius: 15px 15px 15px 50px;
  border-radius: 0.9375rem 0.9375rem 0.9375rem 3.125rem;
}
.action-link__image::after {
  content: "";
  position: absolute;
  top: -20px;
  top: -1.25rem;
  left: -19px;
  left: -1.1875rem;
  width: 160px;
  width: 10rem;
  height: 100px;
  height: 6.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#78BE21), to(#FFF));
  background: -o-linear-gradient(top, #78BE21 0%, #FFF 100%);
  background: linear-gradient(180deg, #78BE21 0%, #FFF 100%);
  z-index: -1;
  border-top-left-radius: 20px;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 20px;
  border-top-right-radius: 1.25rem;
}
@media all and (min-width: 1280px) {
  .action-link__image::after {
    width: 160px;
    width: 10rem;
    height: 100px;
    height: 6.25rem;
  }
}
.action-link__link-text {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
  color: #191919;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--primary-darker-color);
  text-align: center;
  z-index: 1;
}
@media all and (min-width: 1280px) {
  .action-link__link-text {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.action-link:hover .action-link__image::after, .action-link:focus .action-link__image::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#1A3C34), to(#FFF));
  background: -o-linear-gradient(top, #1A3C34 0%, #FFF 100%);
  background: linear-gradient(180deg, #1A3C34 0%, #FFF 100%);
}